IRC log for #koha, 2010-02-27

All times shown according to UTC.

Time S Nick Message
00:01 pianohackr|work left #koha
00:01 wajasu left #koha
00:02 wajasu joined #koha
00:22 bankhead left #koha
00:26 bankhead joined #koha
00:34 braedon|home left #koha
00:56 wajasu left #koha
01:06 wajasu joined #koha
01:19 brendan cya later #koha
01:29 brendan left #koha
01:29 nicomo joined #koha
01:32 collum left #koha
02:41 brendan joined #koha
02:41 brendan @wunder 93117
02:41 munin brendan: The current temperature in Northwest Goleta, Goleta, California is 14.6�C (6:38 PM PST on February 26, 2010). Conditions: Overcast. Humidity: 80%. Dew Point: 11.0�C. Pressure: 29.93 in 1013.4 hPa (Falling). Flash Flood Watch in effect for the recent burn areas from 9 PM PST this evening through Saturday evening...
03:11 chris *sigh*
03:12 chris http://www.kohadigitallibrary.com/
03:31 brendan *sigh*
03:39 nicomo left #koha
07:33 cait joined #koha
07:40 cait good morning #koha
07:43 chris hi cait
07:46 cait hi chris
07:50 fredericd good morning
07:51 cait hi fredericd
10:22 chris cait: do you have a second?
10:51 braedon|home joined #koha
11:09 cait chris?
11:09 saorge joined #koha
11:10 cait chris: sorry I did no see your question
11:16 saorge_ left #koha
12:17 zator joined #koha
12:23 ebegin left #koha
12:32 nicomo joined #koha
12:32 nicomo left #koha
14:27 nengard joined #koha
14:39 zator left #koha
14:44 collum joined #koha
14:45 owen-away joined #koha
14:46 owen-away is now known as owen
14:46 owen Anyone know what's going on in NZ? Jo tweeted about a tsunami warning.
14:48 owen http://www.stuff.co.nz/world/3[…]nitude-earthquake
14:49 owen "Current assessment is for a non destructive tsnuami for New Zealand, wave heights at the shore of between 0.2 and 1 metre"
15:09 collum left #koha
15:10 nengard owen - no clue - I missed that tweet!! hope they're all okay
15:11 owen I don't know anything about tsunamis, but it sounds like it's not too much of a worry for most people
15:11 nengard well that's good to know!
15:11 nengard so it's 10:15 and hubby is finally awake -time for some breakfast - ttyl
15:11 nengard left #koha
16:02 owen left #koha
16:06 CGI785 joined #koha
16:09 CGI785 i am an engineering student. doing a project in koha3.00.04. i got some errors while binding with ldap. can anybody help me?
16:13 CGI785 left #koha
17:17 brendan @wunder 93117
17:17 munin brendan: The current temperature in Northwest Goleta, Goleta, California is 12.9�C (9:15 AM PST on February 27, 2010). Conditions: Mostly Cloudy. Humidity: 86%. Dew Point: 11.0�C. Pressure: 29.71 in 1006.0 hPa (Falling). Flash Flood Watch in effect through this evening...
17:21 CGI776 joined #koha
17:22 CGI776 hey
17:22 CGI776 i posted a problem in here yesterday, thought i would come give an update
17:23 CGI776 was having problems with koha 3.00.04 on CentOS
17:23 CGI776 when i added two or more items to a record, i would get a 404 on the search page when click on that record
17:23 CGI776 if i just had 1 item, it would work
17:24 CGI776 well, i installed Ubuntu 8.04 server and installed koha there, and had the exact same problem
17:24 CGI776 so then i downloaded 3.02.00-alpha
17:24 CGI776 installed that
17:24 CGI776 and i have the same problem!
17:24 CGI776 this is a bit crazy
17:25 brendan left #koha
17:25 CGI776 i was using the same database, mysql5, for all of these tests
17:25 CGI776 even left the data intact
17:25 CGI776 do you think that was the problem?  should I reimport my data?
17:25 pianohackr|work joined #koha
17:26 CGI776 here is the original problem from the koha logs http://paste.workbuffer.org/4
17:26 CGI776 the software isn't going to help us out if we can't add more than 1 item for a record
17:44 brendan joined #koha
17:58 brendan one thought CGI776
17:58 brendan on the staff client of koha go to the About Koha page and make sure that you have all your perl dependencies installed
18:22 CGI776 thanks brendan, I checked and it appears that everything is installed.  nothing is showing up missing that i can see.
18:22 CGI776 i posted to the koha mailing list too, maybe someone there can offer some suggestions....
18:23 brendan can you go into the mysql database?
18:23 CGI776 yeah
18:23 brendan take a look at the biblioitems items and biblios tables
18:23 brendan something like
18:24 brendan select * from biblioitems where biblionumber = '<the biblionumber where you added the second item";
18:24 brendan and see if there is anything there?
18:24 brendan and you're using zebra correct?
18:24 CGI776 yes, am using zebra
18:25 brendan so on the command line when you type
18:25 brendan ps -aef | grep zebra
18:25 brendan you get a few lines correct?
18:25 CGI776 yep, its running
18:26 brendan and this section turned up ok correct
18:26 brendan 2.3 Test your SAX Parser and correct where necessary
18:26 brendan 130
18:26 brendan 131 You must be sure you're using the XML::LibXML SAX parser, not Expat or
18:26 brendan 132 PurePerl, both of which have outstanding bugs with pre-composed characters.
18:26 brendan 133 You can test your SAX parser by running:
18:26 brendan 134
18:26 brendan 135     $ cd koha
18:26 brendan 136     $ misc/sax_parser_print.pl
18:26 brendan 137
18:26 brendan 138     You should see something like::
18:26 brendan 139
18:26 brendan 140     XML::LibXML::SAX::Parser=HASH(0x81fe220)
18:26 brendan 141
18:26 brendan 142     If you're using PurePerl or Expat, you'll need to edit your
18:26 brendan 143     ini file, typically located at:
18:26 brendan 144
18:26 brendan 145     /etc/perl/XML/SAX/ParserDetails.ini
18:27 brendan the key here is the $misc/sax_parser_print.pl
18:27 CGI776 yes, says Looks good when I run that perl script
18:28 CGI776 queries to both biblios and bibliositems tables return 1 row for each
18:28 CGI776 so that record is in there
18:29 CGI776 i might just blow away the db completely and start from scratch again
18:29 CGI776 i hate to do that, but not sure what else to do
18:31 brendan just kind of grasping at straws
18:31 CGI776 i even tried 3.02.00-alpha, same problem
18:31 brendan let's check your marcframeworks
18:31 CGI776 on CentOS and Ubuntu
18:31 brendan is field 952 repeatable?
18:31 brendan under the Administration section in koha administration
18:32 brendan check your marcframeworks for default and just make sure that field 952 is repeatable
18:32 CGI776 LOCATION AND ITEM INFORMATION (KOHA) - yes it is, but not mandatory
18:33 bgkriegel joined #koha
18:33 brendan ok so that's fine
18:38 CGI776 can i ask what version of koha you have running and on what platform/os?
18:39 brendan lots of different versions.  but all on debian lenny
18:39 brendan http://intranet.bywatersolutions.com
18:39 CGI776 ok nice
18:39 brendan username and password bywater
18:40 CGI776 that looks like a dev release - 3.01
18:40 brendan yeah it's pretty close to HEAD maybe a few days behind
18:41 CGI776 do you think there is any difference between using ubuntu and debian lenny?
18:41 brendan not really
18:44 CGI776 the alpha release is much faster than the stable release
18:44 CGI776 i wouldn't mind staying on this one
18:45 CGI776 could there be version incompatibility with one of the perl modules??   i had to install quite a few to get it working....
18:47 LowMemory joined #koha
18:48 LowMemory Hello all, I am stucked with authorities !
18:48 LowMemory I cannot search an author, and I get the following message:
18:48 LowMemory Unsupported Use attribute (114) authtype Bib-1
18:48 LowMemory I have seen that there is a patch reported on http://www.mail-archive.com/ko[…]org/msg01600.html
18:49 LowMemory but even applying the patch does not work ! :-(
18:49 LowMemory can someone please help me ?
18:53 pianohackr|work brendan: around?
18:54 brendan hi piano
18:54 brendan LowMemory have you reindexed your authorities
18:55 brendan hiya pianohackr|work
18:55 pianohackr|work brendan: hi :) Do you use 32-bit or 64-bit on your koha servers? Shopping around for a new server, was curious
18:55 LowMemory brendan: yes: I can see the 5 I created in database (but no authority of imported notices, though)
18:56 brendan 64-bit
18:57 brendan not sure what you mean imported notices?
18:57 brendan pianohackr|work are you looking for VPS or for hosting your own
18:57 LowMemory I have imported some notices with a public z3950 server, which contains links to authorities, which are not in database
18:59 pianohackr|work Hmm. I was going to be hosting some Xen instances on this server, but given that this'll be used mainly after I leave, perhaps hosted VPS would be a better option
18:59 pianohackr|work Would you still recommend rackspace cloud (I think that's what you mentioned)?
18:59 brendan yeah I've found the admin console to much more user friendly than ec2
19:00 brendan for someone without your skillz and knowledge - to easily look at it and understand
19:00 brendan if you want - I can show you the admin console...
19:00 pianohackr|work Definitely want something that can work without me fussing over it :)
19:01 brendan I've never tried the screen share on skype but I'd be willing to give it a shot to quickly show you
19:01 pianohackr|work That would be cool. Was also curious if you had any libraries around our ~16000 bib level, and what hosting costs you saw for them
19:09 LowMemory The reindexing shows that 5 authorities are indexed:ok
19:09 LowMemory But a warning is shown :
19:09 LowMemory [warn] /etc/koha/zebradb/authoriti​es/etc/dom-config-marc.xml: stylesheet authority-zebra-indexdefs.xsl not found in path /etc/koha/zebradb/authorities/etc:/etc/​koha/zebradb/etc:/etc/koha/zebradb/marc​_defs/unimarc/authorities:/etc/koha/zeb​radb/lang_defs/fr:/etc/koha/zebradb/xsl
19:10 LowMemory is there an equivalent file (dom-config-marc.xml) for unimarc (which is what we're using here) ?
19:10 LowMemory sorry, an equivalent for file authority-zebra-indexdefs.xsl
19:22 LowMemory Should I copy the file to path and reindex ?
19:27 LowMemory Well, no more warnings on reindexation, but no gain on author's search ! :-(
19:28 LowMemory so that i undo the copy...
19:29 bgkriegel LowMemory: what version of Koha are you using? and how you search the authority?
19:31 LowMemory I am using koha version 3.00.02, the search is done from intranet interface (in authorities, search)
19:32 bgkriegel have you tried Search Main Heading?
19:33 LowMemory well, french interface here, I am not sure about what you mean (2nd link under the search?)
19:33 bgkriegel yes
19:33 bgkriegel second option
19:34 LowMemory still same error:
19:34 LowMemory oAuth error: Unsupported Use attribute (114) authtype Bib-1
19:35 bgkriegel sad
19:35 LowMemory is it possible that the way the reindex is done, it does not take the patch into account ? (DOM vs *.abs ?)
19:36 LowMemory sad but true :'-(
19:39 bgkriegel once I have that error, but on reinstallation it goes away (magically), Anyway we use MARC21, not UNIMARC. Have you tried 3.0.3/5/6?
19:41 LowMemory no, but I am thinking about it, since this prevents us to create our own authorities (and link them to our notices)...is it difficult to upgrade ?
19:43 bgkriegel No. Follow the procedure on INSTALL file, or do a clean install and import all (again)
19:44 LowMemory I believe we will let us some time to fix this (say 2-3 weeks) if it still occur we'll consider upgrading.
19:49 bgkriegel you can always do a dump of database and tar of filesystem to rollback. Sorry I can't help.
19:50 LowMemory bgkriegel: no problem, thanks for trying. I am downloading version 3.00.04 to see what upgrading implies ! =) I cannot see versions 5 and 6, are they publicly available ?
19:54 bgkriegel all version are on http://download.koha.org/
19:54 LowMemory thanks ! I'll take a look
20:04 CGI776 left #koha
20:05 LowMemory thanks all bybye
20:05 LowMemory left #koha
20:06 hdl_laptop left #koha
20:07 bgkriegel left #koha
20:21 hdl_laptop joined #koha
20:44 wizzyrea joined #koha
20:48 wizzyrea_ left #koha
20:56 pianohackr|work left #koha
21:43 brendan @wunder 93117
21:43 munin brendan: The current temperature in Northwest Goleta, Goleta, California is 14.5�C (1:40 PM PST on February 27, 2010). Conditions: Mostly Cloudy. Humidity: 77%. Dew Point: 11.0�C. Pressure: 29.63 in 1003.3 hPa (Falling). Flash Flood Watch in effect until 9 PM PST this evening...
21:44 cait left #koha
22:24 chris @wunder wellington, nz
22:24 munin chris: The current temperature in Wellington, New Zealand is 20.0�C (11:00 AM NZDT on February 28, 2010). Conditions: Partly Cloudy. Humidity: 64%. Dew Point: 13.0�C. Pressure: 30.18 in 1022 hPa (Steady).
22:25 brendan hiya chris
22:29 chris heya, brendan
22:32 chris http://geonet.org.nz/tsunami/
22:33 brendan yeah we got some warnings here
22:37 chris poor chile
22:40 wizzyrea_ joined #koha
22:40 chris hi wizzyrea_
22:44 wizzyrea left #koha
22:47 hdl_laptop left #koha
23:00 bgkriegel joined #koha
23:10 chris hi bgkriegel .... i hope argentina isnt been shaken up as bad as chile
23:13 bgkriegel not at all
23:13 bgkriegel I was was arriving from a party, it moves a lot but softly
23:14 chris thats good
23:17 bgkriegel i'm looking on tv, it's very sad. Now I'm living in the middle of argentina, but born next to the border with chile. On 1977 we have a good earthquake.
23:18 wizzyrea joined #koha
23:19 wizzyrea_ left #koha
23:19 chris yeah it looks a real mess
23:20 bgkriegel chris, I found that there are a file for transtlating system preferences. Is there a possibility to add files for the SQLs? I mean bibliographic and auhtorities frameworks for example.
23:22 collum joined #koha
23:29 chris eventually yes
23:36 chris its quite hard to do, because its quite hard to separate things like table names etc in the sql so we dont translate them by mistake :)
23:36 chris but fredericd who is the translation manager for 3.4 did the sysprefs translation and im sure he will figure out a way to do it

| Channels | #koha index | Today | | Search | Google Search | Plain-Text | plain, newest first | summary