Hello, I had my RPI3 with OSMC set up with SickRage, CouchPotato, Transmissiona and a OPENVPN. IT was working perfectly. I then used these instructions to set up a IPTABLES based VPN Kill switch to address challenges I was having with my IP leaking. https://linuxconfig.org/how-to-create-a-vpn-killswitch-using-iptables-on-linux After that, I could not get Transmission to start again.
To trouble shoot I reset my IPTABLES back to "Allow all" and still could not get Transmission to restart. The last change I made was to turn re-enable IPV6 by commenting out the 4 lines disabling IPV6 in the /etc/sysctl.d/99-sysctl.conf file. Still no luck, I don't know what to do next but still feel that starting from scratch and rebuilding the OSMC unit is a bit extreme. I’m hoping there is some noob thing I might be missing here.
Here is the log report after the last failed event: $ sudo service transmission start Job for transmission.service failed because a timeout was exceeded. See "systemctl status transmission.service" and "journalctl -xe" for details. osmc@osmc:~$ journalctl -xe Jul 13 19:09:18 osmc sudo[2146]: pam_unix(sudo:session): session closed for user root Jul 13 19:09:22 osmc sudo[2149]: osmc : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/pidof openvpn Jul 13 19:09:22 osmc sudo[2149]: pam_unix(sudo:session): session opened for user root by (uid=0) Jul 13 19:09:22 osmc systemd[1]: transmission.service: State 'stop-final-sigterm' timed out. Killing. Jul 13 19:09:22 osmc systemd[1]: transmission.service: Killing process 1798 (transmission-da) with signal SIGKILL. Jul 13 19:09:22 osmc mediacenter[747]: 1386 Jul 13 19:09:22 osmc sudo[2149]: pam_unix(sudo:session): session closed for user root Jul 13 19:09:22 osmc systemd[1]: transmission.service: Main process exited, code=killed, status=9/KILL Jul 13 19:09:22 osmc systemd[1]: Failed to start Transmission BitTorrent Daemon. – Subject: Unit transmission.service has failed – Defined-By: systemd – Support: Debian -- User Support – – Unit transmission.service has failed.
Any help would be appreciated.