A socket error usually indicates that the program has tries to attach itself to a port that is already in use, or is restricted.

If you didn't change the port specification for Zope, check to make sure that the port is not already in use.

If you did change the specification, check to see if the port you specified is 1024 or under. Only processes started by the root user may bind to ports under 1024.

Dorota wrote:
Hi,

I installed Plone-3. 0. 3 without any problems but when I want to start it I
receive the following error:

. Traceback (most recent call last):
  File "/users/d/dorota/Plone-3.0.3/lib/python/zdaemon/zdrun.py", line 719,
in ?
    main()
  File "/users/d/dorota/Plone-3.0.3/lib/python/zdaemon/zdrun.py", line 716,
in main
    d.main(args)
  File "/users/d/dorota/Plone-3.0.3/lib/python/zdaemon/zdrun.py", line 243,
in main
    self.run()
  File "/users/d/dorota/Plone-3.0.3/lib/python/zdaemon/zdrun.py", line 256,
in run
    self.opensocket()
  File "/users/d/dorota/Plone-3.0.3/lib/python/zdaemon/zdrun.py", line 278,
in opensocket
    sock.bind(tempname)
  File "<string>", line 1, in bind
socket.error: (1, 'Operation not permitted')
. . ..........................
Could you help me, please? Unfortunately answers to similar questions in
this forum did not help me.

Thanks a lot.
Dorota


--
______________________________________________________

Steve McMahon
Reid-McMahon, LLC
[EMAIL PROTECTED]
[EMAIL PROTECTED]

_______________________________________________
Setup mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/setup

Reply via email to