[Zope] help! zope start failure on linux
Martijn Pieters
mj@antraciet.nl
Sun, 17 Oct 1999 07:20:58 +0200
At 03:38 17-10-99 , Mike Salib wrote:
>hi everybody,
>i'm running Zope 2 under RedHat Linux 5.2
>Every time I start Zope now, I get this error:
>
> File "/home/mike/Zope-2.0.1-linux2-x86/z2.py", line 430, in ?
> logger_object=lg)
> File "/home/mike/Zope-2.0.1-linux2-x86/ZServer/medusa/http_server.py",
>line 53
>4, in __init__
> self.bind ((ip, port))
> File "/home/mike/Zope-2.0.1-linux2-x86/ZServer/medusa/asyncore.py",
>line 205,
>in bind
> return self.socket.bind (addr)
>socket.error: (13, 'Permission denied')
This sounds like you are either trying to bind to a privileged port when
running as a non-privileged user (i.e. not root) or you are trying to bind
to a port already in use (maybe an old Zope process?).
--
Martijn Pieters, Web Developer
| Antraciet http://www.antraciet.nl
| T: +31 35 7502100 F: +31 35 7502111
| mj@antraciet.nl http://www.antraciet.nl/~mj
| PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149
---------------------------------------------