Stumped about hidden torrents and remote access

Discussion of the Web Interface for Transmission, formerly known as Clutch. This applies to all version of Transmission
Post Reply
tempneff
Posts: 2
Joined: Wed Dec 21, 2011 6:32 pm

Stumped about hidden torrents and remote access

Post by tempneff »

Hi all, I am running Transmisision on an AppleTv 1. I have two issues.

1.) I know there are torrents running that I cannot find. The webgui does not show them, but the files have been downloaded. I assume they are also still seeding, the only way I know how to stop seeding is close Transmission in AppleTV by using the command "crtl c", I found a thread talking about tracker issues maybe that is also my issue, if i cannot see those torrents how can I remove them once I have downloaded the files.

2.) I am able to access the WebGui locally, i have added my remote IP to the whitelist but I am still seeing 403: Forbidden when I try to access. I have ensured that port 9091 is open and forwarded to the machine.

Following is my log and settings.json - Thanks for helping and developing

Code: Select all

-bash-2.05b$ /Users/frontrow/transmission-daemon -f
This is transmission-daemon, compiled by lfroen [ lfroen at gmain com] use it for fun and profit
[02:58:41.380] Transmission 2.00 (10762) started (/Users/leofro/prog/transmission-2.00/libtransmission/session.c:622)
[02:58:41.381] RPC Server Adding address to whitelist: My IP (/Users/leofro/prog/transmission-2.00/libtransmission/rpc-server.c:772)
[02:58:41.381] RPC Server Serving RPC and Web requests on port 9091 (/Users/leofro/prog/transmission-2.00/libtransmission/rpc-server.c:945)
[02:58:41.381] RPC Server Whitelist enabled (/Users/leofro/prog/transmission-2.00/libtransmission/rpc-server.c:949)
[02:58:41.381] Couldn't bind port 51413 on 0.0.0.0: Address already in use (Is another copy of Transmission already running?) (/Users/leofro/prog/transmission-2.00/libtransmission/net.c:381)
[02:58:41.381] Couldn't bind port 51413 on ::: Address already in use (Is another copy of Transmission already running?) (/Users/leofro/prog/transmission-2.00/libtransmission/net.c:381)
[02:58:41.381] Using settings from "/Users/frontrow/Library/Application Support/transmission-daemon" (/Users/leofro/prog/transmission-2.00/daemon/daemon.c:445)
[02:58:41.382] Saved "/mnt/Scratch/Users/frontrow/Library/Application Support/transmission-daemon/settings.json" (/Users/leofro/prog/transmission-2.00/libtransmission/bencode.c:1651)
[02:58:41.382] Watching "/Users/frontrow/Torrents" for new .torrent files (/Users/leofro/prog/transmission-2.00/daemon/daemon.c:475)
[02:58:41.382] Using readdir to watch directory "/Users/frontrow/Torrents" (/Users/leofro/prog/transmission-2.00/daemon/watch.c:161)
[02:58:41.382] Loaded 2 torrents (/Users/leofro/prog/transmission-2.00/libtransmission/session.c:1747)
[02:58:41.382] Port Forwarding (NAT-PMP) initnatpmp succeeded (0) (/Users/leofro/prog/transmission-2.00/libtransmission/natpmp.c:67)
[02:58:41.382] Port Forwarding (NAT-PMP) sendpublicaddressrequest succeeded (2) (/Users/leofro/prog/transmission-2.00/libtransmission/natpmp.c:67)
[02:58:43.382] Port Forwarding (UPnP) Found Internet Gateway Device "http://192.168.0.1:5000/ctl/IPConn" (/Users/leofro/prog/transmission-2.00/libtransmission/upnp.c:105)
[02:58:43.382] Port Forwarding (UPnP) Local Address is "192.168.0.20" (/Users/leofro/prog/transmission-2.00/libtransmission/upnp.c:107)
[02:58:43.382] Port Forwarding (UPnP) Port forwarding through "http://192.168.0.1:5000/ctl/IPConn", service "urn:schemas-upnp-org:service:WANIPConnection:1".  (local address: 192.168.0.20:51413) (/Users/leofro/prog/transmission-2.00/libtransmission/upnp.c:194)
[02:58:43.382] Port Forwarding (UPnP) Port forwarding successful! (/Users/leofro/prog/transmission-2.00/libtransmission/upnp.c:197)
[02:58:43.382] Port Forwarding State changed from "Not forwarded" to "Forwarded" (/Users/leofro/prog/transmission-2.00/libtransmission/port-forwarding.c:89)
[03:00:40.639] Saved "/mnt/Scratch/Users/frontrow/Library/Application Support/transmission-daemon/Resume/RandomTorrent.resume" (/Users/leofro/prog/transmission-2.00/libtransmission/bencode.c:1651)
[03:00:40.639] Saved "/mnt/Scratch/Users/frontrow/Library/Application Support/transmission-daemon/Resume/RandomTorrent2.resume" (/Users/leofro/prog/transmission-2.00/libtransmission/bencode.c:1651)
[03:00:40.639] Saved "/mnt/Scratch/Users/frontrow/Library/Application Support/transmission-daemon/stats.json" (/Users/leofro/prog/transmission-2.00/libtransmission/bencode.c:1651)

