[Support] Linuxserver.io - Transmission


Recommended Posts

  • 4 weeks later...

Had some problems with my cache drive and had to nuke my docker.img

 

Most dockers loaded up great but transmission is giving me

2016-10-28 23:06:20.620] transmission-daemon Error loading config file -- exiting. (daemon.c:693)

 

My settings.json file appears to be empty

 

any help appreciated

 

 

Link to comment

Had some problems with my cache drive and had to nuke my docker.img

 

Most dockers loaded up great but transmission is giving me

2016-10-28 23:06:20.620] transmission-daemon Error loading config file -- exiting. (daemon.c:693)

 

My settings.json file appears to be empty

 

any help appreciated

Did you use Community Applications - Previous Apps to reinstall your dockers?

 

Was the config (appdata?) stored on your cache? Maybe you still have a problem with the drive. Post diagnostics.

Link to comment
Did you use Community Applications - Previous Apps to reinstall your dockers?

 

Was the config (appdata?) stored on your cache? Maybe you still have a problem with the drive. Post diagnostics.

 

1-  I used Community Applications - Previous Apps to reinstall yes

2-  Yes my appdata was on my cache.  My other dockers seem to be functioning okay after docker nuke and reinstall

 

Diag attached

 

tower-diagnostics-20161029-1116.zip

Link to comment

Did you use Community Applications - Previous Apps to reinstall your dockers?

 

Was the config (appdata?) stored on your cache? Maybe you still have a problem with the drive. Post diagnostics.

 

1-  I used Community Applications - Previous Apps to reinstall yes

2-  Yes my appdata was on my cache.  My other dockers seem to be functioning okay after docker nuke and reinstall

 

Diag attached

 

Can you try a fresh pull into a new appdata folder?  Maybe your existing appdata got corrupted somehow. 

Link to comment

Okay

 

I pulled into and appdata2 and transmission worked ;)

 

I copied the settings.json file into my original appdata and reinstalled back there and it seems to be working

 

What should I do to ensure all is well or was this wrong

 

thnx

 

Dunno how to check "all is well" but something must have got corrupted somehow. 

Link to comment

Anyone having a problem making changes to transmission that save for example adding a blocklist URL or changing values? Even when i edit the settings.json file with the container off and then turn the container on it still overwrites the settings which i believe is standard practice for the transmission daemon... But should i be turning off the transmission service with the container on, editting the settings.json file in the /defaults folder (in the container) and then enabling the service? I thought with there being a copy of settings.json kept in the appdata/transmission folder (outside the container) i should have been able to modify there?

Link to comment

Anyone having a problem making changes to transmission that save for example adding a blocklist URL or changing values? Even when i edit the settings.json file with the container off and then turn the container on it still overwrites the settings which i believe is standard practice for the transmission daemon... But should i be turning off the transmission service with the container on, editting the settings.json file in the /defaults folder (in the container) and then enabling the service? I thought with there being a copy of settings.json kept in the appdata/transmission folder (outside the container) i should have been able to modify there?

 

Having this issue as well as well as difficulty connecting to peers. Not sure if related to recent update.

Link to comment

I can't reproduce this.  Pulled transmission, stopped container, edited json file, restarted container, blocklist url remained at what I had configured it to.

 

It seems if I edit the json file manually then it gets saved and no problems. if i edit the settings through the web gui and restart docker it doesn't seem to save.

Link to comment

Just noticed this error in the logs when i turn off the container? Is it to be expected?

 

Nov 6 17:10:13 MediaServer kernel: transmission-da[26536]: segfault at 48 ip 0000556061c5ee19 sp 00002ae9ef40b9e8 error 4 in transmission-daemon[556061c2e000+72000]

 

No, a segfault is a crash to all intents and purposes....

 

But if it starts up ok afterwards then I guess it's not a problem.

Link to comment

For Nginx reverse proxy users,

 


# Transmission
location /transmission/ {
        proxy_pass http://TRANSMISSIONIP:PORT/transmission/web/;
        proxy_set_header Host $host;
	proxy_set_header        X-Real-IP       $remote_addr;
	proxy_set_header        X-Forwarded-For $proxy_add_x_forwarded_for;
	proxy_buffering off;
        }

# Also Transmission specific
    location /rpc {
        proxy_pass http://TRANSMISSIONIP:PORT/transmission/rpc;
        }

Link to comment

For Nginx reverse proxy users,

 


   # Transmission
   location /transmission/ {
        proxy_pass http://TRANSMISSIONIP:PORT/transmission/web/;
        proxy_set_header Host $host;
      proxy_set_header        X-Real-IP       $remote_addr;
      proxy_set_header        X-Forwarded-For $proxy_add_x_forwarded_for;
      proxy_buffering off;
        }
      
   # Also Transmission specific
    location /rpc {
        proxy_pass http://TRANSMISSIONIP:PORT/transmission/rpc;
        }

 

The /rpc location is odd. I understand that the web and rpc endpoints are both under /transmission/ ie http://transmissionip:9091/transmission/web and http://transmissionip:9091/transmission/rpc

 

