Zope error

Gillou nospam at bigfoot.com
Sat Feb 1 08:11:03 EST 2003


"mlorfeld" <tutal at msn.com> a écrit dans le message de news:
74977d59.0301311849.16917cb8 at posting.google.com...
> I'm at wits end trying to find out why this is not working.  I get the
> following error when running ./start &
>
> 2003-01-31T20:43:11 PANIC(300) z2 Startup exception
> Traceback (innermost last):
>   Module __main__, line 649, in ?
>   Module ZServer.HTTPServer, line 362, in __init__
>   Module ZServer.medusa.http_server, line 573, in __init__
>   Module ZServer.medusa.asyncore, line 306, in bind
> error: (13, 'Permission denied')
>
>
> Info on my setup:
>
> 'zope' is the user and group that runs Zope.
> I have set the z2.py to run HTTP on port 80 and FTP on port 23.
>
> Any ideas?

Since Zope 2.6.0, a non root user cannot run Zope configured to listen to
low ports (<1024)

Either :

* Change your start script to listen on port 8080 (or other)
or
* Run zope as root (like)

--Gilles







More information about the Python-list mailing list