← Previous day | Today | Next day → | Search | Index
All times shown according to UTC.
Time | Nick | Message |
---|---|---|
00:02 | anitsirk left #koha | |
00:05 | anitsirk joined #koha | |
00:12 | irma left #koha | |
00:16 | anitsirk left #koha | |
00:20 | jcamins | Hm. |
00:21 | The webinstaller is a little confusing- it asks you about installing "parameters," which it says include Z39.50 servers, and then it has a separate option for sample_z3950servers. | |
00:44 | Braedon left #koha | |
00:45 | jcamins | chris: I ended up adding an Images tab anyway, because Kete was just too large a system for what I needed. |
00:45 | So it looks like this: http://demo.cpbibliography.com[…]pl?biblionumber=1 | |
00:47 | Braedon joined #koha | |
01:09 | anitsirk joined #koha | |
01:25 | anitsirk left #koha | |
01:44 | chris | jcamins: very cool |
01:44 | anitsirk joined #koha | |
01:46 | anitsirk left #koha | |
01:46 | jcamins | Oh, by the way, I have a question for you... I adapted the koha-common utility scripts to automatically configure dev installations. Should I submit it for 3.4, just stick it on bugzilla, or... ? |
01:47 | chris | both :) |
01:47 | jcamins | Okay. |
01:47 | chris | im assuming its done with a commandline switch? |
01:47 | jcamins | Ooh, that's a great idea! |
01:47 | No, actually I had copied them, but it's easy enough to change. | |
01:48 | chris | cool, yeah that would be the way i reckon |
01:48 | jcamins | See, I should've asked you how to do it before I went and copied all the files. |
01:48 | chris | heh |
01:57 | anitsirk joined #koha | |
01:57 | jcamins | Although it will be a little tricky figuring out where the templates are... I guess since the dev install naturally requires a kohaclone, pull the templates from kohaclone, otherwise try the system-wide templates? |
01:58 | chris | i think thats a fair plan |
02:58 | jcamins | Good night, #koha |
02:58 | jcamins is now known as jcamins_a | |
03:23 | Amit joined #koha | |
03:23 | Amit | heya chris |
03:24 | chris | hi Amit |
04:23 | moo joined #koha | |
04:23 | saorge_ left #koha | |
04:23 | saorge joined #koha | |
04:24 | moo | hey guys, i'm having a weird problem while copying koha to a new system, can someone give me some advice ? |
04:26 | No matter what I search for I get "No Result found", i've tried rebuilding the indexes, no improvement :-( | |
04:33 | Amit | heya moo |
04:34 | chris | moo: permissions? |
04:35 | does the user running zebrasrv have permissions to the index files | |
04:35 | ie, are you running rebuild_zebra.pl and the zebrasrv as the same user | |
04:35 | if so | |
04:35 | then rebuild_zebra.pl -r -a -b -v | |
04:35 | the -v for verbose, might show you what the problem is | |
04:37 | moo | oh hey there.. running rebuild as root.. lots of stuff scrolls by and then seems to have no errors |
04:38 | -v is not an option ... weird | |
04:38 | chris | what version of koha? |
04:39 | do you run zebrasrv as root too? | |
04:39 | if not, it wont be able to read the indexes | |
04:39 | personally i wouldnt run either as root | |
04:39 | moo | zebra is run as user koha... hmm, okay lemmie try it as su - koha |
04:39 | chris | thats the problem then |
04:40 | you need to chown the files to be owned by koha | |
04:40 | before you can run rebuild_zebra as koha, and before zebrasrv can read them | |
04:40 | moo | which files ? /usr/share/koha etc ? or other stuff too ? |
04:41 | chris | whereever your system is set up to store its zebra file |
04:41 | s | |
04:41 | probably /usr/share/koha/var/lib/zebradb | |
04:41 | (or something similar) | |
04:41 | moo | ok... lemmie check some stuff brb... thanks ;-) |
04:42 | okay... /var/lib/koha/zebradb is all owned by koha | |
04:43 | so i just rebuild as user koha ? | |
04:43 | chris | you did -R eh? |
04:43 | (just asking the stupid questions) | |
04:43 | if so, just see if your search works now, if not, try rebuild_zebra | |
04:43 | moo | not stupid question actually.... just gonna re chown it. |
04:44 | found a few root owned files | |
04:45 | rebuilding.... | |
04:47 | hmm, getting some differenet errors, probably permission probs in /var/lock/koha ... brb | |
04:53 | hmm.. nope still not working | |
04:54 | chris | try running zebrasrv from the commandline |
04:54 | ie, sudo /etc/init.d/koha-zebrawhateveritscalled stop | |
04:54 | sudo -u koha zebrasrv -f /usr/share/etc/koha-conf.xml | |
04:54 | then try a search | |
04:55 | and you can see what is happening | |
04:55 | moo | okay... i'm getting failed to read zebra.cfg... permission prob again.... brb hunt it down |
04:56 | hmm zerba.cfg does not appear to exist | |
04:57 | oh... hang on... | |
04:57 | missed out the -f param | |
04:58 | okay... looks like its running no errors | |
04:58 | chris | try a search then |
04:59 | moo | yup, i got no result, but this output |
04:59 | 16:57:35-02/09 zebrasrv(1) [session] Session - OK 1 unix:/var/run/koha/zebradb/bibliosocket 4014 | |
04:59 | 16:57:35-02/09 zebrasrv(1) [request] Auth idPass koha_user - | |
04:59 | 16:57:35-02/09 zebrasrv(1) [request] Init ERROR 1011 ID:81 Name:ZOOM-C/YAZ Version:3.0.52 e687cb7eb87c841f0d1a374174d51d30371f2d97 | |
04:59 | 16:57:35-02/09 zebrasrv(1) [session] Timeout. Closing connection | |
04:59 | chris | there you go |
04:59 | moo | am i missing a perl mod ? or password error ? |
05:00 | chris | looks like a password error to me |
05:00 | gotta go now though | |
05:00 | wasabi | a user/password error, i think |
05:00 | moo | thanks for your help.. so the error is in the /etc/koha-conf.xml file ? |
05:01 | have a great evening chris, you've got me much further ;) | |
05:01 | wasabi | <user>kohauser</user> |
05:01 | Auth idPass koha_user - | |
05:01 | '_' | |
05:02 | moo | hmm. how would I reset the koha_user password ? |
05:03 | hudsonbot joined #koha | |
05:03 | wasabi | now that i cant remember :/ |
05:04 | moo | hmm, i'll ask the great google ;-) |
05:06 | richard left #koha | |
05:07 | wasabi | $ zebraidx create ... |
05:08 | moo | does that reset the pw wasabi ? |
05:10 | wasabi | yeah, i think so |
05:11 | or, fix your user:pass combo in yr config files | |
05:11 | then zebidx drop, create | |
05:11 | then rebuidl_zeb.pl | |
05:11 | moo | ahh i see, so zebraidx create will reset using the credintials in koha-conf.xml ? |
05:12 | wasabi | http://koha-community.org/docu[…]on/faq/searching/ |
05:12 | moo | ok, will give this a go, just reading man page ;-) |
05:12 | wasabi | yeah, think so... |
05:13 | me too ;) | |
05:13 | its info i load/wipe from my brain often | |
05:14 | moo | yup, not something ya need to do every day, easy to forget. |
05:15 | anitsirk_ joined #koha | |
05:15 | anitsirk_ left #koha | |
05:18 | moo | so do I use the same line as: |
05:18 | zebraidx -c /home/chris/koha-dev/etc/zebradb/zebra-biblios.cfg drop biblios (but to my path ?) | |
05:18 | or is it a different DB i need to do ? | |
05:19 | wasabi | pass |
05:19 | anitsirk left #koha | |
05:20 | moo | okay... i've snapshotted the VM so, so if I totally bork it, i'm not gonna cry ;-) |
05:27 | damn, not working... i did both the biblios and authorities DB. | |
05:31 | i've got both a koha_user and kohaadmin user... is this correct ? | |
05:33 | alan left #koha | |
05:34 | moo | weird, either username has the same problem.. i know the pw in mysql is correct.. just not sure what to make of the zebrasrv error.. or how to reset pw |
05:35 | ah well, gotta catch the bus, will pop in tomorrow, thx for the help ;-) | |
05:36 | moo left #koha | |
05:43 | indradg left #koha | |
06:13 | Elwell_ joined #koha | |
06:14 | Elwell left #koha | |
06:19 | cait joined #koha | |
06:19 | cait | morning #koha |
06:24 | Amit | heya cait |
06:30 | cait | hi Amit :) |
06:37 | ok, time for work, bbl | |
06:37 | cait left #koha | |
06:56 | Elwell joined #koha | |
06:56 | Elwell_ left #koha | |
06:59 | hudsonbot | Starting build 13 for job Koha Test (previous build: SUCCESS) |
07:00 | Project Koha Test build (13): SUCCESS in 1 min 12 sec: http://bugs.koha-community.org[…]b/Koha%20Test/13/ | |
07:01 | laurence joined #koha | |
07:04 | Braedon left #koha | |
07:11 | kf joined #koha | |
07:11 | kf | good morning #koha |
07:11 | chris | hi kf |
07:12 | kf | hi chris |
07:13 | hudsonbot left #koha | |
07:23 | hudsonbot joined #koha | |
07:25 | chris | !hudson status |
07:25 | hudsonbot | status of all projects: |
07:25 | Koha Test: last build: 13 (25 min ago): SUCCESS: http://bugs.koha-community.org[…]b/Koha%20Test/13/ | |
07:25 | chris | kf: does that url work for you? |
07:25 | kf | let me check |
07:25 | yes | |
07:25 | what is hudson? looks like a butler :) | |
07:26 | chris | :) its a continuious integration tester |
07:26 | ive set it up to watch the git repo | |
07:26 | whenever changes are committed | |
07:26 | it runs all the tests | |
07:27 | now we just have to add more tests an this will help us to spot any commits that break things | |
07:28 | kf | ah, cool :) |
07:28 | we need more tests | |
07:29 | my coworker asked me to find out how patron notification for new issues works - and it's not working at all | |
07:29 | will send a patch later | |
07:31 | chris | cool |
07:31 | yeah more tests are key | |
07:34 | !hudson build "Koha Test" now | |
07:34 | hudsonbot | chris: job Koha Test build scheduled now |
07:34 | Starting build 14 for job Koha Test (previous build: SUCCESS) | |
07:35 | Project Koha Test build (14): SUCCESS in 1 min 9 sec: http://bugs.koha-community.org[…]b/Koha%20Test/14/ | |
07:39 | kf | he is a fast tester :) |
07:40 | chris | :) |
07:40 | well nothing had changed in git so it was pretty fast to rerun the tests | |
07:42 | kf | to sign-off a patch - add the -i option when applying the patch, format-patch origin and git send-email? |
07:43 | chris | -s |
07:43 | kf | ah |
07:43 | chris | for sign off |
07:43 | kf | -i was interactive? |
07:43 | ok | |
07:43 | chris | thats it |
07:43 | right, lemme try the build again | |
07:43 | !hudson build "Koha Test" now | |
07:43 | hudsonbot | chris: job Koha Test build scheduled now |
07:43 | Starting build 15 for job Koha Test (previous build: SUCCESS) | |
07:43 | Project Koha Test build (15): FAILURE in 2.4 sec: http://bugs.koha-community.org[…]b/Koha%20Test/15/ | |
07:43 | chris | heh |
07:44 | kf | oh |
07:44 | chris | !hudson build "Koha Test" now |
07:44 | hudsonbot | chris: job Koha Test build scheduled now |
07:44 | Starting build 16 for job Koha Test (previous build: FAILURE -- last SUCCESS #14 10 min ago) | |
07:44 | Project Koha Test build (16): STILL FAILING in 1.7 sec: http://bugs.koha-community.org[…]b/Koha%20Test/16/ | |
07:44 | chris | ive busted it :( |
07:45 | kf | by accident or on purpose? |
07:46 | chris: signing-off again - have we decided to add something to the subject? | |
07:46 | chris | i think if it has been to the list already, we add something to the subject |
07:47 | if it was one someone sent to you privately, or hasnt been sent to the list | |
07:47 | then dont need to | |
07:48 | hudsonbot | Starting build 17 for job Koha Test (previous build: STILL FAILING -- last SUCCESS #14 14 min ago) |
07:49 | kf | hm |
07:49 | I want to sign-off on Colin's patch for the patron notification pull down | |
07:49 | hudsonbot | Yippie, build fixed! |
07:49 | Project Koha Test build (17): FIXED in 58 sec: http://bugs.koha-community.org[…]b/Koha%20Test/17/ | |
07:49 | kf | lol |
07:50 | chris | ahh, in that case change the subject |
07:50 | kf | [sign-off]? |
07:51 | chris | that works |
07:51 | http://bugs.koha-community.org[…]estReport/(root)/ <--more info now | |
07:51 | sign-off or signed-off | |
07:51 | i think signed-off | |
07:51 | Elwell_ joined #koha | |
07:54 | Elwell left #koha | |
07:58 | kf | ok :) |
07:58 | how can I change the subject, git ammend? | |
08:00 | --amend - found it :) | |
08:30 | hudsonbot | Starting build 18 for job Koha (previous build: FIXED) |
08:32 | Project Koha build (18): SUCCESS in 1 min 26 sec: http://bugs.koha-community.org:8080/job/Koha/18/ | |
08:35 | chris | hmm |
08:35 | kf | not happy? |
08:35 | Elwell_ left #koha | |
08:35 | chris | yep, getting there |
08:36 | !hudson build koha | |
08:36 | hudsonbot | chris: job koha build scheduled with a quiet period of 5 seconds |
08:36 | Starting build 19 for job Koha (previous build: SUCCESS) | |
08:36 | chris | i just added a check for test coverage |
08:36 | ie, to test how much of the code is being tested | |
08:37 | Elwell joined #koha | |
08:39 | hudsonbot | Project Koha build (19): SUCCESS in 3 min 21 sec: http://bugs.koha-community.org:8080/job/Koha/19/ |
08:41 | hudsonbot left #koha | |
08:42 | hudsonbot joined #koha | |
08:46 | chris | !hudson build koha |
08:46 | hudsonbot | chris: job koha build scheduled with a quiet period of 5 seconds |
08:46 | Starting build 20 for job Koha (previous build: SUCCESS) | |
08:48 | Ropuch | `Morning #koha |
08:48 | chris | hi Ropuch |
08:48 | Ropuch | Hello chris |
08:49 | Casaubon joined #koha | |
08:49 | hudsonbot | Project Koha build (20): SUCCESS in 3 min 32 sec: http://bugs.koha-community.org:8080/job/Koha/20/ |
08:56 | chris | http://bugs.koha-community.org[…]cover_report.html |
08:56 | that url work? | |
08:56 | hudsonbot | Starting build 21 for job Koha (previous build: SUCCESS) |
08:56 | Casaubon left #koha | |
08:59 | chris | kf: http://bugs.koha-community.org[…]4-Letters-pm.html lots of C4::Letters isnt tested, so if we can fix some of that, that would be excellent :) |
09:00 | hudsonbot | Project Koha build (21): SUCCESS in 3 min 34 sec: http://bugs.koha-community.org:8080/job/Koha/21/ |
09:00 | Ropuch | chris: url works for me |
09:00 | chris | cool |
09:00 | Braedon joined #koha | |
09:01 | chris | so now its going to run the unit tests, the test for coverage, and pod coverage, everytime a commit is pushed up |
09:01 | http://bugs.koha-community.org:8080/job/Koha/ | |
09:02 | you can get to it from the html report link there (the test coverage report) | |
09:02 | i think im done for now, time for a break :) | |
09:03 | Ropuch | Nice ;> |
09:08 | Elwell left #koha | |
09:09 | Elwell joined #koha | |
09:13 | Casaubon joined #koha | |
09:31 | Elwell_ joined #koha | |
09:33 | Elwell left #koha | |
09:42 | kf | chris: sorry, was afk |
09:43 | chris: a lot of red in the html report | |
09:58 | hilongo left #koha | |
09:58 | hilongo joined #koha | |
10:34 | kf | chris: around? |
10:38 | davi joined #koha | |
10:42 | chris | yep |
10:44 | hdl joined #koha | |
10:58 | alan joined #koha | |
11:16 | nengard joined #koha | |
11:23 | Jamie left #koha | |
11:23 | kf | chris: ah, just wanted to know if my sign-off mail on owen's patch was ok |
11:30 | collum joined #koha | |
11:38 | hdl | hi |
11:41 | kf | hi hdl |
12:09 | tcohen joined #koha | |
12:10 | hdl | hi tcohen |
12:10 | tcohen | hi |
12:11 | i've been a day and a half recovering from a flu | |
12:11 | glad to be back! | |
12:21 | Nate joined #koha | |
12:25 | Amit left #koha | |
12:39 | thd-away left #koha | |
12:44 | schuster joined #koha | |
12:44 | thd-away joined #koha | |
12:48 | Nate left #koha | |
12:49 | nengard | tcohen i think i'm on the final day of my recovery - been 4 days!!! |
12:50 | * kf | hides from nengard and tcohen |
12:50 | kf | nengard: did you see my mail? |
12:50 | nengard | kf did you get my reply? :) |
12:50 | kf | hmpf. |
12:51 | the command I got from chris is all I do to apply a patch | |
12:51 | not sure what all the options are for | |
12:55 | Elwell joined #koha | |
12:56 | Elwell_ left #koha | |
12:58 | kf | ;) |
13:00 | nengard: ah, now I got your reply | |
13:01 | nengard | kf - i understand the command - just not why i'd use it before i applied and tested the patch |
13:01 | kf | yeah, you are right |
13:02 | I think it makes more sense the other way | |
13:02 | perhaps ask chris - it's the way he taught me ) | |
13:05 | I dont know how the formatting works in mediawiki :( | |
13:10 | jcamins_a is now known as jcamins | |
13:14 | kf | nengard: around? |
13:16 | nengard: I tried and added some things to the wiki page | |
13:16 | nengard | sorry kf - doing 100 things at once - yeah we can wait and see what chris says |
13:16 | * nengard | on phone |
13:16 | kf | no problem |
13:17 | Elwell_ joined #koha | |
13:17 | kf | same here |
13:17 | Elwell left #koha | |
13:19 | nengard | okay, checking the page now |
13:19 | kf the page looks good - we should ask Chris about his suggestions to you and where they fit in this process | |
13:19 | :) thanks for the help!! | |
13:24 | Elwell joined #koha | |
13:24 | kf | nengard: I think we should discuss if we want to change the subject line |
13:25 | nengard | of the email sent to the patches list? |
13:25 | so that it says [signed off]? | |
13:26 | kf | I think something like that was discussed yesterday and chris suggested signed-off earlier today when I asked him here |
13:26 | jcamins | Good morning, #koha |
13:26 | kf | hi jamins |
13:26 | jcamins | |
13:26 | Elwell_ left #koha | |
13:44 | hilongo left #koha | |
14:07 | sekjal joined #koha | |
14:42 | sekjal left #koha | |
14:52 | Nate joined #koha | |
14:59 | Nate left #koha | |
15:04 | francharb joined #koha | |
15:04 | francharb left #koha | |
15:11 | alex_a left #koha | |
15:21 | wizzyrea | good morning peeps |
15:36 | nengard | good afternoone (well almost) :) |
15:38 | kf | hi wizzyrea |
15:39 | wizzyrea | hello hello |
15:39 | kf | bye all :) |
15:39 | kf left #koha | |
15:57 | laurence left #koha | |
15:57 | wizzyrea | nengard: is there anything in the manual about setting up SIP with other products like Envisionware? |
15:57 | curious, because that setup might do well to be documented formally | |
15:57 | http://www.mcreedjr.com/?p=8 is the best resource I found, if you integrate the 2nd comment | |
15:58 | nengard | i think it's on the wiki - not the manual ... trying to find it now |
15:58 | rhcl | sekjal might have some recently-acquired info on that subject |
15:58 | wizzyrea | heh |
15:58 | nengard | oh poo - found it - http://koha.org/documentation/[…]ew?searchterm=sip |
15:59 | i didn't move it over cause we didn't have copyright permissions to do so and i'm not skilled at this area so i couldn't re-write ie | |
15:59 | it | |
15:59 | wizzyrea | oh, I could rewrite it I think |
15:59 | nengard | if someone else can write something I'll gladly add to the manual with proper credit given |
15:59 | wizzyrea | that's the server side anyway |
15:59 | I was thinking of the envisionware side | |
15:59 | nengard | ah |
15:59 | wizzyrea | but yea, I can do that |
16:00 | this has atz's fingerprints all over it | |
16:00 | ;) | |
16:00 | nengard | if you can re-write and add a thing about envisionware that's great |
16:00 | i do think he was the original author | |
16:00 | wizzyrea | man, I miss that guy. |
16:00 | nengard | but he worked for LL at the time and so it's LL's copyright (or so i was told about the manual i wrote while working there) |
16:00 | wizzyrea | yep, not surprising |
16:00 | nengard | he replied to my email on koha devel today :) |
16:01 | wizzyrea | ya I saw that |
16:01 | nengard | wizzyrea you can write it in a text editor - or word processor and i'll convert to XML - or you can do it right in the manual XML as an appendix - up to you |
16:02 | chris_n | @wunder 27943 |
16:02 | munin | chris_n: The current temperature in Hatteras, North Carolina is 28.0�C (11:51 AM EDT on September 02, 2010). Conditions: Mostly Cloudy. Humidity: 82%. Dew Point: 24.0�C. Pressure: 29.96 in 1014 hPa (Falling). Hurricane Warning in effect... |
16:02 | wizzyrea | chris_n: |
16:02 | are you near there? | |
16:02 | are they making you leave? | |
16:02 | chris_n | about 1.5 hours west |
16:02 | nengard | chris_n - we updated the manual XML so that the tables shouldn't be an issue anymore when converting to PDF - if you want to give that a whirl again |
16:02 | chris_n | there is an evacuation occurring however |
16:02 | nengard | west is good - you'll be further away |
16:02 | wizzyrea | ^^ |
16:02 | nengard | evacuation? really? |
16:03 | chris_n | nengard: sounds good, I'll add it to the list |
16:03 | wizzyrea | where you are or at the coast? (the coast evac I heard about on the news) |
16:03 | chris_n | at the coast |
16:03 | nengard | @wunder 19030 |
16:03 | munin | nengard: The current temperature in Mercer County, Ewing, New Jersey is 34.4�C (12:03 PM EDT on September 02, 2010). Conditions: Clear. Humidity: 38%. Dew Point: 18.0�C. Pressure: 30.06 in 1017.8 hPa (Falling). |
16:03 | wizzyrea | @wunder 66047 |
16:03 | munin | wizzyrea: The current temperature in Lawrence Live-Courtesy of the Khoury's, Lawrence, Kansas is 24.8�C (11:03 AM CDT on September 02, 2010). Conditions: Overcast. Humidity: 88%. Dew Point: 23.0�C. Pressure: 29.90 in 1012.4 hPa (Rising). |
16:03 | wizzyrea | except for the clouds, about as perfect as you get in kansas |
16:04 | chris_n | its a monster... we all hope it behaves and turns north in the next few hours |
16:04 | wizzyrea | :( yea |
16:04 | chris_n | sorta like looking down the wrong end of a very big gun |
16:04 | wizzyrea | :(( |
16:12 | hdl left #koha | |
16:14 | tcohen left #koha | |
16:15 | cait joined #koha | |
16:24 | davi left #koha | |
17:09 | davi joined #koha | |
17:24 | Casaubon left #koha | |
17:33 | Scot joined #koha | |
17:34 | Scot | Hello -- I'm new here, so sorry if there is a more appropriate way to get help |
17:34 | but I'm having trouble adding items to my catalog | |
17:34 | nengard | welcome Scot |
17:34 | this is one of the many ways to get help | |
17:34 | Scot | thanks |
17:34 | I'm using a fresh install of the harley/liblime release | |
17:35 | and i'm able to add a MARC record from the z39.50 server | |
17:35 | nengard | oh ... |
17:35 | we probably can't help you there | |
17:35 | Scot | however, when I try to add an item, it simply reloads the add item page without doing anything |
17:35 | nengard | this is the IRC chanel for Koha |
17:35 | Koha can be downloaded at http://koha-community.org | |
17:35 | Scot | I understand |
17:35 | I'm using Koha | |
17:35 | nengard | no - you're using harley |
17:35 | that's not the official Koha release | |
17:36 | Scot | and yet the interface says and looks like Koha? |
17:36 | nengard | official koha releases are Koha 3.0.6 and 3.2 beta |
17:36 | Scot | gotcha |
17:36 | it was the main offering at Koha.org | |
17:36 | but I guess I'll install 3.0.6 and try again | |
17:36 | nengard | the official koha site is http://koha-community.org |
17:36 | not koha.org ... i'm sorry for the confusion | |
17:36 | Scot | ok, thanks |
17:36 | nengard | we had a meeting yesterday and koha 3.2 is coming very soon - so you might want to give koha 3.2 beta a whirl |
17:37 | many libraries are using it in a live environment | |
17:37 | the major bug that is left is in acquisitions | |
17:37 | or so it was said in the meeting yesterday | |
17:37 | Scot | that's not a problem for me... I simply need to do cataloguing |
17:37 | nengard | then give 3.2 a whirl! |
17:37 | It has some awesome new cataloging features | |
17:37 | not in 3.0.6 | |
17:37 | Scot | I can get 3.2 beta from the download page at koha-community.org? |
17:37 | nengard | yes |
17:37 | Scot | great |
17:38 | nengard | let us know if you have questions once you get it installed |
17:38 | Scot | i only see the alpha on the download page |
17:38 | and 3.0.6 as current stable | |
17:38 | is it the experimental debian package? | |
17:39 | nengard | hang on ... off ot check it out |
17:39 | oh boy - looks like that page needs updating! | |
17:39 | anyway - you can get beta here: http://download.koha-community.org/ | |
17:39 | I'll make sure that page gets updated | |
17:40 | wizzyrea if you're around - do you have rights to update that page? | |
17:40 | this page: http://koha-community.org/download-koha/ | |
17:40 | Scot | downloading now... thanks |
17:46 | Scot left #koha | |
17:46 | Scot joined #koha | |
17:51 | Scot | Has anyone else had trouble installing the cpan module 'GD'? |
17:51 | nengard | yes |
17:51 | :) | |
17:51 | jcamins | Yes. |
17:51 | I don't remember how I fixed it. | |
17:51 | nengard | i think there was a thread on that on Koha |
17:51 | mailing list | |
17:51 | jcamins | I do remember gnashing my teeth a lot. |
17:51 | nengard | hang on - let me see if i can find it |
17:52 | Scot | Running install for module 'GD' Running make for L/LD/LDS/GD-2.45.tar.gz Has already been unwrapped into directory /home/koha/.cpan/build/GD-2.45-3KNYQo '/usr/bin/perl Makefile.PL INSTALLDIRS=site' returned status 512, won't make Running make test Make had some problems, won't test Running make install Make had some problems, won't install |
17:54 | nengard | hmm - maybe it was in the IRC chanel that someone was helped with this |
17:55 | Scot | When I first installed Koha a while back, it threw more feedback trying to install it |
17:55 | something about a missing library | |
17:55 | libgd, I believe | |
17:55 | nengard | i can't seem to find it anywhere ... and im' not good with server stuff ... anyone else around? |
17:55 | Scot | i manually installed libgd, but that hasn't helped |
17:56 | nengard | GD is optional - not needed for cataloging ... so i think you're okay with out it for now |
18:00 | Scot | do you know what its function is? |
18:01 | nengard | I think it's for patron images and patron card images ... but I might be wrong |
18:01 | Scot | oh, right, it's an image library |
18:01 | nengard | all i know is that my install of 3.2 says it's not required, but optional |
18:02 | Scot | cool... i'll press on |
18:08 | Scot left #koha | |
18:11 | Scot joined #koha | |
18:13 | Scot | ...lots of cpan dependencies to manually install |
18:14 | jcamins | Yes. |
18:14 | Oh, are you using debian? | |
18:14 | Scot | ubuntu server |
18:14 | jcamins | Hm. |
18:14 | I'm not sure, but you might need to install libinstall-perl. | |
18:14 | Scot | apt-get? |
18:15 | jcamins | Yup. |
18:15 | Scot | "couldn't find package" |
18:15 | but all the dependencies have finished processing, so I think I'm good | |
18:16 | jcamins | In that case you're fine. |
18:16 | I needed to install that on my Debian server for something that was required. | |
18:22 | Scot left #koha | |
18:22 | Scot joined #koha | |
18:28 | Scot left #koha | |
18:28 | Scot joined #koha | |
18:29 | Scot | Graphics::Magick and PDF::API2::Simple won't install -- is this a fatal problem? |
18:30 | jcamins | I think it may be. |
18:30 | wizzyrea | G::M is important if you want to use patron pictures |
18:31 | jcamins | I think PDF::API::Simple is required to install Koha, even though it's only used for barcodes (I think). |
18:31 | I had a lot of trouble with that. | |
18:31 | wizzyrea | you can't apt-get install graphicsmagick? |
18:32 | jcamins | Oh, this is where the package I mentioned is needed. |
18:32 | Try apt-get install libmodule-install-perl. | |
18:32 | Scot | i'll try both of those |
18:33 | jcamins | (once you run the command I said, rerun the command to install PDF::API::Simple. |
18:34 | Scot | both apt-get packages installed fine |
18:34 | but the PDF::API2::Simple module returns status 512 -- 'won't make' | |
18:35 | jcamins | Hm. |
18:35 | Scot | is there an equivalent apt-get package? |
18:35 | jcamins | I don't think so. |
18:35 | wizzyrea | http://packages.debian.org/sid/libpdf-api2-perl |
18:35 | dk if that's the right one | |
18:36 | Scot | i already have the latest version installed |
18:36 | or so it says | |
18:36 | jcamins | http://old.nabble.com/Re:-prob[…]on-p28077723.html |
18:37 | Why don't you try the webinstaller now? I think you've done everything I did when I got it to work. | |
18:39 | Scot | the link you posted does seem to address the specific problem I'm having |
18:39 | However, instruction #2 -- make clean -- doesn't work | |
18:39 | I get: | |
18:39 | jcamins | What error message do you get? |
18:39 | Oh, you're already answering. :) | |
18:39 | Scot | "No rule to make target 'clean'" |
18:40 | jcamins | MakeMaker? |
18:40 | Scot | not sure what MakeMaker refers to... |
18:41 | jcamins | I think that's what you're missing. |
18:41 | I'm trying to figure out what it's called. | |
18:41 | Scot | I'm installing ExtUtils::MakeMaker now |
18:43 | jcamins | Yeah, I'm just guessing, but I feel like I remember something about that. |
18:43 | Scot | same errors |
18:43 | jcamins | Hm. |
18:43 | That's problematic. | |
18:44 | Maybe try the webinstaller anyway? | |
18:44 | Scot | just move on with the installation? |
18:44 | jcamins | I'm looking to see if I did something to work around it. |
18:44 | Yeah. | |
18:45 | Ooh! | |
18:45 | apt-get install libpdf-api2-simple-perl | |
18:45 | Scot | ah, it's making |
18:46 | couldn't find that package | |
18:47 | jcamins | Darn. Well, just see if it complains when you continue on. |
18:47 | wizzyrea | http://koha-community.org/download-koha/ |
18:47 | now it's got the beta on there | |
18:47 | just fyi | |
18:48 | Scot | so I'm using karmic koala and the ...-simple-perl package is for maverick |
18:48 | problems? or can i manually install it? | |
18:48 | jcamins | Hm. I don't even know what that means. :( |
18:49 | wizzyrea | means he's using ubuntu |
18:49 | Scot | maverick is the latest release of ubuntu |
18:49 | wizzyrea | and an older version |
18:49 | Scot | and I don't have that repository loaded, so it can't find the simple perl package |
18:49 | well, i've come this far | |
18:49 | I'll just download it and build it | |
18:51 | jcamins | wizzyrea: http://demo.cpbibliography.com[…]pl?biblionumber=1 <- "Images" tab added to Koha. |
18:52 | Scot | success |
18:52 | jcamins | Scot: yay! |
18:53 | wizzyrea | jcamins: that is neat! |
18:53 | Scot | only missing the graphics::magick module now |
18:53 | jcamins | I'm pretty sure that's not required. |
18:53 | Scot | even though it installed fine through apt-get |
18:55 | wizzyrea | that's neat that it pulls from flickr |
18:55 | where in the bib does that come from? | |
18:55 | jcamins | 856. |
18:55 | wizzyrea | very cool |
18:55 | jcamins | $q=image/* |
18:55 | wizzyrea | (I know, sorry I've been here through all of this discussion and I should know that) |
18:56 | jcamins | You can also include a $u in 563, which I'll be adding, because that would be incredibly cool. |
18:56 | Nate joined #koha | |
18:56 | wizzyrea | that is definitely neat. |
19:00 | nengard left #koha | |
19:01 | jcamins | I'm thinking of having a thumbnail of the 563$u to the right of the bib, where I currently have a bookplate. |
19:02 | Except in the demo, which does not have a bookplate. | |
19:02 | Picture a thumbnail to the right of the bib description. | |
19:02 | Scot left #koha | |
19:02 | jcamins | ;) |
19:02 | Scot joined #koha | |
19:03 | Scot | webinstaller ran fine |
19:03 | jcamins | Yay! |
19:03 | Scot | however, i'm still unable to add items :( |
19:03 | is this a mysql problem? | |
19:03 | jcamins | Did you go through all the configuration? |
19:03 | Scot | yes |
19:03 | wizzyrea | did you add the default rule>/ |
19:03 | Scot | it upgraded the table structure, etc |
19:03 | jcamins | Including configuring a library? |
19:04 | Scot | default rule? |
19:04 | i did an upgrade rather than a clean install | |
19:04 | jcamins | Oh. |
19:04 | I didn't realize that. | |
19:04 | Scot | of course that's a problem, huh |
19:05 | jcamins | No, it shouldn't be a problem, I just didn't realize that. |
19:05 | What version did you upgrade from? | |
19:05 | Braedon left #koha | |
19:05 | Braedon joined #koha | |
19:05 | Scot | during the webinstaller, it said i was upgrading from 3.01.00.060 to 3.01.00.140 |
19:06 | jcamins | So you installed 3.2-alpha1 before? |
19:06 | wizzyrea | yes, that's fine |
19:06 | i'm guessing that you didn't have a default circ rule on your 3.0.6 | |
19:06 | Scot | probly not |
19:07 | i'm trying to migrate a collection from a different ils | |
19:07 | so at this point, just cataloguing materials (manually, from scratch) | |
19:07 | jcamins | Just to make sure that we're all on the same page, this worked before the upgrade? |
19:08 | (I have to make sure I ask all the dumb questions, so I know what we're talking about;) | |
19:08 | wizzyrea | please, hang on just a second |
19:08 | Scot | sure... i've got a phone call |
19:08 | sorry for the divided attention | |
19:08 | wizzyrea | I"m looking for the mailing list entries that detail needing to add the default rule. |
19:09 | Scot | i assume the database is ok, since I can add MARC records |
19:09 | it's just not allowing me to add items | |
19:10 | jcamins | Okay. Try running the MARC Bibliographic framework test in the Administration page. |
19:12 | wizzyrea | do you have your item types defined? |
19:12 | did you pull in the default data for those? | |
19:13 | http://yoururl/cgi-bin/koha/admin/itemtypes.pl | |
19:14 | Scot | yes, item types are defined |
19:14 | however, when i try to create a default circ rule | |
19:14 | i have the same issue as adding an item: it just refreshes the page, removing the info I've entered, without creating or adding anything | |
19:15 | jcamins | It sounds like a Library hasn't been defined. |
19:15 | wizzyrea | ^^ |
19:15 | Scot | permissions problem? |
19:15 | jcamins | http://yourserver:8080/cgi-bin[…]admin/branches.pl |
19:15 | wizzyrea | http://yoururl/cgi-bin/koha/admin/branches.pl |
19:15 | Scot | i have no idea at this point |
19:15 | cait left #koha | |
19:15 | jcamins | wizzyrea: jinx! |
19:16 | * wizzyrea | makes muffled noises since now she can't talk |
19:16 | wizzyrea | mmrprhpjrmmmr |
19:16 | ;) | |
19:16 | Scot | and yet, it's set to McLean Library |
19:16 | jcamins | Hm. |
19:16 | Scot | can i send screen shots here>? |
19:17 | wizzyrea | sure, jing/screencast works really well |
19:17 | jcamins | Scot: what user are you using? |
19:18 | wizzyrea | though, jcamins, if he can see the administration panels he's logged in as a user with rights |
19:18 | Scot | user is 'koha' |
19:18 | wizzyrea | which browser |
19:18 | Scot | firefox |
19:18 | jcamins | wizzyrea: but there are those super-cool finegrained permissions now. |
19:18 | wizzyrea | ya, but he's logged in as the koha user so.. |
19:18 | Scot | should i try a different browser? |
19:18 | wizzyrea | nope |
19:18 | that one should work fine | |
19:22 | jcamins | I'm all out of ideas. |
19:22 | Scot | yeah, i'm giving up |
19:22 | i'll try an uninstall, delete the mysql db, and start from scratch | |
19:22 | beyond that, i'm not sure what else i can do | |
19:23 | thanks for the help, though -- i really do appreciate it | |
19:23 | jcamins | Scot: if you remove the MySQL database, that should be enough. |
19:23 | wizzyrea | before you do that |
19:23 | jcamins | (I mean, to bring you back to an "uninstalled" state) |
19:24 | wizzyrea | are there any errors in your koha or apache logs/ |
19:24 | Scot left #koha | |
19:25 | wizzyrea | lol, ok. |
19:29 | alan left #koha | |
19:29 | alan joined #koha | |
19:29 | alan left #koha | |
19:30 | indradg joined #koha | |
19:31 | Braedon left #koha | |
19:35 | collum | @wunder 41011 |
19:35 | munin | collum: The current temperature in Newport Aquarium, Newport, Kentucky is 35.3�C (3:35 PM EDT on September 02, 2010). Conditions: Clear. Humidity: 24%. Dew Point: 12.0�C. Pressure: 29.91 in 1012.8 hPa (Falling). |
19:37 | indradg | chris, ping |
19:54 | collum left #koha | |
19:59 | Braedon joined #koha | |
20:03 | Nate left #koha | |
20:06 | chris | Morning |
20:06 | Braedon | ahoy |
20:06 | anitsirk joined #koha | |
20:06 | wizzyrea | hey there |
20:07 | Elwell left #koha | |
20:09 | Elwell joined #koha | |
20:11 | anitsirk | good morning from NZ |
20:11 | chris | Hmm now I'm curious what happened with scot, never seen or heard of that before |
20:12 | Nice day today eh antisirk? | |
20:12 | anitsirk | definitely. :-) |
20:15 | Braedon left #koha | |
20:16 | chris | You can always tell the weather by the number of ppl on the bus |
20:16 | wizzyrea | yea, I am too |
20:16 | he just kind of left | |
20:16 | chris | Half empty today = blue skies |
20:17 | wizzyrea | we are having stormy weather, it's a nice break from the endless blue skies of the last month or so |
20:17 | (I know, endless blue skies, what a travesty) | |
20:17 | chris | Oh yeah I hope chris_n is alright |
20:17 | wizzyrea | he said he was about an hr inland |
20:18 | Braedon joined #koha | |
20:18 | chris | Guess it depends on what way the hurricane goes then |
20:19 | wizzyrea | ya, he said they were hoping earl behaved and went north |
20:24 | chris | North is sea right? |
20:25 | jcamins | Northeast is, I think. |
20:29 | chris | Ok my stop back soon |
20:37 | back | |
20:37 | wizzyrea: check this out | |
20:37 | !hudson build Koha | |
20:37 | hudsonbot | chris: job Koha build scheduled with a quiet period of 5 seconds |
20:37 | Starting build 22 for job Koha (previous build: SUCCESS) | |
20:38 | * Braedon | 's mind is blown |
20:39 | chris | its running all the unit tests now |
20:39 | then its running a test coverage test | |
20:39 | then a pod coverage | |
20:40 | richard joined #koha | |
20:40 | richard | hi |
20:40 | chris | hi richard |
20:41 | richard | hey chris |
20:41 | hudsonbot | Project Koha build (22): SUCCESS in 3 min 36 sec: http://bugs.koha-community.org:8080/job/Koha/22/ |
20:42 | chris | http://bugs.koha-community.org[…]estReport/(root)/ |
20:42 | and | |
20:42 | http://bugs.koha-community.org[…]/22/HTML_Report/? | |
20:42 | as you can see, we need more tests ;) | |
20:42 | Braedon | hehe |
20:43 | chris | we have 456 .. but that only gives us about 12% coverage |
20:43 | we do a lot better with documentation tho , 79.7% | |
20:43 | ive configured hudson to watch git, so everytime a commit is pushed ti will rerun its tests | |
20:44 | wizzyrea | !!! |
20:44 | !!!!!! | |
20:44 | O.O | |
20:44 | wow chris, that's super cool | |
20:44 | Braedon | apparently wizzyrea's mind is blown also |
20:45 | chris | hehe |
20:45 | http://bugs.koha-community.org:8080/job/Koha/ | |
20:46 | it can be set up to email the person whos commit broke it too, ill probably do that at some point | |
20:46 | wizzyrea | holy cats that's neat |
20:47 | schuster | So how does one write a "test" |
20:47 | wizzyrea | yes, instruction on this would be helpful |
20:47 | chris | schuster: have you got a git repo handy? |
20:47 | schuster | course not! |
20:48 | but I might be able to build one... | |
20:48 | * wizzyrea | ponders more tests for reserves... |
20:48 | chris | look in the t/ directory |
20:49 | for reserves t/db_dependent/Reserves.t | |
20:49 | jcamins | Good night, #koha |
20:49 | jcamins is now known as jcamins_a | |
20:49 | chris | night jcamins_a |
20:49 | alan joined #koha | |
20:53 | schuster | ah yes I have those directories. |
20:54 | chris | taking a look at one of those is probably the easiest way to start |
20:54 | richard | google translate doesn't do too well on portuguese |
20:55 | schuster | looks like more programming! |
20:56 | chris | http://search.cpan.org/~mschwe[…]/lib/Test/More.pm |
20:56 | Test::More is what i like | |
20:58 | wizzyrea | schuster: http://search.cpan.org/~rgarci[…]Test/Tutorial.pod |
20:58 | schuster | OK I'll do some reading... Maybe wizzyrea and I can be classmates. She'll get ahead of me though I am sure. |
20:59 | wizzyrea | >.> seems unlikely |
21:01 | schuster | I won't bore you with what is on my plate right now... OOOO... time to go home... I'll read more on this tonight and ask more questions tomorrow maybe. |
21:04 | So I have an older version of the git repo - what is the best way to bring it up to HEAD? | |
21:06 | chris | what branch is currently checked out? |
21:06 | git branch will tell ya | |
21:07 | schuster | booting it up hang on. |
21:13 | hmmm have to go home and figure out where things went. Been too long since I looked at this computer! | |
21:13 | Thanks chris for your help as always. | |
21:13 | chris | np |
21:14 | schuster left #koha | |
21:16 | chris | so we need to send out an email to the list, asking for volunteers for next years kohacon |
21:17 | wizzyrea | ya. Maybe time for an KohaCon India? |
21:17 | or KohaCon England | |
21:18 | chris | yeah, basically depends on who has a proposal to do it |
21:18 | Braedon | hey, i can't get to wellington for it from auckland. Don't move it overseas! |
21:21 | grumble grumble long distances grumble rest of world grumble grumble | |
21:22 | wizzyrea | grumble grumble 30 hours grumble airport security grumble grumble with a 2 year old grumble grumble |
21:22 | ;) | |
21:22 | Braedon | see! thats why everyone should live in auckland |
21:22 | wizzyrea | butiamsolookingforwardtocomingohmygoodnessicantwaiti'msoexcited |
21:23 | :) | |
21:24 | Braedon | (not that i'm saying auckland is great. i just live there :P) |
21:25 | wizzyrea | hmm |
21:25 | 300 miles or so from Auckland to Wellington? | |
21:25 | for reference, from one border of kansas (east to west) it's about 600 miles :P | |
21:25 | richard | yeah. it's quite close really |
21:26 | wizzyrea | revision, actually |
21:26 | Braedon | haha. yeah, the problem more is that i have exam 2 days after kohacon |
21:26 | wizzyrea | it's 417 miles wide, but it's about 600 miles to denver :) |
21:27 | hudsonbot | Starting build 23 for job Koha (previous build: SUCCESS) |
21:27 | * chris | tries a build with the database dependent tests running |
21:33 | hudsonbot | Project Koha build (23): UNSTABLE in 6 min 19 sec: http://bugs.koha-community.org:8080/job/Koha/23/ |
21:35 | chris | http://bugs.koha-community.org:8080/job/Koha/ <-- more coverage |
21:35 | now i just have to fix those tests, but that can wait | |
21:38 | i do hate it that the evergreen committee notes are in .doc | |
21:39 | * chris | flags reading them |
23:36 | davi left #koha |
← Previous day | Today | Next day → | Search | Index