Re: [Zope] Can't get ZEO running with zeoctl start

2005-09-08 Thread Tino Wildenhain
Am Donnerstag, den 08.09.2005, 08:40 +0300 schrieb Mikko Koivunen: Hello all, I'm trying to install a ZEO server. I already have Zope working, the ZEO-clients installed and testing ZEO with zeoctl fg actually works fine - but zeoctl start gives me this error: ... opensocket

RE: [Zope] Can't get ZEO running with zeoctl start

2005-09-08 Thread Mikko Koivunen
-Original Message- From: Tino Wildenhain [mailto:[EMAIL PROTECTED] Sent: 8. syyskuuta 2005 9:19 To: Mikko Koivunen Cc: Zope Subject: Re: [Zope] Can't get ZEO running with zeoctl start opensocket sock.bind(tempname) File string, line 1, in bind socket.error: (13

Re: [Zope] Can't get ZEO running with zeoctl start

2005-09-08 Thread Jens Vagelpohl
On 8 Sep 2005, at 08:39, Mikko Koivunen wrote: opensocket sock.bind(tempname) File string, line 1, in bind socket.error: (13, 'Permission denied') This is annoying because I would want to put zeoctl in init.d and use it with service/chkconfig. Zope 2.7.6, Python 2.3.5, running on

RE: [Zope] Can't get ZEO running with zeoctl start

2005-09-08 Thread Mikko Koivunen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jens Vagelpohl Sent: 8. syyskuuta 2005 10:56 To: Zope Subject: Re: [Zope] Can't get ZEO running with zeoctl start Have you checked all file permissions to ensure that the user running Zope can use them

RE: [Zope] Can't get ZEO running with zeoctl start

2005-09-08 Thread Mikko Koivunen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jens Vagelpohl Sent: 8. syyskuuta 2005 11:55 To: Zope user list Subject: Re: [Zope] Can't get ZEO running with zeoctl start Yes. You should run something like chown -R zope-user:zope-user / path

Re: [Zope] Can't get ZEO running with zeoctl start

2005-09-08 Thread Jens Vagelpohl
On 8 Sep 2005, at 09:59, Mikko Koivunen wrote: Yes. You should run something like chown -R zope-user:zope- user / path/to/Instance as root to make absolutely sure everything is indeed owned by the user you're running zope as. Chowning the full zeo/ tree to zope:zope indeed did the trick. I

RE: [Zope] Can't get ZEO running with zeoctl start

2005-09-08 Thread Mikko Koivunen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jens Vagelpohl Sent: 8. syyskuuta 2005 12:21 To: Zope user list Subject: Re: [Zope] Can't get ZEO running with zeoctl start Chowning the full zeo/ tree to zope:zope indeed did the trick. I

Re: [Zope] Can't get ZEO running with zeoctl start

2005-09-08 Thread Jens Vagelpohl
On 8 Sep 2005, at 11:00, Mikko Koivunen wrote: I get the feeling people do zope installation / configuration stuff as the zope user and thus don't have this problem. I have the habit of working as root or my own user account, then setting permissions and then using user accounts like zope or

[Zope] Can't get ZEO running with zeoctl start

2005-09-07 Thread Mikko Koivunen
Hello all, I'm trying to install a ZEO server. I already have Zope working, the ZEO-clients installed and testing ZEO with zeoctl fg actually works fine - but zeoctl start gives me this error: . Traceback (most recent call last): File /usr/local/deltaweb/zope/lib/python/zdaemon/zdrun.py, line