Hi,
My transmission doesn’t seems to open rpc port on boot.
result of netstat -lntp
tcp 0 0 0.0.0.0:53 0.0.0.0:* LISTEN 2250/dnsmasq
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 1436/vsftpd
tcp 0 0 0.0.0.0:51413 0.0.0.0:* LISTEN 815/transmission-da
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 618/sshd
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 1228/master
tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 1260/smbd
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 2126/mysqld
tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 1260/smbd
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 1484/nginx -g daemo
tcp6 0 0 :::53 :::* LISTEN 2250/dnsmasq
tcp6 0 0 :::51413 :::* LISTEN 815/transmission-da
tcp6 0 0 :::22 :::* LISTEN 618/sshd
tcp6 0 0 :::25 :::* LISTEN 1228/master
tcp6 0 0 :::445 :::* LISTEN 1260/smbd
tcp6 0 0 :::139 :::* LISTEN 1260/smbd
and after I restart transmission-daemon manually It works
result of netstat -lntp after restart daemon
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:51413 0.0.0.0:* LISTEN 13162/transmission-
tcp 0 0 0.0.0.0:53 0.0.0.0:* LISTEN 2250/dnsmasq
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 1436/vsftpd
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 618/sshd
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 1228/master
tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 1260/smbd
tcp 0 0 0.0.0.0:10080 0.0.0.0:* LISTEN 2242/kodi.bin
tcp 0 0 0.0.0.0:9091 0.0.0.0:* LISTEN 13162/transmission-
tcp 0 0 127.0.0.1:65252 0.0.0.0:* LISTEN 2242/kodi.bin
tcp 0 0 0.0.0.0:48233 0.0.0.0:* LISTEN 3100/quasar
tcp 0 0 0.0.0.0:1961 0.0.0.0:* LISTEN 2242/kodi.bin
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 2126/mysqld
tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 1260/smbd
tcp 0 0 127.0.0.1:8080 0.0.0.0:* LISTEN 1588/config.ru
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 1484/nginx -g daemo
tcp 0 0 0.0.0.0:4433 0.0.0.0:* LISTEN 3100/quasar
tcp 0 0 127.0.0.1:52307 0.0.0.0:* LISTEN 2242/kodi.bin
tcp6 0 0 :::51413 :::* LISTEN 13162/transmission-
tcp6 0 0 :::53 :::* LISTEN 2250/dnsmasq
tcp6 0 0 :::22 :::* LISTEN 618/sshd
tcp6 0 0 :::25 :::* LISTEN 1228/master
tcp6 0 0 :::36667 :::* LISTEN 2242/kodi.bin
tcp6 0 0 :::445 :::* LISTEN 1260/smbd
tcp6 0 0 :::10080 :::* LISTEN 2242/kodi.bin
tcp6 0 0 :::9090 :::* LISTEN 2242/kodi.bin
tcp6 0 0 :::65251 :::* LISTEN 3100/quasar
tcp6 0 0 :::48233 :::* LISTEN 3100/quasar
tcp6 0 0 :::139 :::* LISTEN 1260/smbd
tcp6 0 0 :::4433 :::* LISTEN 3100/quasar
How can I make it work on boot?
Thanks for any help