Thus mine is like this

    location /transmission {
        satisfy any;
        allow 192.168.2.0/24;
        auth_basic "Transmission Remote Web Client";
        auth_basic_user_file /config/transmission.passwd;
        proxy_pass http://192.168.2.5:9091;
        access_log off;
    }

With the bonus of allowing my LAN to access transmission without needing a password. (All of this is under HTTPS block)

 

Link to comment
  • 2 weeks later...

Anyone having issues with torrents starting? after clicking on a magnet link and adding it, it adds it as a HASH code for the name and gets stuck on verification without being able to move forward. here is the log file:

 

[cont-init.d] 10-adduser: exited 0.
[cont-init.d] 20-config: executing...
[cont-init.d] 20-config: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[2016-11-18 19:40:12.158] Transmission 2.92 (14714) started (session.c:738)
[2016-11-18 19:40:12.158] RPC Server Adding address to whitelist: 127.0.0.1 (rpc-server.c:903)
[2016-11-18 19:40:12.158] RPC Server Serving RPC and Web requests on port 127.0.0.1:9091/transmission/ (rpc-server.c:1110)
[2016-11-18 19:40:12.158] Port Forwarding Stopped (port-forwarding.c:180)
[2016-11-18 19:40:12.158] DHT Generating new id (tr-dht.c:311)
[2016-11-18 19:40:12.159] Using settings from "/config" (daemon.c:528)
[2016-11-18 19:40:12.159] Saved "/config/settings.json" (variant.c:1266)
[2016-11-18 19:40:12.159] Watching "/watch" for new .torrent files (daemon.c:573)
[2016-11-18 19:40:12.159] Blocklist "blocklist.bin" contains 76649 entries (blocklist.c:100)
[2016-11-18 19:40:12.159] Loaded 1 torrents (session.c:2032)
[2016-11-18 19:40:45.151] DHT Attempting bootstrap from dht.transmissionbt.com (tr-dht.c:249)
[2016-11-18 19:46:11.150] Changed open file limit from 40960 to 1024 (fdlimit.c:380)
[2016-11-18 19:46:11.150] Saved "/config/resume/***i have deleted the filename***.f180c6f3b47eca70.resume" (variant.c:1266)
[2016-11-18 19:51:31.150] Saved "/config/torrents/570c7151340a67d4a89624ffd589ae49c1d0efcf.570c7151340a67d4.torrent" (variant.c:1266)
[2016-11-18 19:51:31.150] 570c7151340a67d4a89624ffd589ae49c1d0efcf Queued for verification (verify.c:269)
[2016-11-18 19:51:31.150] 570c7151340a67d4a89624ffd589ae49c1d0efcf Verifying torrent (verify.c:224)
[2016-11-18 19:52:11.150] Saved "/config/resume/570c7151340a67d4a89624ffd589ae49c1d0efcf.570c7151340a67d4.resume" (variant.c:1266)

Link to comment
  • 4 weeks later...

Hey there,

Pardon if this is a n00b question - i tried searching this thread but did not find the answers i was looking for. I have 2 questions:

 

1) Is there any way to setup notifications so that when torrents finish, I know? Email would be fine - as would some other way of sending that message to my laptop (macbook pro).

2) What is the best way to setup remote access for this so that I can add torrents while I'm out and about?

 

I am running the latest version of this docker.

Link to comment

Hey there,

Pardon if this is a n00b question - i tried searching this thread but did not find the answers i was looking for. I have 2 questions:

 

1) Is there any way to setup notifications so that when torrents finish, I know? Email would be fine - as would some other way of sending that message to my laptop (macbook pro).

 

Probably best asked over in Transmission forum, docker is merely a way of packaging the apps.

 

2) What is the best way to setup remote access for this so that I can add torrents while I'm out and about?

 

Either port forward or setup a reverse proxy.

 

 

Link to comment

Hi, I know you probably don't provide support with downloading copyrighted content but I had a question. If you can answer it that would be great. If not I understand. Before using the transmission docker I used uTorrent on my Windows 10 PC to download torrents. I have downloaded movies for years using uTorrent and have NEVER got a copyright notice from my ISP. I have downloaded two movies with transmission on unRaid.  For both I have received a copyright notice from my ISP. Both movies also happened to be from paramount pictures. Not sure if they are just monitoring like crazy recently or something else is going on.

 

I am not using a VPN, but like I said I have not had this issue in the past with uTorrent. Is there any way that by using Transmission on unRaid my connections are more easily monitored?

Link to comment

Hi, I know you probably don't provide support with downloading copyrighted content but I had a question. If you can answer it that would be great. If not I understand. Before using the transmission docker I used uTorrent on my Windows 10 PC to download torrents. I have downloaded movies for years using uTorrent and have NEVER got a copyright notice from my ISP. I have downloaded two movies with transmission on unRaid.  For both I have received a copyright notice from my ISP. Both movies also happened to be from paramount pictures. Not sure if they are just monitoring like crazy recently or something else is going on.

 

I am not using a VPN, but like I said I have not had this issue in the past with uTorrent. Is there any way that by using Transmission on unRaid my connections are more easily monitored?

 

No.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.