NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
tarobun
Nov 24, 2012Tutor
New Transmission 2.84 add-on for ReadyNAS Duo/NV+ (sparc)
This is a newly compiled version for the Duo straight from source. It has been configured with "--disable-nls --enable-lightweight --enable-utp" and the default web interface port of 9091. If it do...
eton
Apr 29, 2014Luminary
tarobun wrote: How are you with unix command line? If you are familiar then you can try the following:
tarobun wrote: To run from command line enter: cd /etc/frontview/addons/bin/TRANSMISSION
./transmission-daemon --logfile /var/tmp/transmission.log
To view log file:cat /var/tmp/transmission.log
If not, then there are a few things in the config you could try and remove the following settings as they don't exists anymore (see https://trac.transmissionbt.com/wiki/EditConfigFiles):
"open-file-limit": 32,
"peer-port-random-enabled": 0,
Also check the line endings in the text file, I think they should be unix style line ending (\x0a)
Thanks.
I'm ok with the command line.
I did all the stuff above.
I did some of the settings.json editing on OS X. So for safety I changed the line endings in vi with ":set ff=unix". Ref:
http://stackoverflow.com/questions/8272 ... ngs-in-vim
http://stackoverflow.com/questions/3569 ... -text-file
http://stackoverflow.com/questions/1213 ... -of-a-file
But the problems remain. At first there was nog log file, but after starting Transmission from command line I got this:
# cat /var/tmp/transmission.log
[15:59:41.480] Transmission 2.82 (14160) started (session.c:738)
[15:59:41.481] RPC Server Adding address to whitelist: 127.0.0.1 (rpc-server.c:828)
[15:59:41.481] RPC Server Serving RPC and Web requests on port 127.0.0.1:9091/transmission/ (rpc-server.c:1035)
[15:59:41.481] RPC Server Whitelist enabled (rpc-server.c:1039)
[15:59:41.482] UDP Failed to set receive buffer: requested 4194304, got 1048576 (tr-udp.c:78)
[15:59:41.482] UDP Please add the line "net.core.rmem_max = 4194304" to /etc/sysctl.conf (tr-udp.c:83)
[15:59:41.482] UDP Failed to set send buffer: requested 1048576, got 524288 (tr-udp.c:89)
[15:59:41.482] UDP Please add the line "net.core.wmem_max = 1048576" to /etc/sysctl.conf (tr-udp.c:94)
[15:59:41.482] DHT Generating new id (tr-dht.c:310)
[15:59:41.482] Using settings from "/root/.config/transmission-daemon" (daemon.c:526)
[15:59:41.482] Saved "/root/.config/transmission-daemon/settings.json" (variant.c:1217)
[15:59:41.482] Port Forwarding (NAT-PMP) initnatpmp succeeded (0) (natpmp.c:73)
[15:59:41.482] Port Forwarding (NAT-PMP) sendpublicaddressrequest succeeded (2) (natpmp.c:73)
[15:59:47.540] Port Forwarding Starting (port-forwarding.c:95)
[15:59:48.550] Port Forwarding (NAT-PMP) readnatpmpresponseorretry succeeded (0) (natpmp.c:73)
[15:59:48.550] Port Forwarding (NAT-PMP) Found public address "95.347.429.326" (natpmp.c:142)
[15:59:48.550] Port Forwarding (NAT-PMP) sendnewportmappingrequest succeeded (12) (natpmp.c:73)
[15:59:48.550] Port Forwarding (NAT-PMP) readnatpmpresponseorretry succeeded (0) (natpmp.c:73)
[15:59:48.550] Port Forwarding (NAT-PMP) Port 51413 forwarded successfully (natpmp.c:222)
[15:59:48.550] Port Forwarding Forwarded (port-forwarding.c:95)
[16:00:16.830] DHT Attempting bootstrap from dht.transmissionbt.com (tr-dht.c:248)
[16:05:02.520] Transmission 2.82 (14160) started (session.c:738)
[16:05:02.521] RPC Server Adding address to whitelist: 127.0.0.1 (rpc-server.c:828)
[16:05:02.521] RPC Server Serving RPC and Web requests on port 127.0.0.1:9091/transmission/ (rpc-server.c:1035)
[16:05:02.522] RPC Server Whitelist enabled (rpc-server.c:1039)
[16:05:02.522] Couldn't bind port 51413 on 0.0.0.0: Address already in use (Is another copy of Transmission already running?) (net.c:371)
[16:05:02.522] UDP Couldn't bind IPv4 socket (tr-udp.c:263)
[16:05:02.522] DHT Generating new id (tr-dht.c:310)
[16:05:02.522] Using settings from "/root/.config/transmission-daemon" (daemon.c:526)
[16:05:02.522] Saved "/root/.config/transmission-daemon/settings.json" (variant.c:1217)
[16:05:02.522] Port Forwarding (NAT-PMP) initnatpmp succeeded (0) (natpmp.c:73)
[16:05:02.522] Port Forwarding (NAT-PMP) sendpublicaddressrequest succeeded (2) (natpmp.c:73)
[16:05:08.580] Port Forwarding Starting (port-forwarding.c:95)
[16:05:09.590] Port Forwarding (NAT-PMP) readnatpmpresponseorretry succeeded (0) (natpmp.c:73)
[16:05:09.590] Port Forwarding (NAT-PMP) Found public address "95.347.429.326" (natpmp.c:142)
[16:05:09.590] Port Forwarding (NAT-PMP) sendnewportmappingrequest succeeded (12) (natpmp.c:73)
[16:05:09.590] Port Forwarding (NAT-PMP) readnatpmpresponseorretry succeeded (0) (natpmp.c:73)
[16:05:09.590] Port Forwarding (NAT-PMP) Port 51413 forwarded successfully (natpmp.c:222)
[16:05:09.590] Port Forwarding Forwarded (port-forwarding.c:95)
[16:06:17.240] Saved "/root/.config/transmission-daemon/settings.json" (variant.c:1217)
[16:06:17.240] DHT Not saving nodes, DHT not ready (tr-dht.c:358)
[16:06:17.241] Port Forwarding Stopped (port-forwarding.c:183)
[16:06:17.241] Port Forwarding (NAT-PMP) sendnewportmappingrequest succeeded (12) (natpmp.c:73)
[16:06:17.241] Port Forwarding Stopping (port-forwarding.c:95)
[16:06:17.280] Saved "/root/.config/transmission-daemon/settings.json" (variant.c:1217)
[16:06:17.280] DHT Not saving nodes, DHT not ready (tr-dht.c:358)
[16:06:17.281] Port Forwarding Stopped (port-forwarding.c:183)
[16:06:17.281] Port Forwarding (NAT-PMP) sendnewportmappingrequest succeeded (12) (natpmp.c:73)
[16:06:17.281] Port Forwarding Stopping (port-forwarding.c:95)
The logfile tells about:
/root/.config/transmission-daemon/settings.json
What settings file is that?
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!