[Zope] Socket Error (newbie)

Petru Paler ppetru@coltronix.com
Thu, 13 Apr 2000 23:19:08 +0300


On Thu, Apr 13, 2000 at 03:04:36PM -0500, jessica lee tishmack wrote:
> > f: then I do:
> > python zpassword.py -u root -p somepass access
> 
> 
> For some reason, I get a message as follows when I do this:
> python: can't open file 'zpassword.py' 
> even when I do this as root, using sudo....oh well.

   It's zpasswd.py, not zpassword.py

> > h: then (as root) type ./start
> 
> Here is my main problem......when I do this I get the following error:
> 
> socket.error: (98, 'Address already in use') 
> 
> I tried doing netstat -a and didn't see 98 or tacnews there (saw this in
> an archived e-mail...but wasn't if that's what I should look for).

   98 is the socket error code, not the port being already in use.

-Petru