Skip to main content

Thread: transmission-deamon issue after reboot


hi all,

got little annoyance on hands here, i've installed transmission-daemon on headless ubuntu 11.04 server , use web interface manage it. working fine. however, after reboot seems transmission daemon starts webinterface unavailable. in syslog after reboot:

code:
jun 22 10:54:27 localhost transmission-daemon[703]: transmission 2.31 (12441) started (session.c:706) jun 22 10:54:27 localhost transmission-daemon[703]: rpc server adding address whitelist: 192.168.*.* (rpc-server.c:805) jun 22 10:54:27 localhost transmission-daemon[703]: rpc server serving rpc , web requests on port 127.0.0.1:9091/transmission/ (rpc-server.c:982) jun 22 10:54:27 localhost transmission-daemon[703]: rpc server whitelist enabled (rpc-server.c:986) jun 22 10:54:27 localhost transmission-daemon[703]: rpc server password required (rpc-server.c:989) jun 22 10:54:27 localhost transmission-daemon[703]: port forwarding stopped (port-forwarding.c:181) jun 22 10:54:27 localhost transmission-daemon[703]: udp failed set receive buffer: requested 4194304, got 262142 (tr-udp.c:75) jun 22 10:54:27 localhost transmission-daemon[703]: udp please add line "net.core.rmem_max = 4194304" /etc/sysctl.conf (tr-udp.c:80) jun 22 10:54:27 localhost transmission-daemon[703]: udp failed set send buffer: requested 1048576, got 262142 (tr-udp.c:86) jun 22 10:54:27 localhost transmission-daemon[703]: udp please add line "net.core.wmem_max = 1048576" /etc/sysctl.conf (tr-udp.c:91) jun 22 10:54:27 localhost transmission-daemon[703]: dht reusing old id (tr-dht.c:305) jun 22 10:54:27 localhost transmission-daemon[703]: dht bootstrapping 71 nodes (tr-dht.c:153) jun 22 10:54:27 localhost transmission-daemon[703]: using settings "/home/debian-transmission/.config/transmission" (daemon.c:489) jun 22 10:54:27 localhost transmission-daemon[703]: saved "/home/debian-transmission/.config/transmission/settings.json" (bencode.c:1722) jun 22 10:54:27 localhost transmission-daemon[703]: transmission-daemon requiring authentication (daemon.c:509)
when restart daemon web interface becomes available again. use command:

code:
sudo /etc/init.d/transmission-daemon restart
after restarting daemon in syslog:

code:
 jun 22 11:00:44 localhost transmission-daemon[1152]: transmission 2.31 (12441) started (session.c:706) jun 22 11:00:44 localhost transmission-daemon[1152]: rpc server adding address whitelist: 192.168.*.* (rpc-server.c:805) jun 22 11:00:44 localhost transmission-daemon[1152]: rpc server serving rpc , web requests on port 127.0.0.1:9091/transmission/ (rpc-server.c:982) jun 22 11:00:44 localhost transmission-daemon[1152]: rpc server whitelist enabled (rpc-server.c:986) jun 22 11:00:44 localhost transmission-daemon[1152]: rpc server password required (rpc-server.c:989) jun 22 11:00:44 localhost transmission-daemon[1152]: port forwarding stopped (port-forwarding.c:181) jun 22 11:00:44 localhost transmission-daemon[1152]: udp failed set receive buffer: requested 4194304, got 262142 (tr-udp.c:75) jun 22 11:00:44 localhost transmission-daemon[1152]: udp please add line "net.core.rmem_max = 4194304" /etc/sysctl.conf (tr-udp.c:80) jun 22 11:00:44 localhost transmission-daemon[1152]: udp failed set send buffer: requested 1048576, got 262142 (tr-udp.c:86) jun 22 11:00:44 localhost transmission-daemon[1152]: udp please add line "net.core.wmem_max = 1048576" /etc/sysctl.conf (tr-udp.c:91) jun 22 11:00:44 localhost transmission-daemon[1152]: dht reusing old id (tr-dht.c:305) jun 22 11:00:44 localhost transmission-daemon[1152]: dht bootstrapping 71 nodes (tr-dht.c:153) jun 22 11:00:44 localhost transmission-daemon[1152]: using settings "/home/debian-transmission/.config/transmission" (daemon.c:489) jun 22 11:00:44 localhost transmission-daemon[1152]: saved "/home/debian-transmission/.config/transmission/settings.json" (bencode.c:1722) jun 22 11:00:44 localhost transmission-daemon[1152]: transmission-daemon requiring authentication (daemon.c:509) jun 22 11:01:00 localhost transmission-daemon[1152]: searching web interface file "/home/debian-transmission/.local/share/transmission/web/index.html" (platform.c:540) jun 22 11:01:00 localhost transmission-daemon[1152]: searching web interface file "/usr/share/transmission/web/index.html" (platform.c:540)
