Search found 4 matches
- Tue May 31, 2016 5:00 pm
- Forum: Support
- Topic: Deluge systemd.service for Ubuntu 16.04
- Replies: 7
- Views: 16965
Re: Deluge systemd.service for Ubuntu 16.04
Cas, I did create the deluge user, but for some reason it wasn't working. I could have goofed something up, but I don't know. Just out of curiosity, if the install package creates the debian-deluge user, why create another user for the start script? When I checked the permissions of debian-deluge it...
- Mon May 30, 2016 10:09 pm
- Forum: Support
- Topic: Deluge systemd.service for Ubuntu 16.04
- Replies: 7
- Views: 16965
Re: Deluge systemd.service for Ubuntu 16.04
Thinking some more, I decided to check what the default user and group for deluge is, and it apparently isn't deluge, it is debian-deluged. Also, the guide is incorrect in that the .service files are stored in /lib/systemd/system, not /etc. Making those changes the daemon and web-ui both now start o...
- Mon May 30, 2016 9:43 pm
- Forum: Support
- Topic: Deluge systemd.service for Ubuntu 16.04
- Replies: 7
- Views: 16965
Re: Deluge systemd.service for Ubuntu 16.04
So digging into the logs further than I went before, the systemd error is:
failed at step USER spawning /usr/bin/deluged: No such process
So is this telling me that there is no file at /usr/bin/deluged (because there is), or is it saying systemd doesn't know what user to start the process as?
failed at step USER spawning /usr/bin/deluged: No such process
So is this telling me that there is no file at /usr/bin/deluged (because there is), or is it saying systemd doesn't know what user to start the process as?
- Mon May 30, 2016 1:46 am
- Forum: Support
- Topic: Deluge systemd.service for Ubuntu 16.04
- Replies: 7
- Views: 16965
Deluge systemd.service for Ubuntu 16.04
Hello, I am trying to get deluge + web_ui to run at boot on my webserver. I copied the instructions and systemd service files from here: http://dev.deluge-torrent.org/wiki/UserGuide/Service/systemd But they don't work.... When I do a systemctl status deluged it gives me : Failed to start Deluge BitT...