← Previous day | Today | Next day → | Search | Index
All times shown according to UTC.
Time | Nick | Message |
---|---|---|
00:03 | jamesb joined #koha | |
00:14 | rocio left #koha | |
00:17 | mtj | hey eythain, i was testing the ES rebuild, and got an error... |
00:17 | pastebot | "mtj" at 127.0.0.1 pasted "ES error" (19 lines) at http://paste.koha-community.org/87 |
00:17 | mtj | Can't locate C4/BiblioUtils.pm |
00:17 | dcook | mtj: Did you export your environmental variables? |
00:18 | eythian | mtj: did you see the note where I said that the rebase was untested :) |
00:18 | dcook | Nevermind |
00:18 | * dcook | read the @INC after he opened his mouth... err fingers... err keyboard? |
00:18 | mtj | ..can you recomend a commit to rollback to? |
00:18 | eythian | mtj: no |
00:18 | I'll be fixing it this afternoon though | |
00:19 | mtj | yeah, i saw that note :) |
00:20 | eythian | you can't roll back to anywhere because it's breakage from a rebase |
00:20 | the only totally working point is rolling back to master | |
00:21 | mtj | hmm, ok |
00:21 | eythian | you could flick to the other branch I mention, but I'd recommend waiting instead |
00:21 | s/branch/commit id/ | |
00:22 | mtj | 'Note to self in case things go horribly wrong: the previous branch head is at commit 9669bbc.' |
00:22 | ^ that one? .. it was not in my repo when i tried | |
00:22 | eythian | it's in the catalyst repo |
00:22 | I think | |
00:23 | though, it's possible it's not | |
00:23 | actually, it's probably not | |
00:23 | I guess you only fetch things that have a branch attached | |
00:24 | well it really is a note to self then :) | |
00:24 | mtj | all good |
00:26 | eythian | but anyway, when I get this release sorted, I'll fix that. |
00:30 | mtj | yep, thanks for the info |
00:32 | misilot joined #koha | |
00:35 | irma joined #koha | |
00:41 | irma joined #koha | |
00:41 | PJ joined #koha | |
00:41 | PJ left #koha | |
00:44 | irma_ joined #koha | |
00:45 | irma joined #koha | |
00:46 | irma_ joined #koha | |
00:47 | irma joined #koha | |
00:51 | irma__ joined #koha | |
00:58 | kathryn joined #koha | |
01:16 | Francesca joined #koha | |
01:17 | Francesca joined #koha | |
01:27 | chrisvella joined #koha | |
01:28 | chrisvella joined #koha | |
01:55 | jamesb_ joined #koha | |
02:00 | Francesca | hwy |
02:00 | *hey | |
02:07 | * eythian | runs an elasticsearch reindex in debug mode, understands now why movies have screens of codey looking stuff scroll past at high speed. |
02:09 | Francesca | cdickinson says correction: terminator |
02:21 | eythian | that's not a correction, as it was 6502 assembler and a 6502 doesn't scroll much very fast at all. |
02:23 | hrm, a record with no marc/marcxml. I guess that's a legitimate thing to fail on. | |
02:27 | rocio joined #koha | |
02:28 | rocio left #koha | |
02:29 | dcook | O_O |
02:29 | * Francesca | waves at dcook |
02:29 | dcook | That poor record |
02:29 | hey Francesca | |
02:29 | wahanui | Francesca is a sleep deprived zombie |
02:30 | Francesca | actually thats true |
02:54 | eythian | mtj: I've just pushed a fixed version |
02:58 | tcohen joined #koha | |
03:04 | mtj | hey, ta eythian, i'll give it a spin in a bit |
03:20 | NateC joined #koha | |
03:35 | Amit_Gupta joined #koha | |
03:35 | Amit_Gupta | hi all |
03:35 | good morning rangi | |
03:52 | mtj | hey Amit_Gupta |
03:52 | wahanui | Amit_Gupta is from Nucsoft Osslabs |
03:52 | mtj | peeps, anyone recall how to get marc formatted records from a koha-2.2 db? |
03:53 | eythian: i get quite a bit further with my 'rebuild_elastic_search.pl -v -d' command | |
03:53 | eythian | craft a mysql query to pull them from the database directly would be my suggestion |
03:54 | mtj | ..it seems to hang on the last bib.. with no cpu usage |
03:55 | eythian | what hangs? |
03:56 | mtj | hmm, the script itself (afaik) |
03:57 | i've run it with a -d/debug.. | |
03:57 | eythian | what script? |
03:57 | wahanui | script is probably here, take it, pretty it up, use it ;) |
03:58 | mtj | 1 tic, ill paste a trace |
03:58 | eythian | oh, are you talking about elasticsearch or getting data from 2.2? |
03:59 | mtj | elasticsearch |
03:59 | wahanui | i think elasticsearch is mosying along. I really ought to break out the bits I've had to build to support it, like Koha::Biblio and such. |
04:00 | pastebot | "mtj" at 127.0.0.1 pasted "ES trace" (16 lines) at http://paste.koha-community.org/89 |
04:02 | eythian | looks like it's getting stuck doing a conversion |
04:02 | mtj | 3467 is the last bib |
04:02 | eythian | hmm |
04:02 | I'm not sure exactly why it'd be hitting MARC::File at all | |
04:02 | I think I just pass in a MARC::Record | |
04:02 | oh | |
04:02 | not even that | |
04:02 | wahanui | hmmm... not even that is cold :) |
04:03 | eythian | I pass in json |
04:03 | mtj | ops, sorry.. i missed my actual command, at the top of the paste |
04:03 | rootxen1:/home/mason/git/koha/es2# perl -d misc/search_tools/rebuild_elastic_search.pl -v -d | |
04:03 | 1 | |
04:03 | .. | |
04:03 | .. | |
04:04 | 3467 | |
04:04 | ^C | |
04:04 | MARC::File::USMARC::_next(/usr/share/perl5/MARC/File/USMARC.pm:53): | |
04:04 | eythian | I usually run with -b -d -v (biblios, delete and reindex, verbose) |
04:04 | but, it should work without -b | |
04:04 | it just does both -a and -b | |
04:06 | it's possible it's doing a lazy conversion | |
04:06 | mtj | i can see some stuff happeing in the /var/log/es*logs |
04:06 | 2015-10-01 17:05:42,563][INFO ][cluster.metadata ] [Shen Kuei] [koha_instance_biblios] creating index, cause [api], templates [], shards [5]/[1], mappings [data] | |
04:06 | [2015-10-01 17:05:42,926][INFO ][cluster.metadata ] [Shen Kuei] [koha_instance_biblios] deleting index | |
04:06 | eythian | try: curl -XPOST 'http://koha-es:9200/koha_robin[…]_search?pretty=1' | less |
04:06 | but change things for your case | |
04:06 | wahanui | eythian: that doesn't look right |
04:07 | dcook | sand is https://www.youtube.com/watch?v=PTAXUYLbFYk |
04:07 | eythian | that'll show you the first 10 things in the search index |
04:07 | dcook | sand? |
04:07 | wahanui | sand is overrated too. |
04:07 | dcook | sand is also https://www.youtube.com/watch?v=PTAXUYLbFYk |
04:07 | wahanui | okay, dcook. |
04:07 | dcook | sand? |
04:07 | wahanui | sand is https://www.youtube.com/watch?v=PTAXUYLbFYk |
04:09 | dcook | @later tell wizzyrea You need to see this https://www.youtube.com/watch?v=PTAXUYLbFYk |
04:09 | huginn | dcook: The operation succeeded. |
04:10 | mtj | ta eythian |
04:10 | masonxen1:~$ curl -XPOST 'http://localhost:9200/koha_ins[…]_search?pretty=1' | less | |
04:10 | { | |
04:10 | "error" : "IndexMissingException[[koha_instance_biblios] missing]", | |
04:10 | "status" : 404 | |
04:10 | } | |
04:11 | eythian | that surprises me |
04:11 | trace your calls :) | |
04:12 | <trace_to>Stderr</trace_to> | |
04:12 | add that to the elasticsearch section of koha-conf | |
04:12 | warning: it will vomit a lot of stuff | |
04:12 | mtj | awesome, thanks for that tip |
04:12 | <elasticsearch> | |
04:12 | <server>localhost:9200</server> | |
04:12 | <index_name>koha_instance</index_name> | |
04:12 | </elasticsearch> | |
04:13 | ^ fyi, thats my ES koha-conf.xml bit.. | |
04:13 | eythian | that looks sane |
04:13 | mtj | whew, thanks :) |
04:15 | cheers, i'll have a bit moar of a pokeabout with the 'trace_to' stuff | |
04:16 | eythian | it'll cause all of the communications between koha and ES to be dumped to stderr. |
04:57 | mario joined #koha | |
05:13 | kathryn joined #koha | |
05:41 | Amit_Gupta joined #koha | |
05:52 | saiful joined #koha | |
05:56 | cait joined #koha | |
06:19 | saiful joined #koha | |
06:33 | Viktor joined #koha | |
06:35 | * magnuse | waves |
06:38 | reiveune joined #koha | |
06:38 | reiveune | hello |
06:40 | cdickinson joined #koha | |
06:52 | mario joined #koha | |
07:02 | drojf joined #koha | |
07:02 | alex_a joined #koha | |
07:05 | alex_a | bonjour |
07:05 | wahanui | what's up, alex_a |
07:24 | Francesca joined #koha | |
07:28 | gaetan_B joined #koha | |
07:28 | gaetan_B | hello |
07:32 | Joubu | hello #koha |
07:44 | cait joined #koha | |
07:47 | magnuse | Me pokes bug 14673 |
07:47 | huginn | 04Bug http://bugs.koha-community.org[…]_bug.cgi?id=14673 major, P3, ---, colin.campbell, Failed QA , Renewals cause Sipserver to crash |
07:48 | ashimema | he should be back today (He's been in the depths of scotland for the last week), I'll get him to take a look |
07:48 | morning all | |
07:48 | cait | morning ashimema |
07:49 | hope he had a nice vacation :) | |
07:50 | ashimema | I shall ask him at 9.30 when he comes back online ;0 |
07:50 | cait | heh |
07:50 | do you think there is a chance he could take a look at bug http://bugs.koha-community.org[…]_bug.cgi?id=11039 too? | |
07:50 | huginn | 04Bug 11039: critical, P5 - low, ---, koha-bugs, NEW , SIP Server responds with valid CHECKIN to SC but fails to checkin item on Koha |
07:52 | magnuse | ashimema: great |
07:59 | chrisvella joined #koha | |
08:08 | laurence joined #koha | |
08:18 | Francesca joined #koha | |
08:19 | fridolin joined #koha | |
08:20 | fridolin | hie |
08:35 | laurence left #koha | |
09:00 | Francesca joined #koha | |
09:02 | mveron joined #koha | |
09:02 | Viktor joined #koha | |
09:03 | mveron | Hi #koha |
09:05 | Hi Joubu :-) | |
09:07 | Joubu | hello mveron |
09:07 | mveron | Joubu: Maybe your comment / fail qa on Bug 14923 was intended fpr Bug 14924 ? |
09:07 | huginn | 04Bug http://bugs.koha-community.org[…]_bug.cgi?id=14923 enhancement, P5 - low, ---, veron, Failed QA , Remove C4::Dates from labels/label-item-search.pl |
09:07 | 04Bug http://bugs.koha-community.org[…]_bug.cgi?id=14924 enhancement, P5 - low, ---, veron, Failed QA , Remove C4::Dates from members/memberentry.pl | |
09:07 | Joubu | mveron: both have the problem |
09:08 | mveron: for 14924, I have tried with dateofbirth on creating/updating a patron | |
09:16 | mveron | Joubu: For 14924, I can not manage to enter an invalid birth date, it is prevented by the datepicker. |
09:18 | Joubu | there is a js dialog box, but you can submit the form |
09:28 | cait | Joubu: around? |
09:28 | oh | |
09:28 | sorry, i didn't scroll to the end :) | |
09:29 | Joubu | cait: yep |
09:30 | We have 250+ bugs waiting for a signoff, outch! | |
09:31 | cait | yep |
09:31 | and a lot in qa | |
09:31 | i was wondering, can we talk sometime about your patch for cities? | |
09:31 | to help me understand the new object thing a bit better? | |
09:31 | Joubu | yep |
09:31 | cait | usng it as an example |
09:31 | Joubu | bug 14888 |
09:31 | huginn | 04Bug http://bugs.koha-community.org[…]_bug.cgi?id=14888 enhancement, P5 - low, ---, jonathan.druart, Signed Off , Move the cities related code to Koha::Cities |
09:32 | cait | i can't right now - but maybe we can agree on a time this afternoon? |
09:32 | Joubu | I should be around this afternoon |
09:32 | cait | ok 1 hour time difference... hm |
09:32 | Joubu | before rugby matches :) |
09:32 | cait | 2pm for you? |
09:32 | not sure when the rugby is :) | |
09:33 | Joubu | yep go for 2pm |
09:33 | cait | ok, 3 pm for me... i hope heh :) |
09:33 | thx | |
10:07 | yassin_ joined #koha | |
10:07 | yassin_ | hi |
10:08 | i am installing koha | |
10:09 | hw should i configure /etc/koha/koha-sites.conf | |
10:15 | pastebot | "mtj" at 127.0.0.1 pasted "example /etc/koha/koha-sites.conf" (22 lines) at http://paste.koha-community.org/90 |
10:15 | mtj | yassin_: ^ |
10:38 | ashimema joined #koha | |
10:56 | akafred2 joined #koha | |
11:08 | mveron joined #koha | |
11:21 | mveron | Joubu ++ for counter patch on Bug 14918 |
11:21 | huginn | 04Bug http://bugs.koha-community.org[…]_bug.cgi?id=14918 enhancement, P5 - low, ---, veron, Signed Off , Remove C4::Dates from circ/pendingreserves.pl |
11:29 | cait | yep Joubu++ |
11:37 | alex_a joined #koha | |
11:44 | magnuse | Joubu: should i do anything more drastic than Shift-Reload to test bug 14910 |
11:44 | huginn | 04Bug http://bugs.koha-community.org[…]_bug.cgi?id=14910 normal, P5 - low, ---, jonathan.druart, Failed QA , Renew a patron does not redirect to the correct module |
11:44 | magnuse | i mean to clear the cache, like you suggested |
11:47 | Joubu | Should be enough, you can try a "clear cache content" somewhere in the prefs of your browser |
11:48 | but ctrl+f5 or ctrl+r should do the trick | |
11:48 | magnuse: actually the link should not contain any "cardnumber" parameter with the patch | |
11:49 | meliss joined #koha | |
11:55 | magnuse | Joubu: i do have this: window.location = '/cgi-bin/koha/members/setstatus.pl?borrowernumber=6450&cardnumber=rm'me&desintation=circ&reregistration=y'; |
11:56 | which i should not have | |
11:56 | it has the typo too | |
11:56 | desintation | |
11:56 | ok, i'll try a more comprehensice cache cleaning | |
11:59 | cait | english? |
11:59 | wahanui | english is spoken @ BibLibre :) |
11:59 | cait | i often forget to switch langauges... |
12:00 | magnuse | GAH! that is probably iy |
12:00 | *it | |
12:00 | cait++ | |
12:01 | cait | :) |
12:01 | Joubu | always use the english interface! :) |
12:02 | magnuse | it's been too long since i did any signoffs... |
12:04 | cait | gah |
12:04 | if you receive our migrated orders.... the fund is deleted | |
12:04 | why?? | |
12:04 | it shows perfectly fine before i receive them | |
12:06 | nengard joined #koha | |
12:09 | magnuse | nengard! |
12:09 | wahanui | i heard nengard was the queen of documentation. |
12:09 | nengard | magnuse! |
12:09 | wahanui | magnuse is a Norwegian giant. |
12:09 | nengard | :) hehe |
12:14 | magnuse | kitteh still on its best behaviour? |
12:21 | nengard | Yep!!!! |
12:21 | I carry that can with me everywhere :) hehe | |
12:25 | magnuse | yay |
12:43 | francharb joined #koha | |
12:49 | Dyrcona joined #koha | |
12:50 | mveron_ joined #koha | |
13:07 | tcohen joined #koha | |
13:13 | NateC joined #koha | |
13:22 | JoshB joined #koha | |
13:22 | mario joined #koha | |
13:28 | nlegrand_ joined #koha | |
13:46 | amyjeankearns joined #koha | |
14:01 | andreashm joined #koha | |
14:01 | * andreashm | waves |
14:03 | andreashm | magnuse: around? |
14:05 | rocio joined #koha | |
14:11 | rocio1 joined #koha | |
14:15 | cait | Joubu: around? |
14:15 | sorry... i am late | |
14:15 | Joubu | cait: yep |
14:15 | no worries :) | |
14:15 | cait | ok |
14:38 | cma joined #koha | |
14:39 | mveron joined #koha | |
14:42 | tcohen joined #koha | |
15:19 | pianohacker joined #koha | |
15:21 | reiveune | bye |
15:21 | reiveune left #koha | |
15:29 | dbyrum joined #koha | |
15:30 | dbyrum_ joined #koha | |
15:47 | Joubu | good evening #koha |
15:49 | mveron joined #koha | |
15:57 | dbyrum__ joined #koha | |
16:04 | dbyrum joined #koha | |
16:18 | rocio joined #koha | |
16:22 | fridolin left #koha | |
16:42 | cma joined #koha | |
16:55 | cdickinson joined #koha | |
16:59 | rocio1 joined #koha | |
17:08 | wnickc joined #koha | |
17:28 | rocio1 left #koha | |
17:59 | cma joined #koha | |
18:04 | mveron joined #koha | |
18:08 | cait left #koha | |
18:16 | talljoy joined #koha | |
18:26 | Jorge joined #koha | |
18:37 | tcohen joined #koha | |
18:46 | cait joined #koha | |
18:52 | ingel joined #koha | |
18:54 | ingel | WWW.EXPOSINGCOMMUNISM.COM |
18:54 | ingel left #koha | |
18:54 | tcohen | @wunder cordoba, argentina |
18:54 | huginn | tcohen: The current temperature in Bo Altos de San Martin - NW, Cordoba city, Cordoba City, Argentina is 35.8°C (3:50 PM ART on October 01, 2015). Conditions: Haze. Humidity: 30%. Dew Point: 16.0°C. Pressure: 29.61 in 1003 hPa (Falling). |
18:54 | tcohen | nazi spam? |
18:56 | cait | huh? |
18:58 | tcohen | can it be taken out of the logs? |
18:58 | cait | hm not by me, i think rangi could, but is still travelling |
19:11 | Jorge | Anybody using Zebra thermal transfer printers for spine labels? |
19:12 | tcohen | Zebra? |
19:12 | wahanui | Zebra is a fielded free text indexing and retrieval engine with a Z39.50 front-end. You can use any compatible, commercial, or freeware Z39.50 client to access data stored in Zebra. or the search engine koha uses |
19:14 | Jorge | Zebra is a brand of printers - they offer thermal transfer printing. Our Dymo printers use direct thermal printing that fades over time. |
19:17 | wnickc joined #koha | |
19:22 | tcohen | Jorge, nunca las he usado |
19:39 | Francesca joined #koha | |
19:55 | mveron joined #koha | |
20:07 | kathryn_ joined #koha | |
20:18 | northcottc joined #koha | |
20:22 | Francesca joined #koha | |
20:33 | nengard left #koha | |
20:40 | rocio joined #koha | |
20:40 | mveron | @wunder Allschwil |
20:40 | huginn | mveron: The current temperature in Basel, Switzerland is 6.0°C (10:30 PM CEST on October 01, 2015). Conditions: Clear. Humidity: 87%. Dew Point: 4.0°C. Windchill: 5.0°C. Pressure: 30.24 in 1024 hPa (Steady). |
20:41 | mveron | ...it is getting colder... |
20:43 | Good night / daytime #koha | |
20:44 | dbyrum left #koha | |
20:44 | dbyrum__ left #koha | |
20:53 | rocio1 joined #koha | |
20:57 | Francesca | @wunder wlg |
20:57 | huginn | Francesca: The current temperature in Wellington, New Zealand is 13.0°C (9:30 AM NZDT on October 02, 2015). Conditions: Partly Cloudy. Humidity: 77%. Dew Point: 9.0°C. Pressure: 29.92 in 1013 hPa (Steady). |
20:57 | mtj joined #koha | |
21:10 | hector joined #koha | |
21:32 | Dyrcona joined #koha | |
21:32 | Dyrcona left #koha | |
21:33 | eythian | hi |
21:39 | Francesca | hi eythian |
22:07 | JoshB joined #koha | |
22:27 | aleisha joined #koha | |
22:29 | rocio joined #koha | |
22:30 | aleisha joined #koha | |
22:33 | rocio1 joined #koha | |
22:55 | rocio1 left #koha | |
22:56 | papa joined #koha | |
23:31 | aleisha_ joined #koha | |
23:35 | eythian | http://i.imgur.com/gerlkMX.gifv |
23:38 | cdickinson joined #koha | |
23:39 | Francesca joined #koha | |
23:40 | chrisvella joined #koha | |
23:40 | wizzyrea | they're falling foreeeeeevvvvvvveerrrrrrrr |
23:48 | aleisha_ joined #koha | |
23:51 | Francesca | whats falling? |
23:53 | eythian | rate of correct apostrophe use online! |
23:54 | Francesca | oh god |
23:54 | i'm probably guilty of that |
← Previous day | Today | Next day → | Search | Index