← Previous day | Today | Next day → | Search | Index
All times shown according to UTC.
Time | Nick | Message |
---|---|---|
01:20 | melia left #koha | |
01:20 | iscared joined #koha | |
01:22 | iscared | hello, it's bart i was a student at the catalyst academy, i just got my ssh key from my other laptop - someone at catalyst helped me set it up - but i cant ssh onto my server from here? firstly is it possible for me to do so? and assuming it is do i need to do something to my ssh key to get it to work :) |
01:23 | jcamins_away | iscared: you need to put the id_rsa and id_rsa.pub files into .ssh |
01:23 | Then do chmod -R 600 ~/.ssh | |
01:24 | Chances are the problem is that the permissions are wrong on the files. | |
01:27 | Culiforge left #koha | |
01:28 | iscared | okay thanks ill try that :) |
01:28 | jcamins_away | You're welcome. What are you working on? :) |
01:28 | iscared | right i think i got told to do that but forgot it on the way home |
01:28 | ummm nothing right now just setting up my server then i might play with koha widgets or something :) | |
01:29 | jcamins_away | iscared: right, I figured you were currently trying to log on to your server. ;) |
01:43 | iscared | jcamins_away: when i enter the chmod -R... command i get a permission denied error. i may have done the first step wrong could you walk me through it perhaps? :) i tried a few google hits but i cant quite follow them |
01:44 | jcamins_away | Sure. |
01:44 | Are you logged in as your user? | |
01:47 | iscared | ummm, yeah |
01:48 | jcamins | And you're not using sudo? |
01:49 | iscared | nope |
01:49 | jcamins | Okay. |
01:50 | Run: ls ~/.ssh | |
01:50 | What does that say? | |
01:51 | iscared | ls: cannot access /home/bart/.ssh/id_dsa: Permission denied ls: cannot access /home/bart/.ssh/id_dsa.pub: Permission denied ls: cannot access /home/bart/.ssh/known_hosts: Permission denied id_dsa id_dsa.pub known_host |
01:53 | jcamins | Weird! |
01:53 | Okay... | |
01:53 | iscared | yeah :P |
01:53 | jcamins | chown -R bart:bart .ssh |
01:54 | eythian | sudo ... |
01:54 | iscared | oh right |
01:55 | okay | |
01:55 | should i ls it again? | |
01:55 | jcamins | Yup. |
01:56 | iscared | same message as before :/ |
01:57 | eythian | ls -ld ~/.ssh |
01:57 | jcamins | eythian: why does Catalyst use DSA? |
01:57 | eythian | oh |
01:57 | jcamins: not sure, isn't it default? | |
01:57 | iscared: chmod 700 ~/.ssh | |
01:57 | that should solve it | |
01:58 | jcamins | eythian: maybe, I was always told to use -t rsa. |
01:58 | eythian | I apparently use RSA |
01:58 | I don't think we have any standards on such things. | |
01:58 | jcamins | iscared: sorry about that, I forgot that directories need to have +x. |
01:58 | iscared | bartbart-U30Sd:~$ ls ~/.ssh |
01:58 | id_dsa id_dsa.pub known_hosts | |
01:58 | that seems right aye? | |
01:59 | thankyou :) | |
01:59 | jcamins | iscared: yeah, that looks promising. |
01:59 | Can you SSH in? | |
02:00 | iscared | ill try |
02:01 | i think that's working, one sec | |
02:03 | mtj | iscared: use the '-vv' arg for ssh, too |
02:03 | ... eg: 'ssh -vv userhosts' | |
02:04 | (it makes debugging ssh problems easier) | |
02:06 | iscared | okay, just with ssh i got Permission denied (publickey). ill vv it |
02:07 | eythian | that means you're not allowed to log in |
02:08 | because you don't have the right key perhaps. | |
02:09 | iscared | hmm okay, i got the key from another laptop today but perhaps it was taken incorrectly or something, ill try to get in touch with catalyst so i can try get the key |
02:09 | thanks everyone :) | |
02:12 | eythian | well, it may also mean that it's not attempting to use the key |
02:12 | I don't know why that'd be though | |
02:12 | see what -vvv says I guess | |
02:14 | iscared | okay |
02:14 | NateC joined #koha | |
02:16 | iscared | debug1: Authentications that can continue: publickey |
02:16 | debug1: Next authentication method: publickey | |
02:16 | debug1: Trying private key: /home/bart/.ssh/identity | |
02:16 | debug1: Trying private key: /home/bart/.ssh/id_rsa | |
02:16 | debug1: Trying private key: /home/bart/.ssh/id_dsa | |
02:16 | debug2: we did not send a packet, disable method | |
02:16 | debug1: No more authentication methods to try. | |
02:16 | Permission denied (publickey). | |
02:16 | thats the last few lines | |
02:16 | after i -vv | |
02:17 | wait sorry i think that was using .host instead of @host | |
02:19 | OpenSSH_5.3p1 Debian-3ubuntu7, OpenSSL 0.9.8k 25 Mar 2009 | |
02:20 | debug1: Reading configuration data /etc/ssh/ssh_config | |
02:20 | debug1: Applying options for * | |
02:20 | debug2: ssh_connect: needpriv 0 | |
02:20 | debug1: Connecting to catalyst.net.nz [202.78.242.134] port 22. | |
02:20 | debug1: connect to address 202.78.242.134 port 22: Connection timed out | |
02:20 | ssh: connect to host catalyst.net.nz port 22: Connection timed out | |
02:20 | does that help? | |
02:20 | jcamins | iscared: you aren't using the right hostname. |
02:21 | iscared | are you sure? sorry i ddint realise, do you know what it is |
02:21 | jcamins | iscared: I do not, but it looks like you're trying to connect to catalyst.net.nz. |
02:22 | Which is the domain for your e-mail address, but almost certainly not the right machine for your work. | |
02:22 | iscared | oh sorry ill try andd get that sorted :) thanks |
02:22 | eythian | yeah, you certainly can't connect to that |
02:22 | * jcamins | suggests bugging eythian. |
02:23 | does it all the time. | |
02:23 | eythian | it might be leibniz.catalyst.net.nz |
02:23 | but, I'm not sure. | |
02:23 | jcamins | Leibniz? |
02:23 | Is that a very small machine? | |
02:23 | :) | |
02:24 | iscared | ill try that and get back to you in a second |
02:25 | eythian: it said network is unreachable | |
02:26 | eythian | Not sure. It worked for me, accessing it internally. I've never really used that, I use the VPN. |
02:27 | However it doesn't work for me going via the US | |
02:27 | (though, I get connection refused rather than network unreachable) | |
02:28 | I'd probably have a word to the person who set up the keys, for all I know they may have set up a server for this purpose. | |
02:28 | iscared | okay thanks :) |
02:28 | * jcamins | tries to install CollectiveAccess. |
02:29 | rangi | its academy something something |
02:29 | hosted by wheresmyserver | |
02:29 | assuming you paid them to keep it up ;) | |
02:29 | jcamins | rangi: the academy is over already? |
02:29 | Wow! | |
02:30 | That was fast. | |
02:30 | rangi | academy14.catalyst.net.nz or something like that |
02:30 | yeah, 2 weeks jcamins | |
02:30 | http://academy17.catalyst.net.nz/ <-- thats someones | |
02:31 | * jcamins | watches his cat slide across half the room on his bottom, skidding into the wall before bouncing up onto a foot rest. |
02:33 | iscared | yea im 19, and i can still see the website up buut the server people didnt get back to me, im starting to worry i might have just imagining giving them my email from the website |
02:34 | jcamins | Cats are endlessly entertaining. |
02:35 | iscared | jcamins: haha |
02:37 | eythian | iscared: how long ago did you do that? |
02:39 | iscared | give the wheresmyserver people my email? i thought i did it just as academy ended a week or two ago but i resent it just then incasse im dilusional |
02:43 | jcamins | Grr. Why do people still use centralized version control systems? |
02:43 | rangi | iscared: so you should be ssh academy19.catalyst.net.nz then |
02:44 | is that what you were doing? | |
02:44 | iscared | yea i tried that |
02:44 | ill try again incase | |
02:44 | rangi | try with the -vv |
02:45 | iscared | last lines it gives back are |
02:45 | debug1: Authentications that can continue: publickey | |
02:45 | debug1: Next authentication method: publickey | |
02:45 | debug1: Trying private key: /home/bart/.ssh/identity | |
02:45 | debug1: Trying private key: /home/bart/.ssh/id_rsa | |
02:45 | debug1: Trying private key: /home/bart/.ssh/id_dsa | |
02:45 | debug2: we did not send a packet, disable method | |
02:45 | debug1: No more authentication methods to try. | |
02:45 | Permission denied (publickey). | |
02:45 | perhaps the key i got was wrooong | |
02:45 | rangi | because it definitely should not be 202.78.242.134 |
02:45 | what was the ipnumber it was connecting too? | |
02:45 | 210.4.211.182 ? | |
02:46 | iscared | oone sec |
02:49 | when i ssh on to academy19catalyst.net.nz the i[ is 202.78.242.134 | |
02:50 | rangi | yeah thats not right |
02:50 | can you check your /etc/hosts file ? | |
02:50 | oh | |
02:50 | its not | |
02:50 | academy19catalyst.net.nz | |
02:50 | its | |
02:51 | academy.catalyst.net.nz | |
02:51 | . not @ | |
02:51 | iscared | ive been trying both ill tell u the . error though |
02:52 | rangi | yeah academy19@ will never work thats trying to log in as the academy19 user to some random catalyst server |
02:53 | iscared | its um debug1: Next authentication method: publickey |
02:53 | debug1: Trying private key: /home/bart/.ssh/identity | |
02:53 | debug1: Trying private key: /home/bart/.ssh/id_rsa | |
02:53 | debug1: Trying private key: /home/bart/.ssh/id_dsa | |
02:53 | debug2: we did not send a packet, disable method | |
02:53 | debug1: No more authentication methods to try. | |
02:53 | Permission denied (publickey). | |
02:53 | its longer that thatt, thats just tje bit at the end | |
02:53 | rangi | yup, whats the ipnumber for that, to just check its the right server |
02:53 | eythian | iscared: also include your command line when you paste something, makes it easier to spot what you're doing. |
02:54 | iscared | bartacademy19:~$ ssh -vv academy19.catalyst.net.nz |
02:54 | OpenSSH_5.3p1 Debian-3ubuntu7, OpenSSL 0.9.8k 25 Mar 2009 | |
02:54 | debug1: Reading configuration data /etc/ssh/ssh_config | |
02:54 | debug1: Applying options for * | |
02:54 | debug2: ssh_connect: needpriv 0 | |
02:54 | debug1: Connecting to academy19.catalyst.net.nz [210.4.211.182] port 22. | |
02:54 | debug1: Connection established. | |
02:54 | debug1: identity file /home/bart/.ssh/identity type -1 | |
02:54 | debug1: identity file /home/bart/.ssh/id_rsa type -1 | |
02:54 | debug1: identity file /home/bart/.ssh/id_dsa type -1 | |
02:55 | debug1: Remote protocol version 2.0, remote software version OpenSSH_5.3p1 Debian-3ubuntu7 | |
02:55 | debug1: match: OpenSSH_5.3p1 Debian-3ubuntu7 pat OpenSSH* | |
02:55 | debug1: Enabling compatibility mode for protocol 2.0 | |
02:55 | debug1: Local version string SSH-2.0-OpenSSH_5.3p1 Debian-3ubuntu7 | |
02:55 | debug2: fd 3 setting O_NONBLOCK | |
02:55 | debug1: SSH2_MSG_KEXINIT sent | |
02:55 | debug1: SSH2_MSG_KEXINIT received | |
02:55 | debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1 | |
02:55 | debug2: kex_parse_kexinit: ssh-rsa,ssh-dss | |
02:55 | debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbclysator.liu.se | |
02:55 | debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbclysator.liu.se | |
02:55 | rangi | right, so thats at least the right machine that time |
02:55 | iscared | debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64openssh.com,hmac-ripemd160,hmac-ripemd160openssh.com,hmac-sha1-96,hmac-md5-96 |
02:55 | debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64openssh.com,hmac-ripemd160,hmac-ripemd160openssh.com,hmac-sha1-96,hmac-md5-96 | |
02:55 | debug2: kex_parse_kexinit: none,zlibopenssh.com,zlib | |
02:55 | debug2: kex_parse_kexinit: none,zlibopenssh.com,zlib | |
02:55 | debug2: kex_parse_kexinit: | |
02:55 | debug2: kex_parse_kexinit: | |
02:55 | debug2: kex_parse_kexinit: first_kex_follows 0 | |
02:55 | debug2: kex_parse_kexinit: reserved 0 | |
02:55 | debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie | |
02:55 | i cant see a ip | |
02:55 | sorry thats long | |
02:55 | wait hang on | |
02:55 | okay :) | |
02:56 | rangi | academy19.catalyst.net.nz [210.4.211.182] |
02:56 | thats right | |
02:56 | eythian | what is your username on the machine you want to connect to? |
02:56 | rangi | yeah could well just be the wrong key |
02:57 | mtj | iscared: use this for pasting ;) -> http://paste.koha-community.org/ |
02:57 | eythian | iscared: make sure you know what username you need to connect as. |
02:57 | If you have it wrong, you'll get results like this. | |
02:57 | iscared | okay well i'll try to arrange a time to come back into catalyst and see if i can re-attempt to get the ssh key off the academy laptop i was using |
02:57 | pastebot | "mtj" at 203.97.99.222 pasted "meep" (1 line) at http://paste.koha-community.org/238 |
02:58 | iscared | mtj: oh cool |
02:58 | rangi | test logging in with that laptop too, to make sure its the right key :) |
02:59 | iscared | alright :) well i cant do that till atleast tomorrow :) i'll try and get back to you guys later if it works |
02:59 | mtj | rangi++ set up the pastebot |
02:59 | rangi | iscared: good luck :) |
02:59 | did you see you are famous? | |
03:00 | http://koha-community.org/koha[…]ary-2012/#academy | |
03:03 | iscared | oh that's coool :) |
03:04 | rangi | http://www.worldcat.org/title/[…]rer=brief_results |
03:05 | its even fully catalogued, with an ISSN and everything, so its an official journal publication :) | |
03:07 | talljoy left #koha | |
03:07 | libby joined #koha | |
03:09 | libby left #koha | |
03:10 | rangi | lol |
03:13 | Judit joined #koha | |
03:25 | Judit joined #koha | |
03:32 | AmitG joined #koha | |
03:32 | AmitG | heya bag |
03:58 | Judit | hi, anyone using the sms sending function in Koha? any advice? |
04:01 | Brooke joined #koha | |
04:01 | Brooke | o/ |
04:45 | cait joined #koha | |
04:45 | cait | hi #koha |
04:45 | Brooke | 0/ |
04:45 | cait | hi Brooke :) |
04:45 | Brooke | wie geht's? |
04:46 | Judit | es dir |
04:46 | no? | |
04:46 | wahanui | it has been said that no is failing unit tests |
04:47 | cait | all ok |
04:47 | busy :) | |
04:47 | and how are you? | |
04:47 | Brooke | good enough for gummint woik |
04:47 | AmitG_ joined #koha | |
04:48 | cait | oh new job? |
04:48 | wahanui | new job is probably a *lot* of information *real* fast. |
04:49 | Brooke | I wish |
04:49 | nope | |
04:49 | cait | soon :) |
04:57 | eythian | hi |
04:58 | Brooke | what's up eyth? |
04:58 | cait | hi eythian - go home. |
04:59 | eythian | Brooke: not much, finally expecting to get back onto Koha work tomorrow. Been stolen for something else for this month. |
04:59 | cait: it's too early for people over there to be up, isn't it? | |
04:59 | Brooke | how many times do I have to scold you about improper sheep usage? |
04:59 | cait | come here and find out ;) |
04:59 | Brooke | It's never too early or late for Cait. She's got immunity. |
04:59 | cait | thx Brooke |
04:59 | * Brooke | believes that Cait is secretly a Timelord... |
05:00 | Judit | or just a coffee addict |
05:00 | cait | nah, no coffee for me |
05:00 | ask my friends, they will all tell you the same | |
05:00 | Judit | hmm |
05:01 | AmitG_ joined #koha | |
05:02 | cait | :) |
05:02 | more an internet addict probably | |
05:04 | Judit | haha so you are getting your caffeine does through an ethernet cable? |
05:04 | cait | lol |
05:45 | AmitG joined #koha | |
05:46 | cait | hi AmitG |
06:00 | rangi | Evening |
06:01 | Judit | there is this guy, who decided to cycle across new zealand |
06:01 | http://laidbacktouring.blogspot.com.au/ | |
06:02 | cait | evening rangi |
06:12 | eythian | Judit: that's pretty common |
06:13 | surprisingly common, perhaps | |
06:14 | I'm always surprised that someone would do that, anyway | |
06:14 | Judit | is it common? |
06:14 | i love the idea anyway | |
06:14 | eythian | I know of a few people that have done it |
06:15 | Judit | have you |
06:15 | ? | |
06:17 | eythian | No |
06:17 | The most I've done is the central otago rail trail | |
06:17 | but that's only 150km | |
06:18 | rangi | paul probably has (paul one of the catalyst directors) |
06:18 | he does some mad long bike rides | |
06:19 | Judit | central otago rail |
06:19 | sounds good | |
06:35 | AmitG | heya cait |
06:50 | AmitG_ joined #koha | |
07:15 | AmitG joined #koha | |
07:48 | cait left #koha | |
07:49 | magnuse | kia ora #koha |
07:49 | AmitG joined #koha | |
07:52 | laurence joined #koha | |
07:55 | hdl joined #koha | |
07:55 | sophie_m joined #koha | |
08:03 | asaurat joined #koha | |
08:04 | julian_m joined #koha | |
08:04 | asaurat | hi |
08:04 | wahanui | hi, asaurat |
08:07 | julian_m | hello |
08:14 | hdl | hi |
08:14 | wahanui | what's up, hdl |
08:15 | clrh joined #koha | |
08:15 | mbalmer joined #koha | |
08:16 | mbalmer joined #koha | |
08:21 | gaetan_B joined #koha | |
08:21 | gaetan_B | hello #koha! |
08:27 | paul_p joined #koha | |
08:27 | paul_p | hello #koha |
08:28 | rangi | hi gaetan_B hdl julian_m asaurat and paul_p |
08:28 | paul_p | snow in Provence today (but no snow in Marseille itself) |
08:29 | some of us will work from home, some have a meeting with customer, only 6 at BibLibre office today... | |
08:32 | asaurat | we see tumbleweeds rolling |
08:33 | kf joined #koha | |
08:54 | asaurat | did someone here have problems with the remove_items_from_biblioitems.pl script ? it seems that sometimes it doesn't work but I can't tell why yet |
08:54 | rangi | havent run into any problems on any of the sites ive upgraded |
08:55 | kf | we had no errors or problems, so far everything looks good |
08:59 | AmitG_ joined #koha | |
09:01 | asaurat | last week I read here that someone had issues with it, but I can't remember who :/ |
09:01 | kf | check the logs .) |
09:02 | irc logs? | |
09:02 | wahanui | irc logs are http://irc.koha-community.org/irclog/koha/ |
09:02 | asaurat | oh nice, didn't know that :D |
09:12 | clrh_ joined #koha | |
09:21 | rangi | http://www.youtube.com/watch?v=wDedomXHElA |
09:22 | that will fix everything | |
09:23 | magnuse | yay! |
09:25 | AmitG joined #koha | |
09:29 | AmitG_ joined #koha | |
09:44 | magnuse | @wunder boo |
09:44 | huginn` | magnuse: The current temperature in Bodo, Norway is -3.0°C (10:20 AM CET on January 31, 2012). Conditions: Mostly Cloudy. Humidity: 64%. Dew Point: -9.0°C. Windchill: -10.0°C. Pressure: 30.77 in 1042 hPa (Steady). |
09:44 | magnuse | @wunder longyearbyen |
09:44 | huginn` | magnuse: Error: No such location could be found. |
09:45 | magnuse | @wunder lyr |
09:45 | huginn` | magnuse: The current temperature in Svalbard, Norway is 3.0°C (9:50 AM CET on January 31, 2012). Conditions: Light Rain. Humidity: 75%. Dew Point: -1.0°C. Windchill: -1.0°C. Pressure: 30.04 in 1017 hPa (Steady). |
09:45 | magnuse | that's not right, it can't be! |
09:49 | AmitG_ joined #koha | |
10:08 | Culiforge joined #koha | |
10:11 | kf | magnuse: too warm? |
10:11 | @wunder Konstanz | |
10:11 | huginn` | kf: The current temperature in Konstanz, Germany is 0.0°C (11:00 AM CET on January 31, 2012). Conditions: Mostly Cloudy. Humidity: 65%. Dew Point: -4.0°C. Pressure: 30.07 in 1018 hPa (Falling). |
10:11 | magnuse | spitzbergen is 6 degrees hotter than here - yesterday it was the hottest place in norway |
10:12 | that's not how it's supposed to be | |
10:12 | @wunder rrs | |
10:12 | huginn` | magnuse: The current temperature in Roros Lufthavn, Norway is -25.0°C (10:50 AM CET on January 31, 2012). Conditions: Scattered Clouds. Humidity: 70%. Dew Point: -29.0°C. Pressure: 30.71 in 1040 hPa (Steady). |
10:21 | AmitG joined #koha | |
10:34 | Culiforge | That looks like fine weather to me |
10:34 | @wunder 49037 | |
10:34 | huginn` | Culiforge: The current temperature in Battle Creek, Michigan is 6.0°C (4:53 AM EST on January 31, 2012). Conditions: Clear. Humidity: 73%. Dew Point: 1.0°C. Windchill: 2.0°C. Pressure: 29.90 in 1012 hPa (Rising). |
10:51 | AmitG joined #koha | |
11:04 | paul_p | @weather Marseille, France |
11:04 | huginn` | paul_p: The current temperature in Marseille, France is 4.0°C (11:30 AM CET on January 31, 2012). Conditions: Light Rain. Humidity: 87%. Dew Point: 2.0°C. Windchill: 3.0°C. Pressure: 30.01 in 1016 hPa (Steady). |
11:04 | Culiforge | could someone point me to any documentation for getting my zebra permissions straightened out. I haven't been able to find anything on the wiki. |
11:07 | Or is it possible to reinstall the koha-common package and overwrite permissions to default? | |
11:14 | kf | you can do a chown on the whole directory I think |
11:14 | not sure where it lives for the packages, - magnuse might now | |
11:15 | magnuse | hm, the packages should take care of the permissions automatically |
11:17 | Culiforge | I like should... I'll give it a go then. Thanks kf and magnuse |
11:18 | magnuse | Culiforge: what's your problem? |
11:20 | Culiforge | well.... in the course of trying to get koha installed and running, I tried a few different methods unsuccessfully. Even with the uninstall info for each of those methods it seems there's still some ghosts left behind and my zebra won't run right. |
11:20 | magnuse | ah |
11:21 | AmitG joined #koha | |
11:22 | magnuse | when you install with the packages you do everything as root/sudo, so i'd think that would get rid of any ghosts |
11:22 | sudo? | |
11:22 | wahanui | sudo is just so people wont rm -rfrandom stuff |
11:22 | magnuse | sudo is http://xkcd.com/149/ |
11:22 | sudo? | |
11:22 | wahanui | rumour has it sudo is just so people wont rm -rfrandom stuff |
11:22 | magnuse | sudo? |
11:22 | wahanui | i think sudo is just so people wont rm -rfrandom stuff |
11:23 | magnuse | sudo is at http://xkcd.com/149/ |
11:23 | kf | sudo is also http://xkcd.com/149/ |
11:23 | wahanui | okay, kf. |
11:23 | kf | sudo? |
11:23 | wahanui | sudo is just so people wont rm -rfrandom stuff or http://xkcd.com/149/ |
11:23 | magnuse | ah, thanks |
11:31 | Culiforge | Man I love xkcd |
11:31 | * magnuse | too |
11:31 | Culiforge | So relevant |
11:36 | magnuse: would you recommend apt-get install --reinstall or dpkg-reconfigure? | |
11:37 | magnuse | ooh, i dunno, sorry |
11:37 | never had to do that... | |
11:56 | Culiforge | magnuse: ok, that went smoothly but I'm still not searchable. Zebra log is filled with: 'library-koha-zebra: terminating too quickly, waiting 30 seconds' |
11:57 | magnuse | you called your instance "library"? |
11:57 | what happens if you do this: | |
11:57 | Culiforge | yeah this is a test installation... is there a problem with that name.. syntax wise? |
11:57 | magnuse | sudo koha-rebuild-zebra -f -v library |
11:57 | no, no problem, just wondering so i could use it in the command :-) | |
11:58 | -f = full reindex, -v = verbose | |
11:58 | Culiforge | right.. I should have known to do that after reinstall.. still learning |
11:59 | magnuse | most of us are :-) |
12:00 | Culiforge | yeah, but from what i've seen on #koha, most of you are learning to fix issues with the program, I'm learning to fix things with my own install. :) |
12:01 | magnuse | we all started there, trust me ;-) and we occasionally go back there too... |
12:04 | Culiforge | ok, rebuild done zebra-output.log : [fatal] lock file /var/lock/koha/library/biblios/zebrasrv.pid [Permission denied] |
12:04 | still permission problems | |
12:04 | magnuse | ouch |
12:04 | what does "ls -l /var/lock/koha/library/biblios/zebrasrv.pid" say? | |
12:05 | Culiforge | -rw-r--r-- 1 gary gary 5 2012-01-30 20:00 /var/lock/koha/library/biblios/zebrasrv.pid |
12:06 | magnuse | hm that should have been library-koha both for the user and the group |
12:07 | i wonder what would happen if you did first "sudo koha-remove library" and then created it again? | |
12:07 | Culiforge | /var/lock/koha/ is assigned to root |
12:08 | magnuse | same here |
12:08 | and then everything below that is owned by <instancename>-koha | |
12:09 | Culiforge | shall I remove and recreate library then? |
12:09 | magnuse | might be worth a try |
12:10 | i'm assuming you don't mind wiping the db | |
12:11 | Culiforge | nah, i've only got 5700 records :) |
12:11 | magnuse | but you've got a backup, right? |
12:11 | Culiforge | yes |
12:11 | magnuse | or the records in a marc file or something? |
12:11 | cool | |
12:11 | Culiforge | marc |
12:12 | do I sudo the koha-create library or no? | |
12:12 | magnuse | yup, always sudo with the koha-* commands |
12:13 | Culiforge | ok, I get the usage blurb... |
12:14 | apparently I need some more information other than sudo koha-create library | |
12:14 | magnuse | --create-db |
12:15 | Culiforge | sudo koha--create-db library like so? |
12:15 | magnuse | sudo koha-create --create-db library |
12:17 | Culiforge | DRAT!!===apache2: Syntax error on line 236 of /etc/apache2/apache2.conf: Could not open configuration file /etc/apache2/sites-enabled/library: Permission denied |
12:17 | ...fail! | |
12:17 | library was created though from what I see | |
12:18 | magnuse | wow, that's weird |
12:18 | Culiforge | normally I like wierd... |
12:19 | magnuse | you might want to check the permissions for /etc/apache2/sites-enabled/library then |
12:19 | on my server all the files in /etc/apache2/sites-enabled/ are owned by root | |
12:20 | Culiforge | owned by root group library-koha |
12:20 | magnuse | hm, that's what i have in /etc/apache2/sites-available/ |
12:20 | try: | |
12:20 | Culiforge | maybe a problem with apache config |
12:21 | ? | |
12:21 | magnuse | sudo chown root:root /etc/apache2/sites-enabled/library |
12:21 | from the error message it looks like the permissions for /etc/apache2/sites-enabled/library is the problem | |
12:22 | Culiforge | same error on apache reload |
12:22 | magnuse | did you try "sudo chown root:root /etc/apache2/sites-enabled/library"? |
12:23 | Culiforge | yes, library is now root root |
12:23 | could the enabled site be old and I need to reenable from the available sites? | |
12:24 | magnuse | sounds unlikely, but might be worth a try |
12:25 | "ls -l /etc/apache2/sites-enabled/library" should tell you what library is linked to | |
12:25 | is it linked to /etc/apache2/sites-available/library | |
12:25 | ? | |
12:26 | and if so, what is that file linked to? | |
12:26 | Culiforge | lrwxrwxrwx 1 root root 26 2012-01-31 07:16 /etc/apache2/sites-enabled/library -> ../sites-available/library |
12:26 | magnuse | good |
12:26 | and the same for /etc/apache2/sites-available/library ? | |
12:27 | Culiforge | sorry, you lost me there |
12:27 | magnuse | moahaha ;-) |
12:27 | what does "ls -l /etc/apache2/sites-available/library" | |
12:28 | ...tell you? | |
12:28 | Culiforge | ls -l /etc/apache2/sites-available/library |
12:28 | -rw-r----- 1 root root 989 2012-01-31 07:16 /etc/apache2/sites-available/library | |
12:29 | magnuse | hm, for me they look like this: |
12:29 | -rw-r----- 1 root esme-koha 974 Aug 9 15:34 esme | |
12:30 | Culiforge | and esme-koha is your library correct? |
12:30 | magnuse | try "sudo chown root:library-koha /etc/apache2/sites-available/library" |
12:30 | yup | |
12:30 | esme = library for you | |
12:30 | then try to reload apache and see if you still get the same error | |
12:31 | i don't think that last chown should affect anything, but... | |
12:31 | Culiforge | yup error still |
12:31 | magnuse | gah |
12:31 | same error too? | |
12:31 | Culiforge | yes |
12:32 | magnuse | i'm runing out of ideas, then... |
12:32 | is wiping the machine and installing the os from scratch an option? | |
12:33 | Culiforge | hmmm, I do have to move to fedora sometime soon... but.. ah.. no |
12:33 | magnuse | ok |
12:33 | last thing i can think of: | |
12:33 | remove library again with | |
12:33 | sudo koha-remove library | |
12:34 | then create a new instance with another name | |
12:34 | Culiforge | ok |
12:34 | magnuse | sudo koha-create --create-db library2 |
12:34 | Culiforge | oooh, tricky |
12:34 | mtj | sudo chmod 777 /etc/apache2/sites-enabled/library |
12:35 | then, apache2ctl restart | |
12:35 | Culiforge | library or library2? |
12:35 | mtj | either/or |
12:35 | magnuse | Culiforge: anything, as long as it's NOT library |
12:36 | mtj: permissions are already lrwxrwxrwx? | |
12:36 | Culiforge | confused: you sent sudo chmod 777 /etc/apache2/sites-enabled/library and said NOT library... |
12:37 | mtj | um, replace $LIBRARY with what ever your file is called? |
12:37 | ?what ever that is? | |
12:38 | magnuse | Culiforge: i meant "sudo koha-create --create-db <anything else than 'library'>" |
12:39 | mtj | if apache has a permission problem with *a* file, fix the perms on than file |
12:39 | Culiforge | got that, created library2, so use library2 in chmod statement? |
12:39 | magnuse | shouldn't have to |
12:39 | mtj | so... "Could not open configuration file /etc/apache2/sites-enabled/library: Permission denied" |
12:40 | $ sudo chmod 777 /etc/apache2/sites-enabled/library | |
12:40 | jwagner joined #koha | |
12:40 | magnuse | kia ora jwagner |
12:40 | mtj | magnuse: sure - i know that :) , but its the quickest way to get apache working |
12:41 | Culiforge | no such file or directory |
12:41 | jwagner | Hi magnuse! |
12:41 | Culiforge | because we just removed library |
12:41 | right? | |
12:41 | mtj | ... or at least, find the next problem, after that perm one |
12:41 | magnuse | Culiforge: you did "sudo koha-remove library"? |
12:42 | Culiforge | magnuse: yes |
12:42 | mtj | Culiforge: pass? you are doing the typing on your box, not me :) |
12:42 | magnuse | yeah, /etc/apache2/sites-enabled/library should not exist then |
12:42 | Culiforge | magnuse: correct |
12:43 | magnuse | it would be interesting to see if you succeed with creating an instance with another name than "library"... |
12:44 | Culiforge | /etc/apache2/sites-enabled/library2 is there |
12:44 | magnuse | there might be some files with strange permissions hanging about that interferes with that name |
12:44 | Culiforge | reload apache2 with library2 present fails too |
12:45 | magnuse | what's the error+ |
12:45 | ?, not + | |
12:45 | Culiforge | Syntax error on line 236 of /etc/apache2/apache2.conf: Could not open configuration file /etc/apache2/sites-enabled/library2: Permission denied |
12:45 | magnuse | i'm out of ideas, and i gotta run, sorry |
12:45 | good luck! ;-) | |
12:46 | Culiforge | yeah, me too, thanks for the help magnuse |
12:46 | mtj | $ sudo chmod 777 /etc/apache2/sites-enabled/library2 |
12:46 | $ sudo apache2ctl restart | |
12:47 | yawwnnnnzzzZZ - i'm heading to bed, too | |
12:47 | Culiforge | mtj: no output, no errors |
12:47 | mtj | ciao all |
12:47 | Culiforge | thx mtj |
12:48 | mtj | fyi, the bad news is your library2 file is wide open, read-write for all :/ |
12:48 | Culiforge | not really an issue at the moment.. thank you sleep well |
12:48 | mtj | ... so that is a security issue you need to fix, some other time soon |
12:49 | (but, you can fix that after you get your Koha up and running) | |
12:49 | no probs :) , cya | |
13:01 | nengard joined #koha | |
13:10 | collum joined #koha | |
13:21 | Callender_ joined #koha | |
13:22 | tater joined #koha | |
13:24 | phasefx__ joined #koha | |
13:25 | tfaile joined #koha | |
13:33 | NateC joined #koha | |
13:50 | JesseM joined #koha | |
13:55 | magnus_afk | @later tell Culiforg: i wonder if you have the right flavour of apache - the packages require something called apache2-mpm-itk - it's just a hunch, but maybe that could explain the permissions-thing |
13:55 | huginn` | magnus_afk: The operation succeeded. |
13:56 | ago43 joined #koha | |
13:57 | magnus_afk | @later tell Culiforg: try "dpkg --get-selections | grep apache" and see what you get |
13:57 | huginn` | magnus_afk: The operation succeeded. |
13:58 | edveal joined #koha | |
14:01 | francharb joined #koha | |
14:17 | sekjal joined #koha | |
14:18 | kf | asaurat++ |
14:18 | for log cleaning :) | |
14:19 | maximep joined #koha | |
14:24 | asaurat | I love that :D |
14:24 | kf | the karma? or the log cleaning? :) |
14:25 | asaurat | both ;) |
14:25 | kf | the acq pages still produce a lot of warns |
14:25 | orderreceive is another candidate I think | |
14:25 | asaurat | I created another bug like this just before |
14:25 | kf | I looked at some of them, but was not sure how to fix |
14:25 | asaurat | maybe you can help on the last I reported |
14:25 | kf | with authorisedby you have to be extra careful |
14:25 | asaurat | bug 7480 |
14:25 | huginn` | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7480 trivial, P5 - low, ---, adrien.saurat, ASSIGNED , authorisedbyname filled twice in neworderempty.pl |
14:27 | kf | because it should not break when the staff user is deleted |
14:27 | we had problems with that on other pages | |
14:27 | needs a fall back | |
14:28 | asaurat | but it that's used for staff members, why is there a line feeding it with borrower informations? |
14:28 | kf | staffs are borrowers :) |
14:29 | authorisedby is the staff member who created the basket I think | |
14:29 | let me check | |
14:29 | yep | |
14:29 | it gets the name of the staff member | |
14:30 | hmm | |
14:30 | asaurat | ok, but it gets 2 values |
14:30 | kf | yeah |
14:30 | yould it be one is realted to suggestions | |
14:30 | and one to the basket? | |
14:32 | asaurat | There can be only one! |
14:32 | :D | |
14:32 | kf | lol |
14:32 | not sure highlander will help us here :P | |
14:33 | asaurat | I'm sure he would cut one of them without thinking twice about it |
14:33 | kf | probably |
14:33 | but I wonder how this was supposed to work | |
14:33 | asaurat | well, I can't choose myself, I don't know this part well enough |
14:33 | so, I hope a few people will take a look 0:-) | |
14:34 | kf | authorisedbyname => $basket->{'authorisedbyname'}, comes from getBasket |
14:34 | talljoy joined #koha | |
14:34 | magnus_afk | hiya talljoy |
14:35 | kf | http://git.koha-community.org/[…]C4/Acquisition.pm |
14:35 | asaurat: I think both is the same | |
14:35 | getBasket buildds authorisedbyname using concat( b.firstname,' ',b.surname) AS authorisedbyname, | |
14:35 | from borrowers | |
14:36 | and it still should fall back to something if it can't resolve the name,not sure what would happen then | |
14:36 | if the borrower number is no longer in borrowers | |
14:36 | asaurat | ok thx I'll add a note to remember that |
14:37 | kf | so I think you can delete that line: authorisedbyname => $borrower->{'firstname'} . " " . $borrower->{'surname'}, becauseshould be the same |
14:37 | talljoy | hi magnus_afk |
14:37 | kf | but testing required :) |
14:37 | talljoy | good morning koha! |
14:37 | kf | good morning talljoy! |
14:54 | wwwalker joined #koha | |
14:54 | wwwalker | did you have much luck installing koha on debian squeeze? |
14:56 | magnuse | wwwalker: that's probably the easiest distro to install it on |
14:56 | especially if you use the packages: sudo apt-get install koha-common | |
14:57 | (after changing a couple of things) | |
15:00 | sekjal joined #koha | |
15:02 | wwwalker | ok |
15:04 | magnuse | packages? |
15:04 | wahanui | package info is at http://wiki.koha-community.org[…]on_Debian_Squeeze |
15:04 | magnuse | ^^ has the info on how to install with debian packages |
15:05 | wwwalker | I used an earlier version of Debian first and many packages broke |
15:05 | then got debian squeeze and it installed - some DHCP etc needed fixing to download the libraries to debian | |
15:05 | magnuse | yeah, you need squeeze, all tha packages should work there |
15:05 | wwwalker | used windows PC with 3G to get link so had to setup DHCP on Windows to feed to Linux machine using ethernet - all a bit tricky |
15:08 | I couldn't get Koha admin password to work so couldn't configure koha | |
15:08 | skushner joined #koha | |
15:08 | wwwalker | some obscure file for koha admin password - XML? |
15:08 | Guest990 | the koha admin password is kept in koha-conf.xml |
15:08 | it's usually in /etc/koha | |
15:08 | but can be in ~/koha-dev/etc | |
15:08 | wwwalker | ok |
15:09 | wizzyrea | also, the koha admin password is the same as the password you used when you set up the koha database |
15:09 | so if you have the mysql user/password | |
15:09 | that is the koha admin user/password | |
15:09 | skushner | Hi all...what would the command be to convert a .tmpl file to .tt with Template.pm...or is that even possible? |
15:09 | wizzyrea | skushner: that is possible, I think it's on the wiki sec |
15:10 | v | |
15:10 | CS25-NWTRPNMKPFZP | |
15:10 | wwwalker | good |
15:10 | wizzyrea | ha, no idea what that is |
15:10 | but it's not the url | |
15:10 | catalog.nexpresslibrary.org | |
15:10 | wahanui | catalog.nexpresslibrary.org is all css too |
15:10 | wizzyrea | http://wiki.koha-community.org[…]translation_tools |
15:10 | there | |
15:10 | * magnuse | is impressed if that is the password for something ;-) |
15:10 | wizzyrea | that's what I meant |
15:11 | no, I'm pretty sure it's not... however, what it *is*, i'm not sure about ... | |
15:11 | leftover from last week I guess | |
15:11 | magnuse | hehe |
15:11 | wizzyrea | also this atalog.nexpresslibrary.org |
15:11 | wtf lol | |
15:11 | kf | asaurat: still around? |
15:12 | wizzyrea | http://wiki.koha-community.org[…]late_toolkit_test |
15:12 | magnuse | yeah, nexpress has *the* coolest atalog |
15:12 | asaurat | still around, but I wasn't reading |
15:12 | wizzyrea | dunno about the coolest, but it's pretty :) |
15:12 | kf | asaurat: for bug 7481: use the filter on the left side to limit on one vendor and click check all / uncheck all on the top - I built it - I know it's there |
15:12 | huginn` | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7481 enhancement, P5 - low, ---, adrien.saurat, ASSIGNED , Select all/Deselect all on the late orders list (Claim order button) |
15:13 | kf | I think if you want one for more vendors at once, it will get a bit more difficult to generate the mails perhaps - but would still be nice |
15:13 | wizzyrea | oh, kf re 7327 |
15:13 | bug 7327 | |
15:13 | huginn` | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=7327 normal, P5 - low, ---, aleksa, Needs Signoff , Translation script doesn't like concatenated javascript strings |
15:14 | kf | I was looking at this this morning |
15:14 | wizzyrea | Ii was looking at that yesterday - what do I need to do to test it? |
15:14 | kf | heh :) |
15:14 | basically, apply patch | |
15:14 | then | |
15:14 | asaurat | kf: ok I see it, thx! I'll see how it's done, but indeed it would be probably useful to have this for the full list |
15:14 | kf | asaurat: at the moment the full list prevents you from selecting orders from different vnedors |
15:14 | using quite nice javascript | |
15:15 | so perhaps not so easy to do | |
15:15 | asaurat | oh :/ |
15:15 | kf | the uncheck/check all was a follow I did to the original feature - not sure the library has it? |
15:15 | depends on version perhaps | |
15:15 | it's on master now | |
15:16 | wizzyrea: go to misc/translator - run perl translate update <your language of choice> check po file contains example and nothing looks weird - run perl translate install <your langauge of choice> test test test :) | |
15:16 | asaurat | kf: ok, well, I was reporting a customer need, but maybe the patch you made would be enough, I'll ask |
15:16 | wizzyrea | ok - I think I did that yesterday |
15:17 | i wonder if the alert I was looking at didn't have a translation. | |
15:17 | cataloging -> edit -> delete all | |
15:17 | which I think was your example | |
15:17 | kf | if you haven't translate it in the po file |
15:17 | it will still be | |
15:17 | wizzyrea | OH ah okies |
15:17 | kf | :) |
15:17 | wizzyrea | i need software for that eh |
15:18 | kf | poedit |
15:18 | or | |
15:18 | open the file in text editor | |
15:18 | and search for the string | |
15:18 | wahanui joined #koha | |
15:18 | wizzyrea | poedit - that's the one I was looking for |
15:18 | s/looking for/thinking of | |
15:26 | paul_p | wizzyrea & kf my sandbox system is ready ! if one of can take a few minuts to give it a try... |
15:27 | wizzyrea | oh me, me, pick me |
15:27 | * wizzyrea | waves her hand in the air |
15:27 | paul_p | wizzyrea you win.. |
15:27 | kf | lol |
15:27 | I have no time - perhaps tonight or later this week | |
15:27 | paul_p | Just one link : http://wiki.koha-community.org/wiki/Sandboxes Hopefully, it's enough. |
15:28 | wizzyrea just one information for your tests : only test1 and test5 are ready | |
15:28 | wizzyrea | k |
15:28 | paul_p | (if it's OK, i'll deploy on other tests, I need about 15mn on each server) |
15:28 | * wizzyrea | claims number 1 |
15:29 | paul_p | wizzyrea feel free to update the wiki page if there's some incorrect english or some information missing |
15:29 | wizzyrea you should read the wiki page before claiming #1 ;-) | |
15:29 | wizzyrea | you got it :) |
15:29 | skushner | Actually found it here.. http://lists.koha-community.or[…]April/035416.html |
15:29 | but thanks Liz | |
15:29 | wizzyrea | good |
15:30 | paul_p | yikes, found a small mistake with the wiki page. Updated info about what is in test5. wizzyrea pls F5 the page |
15:30 | wizzyrea | is np :) |
15:30 | oh, I should claim #5 lol :) | |
15:30 | * wizzyrea | claims number 5 |
15:31 | wizzyrea | where is the form? I don't see the URL |
15:31 | 1,0my.koha.server/cgi-bin/koha/sandbox.pl is the only one I see | |
15:32 | talljoy | hi koha. I'm trying to find the LostItem module that the longoverdue.pl script references. Script fails to finish and claims LostItem (line 157) is an undefined subroutine. |
15:32 | paul_p | wizzyrea look at the end of the page |
15:32 | Existing sandboxes | |
15:32 | wizzyrea | oh I see. :) |
15:33 | I didn't quite understand - frenchism suspected. :) | |
15:33 | or it could be the cold I've got. | |
15:34 | more likely that, actually. | |
15:34 | I like what you did with the news | |
15:35 | this illustrates very nicely why commit messages should have test plans in them. | |
15:35 | kf | or general information about what it does :) |
15:35 | wizzyrea | yea |
15:43 | interesting - it looks like we put the name of the patron in the title of OPAC user pages? | |
15:43 | and that gets passed to any, say, statistics keeping | |
15:43 | software | |
15:43 | wahanui | rumour has it software is wrong, not the people >.> |
15:43 | wizzyrea | so |
15:43 | we have personally identifiable information being passed around? | |
15:43 | surely that runs afoul of somebody's privacy laws. | |
15:44 | "library home for <name>" | |
15:47 | magnuse | good point, wizzyrea |
15:48 | that's why i thought maybe we should have piwik-integration that only includes the tracking on public pages... | |
15:49 | wizzyrea | well it wouldn't be a problem if we left off the name |
15:49 | i'm looking at chrome - I don't even *see* the title anywhere | |
15:49 | so it's kind of pointless to have it on there. | |
15:49 | or at least, in that form | |
15:51 | magnuse | +1 |
15:52 | wizzyrea | seeing *where* they are going is not the same as knowing both who *and* where they are going |
15:55 | magnuse | true |
16:01 | gaetan_B | bye |
16:08 | francharb joined #koha | |
16:08 | Johnindy joined #koha | |
16:11 | collsk12 joined #koha | |
16:11 | nengard joined #koha | |
16:12 | collsk12 | Could someone help me diagnose this error message? "Upload failed -- unable to store file on server" I'm trying to stage some MARC records. |
16:13 | wizzyrea | sounds like possibly the file is exceeding some limit? |
16:13 | are the apache logs of any help/ | |
16:13 | ? | |
16:15 | collsk12 | wizzyrea: Nah...apache logs are pretty clear |
16:15 | wizzyrea | how about the koha logs? |
16:17 | collsk12 | wizzyrea: Clean |
16:17 | wizzyrea | hm, permissions? |
16:17 | wahanui | permissions are already lrwxrwxrwx? |
16:17 | wizzyrea | forget permissions, wahanui |
16:17 | wahanui | wizzyrea: I forgot permissions |
16:17 | jcamins_away | collsk12: how large a file? |
16:18 | collsk12 | jcamins_away: 21.8 MB |
16:18 | jcamins_away | That's pretty big. |
16:18 | That's probably the problem. | |
16:18 | Can you upload a small one? | |
16:18 | wizzyrea | yea my thought was that it was bumping up against some apache limit |
16:19 | collsk12 | I'll give it a shot! Thanks. |
16:20 | I just tried a 1.22 MB upload and no joy | |
16:20 | which permissions should I be looking at? | |
16:21 | wizzyrea | hm, actually now that I'm thinking about it. |
16:21 | jcamins_away | The permissions on /tmp |
16:21 | wizzyrea | what version of koha ar you using? |
16:22 | and did you change something that made it stop working? | |
16:22 | collsk12 | wizzyrea: not that I know of |
16:23 | the /tmp folder permissions are drwxrwxrwt | |
16:23 | wizzyrea | no updates, no server upgrades |
16:24 | nengard | I'm looking for a bug report that I thought existed - when doing a search for a title with a number in it you get no results |
16:25 | collsk12 | Not that I know of. Koha version is at 3.06.01.000 and it's an up-to-date Debian box. |
16:28 | Could it help to clean out some older imports? | |
16:28 | wizzyrea | oh |
16:28 | what does the disk space look like | |
16:28 | Callender joined #koha | |
16:29 | wizzyrea | i.e. are you out of it on the partition where /tmp lives? |
16:29 | collsk12 | 13% used. It's all on one partition. /tmp is getting kinda big. |
16:29 | wizzyrea | maybe you (as I have done more than once) forgot to set up logrotate |
16:30 | collsk12 | Do you know if I need to set that up manually with the koha-common package? |
16:30 | wizzyrea | I don't think so |
16:33 | magnuse | shouldn't be necessary |
16:34 | asaurat left #koha | |
16:37 | Guillaume joined #koha | |
16:40 | huginn` | New commit(s) kohagit: Merge remote-tracking branch 'origin/new/bug_5327' <http://git.koha-community.org/[…]a40244702b2581514> / Bug 5327 added tests for C4/Languages.pm <http://git.koha-community.org/[…]5f0dd11b55951df81> / Bug 5327 Added unit tests for C4/SIP/ILS/Transaction/Renew.pm <http://git.koha-community.org/[…]/?p=koha.git;a=co |
16:41 | mbalmer joined #koha | |
16:45 | jenkins_koha | Starting build #606 for job Koha_master (previous build: SUCCESS) |
16:49 | francharb` joined #koha | |
16:51 | melia joined #koha | |
17:09 | kf left #koha | |
17:16 | melia_ joined #koha | |
17:16 | nengard_ joined #koha | |
17:16 | JesseM_ joined #koha | |
17:16 | Johnindy_ joined #koha | |
17:16 | mbalmer_ joined #koha | |
17:18 | jwagner_ joined #koha | |
17:24 | sophie_m joined #koha | |
17:24 | collum joined #koha | |
17:25 | sophie_m left #koha | |
17:39 | jenkins_koha | Project Koha_master build #606: UNSTABLE in 54 mn: http://jenkins.koha-community.[…]/Koha_master/606/ |
17:39 | * sam-sanders: bug 5327 added unit test for C4/Csv.pm | |
17:39 | * sam-sanders: Bug 5327 added tests for C4/Labels.pm | |
17:39 | * reason.koan: Bug 5327 added unit tests for C4/AuthoritiesMarc/MARC21.pm | |
17:39 | * jorgia_m_kelsey: Bug 5327 added unit tests for C4/Barcodes_PrinterConfig.pm | |
17:39 | huginn` | 04Bug http://bugs.koha-community.org[…]w_bug.cgi?id=5327 enhancement, PATCH-Sent (DO NOT USE), ---, sam-sanders, Signed Off , Unit tests required for all C4 modules |
17:39 | jenkins_koha | * sam-sanders: Bug 5327 added unit tests for C4/ClassSortRoutine/LCC |
17:39 | * reason.koan: Bug 5327 added unit tests for C4/Creators/PDF.pm | |
17:39 | * sam-sanders: bug 5327 added unit tests for C4/Ris.pm | |
17:39 | * kate.h: Bug 5327 added unit tests for C4/Scheduler.pm | |
17:39 | * sam-sanders: added unit tests for C4/Serials.pm | |
17:39 | * kate.h: Bug 5327 added unit tests for C4/Search_PazPar2.pm | |
17:39 | * bart.tj: Bug 5327 added unit tests for C4/TmplToken.pm | |
17:40 | * connor.dewar: Bug 5327 Added unit tests for C4/SIP/ILS/Transaction/Renew.pm | |
17:40 | * sam-sanders: Bug 5327 added tests for C4/Languages.pm | |
17:42 | trea joined #koha | |
17:44 | Guillaume left #koha | |
17:47 | cait joined #koha | |
17:50 | jcamins | Hi cait. |
17:50 | cait | hi jcamins :) |
17:53 | * jcamins | decides to go get some lunch. |
17:54 | rangi | @later tell paul_p looks like the db on jenkins is a bit mixed up ill fix |
17:54 | huginn` | rangi: The operation succeeded. |
17:56 | rangi | unit_tests++ |
17:56 | cait | :) |
17:56 | rangi | academy_students++ |
17:57 | http://git.koha-community.org/[…]oha.git;a=summary | |
17:57 | cait | academy_students++ |
17:58 | rangi | ok gotta go get ready for hrmmmbreakfast |
17:59 | https://twitter.com/#!/search/%23hrmmbreakfast | |
18:01 | slef | Stop ACTA London Protest http://www.facebook.com/events/170835693019760/ |
18:02 | Never mind SOPA - shall we do something against ACTA? | |
18:20 | rangi | Yeah acta + tppa spread sopa type stupidity around the world |
18:21 | Hm full bus today | |
18:25 | fred_pierre joined #koha | |
18:30 | fred_pierre | Stow-Munroe Falls Public Library implemented web pages for mobile phone. Koha perl scripts and templates are duplicated in a mobile garden. jQuery mobile powers button-based menus and lists. |
18:31 | jcamins | Hrmm. |
18:31 | * jcamins | likes the name "hrmm" |
18:32 | jcamins | I don't know what it is, but I wish we had one in New York, so I could say "I'm on my way to hrmm" and confuse people. |
18:33 | trea joined #koha | |
18:33 | jcamins | fred_pierre: you should share that with the community. |
18:33 | fred_pierre | We use Drupal for our home page, and we perform a detection. If a mobile device is detected, we direct to a mobile main menu in Koha, which allows to Koha login, user account, search catalog, and item detail. |
18:34 | I would like to share it with the community. Unfortunately, I'm not so great with git. I'm still at Koha 3.5. | |
18:34 | jcamins | fred_pierre: at the very least, get the code available somewhere publicly. |
18:35 | If someone is working on something similar, maybe they can use some of your code, and help with the porting effort. | |
18:35 | fred_pierre | I like it. Should I post it to DropBox or something? |
18:35 | * jcamins | understands there are about five competing "Koha mobile" interfaces, none open sourced. |
18:35 | jcamins | Do you have all your changes in git? |
18:36 | If you have all your changes in git (even if you're not sure you have it set up correctly), I'd recommend using gitorious, github, or the other one. | |
18:36 | fred_pierre | That's my problem, I'm not sure if I do. I have my git kohaclone directory with all my active files, then I have made modifications. |
18:37 | jcamins | fred_pierre: are the changes in kohaclone? |
18:37 | francharb` | see ya |
18:37 | slef | can people access the mobile menu manually? Detection always sucks. |
18:37 | And escape from the mobile menu back to the full site. | |
18:37 | fred_pierre | The method was to duplicate critical Koha perl scripts and templates, then to edit them down and add jQuery buttons. |
18:37 | jcamins | Ah, yikes! |
18:38 | fred_pierre | I still need to add a button on the home page, in case detection fails. So far we have been detecting most devices, except ipad 1's. |
18:38 | jcamins | It might be worth sticking it up on a non-password-protected folder in dropbox, and e-mailing the list about it. |
18:38 | fred_pierre | Good ideas slef! |
18:39 | OK jcamins. I will try that. | |
18:39 | jcamins | And include in your e-mail a list of features. |
18:39 | fred_pierre | Our website is at smfpl.org (Stow-Munroe Falls Public Library) |
18:40 | jcamins | That way people will know if there's something they'd like to work on getting into Koha proper. |
18:40 | fred_pierre | I will compile the features list and include it. |
18:41 | rangi | Cool |
18:44 | wizzyrea | oh hi, a new, awesome person :) |
18:44 | rangi | Bbiab |
18:45 | wizzyrea | i tried it on my phone over lunch - it's very nice looking |
18:45 | the mobile interface | |
18:46 | and if it escaped into the wild it would be the 1st to be open sourced. | |
18:46 | (it bears repeating, imo) | |
18:49 | * jcamins | agrees. |
18:51 | fred_pierre | Thanks! |
18:54 | I posted the files to ADrive, under the username fred.pierresmfpl.org - password K0hamobile - not sure how many people can log on at same time, all of the files are only 1.2Mb. | |
18:54 | Mobile-Backup.zip | |
18:55 | wizzyrea | oo cool |
18:55 | fred_pierre | I am realizing that I used custom logos, colors and footers, if others use it I will have to find a way to set those through the preferences. |
18:55 | wizzyrea | :) |
18:56 | * wizzyrea | gets a bit sentimental about the name "A: Drive" |
18:57 | wizzyrea | oh those halcyon days of corrupted floppy disks |
18:57 | jcamins | wizzyrea: I've seen drive A:s recently. |
18:57 | fred_pierre | My favorite thing about the mobile Koha is that you can search the catalog, find an item and place it on hold - while you are driving to the library! :) |
18:57 | jcamins | Drive B:s, on the other hand. |
18:57 | wizzyrea | :D |
18:57 | jcamins | fred_pierre: provided you're not the one in the driver's seat! |
18:57 | wizzyrea | hehe yea ^^ |
18:58 | I think they ought to resurrect a: drive as microsd or something | |
18:58 | fred_pierre | Yes, and that's www.adrive.com - I can't find my floppy drive! ;^) |
18:58 | wizzyrea | hehe |
18:58 | it's mad about max sessions, I'll try later :) | |
18:58 | fred_pierre: do you have a github account? | |
18:58 | or gitorious | |
18:59 | i found it was not too hard to set up | |
18:59 | jcamins | Or that other one. |
18:59 | That wasn't too hard to set up either. | |
18:59 | * jcamins | has all three. |
18:59 | wizzyrea | i don't even know what the other one is lol |
18:59 | * jcamins | either, apparently. |
18:59 | wizzyrea | keke |
19:00 | jcamins | Bitbucket. |
19:00 | fred_pierre | neither a github nor a gitorious account - are those easy to set up (free?) |
19:00 | cait | yes |
19:00 | both are free afaik | |
19:00 | jcamins | So's bitbucket. |
19:01 | wizzyrea | they are free and pretty easy - github even has super good help |
19:01 | idk about gitorious | |
19:04 | fred_pierre | cool - would I create a git branch on gitorius and push the mods up? |
19:06 | wizzyrea | yea, exactly |
19:06 | then give us the address to your repo | |
19:06 | and we can pull it down and look at it | |
19:06 | ezpz | |
19:07 | fred_pierre | I like that idea. I've got to go and talk to a library patron. I will check out gitorius and get back to you later this aft. |
19:07 | wizzyrea | cool, lookin forward to it, good luck with the patron :) |
19:07 | fred_pierre | Thanks for your ideas all! |
19:08 | wizzyrea | anytime :) |
19:10 | librarygeekadam joined #koha | |
19:11 | librarygeekadam | Good Day. I am back to pester you all and your infinite knowledge of koha. I have uploaded my Marc records and went through the process of importing and the clean. When I search the OPAC, the records say the items are not available. How do I fix this? |
19:15 | wizzyrea | faq? |
19:16 | oh bother. | |
19:16 | um... | |
19:16 | searching faq? | |
19:16 | bah. | |
19:16 | see #3 | |
19:16 | http://koha-community.org/docu[…]on/faq/searching/ | |
19:16 | librarygeekadam | thank you |
19:16 | wizzyrea | searching faq is at http://koha-community.org/docu[…]on/faq/searching/ |
19:17 | now that will work :) | |
19:17 | searching faq? | |
19:17 | ! | |
19:17 | * wizzyrea | mutters |
19:17 | jcamins | wizzyrea: wahanui's missing. |
19:17 | wizzyrea | indeed. |
19:18 | @later tell eythian can you bring back our beloved wahanui? | |
19:18 | huginn` | wizzyrea: The operation succeeded. |
19:27 | cait | oh again |
19:27 | he already restarted him yesterday | |
19:54 | aleksa joined #koha | |
20:11 | rangi | back |
20:13 | cait | wb rangi |
20:16 | rangi | thanks :) |
20:16 | wizzyrea | hi thar |
20:18 | kathryn joined #koha | |
20:19 | francharb joined #koha | |
20:21 | aleksa joined #koha | |
20:38 | laurence left #koha | |
21:19 | rangi | coffee time |
21:24 | francharb | bed time! |
21:24 | ;) | |
21:24 | so, hey and bye | |
21:24 | ;) | |
21:24 | rangi | cya francharb |
21:25 | francharb | have a good day rangi ;) |
21:30 | Guillaume joined #koha | |
21:38 | cul_away left #koha | |
21:40 | mbalmer_ joined #koha | |
21:44 | fred_pierre joined #koha | |
21:46 | fred_pierre | Hi all! I tried to post my Koha mobile files to gitorious, but I ended up with the original development build that I installed on the server. |
21:46 | When I look at my local branch it says it is kohasmfpl, the original, but I see it as the kohaclone directory with my updated files. | |
21:47 | My git cola shows some updates, but it does not show any of my mobile updates. I am reading Pro Git, but I just don't get it. | |
21:48 | Do I need to commit my local changes to my branch before pushing to gitorious? | |
21:48 | wizzyrea | yep |
21:48 | I know it's for github | |
21:48 | but this may help | |
21:48 | http://help.github.com/create-a-repo/ | |
21:54 | nengard left #koha | |
21:57 | space_librarian joined #koha | |
21:57 | space_librarian | hello #koha, I have returned! :) |
21:57 | rangi | yay! |
21:58 | * wizzyrea | pounces on space_librarian with big hugs |
21:58 | mbalmer | welcome back, then ;) |
21:58 | space_librarian | Yay wizzyrea! Missed you! |
21:58 | wizzyrea | :D |
21:58 | mbalmer | cait around? |
21:58 | space_librarian | Now to sort something a little better than mibbit.... |
21:59 | kathryn | hi space librarian! good to see you this morning! |
21:59 | wizzyrea | i hope cait is in bed. |
21:59 | cait | she is not, but soon |
21:59 | space_librarian | was great to see you too kathryn - sorry I had to run so quickly |
21:59 | cait | hi space_librarian :) |
21:59 | mbalmer | heh |
21:59 | space_librarian | hey cait ! |
22:00 | cait | hi mbalmer - you were looking for me? |
22:00 | mbalmer | just to let you know that things are going comfortable well in .ch. |
22:01 | me not being here so often does not mean anything, we are actually working quite hard. | |
22:01 | cait | so you have your test installation running? |
22:02 | mbalmer | yes. with all the problems we had. |
22:02 | and we had first talks with possible customers. | |
22:02 | we will be fully operational during feb. | |
22:02 | kathryn | and hi rest of #koha! : D |
22:02 | wizzyrea | hey kathryn :) |
22:03 | kathryn | hiyee wizzyrea! |
22:03 | cait | hi kathryn |
22:03 | * kathryn | waves at cait |
22:03 | cait | mbalmer: ah cool |
22:04 | so there will be some news soon? | |
22:14 | space_librarian | bbiab... |
22:15 | mbalmer | will anyone here be at fosdem next weekend? |
22:15 | rangi | not me, too far away |
22:17 | cait | probably closer to me - but won't be there |
22:18 | eythian | hi |
22:19 | hello wahanui | |
22:19 | wahanui joined #koha | |
22:20 | cait | hi eythian - thx for bringing back our beloved bot |
22:21 | eythian | any time |
22:23 | Space_librarian joined #koha | |
22:23 | Space_librarian | *sigh. no dice. |
22:24 | rangi | firewall? |
22:26 | * eythian | is finally back in Koha-land |
22:26 | eythian | time to do some packaging perhaps |
22:26 | * wizzyrea | welcomes eythian warmly |
22:27 | eythian | maybe a meeting first |
22:28 | cait | wb :) |
22:29 | Space_librarian | rangi: not sure. The platform I downloaded just refused to connect to oftc |
22:29 | welcome back eythian | |
22:36 | SpaceLibrarian joined #koha | |
22:45 | cait | night #koha |
22:45 | :) | |
22:45 | SpaceLibrarian | night cait ! |
23:01 | trea-away left #koha | |
23:05 | cait left #koha | |
23:24 | * eythian | builds packages |
23:24 | rangi | yay! |
23:36 | eythian | package building of master fails :( t/Reports.t requires a database connection |
23:36 | rangi | yup |
23:37 | grab the last patch from 5327 | |
23:37 | http://bugs.koha-community.org[…]hment.cgi?id=7400 | |
23:37 | you could even sign off on that if you wanted ;) | |
23:38 | eythian | OK will take a look |
23:38 | rangi | (its just a git mv :)) |
23:41 | mbalmer joined #koha | |
23:47 | kathryn joined #koha |
← Previous day | Today | Next day → | Search | Index