Hello Unregistered. Please be aware that the forums are transitioning to Ubuntu Discourse. The provisional date for forum support to go live on Ubuntu Discourse is December 12th 2024. Thereafter, this site will become read only on 9th January 2025. For more details please see
this post
. Any changes to these dates will be publicised on this notice and on the
Future of the Forum Cafe thread
where any questions about the transition may be asked.
I'm running transmission-daemon as a service, installed from the transmissionbt PPA. It was upgraded from 2.92 to 2.93 today, but the upgrade didn't complete. The software seems to have been installed, but the service refuses to start. After installation the message I get is this:
Code:
Setting up transmission-daemon (2.93-1ubuntu1~16.04.1ubuntu1) ...
Job for transmission-daemon.service failed because the control process exited with error code. See "systemctl status transmission-daemon.service" and "journalctl -xe" for details.
invoke-rc.d: initscript transmission-daemon, action "start" failed.
● transmission-daemon.service - Transmission BitTorrent Daemon
Loaded: loaded (/lib/systemd/system/transmission-daemon.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sun 2018-03-04 22:31:39 GMT; 26ms ago
Process: 1152 ExecStart=/usr/bin/transmission-daemon -f --log-error (code=exited, status=217/USER)
Main PID: 1152 (code=exited, status=217/USER)
Mar 04 22:31:39 srvbuntu systemd[1]: Starting Transmission BitTorrent Daemon...
Mar 04 22:31:39 srvbuntu systemd[1152]: transmission-daemon.service: Failed at step USER spawning /usr/bin/transmission-daemon: No such process
Mar 04 22:31:39 srvbuntu systemd[1]: transmission-daemon.service: Main process exited, code=exited, status=217/USER
Mar 04 22:31:39 srvbuntu systemd[1]: Failed to start Transmission BitTorrent Daemon.
Mar 04 22:31:39 srvbuntu systemd[1]: transmission-daemon.service: Unit entered failed state.
Mar 04 22:31:39 srvbuntu systemd[1]: transmission-daemon.service: Failed with result 'exit-code'.
dpkg: error processing package transmission-daemon (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
transmission-daemon
E: Sub-process /usr/bin/dpkg returned an error code (1)
The daemon runs manually from the CLI invoked with sudo -u debian-transmission, so I'm guessing that systemd is having a problem dropping the privileges of the daemon after it starts. How can I fix this?
vBulletin ©2000 - 2024, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project.
User contributions on this site are licensed under the
Creative Commons Attribution Share Alike 4.0 International License
. For details and our forum data attribution, retention and privacy policy, see
here