Following a server reboot, I can't get Zope to run. I get a socket error - permission denied. How do I identify and delete this open socket? -- John
2005/10/3, John Poltorak <jp@warpix.org>:
Following a server reboot, I can't get Zope to run. I get a socket error - permission denied. How do I identify and delete this open socket?
Permission denied? Have some of your files accidently become owned by root? Try (if you know what you're doing) # chown -R john: /home/john/zope/ Otherwise, what are the errors?
-- John
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby www.issuetrackerproduct.com
Sorry about this... the email was from yesterday and escaped by mistake. My problems were relalted to mismatches of permissions and userids being used. On Mon, Oct 03, 2005 at 12:48:00PM +0100, John Poltorak wrote:
Following a server reboot, I can't get Zope to run. I get a socket error - permission denied. How do I identify and delete this open socket?
-- John
participants (2)
-
John Poltorak -
Peter Bengtsson