IRC log for #koha, 2012-07-14

← Previous day | Today | Next day → | Search | Index

All times shown according to UTC.

Time Nick Message
00:09 melia left #koha
01:01 BobB joined #koha
03:03 BobB joined #koha
03:19 jenkins_koha Starting build #96 for job Koha_3.8.x (previous build: SUCCESS)
03:41 adnc joined #koha
04:22 jenkins_koha Project Koha_3.8.x build #96: SUCCESS in 1 hr 2 min: http://jenkins.koha-community.[…]ob/Koha_3.8.x/96/
04:22 Katrin.Fischer.83: Bug 6394: purchase order has French strings hard coded in
04:22 huginn 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=6394 normal, P5 - low, ---, katrin.fischer, Pushed to Stable , purchase order has french hard coded in
05:08 druthb joined #koha
05:11 Callender_ joined #koha
05:42 cait joined #koha
05:47 cait good morning #koha
06:05 mbalmer joined #koha
06:05 cait morning mbalmer
06:05 :)
06:05 mbalmer marning, cait!
06:44 adnc joined #koha
09:25 drojf thunderstorm. how could i live one day without one
09:25 cait hehe
09:25 I want it
09:25 drojf good day #koha
09:25 cait push it over here :)
09:25 hi drojf :)
09:25 drojf neh i won't touch it, its electrical ;)
09:25 cait oh, don't be silly
09:25 drojf hi cait :)
09:26 cait :)
09:53 drojf1 joined #koha
10:02 cait drojf1:  are you answering Sander again?
10:02 I think he missed to tick the checkbox in the web installer
10:04 adnc joined #koha
10:06 drojf1 ? i thought he was set now
10:07 oh missed the last email
10:07 yes i guess so, i don't know what the unimarc frameworks look like
10:10 cait it's not the frameworks I think
10:10 separate file
10:10 they use a lot more authorized values
10:11 rangi yeah
10:11 cait http://git.koha-community.org/[…]2c740a3bcf077f342
10:11 but it's in mandatory
10:11 drojf1 oh
10:12 cait so wonder how it could have been missed
10:12 drojf1 that's odd
10:12 cait must have been unchecked?
10:12 drojf1 you can uncheck mandatory files?
10:12 cait hm also it's LANG not LAN
10:12 never tried
10:12 I only now they are checked when I get to the page
10:12 drojf1 i sincerely hope not ;)
10:13 hm but its in fr. he installed italian i guess
10:14 it's not in the italian file. he should use marc21 like a normal person ;) *hides*
10:16 cait I think italy might be using unimarc too
10:16 not sure
10:18 drojf1 zeno doesn't
10:18 maybe they have both? portugal has unimarc too
10:20 hm but i think he installed in english, at least is framework is in english. so the italian data probably does not matter at all
10:26 maybe zeno only made the linking plugin for marc21 and they also use unimarc there.
10:26 È adottato in diversi paesi, soprattutto europei, fra cui l'Italia, la Francia e il Portogallo.
10:27 cait ?
10:28 drojf1 unimarc is mostly used in italy, france and portugal
10:38 hm great, our installation is really broken
10:38 i wonder how that happened
11:24 drojf joined #koha
13:02 adnc joined #koha
13:18 drojf ok my zebra does not do a lot of stuff. i can search with idx=kw&q=. i also get results with idx=title and idx=author. but most of the indexes don't retun anything at all. idx=Control-number, no results. idx=Personal-name, no results. reindexed, did not change anything. got Search.pm, ccl.properties, bib1.att, record.abs from the latest .tar.gz because mine had local changes (that worked fine for quite some time), did not help. i suspect that problem
13:19 cait hm
13:20 and no errors in the logs?
13:21 drojf what logs would i look at? zebra-error.log and zebra-output.log are empty
13:29 jcamins_away Cool!
13:29 git-bz will now set the status when attaching a patch.
13:41 Argh! Now it won't.
13:44 ..... aaaaaaaand we're back! :D
13:48 drojf found a promising (?) error in opac-error.log. ZOOM error 10014 "CCL parsing error" (addinfo: "Unknown qualifier") from diag-set 'ZOOM' at /usr/share/koha/lib/C4/Search.pm line 356.
13:48 jcamins_away Oh boy.
13:49 You're missing ccl.properties?
13:51 drojf /etc/koha/zebradb/ccl.properties is there
13:53 jcamins_away I don't really know what could cause that error.
14:21 drojf i think these errors came only from testing. i don't get a new one when i do one of the searches that don't give results
14:23 confirmed, that happens when the query is really nok ok, like typo in the idx name. it does not happen in the case i get no results from a valid query
14:23 s/nok/not
14:24 jcamins Is this still on your raspberry pi?
14:24 drojf no
14:24 it's our production server
14:24 that is not in production yet fortunately
14:25 it's fine on the raspberry pi
14:25 jcamins Hm.
14:25 What version are you on?
14:25 drojf and i use the same data there
14:25 3.8.2. we discovered it yesterday and were on 3.8.0 still then
14:26 jcamins And it's a *new* problem?
14:26 drojf i suppose that is like this since we upgraded from 3.6 to 3.8
14:27 jcamins You installed using packages?
14:27 drojf yes
14:27 jcamins Hmm.
14:27 Try manually running rebuild_zebra.pl?
14:27 drojf yes
14:27 jcamins You'll have to use sudo to run it as the correct user.
14:27 drojf i mean i did, several times
14:28 jcamins With -v -v?
14:29 drojf also this, but there is too much info that does not fit on my screen :D how do i get the zebra debug stuff it into a file? with > gile.log i only get the results
14:29 s/gile/file
14:29 jcamins 2>1& > logfile
14:29 drojf i type badly today :/
14:38 that does not work, i get an empty logfile
14:39 jcamins Oh, I had that backwards.
14:39 2>&1
14:42 drojf gives me the normal result in the logfile, the zebra debug stuff on the screen as before
14:43 jcamins Hm.
14:44 Okay, what about this: 2> logfile
14:45 drojf ha, that worked :)
14:50 libsysguy joined #koha
14:53 pastebot "drojf" at 127.0.0.1 pasted "rebuild_zebra -v -v" (5760 lines) at http://paste.koha-community.org/30
14:54 drojf i don#t understand much of that but no errors as far as i can see
14:57 cait wow looks scary
14:58 jcamins Um, don't forget the -r
14:59 drojf it's -b -r -v -v -length 2
15:02 jcamins Okay, you need to set your KOHA_CONF correctly, then.
15:04 That log would indicate that there are no records in your database, which seems unlikely.
15:07 drojf where do you see that there are no records? it does not put the normal output to the logfile, there are two records exported
15:08 pastebot "drojf" at 127.0.0.1 pasted "exported" (20 lines) at http://paste.koha-community.org/31
15:08 drojf sorry if that was unclear
15:09 jcamins It says records_exported.
15:09 18:44:46-14/07 zebraidx(3397) 2017bc39e47f0000 [log] add grs.marcxml.record /tmp/gI2hxT47cD/biblio/exported_records 0
15:09 Run it with -k, and see what's in the file it creates.
15:11 pastebot "drojf" at 127.0.0.1 pasted "exported_records" (1 line) at http://paste.koha-community.org/32
15:12 drojf uh that does not come out that pretty in the paste thingy
15:12 but it looks like the two records
15:14 jcamins Yeah, does appear to be two records.
15:14 drojf it says records_exported 921 further down btw. i think somewhere between 0 and 921 is correct. a little closer to 2
15:14 ehm. to 0
15:15 jcamins So it does.
15:15 This is very peculiar.
15:18 drojf ok i think i will set up 39.50 and learn how to do weird things in yaz next
15:20 jcamins Good plan.
15:35 I have finished the first shelf!
15:35 cait yay :)
15:39 jcamins Just one more kitchen shelf and then the office shelf.
15:42 * jcamins takes a break.
15:43 drojf ok z39.50 does not work either. i'm out
15:44 jcamins Surely something changed between when it worked and when it didn't?
16:06 drojf jcamins: that's what you would think, right? i begin to blame the update to 3.8 because there is really nothing else that was done. unfortunately i cannot say 100% whether these particular things worked after the upgrade or not
16:06 cait drojf: did you run the makefile thing after updating? or copied your files over?
16:06 jcamins Hmmm...
16:06 cait: it's packages, so it should be done automatically.
16:07 cait oh ok
16:07 so ignore me :)
16:08 drojf it works fine in master, so i wonder how 3.8 could be guilty really. but i did not do anything with the installation, i have not worked on that in quite a while
16:08 cait I got a new test instllation using the packages on friday
16:08 so far it seemed to work nicely
16:09 drojf i wonder if i will just take a dump of the db and nuke the installation
16:09 jcamins drojf: that might make sense. There's something very weird about it.
16:09 cait couldn't you make a second instance an dload the database into that?
16:09 drojf since this is my underpaid work and not fun-and-playtime i don't feel like searching a problem that only we seem to have
16:09 jcamins Right.
16:10 cait drojf: btw how are your course works?
16:10 did you write all of them now?
16:10 jcamins Ah, yeah, creating a new instance might make more sense.
16:10 drojf heh. shh
16:10 cait tsss
16:10 drojf oh yeah a second instance seems like a good idea
16:14 i'll get some fresh air and do some shopping and think about it
16:15 jcamins I guess this is my cue to go back to cutting shelves to size.
17:07 adnc joined #koha
17:49 libsysguy joined #koha
18:44 shari joined #koha
18:45 shari hello!
18:45 * jcamins waves
18:49 cait hello :)
18:50 mbalmer joined #koha
19:32 shari *waves back*
19:32 cait :)
20:49 drojf joined #koha

← Previous day | Today | Next day → | Search | Index

koha1