Selectable confirmation dialog when trying from a thin client to quit & shutdown daemon.
Or even one step closer, shutdown daemon only available from 127.0.0.1.
Or even two steps closer, shutdown daemon only available if user access level allows it.
Search found 3 matches
- Tue Jun 30, 2015 8:47 pm
- Forum: Development
- Topic: Feature Request: Confirmation on "Quit & Shutdown Daemon"
- Replies: 0
- Views: 1673
- Mon Jan 19, 2015 12:15 am
- Forum: Support
- Topic: Running multiple thin client instances in same user session
- Replies: 1
- Views: 2285
Re: Running multiple thin client instances in same user sess
What would happen if I removed the following(the ones marked with -) in ipcinterface.py: -if win32api.GetLastError() != winerror.ERROR_ALREADY_EXISTS: # Create listen socket self.factory = Factory() self.factory.protocol = IPCProtocolServer import random port = random.randrange(20000, 65535) reactor...
- Tue Dec 30, 2014 3:15 pm
- Forum: Support
- Topic: Running multiple thin client instances in same user session
- Replies: 1
- Views: 2285
Running multiple thin client instances in same user session
Hi. I'm running two instances of Deluge 1.3.5 on CentOS 6.5 x64 and one instance of Deluge 1.3.11 on Windows. I have several client computers which only run the thin client part on different Windows versions. The configuration above works without any known problems. But... I can not seem to open sev...