mcatto
Posts: 4
Joined: Sun May 01, 2016 11:51 pm

Transmission gui don´t work on restart

Sun May 01, 2016 11:57 pm

Hi.
I have raspberry 3 and transmission in raspbian
The daemon is loadead and the torrents downloaded.
But when restart de raspberry the gui don't work. I need to stop the daemon and start again, and the gui works for my 192.168.1.103:9091 ip.
How i can solve this?
Thanks
Sorry for my english

Peter Ryan
Posts: 47
Joined: Sat Mar 03, 2012 12:44 am
Location: UK

Re: Transmission gui don´t work on restart

Tue May 03, 2016 6:43 pm

If systemd is condifured to not start transmission at boot, checking it's status will show something like this:

Code: Select all

pi@rpi:~ $ systemctl status transmission-daemon.service
● transmission-daemon.service - Transmission BitTorrent Daemon
   Loaded: loaded (/lib/systemd/system/transmission-daemon.service; disabled)
   Active: inactive (dead)
If that's the case, then setting it to start at boot is easy:

Code: Select all

pi@rpi:~ $ systemctl enable transmission-daemon.service
If it's not that though... then I'm a bit short on ideas! You could try "reenable" instead of "enable" which is meant to disable and then enable to ensure the symlinks sytemd uses are correctly set up.

mcatto
Posts: 4
Joined: Sun May 01, 2016 11:51 pm

Re: Transmission gui don´t work on restart

Tue May 03, 2016 7:40 pm

I have this

pi@raspberrypi:~ $ pi@raspberrypi:~ $ systemctl status transmission-daemon.service
-bash: pi@raspberrypi:~: no se encontró la orden
pi@raspberrypi:~ $ ● transmission-daemon.service - Transmission BitTorrent Daemon
-bash: ●: no se encontró la orden
pi@raspberrypi:~ $ Loaded: loaded (/lib/systemd/system/transmission-daemon.service; enabled)
-bash: error sintáctico cerca del elemento inesperado `('
pi@raspberrypi:~ $ Active: active (running) since mar 2016-05-03 22:37:05 GMT-3; 1min 8s ago
-bash: error sintáctico cerca del elemento inesperado `('
pi@raspberrypi:~ $ Main PID: 592 (transmission-da)
-bash: error sintáctico cerca del elemento inesperado `('
pi@raspberrypi:~ $ Status: "Uploading 0.59 KBps, Downloading 0.53 KBps."
-bash: Status:: no se encontró la orden
pi@raspberrypi:~ $ CGroup: /system.slice/transmission-daemon.service
-bash: CGroup:: no se encontró la orden
pi@raspberrypi:~ $ └─592 /usr/bin/transmission-daemon -f --log-error
-bash: └─592: no se encontró la orden
pi@raspberrypi:~ $ pi@raspberrypi:~ $
-bash: pi@raspberrypi:~: no se encontró la orden
pi@raspberrypi:~ $ clear
pi@raspberrypi:~ $ systemctl status transmission-daemon.service
● transmission-daemon.service - Transmission BitTorrent Daemon
Loaded: loaded (/lib/systemd/system/transmission-daemon.service; enabled)
Active: active (running) since mar 2016-05-03 22:37:05 GMT-3; 1min 55s ago
Main PID: 592 (transmission-da)
Status: "Uploading 0.19 KBps, Downloading 0.68 KBps."
CGroup: /system.slice/transmission-daemon.service
└─592 /usr/bin/transmission-daemon -f --log-error
pi@raspberrypi:~ $

Return to “Raspberry Pi OS”