Daemon occassionally stops listening on chosen port
Posted: Fri Nov 29, 2013 9:08 pm
I have a headless deluge daemon running on my Debian Wheezy box. For the past several weeks, I've occasionally come home to notice my client (on another machine) has been disconnected, and the service appears to be down. Doing
I see nothing listening on the relevant port.
In the log I see something like this:
Restarting the daemon fixes things (at least for a few hours or days).
What's going on?
Code: Select all
netstat -tna
In the log I see something like this:
Code: Select all
[INFO ] 11:00:07 rpcserver:203 Deluge Client connection made from: 10.0.0.2:57608
[INFO ] 11:00:07 rpcserver:203 Deluge Client connection made from: 10.0.0.2:57610
... more of the same...
[INFO ] 11:00:08 rpcserver:203 Deluge Client connection made from: 10.0.0.2:57631
[INFO ] 11:00:08 rpcserver:223 Deluge client disconnected: Connection to the other side was lost in a non-clean fashion: Connection lost.
[INFO ] 11:00:08 rpcserver:223 Deluge client disconnected: Connection to the other side was lost in a non-clean fashion: Connection lost.
... more of the same...
[INFO ] 11:00:08 rpcserver:223 Deluge client disconnected: Connection to the other side was lost in a non-clean fashion: Connection lost.
[INFO ] 11:00:08 rpcserver:203 Deluge Client connection made from: 10.0.0.2:57633
[INFO ] 11:00:08 rpcserver:223 Deluge client disconnected: Connection to the other side was lost in a non-clean fashion: Connection lost.
[INFO ] 11:00:09 rpcserver:203 Deluge Client connection made from: 10.0.0.2:57634
What's going on?