Re: [Koha-devel] Zebra fails to bind two sockets

2008-02-13 Thread Galen Charlton
Hi, On 2/13/08, Chadwick, John, DCA <[EMAIL PROTECTED]> wrote: > We have had this problem with Koha 3 on Ubuntu. After doing a great deal > of research, it seems that Ubuntu (and probably other OS systems) treat > directories in /var/run and /var/lock as temp directories and each time > the machin

RE: [Koha-devel] Zebra fails to bind two sockets

2008-02-13 Thread Chadwick, John, DCA
We have had this problem with Koha 3 on Ubuntu. After doing a great deal of research, it seems that Ubuntu (and probably other OS systems) treat directories in /var/run and /var/lock as temp directories and each time the machine reboots, the directories disappear on us. Here is my script that I ru

Re: [Koha-devel] Zebra fails to bind two sockets

2008-02-13 Thread custard
Yes, it certianly seems to. Thanks. custard. MJ Ray-2 wrote: > > custard <[EMAIL PROTECTED]> wrote: >> 21:13:44-13/02 [fatal] Failed to bind to >> unix:/var/run/koha/zebradb/bibliosocket [No such file or directory] > > Yes and /var/run/koha/zebradb didn't exist. mkdir'ing it and > chmod'ing

Re: [Koha-devel] Zebra fails to bind two sockets

2008-02-13 Thread MJ Ray
custard <[EMAIL PROTECTED]> wrote: > 21:13:44-13/02 [fatal] Failed to bind to > unix:/var/run/koha/zebradb/bibliosocket [No such file or directory] Yes and /var/run/koha/zebradb didn't exist. mkdir'ing it and chmod'ing it appropriately was the way around. Does it help? -- MJ Ray http://mjr.towe

Re: [Koha-devel] Web installer, database, Darwin (maybe other BSDs?), qx(), mysql

2008-02-13 Thread Chris Nighswonger
On Feb 13, 2008 7:09 AM, custard <[EMAIL PROTECTED]> wrote: > > I've just hit something that looks a lot like this bit. > > > > MJ Ray-2 wrote: > > > > 2. the web installer can't invoke the mysql command-line client. The > > error is like "sh: line 1: -u: command not found" and appears once for > >

[Koha-devel] Zebra fails to bind two sockets

2008-02-13 Thread custard
Hi, Has anyone seen something like this, and is there a way around? $ sudo zebrasrv -f /etc/koha/koha-conf.xml Password: 21:13:44-13/02 [log] zebra_start 2.0.26 /etc/koha/zebradb/zebra-biblios.cfg 21:13:44-13/02 [log] zebra_start 2.0.26 /etc/koha/zebradb/zebra-authorities.cfg 21:13:44-13/02 [ser

Re: [Koha-devel] Web installer, database, Darwin (maybe other BSDs?), qx(), mysql

2008-02-13 Thread custard
I've just hit something that looks a lot like this bit. MJ Ray-2 wrote: > > 2. the web installer can't invoke the mysql command-line client. The > error is like "sh: line 1: -u: command not found" and appears once for > each SQL file. I think this is the portability problem described in > man