Extera schreef op donderdag 12 juni 2014 @ 16:43:
Hier toevallig een linux guru?
Couchpotato start niet meer.. als ik direct de python open krijg ik de volgende output
[/code]extera@leecher:~/CouchPotatoServer$ python -d CouchPotato.py
Traceback (most recent call last):
File "CouchPotato.py", line 129, in <module>
l.run()
File "CouchPotato.py", line 84, in run
runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env)
File "/home/extera/CouchPotatoServer/couchpotato/runner.py", line 302, in runCouchPotato
server.listen(config['port'], config['host'])
File "/home/extera/CouchPotatoServer/libs/tornado/tcpserver.py", line 125, in listen
sockets = bind_sockets(port, address=address)
File "/home/extera/CouchPotatoServer/libs/tornado/netutil.py", line 134, in bind_sockets
sock.bind(sockaddr)
File "/usr/lib/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
socket.error: [Errno 98] Address already in use
[/code]
Hij wil het proces binden aan een ip/port welke al in gebruik is?