Transmission

Status
Not open for further replies.

Bhoot

Patron
Joined
Mar 28, 2015
Messages
241
SO I have setup transmission to work without any hiccups except 1. I would want my completed torrent to move to a particular folder for ease of transferring. Can someone point out what I missed? I have attached the FreeNAS webUI and transmission webUI for reference.


/Edit: Just more info I thought I would share Jail directories
Source /mnt/bhoot/FreeNas
Destination /media
 

Attachments

  • freenas.png
    freenas.png
    50.6 KB · Views: 339

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
set the "Download to" variable in transmission, then I suggest restarting transmission just to make sure the setting sticks
 

Bhoot

Patron
Joined
Mar 28, 2015
Messages
241
I set download to <path> shut down plug in and restarted jail then started plugin and now its showing connection failed on transmission page. :oops::(
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
I set download to <path> shut down plug in and restarted jail then started plugin and now its showing connection failed on transmission page. :oops::(
is the plugin showing as on or off on the Plugins > Installed tab?
Setting a path shouldn't cause it to break. maybe you can check your config in /var/db/transmission?
 

Bhoot

Patron
Joined
Mar 28, 2015
Messages
241

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
Yes

can you explain this bit?
on or off? not yes/no lol
please show the output of..
service transmission onestatus
cat /var/db/transmission/settings.json | grep download
 

Bhoot

Patron
Joined
Mar 28, 2015
Messages
241
on or off? not yes/no lol
please show the output of..
service transmission onestatus
cat /var/db/transmission/settings.json | grep download

oops sorry.. its on..

and can you guide me on how to get the output?
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
oops sorry.. its on..

and can you guide me on how to get the output?
run the command in the jail transmission is installed to and post the output here

also, can you verify you can't connect from another browser as well.
 

Bhoot

Patron
Joined
Mar 28, 2015
Messages
241
Code:
service transmission onestatus
transmission is running as pid 8900.  

Code:
root@transmission_1:/ # cat /var/db/transmission/settings.json | grep download 
    "download-dir": "/bhoot/Torr/",                                            
    "download-queue-enabled": true,                                            
    "download-queue-size": 5,                                                  

Hope this is what you were looking for.. sorry.. i'm not a very savvy freeNAS guy.. :D
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
Code:
service transmission onestatus
transmission is running as pid 8900.  

Code:
root@transmission_1:/ # cat /var/db/transmission/settings.json | grep download 
    "download-dir": "/bhoot/Torr/",                                            
    "download-queue-enabled": true,                                            
    "download-queue-size": 5,                                                  

Hope this is what you were looking for.. sorry.. i'm not a very savvy freeNAS guy.. :D
everything looks fine to me. you still can't connect to transmission? even with a fresh browser?
 

Bhoot

Patron
Joined
Mar 28, 2015
Messages
241
everything looks fine to me. you still can't connect to transmission? even with a fresh browser?
I tried on both Mozilla and Chrome. If i enter the path I'm getting the window on the left and If I try accessing the plugin through gui the output can be seen on the right window.
The rest of the plugins (plex and sickrage) seem to be working fine.
 

Attachments

  • freenas.png
    freenas.png
    96.4 KB · Views: 365

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
not sure why it wouldn't work. can you check if you can ping your computer from the transmission jail. change the below x to match your computer's IP
ping 192.168.1.x
 

Bhoot

Patron
Joined
Mar 28, 2015
Messages
241
not sure why it wouldn't work. can you check if you can ping your computer from the transmission jail. change the below x to match your computer's IP
ping 192.168.1.x
the ping is working both on my laptop ip and the freenas ip in the transmission jail shell. Also I tried accessing the transmission webpage from my mobile (used to work previously) and it also says could not connect.
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
actually I noticed something strange. why did you set the download directory to /bhoot/Toor? I have a feeling that path doesn't exist in the jail.
maybe you meant /media/Toor
also you shouldnt be using be same directory for your incomplete & watch & complete (download-dir). also you set the script to a folder which makes no sense at all.
in general the transmission settings available in the freenas webui are advanced settings you should only change if you know why.
 

Bhoot

Patron
Joined
Mar 28, 2015
Messages
241
actually I noticed something strange. why did you set the download directory to /bhoot/Toor? I have a feeling that path doesn't exist in the jail.
maybe you meant /media/Toor
Any way to change it?

also you shouldnt be using be same directory for your incomplete & watch & complete (download-dir). also you set the script to a folder which makes no sense at all.
Well I just wanted everything to be brewing inside one folder but ok I'll change it. And now when I think of it I understand. A few downloads come with torrent files attached typically "for more on.." they will get added.. ty for the suggestion.
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
you could still edit the settings available in the freenas webui. for the ones only available through freenas you could stop transmission and edit the settings.json file I mentioned earlier.
do you know what a watched folder is? you wouldn't want that in the same folder as your download directory.
and the whole point of an incomplete directory is to not have it in your (complete) download directory. if you want it in the same directory then don't set one.
finally don't set a script unless you know what it's for
 

Bhoot

Patron
Joined
Mar 28, 2015
Messages
241
you could still edit the settings available in the freenas webui. for the ones only available through freenas you could stop transmission and edit the settings.json file I mentioned earlier.
do you know what a watched folder is? you wouldn't want that in the same folder as your download directory.
and the whole point of an incomplete directory is to not have it in your (complete) download directory. if you want it in the same directory then don't set one.
finally don't set a script unless you know what it's for

Thanks a lot for all your time and effort Joshua Parker. Much appreciated. I think I will just delete plugin and reinstall and add all the torr files again. Will remember not to go changing stuff randomly. Thanks
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
Thanks a lot for all your time and effort Joshua Parker. Much appreciated. I think I will just delete plugin and reinstall and add all the torr files again. Will remember not to go changing stuff randomly. Thanks
no problem. also make sure to use path relative to how the jail sees them.
 
Status
Not open for further replies.
Top