Please help - Unable to download/upload

Discussion of the Web Interface for Transmission, formerly known as Clutch. This applies to all version of Transmission
Post Reply
pchang
Posts: 1
Joined: Wed Oct 13, 2010 7:10 pm

Please help - Unable to download/upload

Post by pchang »

Hi Forum.

I have not been successful at all to get transmission to download/upload any torrents and I'm hoping someone will be able to help me.

I have searched the forum posts and have tried a few things but to no avail.

Here's what my current environment consists of:

- upgraded to latest version of Transmission (Transmission-2.10-1.tgz)
- running on linux on dns-323 box as nobody with linksys router wrt54g
- The following 2 directories are owned by nobody
/mnt/HD_a2/.transmission-daemon
/mnt/HD_a2/bittorrent/Downloads
- in settings.json configuration file, here are some of the relevant settings:
.....
"dht-enabled": true,
"download-dir": "/mnt/HD_a2/bittorrent/Downloads",
"encryption": 2,
"external-done-command": "",
"external-done-command-enabled": false,
"idle-seeding-limit": 30,
"idle-seeding-limit-enabled": false,
"incomplete-dir": "/mnt/HD_a2/.transmission-daemon/Incomplete",
"incomplete-dir-enabled": false,
"lazy-bitfield-enabled": true,
"lpd-enabled": false,
"message-level": 2,
"open-file-limit": 32,
"peer-limit-global": 240,
"peer-limit-per-torrent": 60,
"peer-port": 51413,
"peer-port-random-high": 65535,
"peer-port-random-low": 49152,
"peer-port-random-on-start": false,
"peer-socket-tos": 0,
"pex-enabled": true,
"port-forwarding-enabled": true,
"preallocation": 1,
"proxy": "",
"proxy-auth-enabled": false,
"proxy-auth-password": "",
"proxy-auth-username": "",
"proxy-enabled": false,
"proxy-port": 80,
"proxy-type": 0,
"ratio-limit": 2,
"ratio-limit-enabled": false,
"rename-partial-files": true,
"rpc-authentication-required": true,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
"rpc-password": "xxxxxxxxx",
"rpc-port": 8181,
"rpc-username": "abcdef",
"rpc-whitelist": "*.*.*.*",
"rpc-whitelist-enabled": false,
.....


I'm using port#8181 and I'm able to bring up the web interface. When I upload a torrent file in transmission, I see the torrent added in transmission but nothing happens
(It says: Downloading from 0 of 0 peers - DL: 0.0 kiB/s UL: 0.0 KiB/s).

I tried the same bittorrent file using another client "utorrent" and that the torrent file gets downloaded right away.

I've stopped and restarted transmission multiple times and I've also shut down my DNS box but to no avail.

Can someone assist me? Thank you for any feedback that you may have.

- As suggested on the forum, I've also executed the following command "transmission-daemon -f" and here's the output:

[01:35:54.780] Transmission 2.10 (11299) started (session.c:634)
[01:35:54.781] RPC Server Adding address to whitelist: 127.0.0.1 (rpc-server.c:788)
[01:35:54.781] RPC Server Serving RPC and Web requests on port 9091 (rpc-server.c:961)
[01:35:54.781] RPC Server Whitelist enabled (rpc-server..c:965)
[01:35:54.782] DHT Generating new id (tr-dht.c:386)
[01:35:54..782] Using settings from "/home/root/.config/transmission-daemon" (daemon.c:483)
[01:35:54.783] Saved "/home/root/.config/transmission-daemon/settings.json" (bencode.c:1694)
[01:35:54.783] Port Forwarding (NAT-PMP) initnatpmp succeeded (0) (natpmp.c:70)
[01:35:54.783] Port Forwarding (NAT-PMP) sendpublicaddressrequest succeeded (2) (natpmp.c:70)
[01:35:57.799] Port Forwarding (UPnP) Found Internet Gateway Device "http://192.168.1.1:2869/WANIPConnCtrlUrl" (upnp.c:113)
[01:35:57.800] Port Forwarding (UPnP) Local Address is "192.168.1.123" (upnp.c:115)
[01:35:57.800] Port Forwarding (UPnP) Port forwarding through "http://192.168.1.1:2869/WANIPConnCtrlUrl", service "urn:schemas-upnp-org:service:WANIPConnection:1". (local address: 192.168.1.123:51413) (upnp.c:202)
[01:35:57.801] Port Forwarding (UPnP) Port forwarding successful! (upnp.c:205)
[01:35:57.801] Port Forwarding State changed from "Not forwarded" to "Forwarded" (port-forwarding.c:95)
[01:36:38.058] DHT Attempting bootstrap from dht.transmissionbt.com (tr-dht.c:242)
[01:36:38.059] DHT dht.transmissionbt.com:6881: Name or service not known (tr-dht.c:126)

- I have also attached the output of the transmission-daemon.log file:

[01:44:58.835] Transmission 2.10 (11299) started (session.c:634)
[01:44:58.836] RPC Server Adding address to whitelist: *.*.*.* (rpc-server.c:788)
[01:44:58.836] RPC Server Serving RPC and Web requests on port 8181 (rpc-server.c:961)
[01:44:58.837] RPC Server Password required (rpc-server.c:968)
[01:44:58.837] DHT Reusing old id (tr-dht.c:382)
[01:44:58.837] DHT Bootstrapping from 133 nodes (tr-dht.c:154)
[01:44:58.838] Using settings from "/mnt/HD_a2/.transmission-daemon" (daemon.c:483)
[01:44:58.838] Saved "/mnt/HD_a2/.transmission-daemon/settings.json" (bencode.c:1694)
[01:44:58.839] transmission-daemon requiring authentication (daemon.c:503)
[01:44:58.839] Loaded 1 torrents (session.c:1842)
[01:44:58.840] Port Forwarding (NAT-PMP) initnatpmp succeeded (0) (natpmp.c:70)
[01:44:58.840] Port Forwarding (NAT-PMP) sendpublicaddressrequest succeeded (2) (natpmp.c:70)
[01:45:04.874] Port Forwarding (UPnP) Found Internet Gateway Device "http://192.168.1.1:2869/WANIPConnCtrlUrl" (upnp.c:113)
[01:45:04.891] Port Forwarding (UPnP) Local Address is "192.168.1.123" (upnp.c:115)
[01:45:04.892] Port Forwarding (UPnP) Port forwarding through "http://192.168.1.1:2869/WANIPConnCtrlUrl", service "urn:schemas-upnp-org:service:WANIPConnection:1". (local address: 192.168.1.123:51413) (upnp.c:202)
[01:45:04.892] Port Forwarding (UPnP) Port forwarding successful! (upnp.c:205)
[01:45:04.893] Port Forwarding State changed from "Not forwarded" to "Forwarded" (port-forwarding.c:95)
[01:45:29..049] Searching for web interface file "/home/nobody/.local/share/transmission/web/index.html" (platform.c:528)
[01:45:29.058] Searching for web interface file "/ffp/share/transmission/web/index.html" (platform.c:528)
[01:46:57.629] Saved "/mnt/HD_a2/.transmission-daemon/resume/Legend of the Fist -The Return of Chen Zhen.af3e707cbe485196.resume" (bencode.c:1694)
[01:54:23.539] Saved "/mnt/HD_a2/.transmission-daemon/torrents/Reign of Assassins 2010.2da05754cf952cda.torrent" (bencode.c:1694)
[01:54:57.759] Saved "/mnt/HD_a2/.transmission-daemon/resume/Reign of Assassins 2010.2da05754cf952cda.resume" (bencode.c:1694)
Closing transmission session... done.
Post Reply