On 1/14/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hello, > > with the current version of TG, I always get the following message when > I start tg-admin toolbox for the second time. > > File > "/usr/lib/python2.4/site-packages/CherryPy-2.2.0beta-py2.4.egg/cherrypy/_cpwsgiserver.py", > line 239, in start > self.socket.bind(self.bind_addr) > File "<string>", line 1, in bind > error: (98, 'Address already in use') > > Does anybody know how to free the used ports?
There doesn't (yet) seem to be any option to use a port other than 7654 for the toolbox; that number is currently hard-coded in the toolbox code. Until this changes, you'll need to quit the previous toolbox instance. Find the shell window where it's running and press Ctrl-C in that shell window. Or if you can't find it, run "netstat -atp | grep 7654" and you'll be shown the pid of whatever process is listening on port 7654, so you can kill it that way. -- Robin Munn [EMAIL PROTECTED] GPG key 0xD6497014

