MJ Ray, Thanks for the info and advice, I am currently looking for a better service provider :) Unfortunately. http protocol still did not work for me so I am working on the recently released Koha 3.0 alpha I am trying to install it on Ubuntu 7.10 and I am currently unable to solve this problem: aslan@tek1:~/koha/idzebra-2.0.22$ sudo zebrasrv -f /etc/koha/koha-conf.xml 10:36:39-12/01 [log] zebra_start 2.0.22 /etc/koha/zebradb/zebra-biblios.cfg 10:36:39-12/01 [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod- alvis.so 10:36:39-12/01 [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod- dom.so 10:36:39-12/01 [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod- grs-xml.so 10:36:39-12/01 [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod- grs-regx.so 10:36:39-12/01 [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod- grs-marc.so 10:36:39-12/01 [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod- text.so 10:36:39-12/01 [fatal] lock file /var/lock/koha/zebradb/biblios/zebrasrv.pid [No such file or directory] I am hoping you or anyone on the list could help me out Thanks!
Message: 4 Date: Mon, 07 Jan 2008 10:19:58 +0000 From: MJ Ray <mjr@phonecoop.coop> Subject: Re: [Koha] Help Git unable to connect a socket (Connection refused) To: koha@lists.katipo.co.nz Message-ID: <4781fcce.uTU8o/1Xgzd8YiGn%mjr@phonecoop.coop> Content-Type: text/plain; charset=us-ascii
"Pseudo Admin" <sayanslib@gmail.com> wrote: [...]
also it was mentioned that it may be possible to clone a git project using the http protocol, which is considerably slower but works even behind firewalls [...] Will this be possible on the koha git repository in the future?
It is possible on the koha git repository today. The master branch in http://serene.ttllp.co.uk/~mjr/koha.git<http://serene.ttllp.co.uk/%7Emjr/koha.git> is an irregularly-updated http mirror of git.koha.org
I may not be able to convince our ISP to open our firewall for Git :)
You're using an ISP that controls your firewall and doesn't serve you and you're using googlemail - I think you need to reconsider your suppliers...
Anyway, this sort of thing would be better on the koha-devel list. Most users shouldn't be running straight off git checkout.
Hope that helps, -- MJ Ray http://mjr.towers.org.uk/email.html tel:+44-844-4437-237 - Webmaster-developer, statistician, sysadmin, online shop builder, consumer and workers co-operative member http://www.ttllp.co.uk/ - Writing on koha, debian, sat TV, Kewstoke http://mjr.towers.org.uk
"Pseudo Admin" <sayanslib@gmail.com> wrote:
10:36:39-12/01 [fatal] lock file /var/lock/koha/zebradb/biblios/zebrasrv.pid [No such file or directory]
Does the directory /var/lock/koha/zebradb/biblios exist? If not, mkdir -p /var/lock/koha/zebradb/biblios and retry. You may need to change permissions on it (chown, chmod) but any error message on the next attempt should tell you how. Hope that helps, -- MJ Ray http://mjr.towers.org.uk/email.html tel:+44-844-4437-237 - Webmaster-developer, statistician, sysadmin, online shop builder, consumer and workers co-operative member http://www.ttllp.co.uk/ - Writing on koha, debian, sat TV, Kewstoke http://mjr.towers.org.uk/
participants (2)
-
MJ Ray -
Pseudo Admin