Changes between Initial Version and Version 1 of Ticket #3648
- Timestamp:
- 05/09/2025 12:17:11 AM (6 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3648 – Description
initial v1 1 1 Running in daemon mode from with daemon and gtkui on same machine, going to file > quit and shutdown daemon, GTK-UI closes but daemon does NOT. This is what log with info level shows: 2 2 3 4 {{{ 3 5 20:08:10.124 [INFO ][deluge.core.rpcserver :1672] Deluge Client connection made from: 127.0.0.1:63465 4 6 20:08:10.221 [INFO ][deluge.core.rpcserver :1672] Deluge client disconnected: Connection to the other side was lost in a non-clean fashion: Connection lost. … … 10 12 20:08:59.644 [INFO ][deluge.core.rpcserver :1672] Deluge client disconnected: Connection to the other side was lost in a non-clean fashion: Connection lost. 11 13 20:09:00.881 [INFO ][deluge.core.rpcserver :1672] Deluge Client connection made from: 127.0.0.1:63632 14 }}} 15 12 16 13 17 Since the daemon is still running (process can be seen in task manager) 14 18 Trying to re-connect gives this: 19 20 {{{ 15 21 20:09:01.004 [ERROR ][deluge.core.rpcserver :1672] Deluge client authentication error made from: 127.0.0.1:63632 (Username does not exist) 22 }}} 23 16 24 17 25 End task from task manager and restart the process can login etc etc but still won't shutdown.