Open Source Integrated Library System

Evergreen on IRC

#evergreen Logs for Wednesday, May 26th, 2010

< Tuesday, May 25th, 2010Raw Log FileThursday, May 27th, 2010 >
#TimeNickMessage
#00:24:11brendan_bywater has quit IRC
#00:26:15pmplett is now known as pmpbrb
#00:35:43mck9 has left #evergreen
#00:38:04brendan_bywater has joined #evergreen
#01:17:43pmpbrb is now known as pmplett
#02:32:53brendan_bywater has quit IRC
#07:07:59cerpy has joined #evergreen
#07:53:11mck9 has joined #evergreen
#08:04:16cerpy has quit IRC
#08:57:45Dyrcona has joined #evergreen
#09:10:08Meliss has joined #evergreen
#09:19:23bshum has joined #evergreen
#09:26:20r123 has joined #evergreen
#09:29:08sfortin has joined #evergreen
#09:32:08jenny has joined #evergreen
#10:29:42natschil has joined #evergreen
#10:34:05natschil has quit IRC
#10:49:42youdonotexist has joined #evergreen
#10:50:04jenny has left #evergreen
#10:51:14moodaepoAnyone know much about the Evergreen installation in Tasmania with Vufind?
#11:00:29mck9 has left #evergreen
#11:01:16mck9 has joined #evergreen
#11:14:30cory has joined #evergreen
#11:14:59cory is now known as Guest65362
#11:25:02mck9dbwells: please check your inbox on the dev mailing list -- I have posted some comments and questions. If my email domain is still blocked I can send it to you directly.
#12:04:46brendan_bywater has joined #evergreen
#12:19:17dbwellsmck9: got it, will reply asap
#12:34:27Guest65362 has quit IRC
#12:37:45sfortin has quit IRC
#12:56:43brendan_bywater has quit IRC
#12:57:57sfortin has joined #evergreen
#13:00:28sfortin has quit IRC
#13:08:52jamesrf has quit IRC
#13:10:39knitnick has joined #evergreen
#13:12:04knitnickHi everyone, I have a question. We have a bookmobile, which has a laptop computer. When we first installed the staff client on it, I made the mistake of setting it up as "wcpl-bookmobile", or just another wcpl workstation. Now we really need it to be "bkmble-bookmobile" so that it shows up as it's own "branch'.
#13:12:59knitnickanyone have any idea how to fix this? I've already tried uninstalling the staff client and re-installing it, but it saved the workstation info. Do I need to go in and find all the evergreen files and delete them, then reboot, after I have done the uninstall process?
#13:14:08bshumknitnick: There are some other files you may need to delete to get rid of workstation registration info for the staff client. Is the laptop running a windows operating system?
#13:14:24knitnickyes, it's on xp I think.
#13:15:08knitnickI can find the evergreen files in the c: drive under programs, is that where it would be?
#13:15:15miker_knitnick: search for a file called ws_info, which will be inside a directory called chrome
#13:15:43miker_make sure you exit the staff client, remove ws_info, and fire up the staff client again
#13:16:35knitnickok, I can do that!
#13:16:38miker_the chrome directory will be in a randomly named profile directory (mine's called t2md296w.default)
#13:17:07knitnickI'll go try it and let you know how it goes. I remember the randomly -named part from our install...
#13:17:12knitnickbrb
#13:17:39miker_dbs: mind if I make the ids unpinned in the 1.6.0-1.6.1 upgrade script?
#13:17:52miker_oh, he's gone...
#13:18:09miker_@later tell dbs I'm going to make the ids unpinned in the 1.6.0-1.6.1 upgrade script
#13:18:09pinesolmiker_: The operation succeeded.
#13:25:27knitnickhey miker: looked in c:program files/evergreen staff client/chrome/ and only found classic.jar, classic.manifest, comm.jar, comm.manifest, en_us.jar, en_us.manifest, pippki.jar, pippki.manifest, toolkit.jar, and toolkit.manifest
#13:26:06jeffknitnick: try build/chrome instead of chrome/
#13:26:25knitnickalso looked in the other chrome folder i found, under "build" maybe, also with no luck on ws_info, also could not see/find a randomly named folder
#13:26:29miker_knitnick: it'll be under that profile directory
#13:27:13miker_the randomly named one. probably under the user's settings directory
#13:27:19knitnickclient is 1.6.0.3
#13:27:20rl_nbpl has joined #evergreen
#13:28:05knitnickok. will look again
#13:28:08knitnickbrb
#13:36:20miker_@later tell dbs re pw-reset, for the a/t environment, you should not need to include both 'usr' and 'usr.home_ou' ... 'usr.home_ou' will gather the usr object on the way to home_ou ... I'll leave it alone, but for future reference
#13:36:20pinesolmiker_: The operation succeeded.
#13:38:46brendan_bywater has joined #evergreen
#13:46:06thomas has joined #evergreen
#13:50:42thomas has quit IRC
#13:52:21jamesrf has joined #evergreen
#13:54:17knitnick@miker: got it done, thank you so much! also figured out shorter way to change locations and bypass the whole transit system! simply change the circulating library once the material arrives at the destination. D'oh! how easy is that?
#13:54:17pinesolknitnick: Error: "miker:" is not a valid command.
#14:04:37kmlussier has joined #evergreen
#14:05:43miker_:)
#14:10:28knitnick has quit IRC
#14:12:15miker_anyone that feels like testing what will be 1.6.1.0 can check out rel_1_6 and test out the new db upgrade script. If you do, I'll send you a cookie. ok, I won't, but I'll want to.
#14:30:50sfortin has joined #evergreen
#14:39:31jamesrfmiker_: are there any dramatic changes besides bookings module?
#14:40:50miker_jamesrf: not dramatic, no
#14:45:54wjr has quit IRC
#14:47:32wjr has joined #evergreen
#15:04:35pmplett has quit IRC
#15:22:29jamesrfis it normal if i do "SELECT * FROM asset.copy WHERE barcode = SOMETHING" for postgres to do a seq scan?
#15:23:36phasefxand deleted = false
#15:24:57jamesrfstill does a seq scan and takes 200ms longer
#15:26:15phasefxeww
#15:27:11phasefxdeleted is false
#15:28:07phasefxI get different results with deleted = false, not deleted, and deleted is false, with the latter giving me an index scan
#15:28:42jamesrfah
#15:28:50jamesrfbut that shouldn't be should it?
#15:29:28phasefxwell, the index is a combination of barcode/deleted
#15:29:58phasefxor rather, it says: "copy_barcode_key" UNIQUE, btree(barcode) WHERE deleted IS FALSE
#15:31:01jamesrfcstore does a WHERE 'deleted' = 'f'
#15:31:25phasefxmmm, so cstore is generating a query that does the sequential scan?
#15:31:29jamesrfyes
#15:31:34phasefxmiker_: ^^
#15:32:03miker_jamesrf: deleted IS FALSE is good, but deleted = 'f' is slow?
#15:32:20jamesrfyes
#15:33:00miker_sounds like 8.3+ casting biting you. this is on production?
#15:33:10miker_or on a small test dataset
#15:33:29jamesrfproduction
#15:33:37jamesrfis 8.3
#15:34:05miker_surely it must be doing this before today?
#15:34:21jamesrfwell it's probably been doing this for some time
#15:34:25jamesrfi don't think we were aware of it
#15:34:53miker_anyway, CREATE UNIQUE INDEX copy_barcode_key_another_way ON asset.copy (barcode) WHERE deleted = 'f';
#15:35:12miker_probably started at the upgrade to 8.3...
#15:35:24miker_(IIRC, you started on 8.2)
#15:35:36jamesrfyeah well we have had a lot of slowness since the upgrade
#15:37:32jamesrfhm thanks i'm going to look over our tables and see where this could be causing other problems
#15:37:39jamesrfphasefx++ miker_++
#15:41:26kmlussier has quit IRC
#15:42:45weather15 has joined #evergreen
#15:42:51weather15Hello Everyone
#15:43:01phasefxhowdy
#15:44:37weather15Have there been any reported issue when installing Evergreen 1.6.0.4?
#15:47:36phasefxI don't think there's any widespread issues, though I could be wrong. Are you having issues?
#15:51:56weather15Looks like I may have a problem creating the database
#15:53:46weather15Might be something I did wrong so i'm trying again
#15:54:10rl_nbpl has quit IRC
#15:54:34weather15is there any intrest in the community to have a downloadable iso that will install evergreen ready to go right afterinstall?
#15:55:52phasefxlike a live cd, or something else? I think some folks might welcome that, though virtual images seem to have surplanted live cd's; you could inquire on the mailing list for a wider survey
#15:57:12weather15Ubuntu has a package for making an iso of your current system that can be installed on other machines through an interface that is just like the Ubuntu installer
#15:57:46phasefxsweet
#15:57:52weather15nice thing is it doesn't require a host OS to be installed before hand
#15:59:47Meliss has quit IRC
#16:00:01weather15any idea as to what is causing this problem? http://paste.org/pastebin/view/19015
#16:00:45weather15I think the process was stopped
#16:01:02weather15no that's not the problem
#16:01:14phasefxis private.localhost pingable?
#16:01:32weather15yes
#16:01:35phasefxmay be a syntax error in ejabberd.cfg
#16:02:26weather15this is what is under hostname: {hosts, ["localhost", "private.localhost", "public.localhost"]}.
#16:03:47weather15looks to me that it's a vaild host
#16:03:55weather15it'sin /etc/hosts
#16:06:08weather15looks like it's just like the wiki install instructions suggest
#16:06:37phasefxyou may want to go back to the original config, then make one change at a time and test each one to see if ejabberd fails to start
#16:07:47weather15funny thing is I followed this instructions yesterday and had no problems
#16:08:26phasefxhrmm.. if you go to restart it, make sure the epm and beam processes die
#16:09:59bshumweather15: What's the name of the package you mentioned for Ubuntu and making iso's of a current system? (unrelated to things, just curious)
#16:10:37weather15Remastersys
#16:11:06weather15It won't start
#16:11:43weather15says starting and then when I go to stop it it says it's not running
#16:13:04phasefxyou may have to purge it and try that part again (re-do the config, re-register the users). I don't know what happened, but ejabberd issues can be difficult to troubleshoot
#16:13:37weather15can't register the users that the whole problem
#16:14:26phasefxyeah, my suspicion falls on the config. If you have the original, we could look at a diff between the two
#16:14:56weather15I have my modified config but not original but might be able to get it
#16:15:15weather15got to go be back in 10 min
#16:19:35dbs has joined #evergreen
#16:24:50bshum has quit IRC
#16:26:51jamesrf has quit IRC
#16:38:38weather15I'm back
#16:41:22jamesrf has joined #evergreen
#16:41:49moodaepoOne of our staff can't share the reports folder, missing permissions?
#16:42:03miker_moodaepo: permission depth, probably
#16:42:31miker_or they don't have it at all, yeah
#16:42:39weather15I might try Ubuntu instead of Debian that way i could make a working install cd
#16:46:16dbsphasefx: cd build/i18n/tools; python check_entities.py # sometimes useful for finding missing / unnecessary entity declarations, although may need to be taught about HTML entities for HTML files
#16:46:40phasefxroger that
#16:47:04dbsmiker_: thanks, always happy to get code reviewed (whenever it happens!) (re: usr.home_ou)
#16:47:34miker_dbs: thank /you/, sir
#16:48:00dbshopefully the unidecode thoughts didn't sound too crazy
#16:48:38miker_dbs: not crazy in the context of in-db ingest ... hacking the code (in several places), well ... ;)
#16:48:51miker_open-ils.ingest, you are dead to me!
#16:48:53miker_mostly
#16:49:07miker_biab
#16:49:34dbsI'm taking off for the rest of the day, I've put in my five minutes of work :)
#16:49:43moodaepo miker_: thnx it was missing share_report_folder permission, quite an oversight : )
#16:50:47dbsphasefx: check_properties.py is also useful. note that the scripts are (currently) stupid and have to be run out of the build/tools/i18n/tests folder
#16:54:40dbs has quit IRC
#17:00:05jamesrf has quit IRC
#17:14:15moodaepo has quit IRC
#17:14:48moodaepo has joined #evergreen
#17:31:01Dyrcona has quit IRC
#17:35:53weather15I just installed Ubuntu 10.04 on my machine and it looks like the makefile for opensrf does not have a variable for Ubuntu 10.04 should I use 9.10 as the distrubution?
#17:39:37weather15I just ran the make file with karmic as the distribution
#17:39:57weather15hopefully it works without a problem
#17:41:13Dmagick-macweather15: it should.
#17:41:33weather15thanks Dmagic-mac
#17:41:53weather15so far so good
#17:42:16weather15why does it install the mysql client?
#17:42:36weather15mysql is a whole different database server
#17:47:51pmplett has joined #evergreen
#17:50:36r123 has quit IRC
#17:52:21weather15Looks like the makefile ran with out any issues
#17:53:46davidWalker has joined #evergreen
#18:01:01davidWalker has left #evergreen
#18:02:28weather15got past ejabberd problem on Ubuntu!
#18:03:45sfortin has quit IRC
#18:17:26weather15Looks like some perl modules are failing to download
#18:20:05weather15can't seem to download these 2 perl modules: Business::CreditCard::Object Net::Z3950::Simple2ZOOM SRU what should i do?
#18:24:38weather15I think this means that it is installed? Net::Z3950::Simple2ZOOM is up to date (1.04).
#18:35:33weather15 has quit IRC
#18:45:17youdonotexist has quit IRC
#18:56:02jamesrf has joined #evergreen
#19:59:23weather15 has joined #evergreen
#19:59:32weather15Hello all again
#20:07:07brendan_bywater has quit IRC
#20:10:01phasefx has quit IRC
#20:10:01_bott_ has quit IRC
#20:10:43phasefx has joined #evergreen
#20:10:43_bott_ has joined #evergreen
#20:15:03weather15 has quit IRC
#20:21:37jamesrf has quit IRC
#21:00:52jamesrf has joined #evergreen
#21:11:23jamesrf has quit IRC
#21:17:27jamesrf has joined #evergreen
#21:26:05jamesrf has quit IRC
#21:29:21brendan_bywater has joined #evergreen
#21:33:08jamesrf has joined #evergreen
#21:47:21jamesrf has quit IRC
#21:53:52jamesrf has joined #evergreen
#22:31:01brendan_bywater has quit IRC
#22:46:11brendan_bywater has joined #evergreen
#23:35:38pmplett has quit IRC
#23:45:16jamesrf has quit IRC
< Tuesday, May 25th, 2010Raw Log FileThursday, May 27th, 2010 >