[Zope3-Users] FreeBSD zopectl socket.error: (13,
'Permission denied')
David Christensen
dpchrist at holgerdanske.com
Thu Mar 8 22:04:11 EST 2007
zope3-users:
I am a FreeBSD 6.2 and Zope newbie who is attempting to get Zope 3.3.0 working.
I have made and installed Zope 3 using the ports collection, and run
mkzopeinstance. Everything seemed to go okay.
When I try to use zopectl to start Zope, I get an error:
2007-03-08 18:52:21 root at p3800 ~
# /usr/local/www/Zope3/bin/zopectl start zope
. Traceback (most recent call last):
File "/usr/local/www/Zope3/lib/python/zdaemon/zdrun.py", line 719,
in ?
main()
File "/usr/local/www/Zope3/lib/python/zdaemon/zdrun.py", line 716,
in main
d.main(args)
File "/usr/local/www/Zope3/lib/python/zdaemon/zdrun.py", line 243,
in main
self.run()
File "/usr/local/www/Zope3/lib/python/zdaemon/zdrun.py", line 256,
in run
self.opensocket()
File "/usr/local/www/Zope3/lib/python/zdaemon/zdrun.py", line 278,
in opensocket
sock.bind(tempname)
File "<string>", line 1, in bind
socket.error: (13, 'Permission denied')
. . . . . . .
If I try to browse to port 8080 on the host using IE 7, I get the following error
page:
Internet Explorer cannot display the webpage
/usr/local/www/Zope3/log/z3.log is empty.
I have tried stopping Apache, with no apparent effect.
Any suggestions?
TIA,
David
More information about the Zope3-users
mailing list