Code: Select all

{
    "alt-speed-down": 50, 
    "alt-speed-enabled": false, 
    "alt-speed-time-begin": 540, 
    "alt-speed-time-day": 127, 
    "alt-speed-time-enabled": false, 
    "alt-speed-time-end": 1020, 
    "alt-speed-up": 50, 
    "bind-address-ipv4": "0.0.0.0", 
    "bind-address-ipv6": "::", 
    "blocklist-enabled": false, 
    "dht-enabled": true, 
    "download-dir": "/Users/frontrow/Movies", 
    "encryption": 1, 
    "incomplete-dir": "/Users/frontrow/Downloads", 
    "incomplete-dir-enabled": true, 
    "lazy-bitfield-enabled": true, 
    "lpd-enabled": false, 
    "message-level": 2, 
    "open-file-limit": 32, 
    "peer-limit-global": 120, 
    "peer-limit-per-torrent": 30, 
    "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.0000, 
    "ratio-limit-enabled": false, 
    "rename-partial-files": true, 
    "rpc-authentication-required": false, 
    "rpc-bind-address": "0.0.0.0", 
    "rpc-enabled": true, 
    "rpc-password": "{5fd8317480402c82a292fcc7f0a1604d3b0d5089ySSbuDpf", 
    "rpc-port": 9091, 
    "rpc-username": "", 
    “rpc-whitelist”: “*.*.*.*”
    "rpc-whitelist": "192.168.*.*", 
    "rpc-whitelist": "my IP",
    "rpc-whitelist-enabled": true, 
    "script-torrent-done-enabled": false, 
    "script-torrent-done-filename": "", 
    "speed-limit-down": 5000, 
    "speed-limit-down-enabled": true, 
    "speed-limit-up": 50, 
    "speed-limit-up-enabled": false, 
    "start-added-torrents": true, 
    "trash-original-torrent-files": true, 
    "umask": 18, 
    "upload-slots-per-torrent": 14, 
    "watch-dir": "/Users/frontrow/Torrents", 
    "watch-dir-enabled": true
}
tempneff
Posts: 2
Joined: Wed Dec 21, 2011 6:32 pm

Re: Stumped about hidden torrents and remote access

Post by tempneff »

I think there must be another copy running, but I don't know how to stop it or seem its web interface???

I have tried "killall Transmission" in putty, but it replied there was no such process. Maybe the command is different for AppleTV?? Once I am able to stop any background Transmission copies, will I be able to open it once and see all activity in webgui.
Post Reply