note last 2 lines, not written syslog upon system boot. seems daemon starts fine somehow not load web files, hence web interface unavailable.

lines suspect have problem not appear on system reboot when rebooting deamon:
code:
jun 22 11:01:00 localhost transmission-daemon[1152]: searching web interface file "/home/debian-transmission/.local/share/transmission/web/index.html" (platform.c:540) jun 22 11:01:00 localhost transmission-daemon[1152]: searching web interface file "/usr/share/transmission/web/index.html" (platform.c:540)
config files:

/etc/default/transmission-daemon
code:
# defaults transmission-daemon # sourced /etc/init.d/transmission-daemon  # change 0 disable daemon enable_daemon=1  # directory stores runtime information, torrent files # , links config file, can found in # /etc/transmission-daemon/settings.json config_dir="/home/debian-transmission/.config/transmission"  # default options daemon, see transmission-daemon(1) more options options="--config-dir $config_dir"
/home/debian-transmission/.config/transmission/settings.json
code:
{     "alt-speed-down": 2000,     "alt-speed-enabled": true,     "alt-speed-time-begin": 540,     "alt-speed-time-day": 127,     "alt-speed-time-enabled": true,     "alt-speed-time-end": 1320,     "alt-speed-up": 100,     "bind-address-ipv4": "0.0.0.0",     "bind-address-ipv6": "::",     "blocklist-enabled": false,     "blocklist-url": "http://www.example.com/blocklist",     "cache-size-mb": 4,     "dht-enabled": true,     "download-dir": "/mnt/sdb1/downloads/transmission",     "download-limit": 100,     "download-limit-enabled": 0,     "encryption": 2,     "idle-seeding-limit": 30,     "idle-seeding-limit-enabled": false,     "incomplete-dir": "/mnt/sdb1/downloads/transmission/.incomplete",     "incomplete-dir-enabled": true,     "lazy-bitfield-enabled": true,     "lpd-enabled": false,     "max-peers-global": 200,     "message-level": 2,     "open-file-limit": 32,     "peer-congestion-algorithm": "",     "peer-limit-global": 500,     "peer-limit-per-torrent": 75,     "peer-port": 49263,     "peer-port-random-high": 49300,     "peer-port-random-low": 49160,     "peer-port-random-on-start": true,     "peer-socket-tos": "default",     "pex-enabled": true,     "port-forwarding-enabled": false,     "preallocation": 1,     "prefetch-enabled": 1,     "ratio-limit": 2,     "ratio-limit-enabled": false,     "rename-partial-files": true,     "rpc-authentication-required": true,     "rpc-bind-address": "192.168.3.10",     "rpc-enabled": true,     "rpc-password": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",     "rpc-port": 9091,     "rpc-url": "/transmission/",     "rpc-username": "pakjebakmeel",     "rpc-whitelist": "192.168.*.*",     "rpc-whitelist-enabled": true,     "script-torrent-done-enabled": false,     "script-torrent-done-filename": "",     "speed-limit-down": 0,     "speed-limit-down-enabled": false,     "speed-limit-up": 400,     "speed-limit-up-enabled": true,     "start-added-torrents": true,     "trash-original-torrent-files": true,     "umask": 2,     "upload-limit": 100,     "upload-limit-enabled": 0,     "upload-slots-per-torrent": 14,     "utp-enabled": true }
any idea? seen before? kinda stuck here. bit of expert advise look?

thanks,

anyone? clues?


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] transmission-deamon issue after reboot


Ubuntu

Comments

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

After Effect warning: A problem occurred when processing OpenGL commands

Preconditions Failed. - Joomla! Forum - community, help and support