[Zope] Socket Error (newbie)

jessica lee tishmack jlt29707@sci.tamucc.edu
Thu, 13 Apr 2000 16:42:17 -0500 (CDT)


> > (and I did run ./start as root using sudo)
> 
>     Don't. Run it as your user account.

Hmm...mindlace says to run it as root....Petru says not to...what is a
girl to do? :)

(h: then (as root) type ./start)

Kidding aside, when I run it as my user account, it is still erorr prone:

Traceback (innermost last):
  File "/home/jessi/Zope-2.1.6-src/z2.py", line 433, in ?
    zdaemon.run(sys.argv, os.path.join(INSTANCE_HOME, Zpid))
  File "/home/jessi/Zope-2.1.6-src/lib/python/zdaemon.py", line 202, in
run
    pf = open(pidfile, 'w+')
IOError: [Errno 13] Permission denied:
'/home/jessi/Zope-2.1.6-src/var/zProcessManager.pid'     

Yikes!