Transmission add-on thread before MAY 2K10

Please post questions about ReadyNAS add-ons here.

Re: New Transmission add-on thread

Postby xdk » Thu May 14, 2009 10:46 am

Same here running Transmission 1.61 on Duo with RAIDiator 4.1.6-T6.

Upload from webinterface doesn't work. No error message. Tested with Firefox 3.0.10 and Internet Explorer 8

Work-around: Upload file from Transmission Remote dotnet 3.8: http://code.google.com/p/transmission-remote-dotnet
xdk
ReadyNAS Newbie
 
Posts: 27
Joined: Wed Dec 17, 2008 4:07 pm
Location: Netherlands
ReadyNAS: Duo

Re: New Transmission add-on thread

Postby super-poussin » Thu May 14, 2009 12:12 pm

i just apply a patch (and more)

a good friend has done a test and download by url is back

will publish it quickly for NV+/DUO but already available for PRO/NVX (1.61)

I can not do more cause all the build in the thrunk branch are broken

update : 1.61 for NV+/DUO is uploaded
If you like my add-ons - Si vous aimez mes add-ons :
Image --- -------- Image
I'm not a 6 weeks Rabbit
Where I'm teaching
User avatar
super-poussin
ReadyNAS Add-ons Expert
 
Posts: 4704
Joined: Fri Jul 13, 2007 1:16 pm
ReadyNAS: Pro

Re: New Transmission add-on thread

Postby RWright » Thu May 14, 2009 1:46 pm

I have a problem with 1.60Light on my ReadyNAS Duo where the daemon seems to crash after only running for a short while. When I look in Installed Add-ons, it still shows it as running but when I try to stop it, it says that it's already stopped.

I've looked in /var/log/daemon.log but there's nothing obvious. Can someone suggest where I may find more info about why it's crashing.

I will download 1.61 and maybe try later but I'd still like to know how to check for this kind of problem.

Thanks in advance.
RWright
ReadyNAS Newbie
 
Posts: 35
Joined: Mon Aug 04, 2008 3:31 pm
Location: UK
ReadyNAS: Duo

set/change file permissions on downloaded files ?

Postby humptybump » Thu May 14, 2009 2:41 pm

I am using Transmission 1.6.1 on a ReadyNAS NV+. I load my torrents using "Transmission Remote GUI". I am having a problem with the resulting downloads. Using Windows XP to the Samba share, I can not move/delete files and directories that were created by Transmission. If I open SSH to the ReadyNAS, I see that files The file permissions and ownership are:

-rw-r--r-- nobody nogroup

Is there a way to have Transmission set the default file permissions to allow me to move/delete the downloads without having to launch SSH ?
humptybump
ReadyNAS Newbie
 
Posts: 18
Joined: Sun Mar 02, 2008 7:16 am

Re: New Transmission add-on thread

Postby interpolator » Thu May 14, 2009 3:56 pm

Is it recommended that one remove the basic standard bittorrent addon prior to installing transmission?
interpolator
ReadyNAS Newbie
 
Posts: 25
Joined: Sun Mar 30, 2008 8:03 pm

Re: New Transmission add-on thread

Postby btaroli » Thu May 14, 2009 5:13 pm

Oh, FWIW -- and I think this is an add-on item and not a Transmission item -- I have started setting UID, GID, umask, and adjusting nice value in start.sh. I just got tired of the permissions being different than my regular user when the time came for TV bitorrents to be mangled into single-season torrents. :)

I think someone else commented on a desire to configure these items from the "Addons" property page in Frontview, and I would second that. While it might be non-trivial, there are two good reasons: (1) not everyone has root ssh enabled and (2) it might assist in not having to re-customize start.sh each time I upgrade. ;)

In line with this, is it possible NOT to have Transmission start when installed/upgraded? Or, if you must /run/ it to get the config files updated, to NOT have it background and become a live daemon?
User avatar
btaroli
Advanced ReadyNAS Expert
 
Posts: 756
Joined: Wed Dec 05, 2007 6:23 pm
Location: SF Bay Area, CA
ReadyNAS: Pro

Re: New Transmission add-on thread

Postby Mitch72 » Fri May 15, 2009 4:49 am

Sorry if this has already been mentioned, but how would I go about pausing (or only seeding) downloads between Midday and 2AM? I assuming that I'd edit the settings.json file like this?
Code: Select all
   
"alt-speed-down": 0,
"alt-speed-enabled": true,
"alt-speed-time-begin": 720,
"alt-speed-time-day": 127,
"alt-speed-time-enabled": true,
"alt-speed-time-end": 1560,
"alt-speed-up": 50,


Would this work? How would I enter "alt-speed-time-end" so that it finishes at 2AM? i.e. would it be 120, or 1560 (i.e. 24 hours + 120min after midnight)? Also, what does alt-time-speed-day refer to?

Sorry about all the questions :D Any help would be appreciated!
Mitch
Mitch72
ReadyNAS Newbie
 
Posts: 4
Joined: Sat May 02, 2009 2:35 am

Re: New Transmission add-on thread

Postby humptybump » Fri May 15, 2009 5:08 am

btaroli wrote:I have started setting UID, GID, umask, and adjusting nice value in start.sh.


Would you be able to share what changes you made to start.sh ? I'd like to make similar "corrections" so the files created by Transmission are more easily accessible.
humptybump
ReadyNAS Newbie
 
Posts: 18
Joined: Sun Mar 02, 2008 7:16 am

Re: set/change file permissions on downloaded files ?

Postby g8orfan » Fri May 15, 2009 5:47 am

humptybump wrote:I am using Transmission 1.6.1 on a ReadyNAS NV+. I load my torrents using "Transmission Remote GUI". I am having a problem with the resulting downloads. Using Windows XP to the Samba share, I can not move/delete files and directories that were created by Transmission. If I open SSH to the ReadyNAS, I see that files The file permissions and ownership are:

-rw-r--r-- nobody nogroup

Is there a way to have Transmission set the default file permissions to allow me to move/delete the downloads without having to launch SSH ?


I am having the same problem, only I experience the problem with Finder on Mac OSX. I have no problem moving/deleting any other files on the ReadyNAS only files downloaded via Transmission (currently using 1.60). I can copy the files to another computer, but can't move from one directory on the ReadyNAS to another.

Your help would be greatly appreciated!
g8orfan
ReadyNAS Newbie
 
Posts: 3
Joined: Sat Jun 14, 2008 1:23 pm

Re: set/change file permissions on downloaded files ?

Postby rgakker » Fri May 15, 2009 6:12 am

g8orfan wrote:
humptybump wrote:I am using Transmission 1.6.1 on a ReadyNAS NV+. I load my torrents using "Transmission Remote GUI". I am having a problem with the resulting downloads. Using Windows XP to the Samba share, I can not move/delete files and directories that were created by Transmission. If I open SSH to the ReadyNAS, I see that files The file permissions and ownership are:

-rw-r--r-- nobody nogroup

Is there a way to have Transmission set the default file permissions to allow me to move/delete the downloads without having to launch SSH ?


I am having the same problem, only I experience the problem with Finder on Mac OSX. I have no problem moving/deleting any other files on the ReadyNAS only files downloaded via Transmission (currently using 1.60). I can copy the files to another computer, but can't move from one directory on the ReadyNAS to another.

Your help would be greatly appreciated!



I had the same problem, but for me, the solution was handed by majello on page 14 of this thread. Works great on 1.60.

Quote:
To do that, edit the file "/etc/frontview/addons/bin/TRANSMISSION/start.sh" using the ssh access and modify the line startting with "start-stop-daemon" to include the following:

"-g users" -> will set the daemons group to the group "users". of course you need to have that group on your nas.
"-k 0002" -> sets the so called umask and will allow user and group read/write-access, and read access to everybody
"--chuid nobody:users"

so my start.sh says:
start-stop-daemon --chuid nobody:users -g users -k 0002 --start --pidfile /var/run/transmission-daemon.pid --make-pidfile \
--exec /usr/local/bin/transmission-daemon --background --nicelevel 5 -- -g /c/addons-config/Transmission/transmission-daemon
rgakker
ReadyNAS Newbie
 
Posts: 27
Joined: Wed Apr 08, 2009 11:27 am

Re: New Transmission add-on thread

Postby btaroli » Fri May 15, 2009 8:58 am

humptybump wrote:
btaroli wrote:I have started setting UID, GID, umask, and adjusting nice value in start.sh.


Would you be able to share what changes you made to start.sh ? I'd like to make similar "corrections" so the files created by Transmission are more easily accessible.

Sure. Seems there are a few similar posts in this thread, but here's what I started adding/modifying from the commandline delivered by the addon:

Code: Select all
--chuid <user>:<group>
--umask 2
--nicelevel 8
User avatar
btaroli
Advanced ReadyNAS Expert
 
Posts: 756
Joined: Wed Dec 05, 2007 6:23 pm
Location: SF Bay Area, CA
ReadyNAS: Pro

Re: New Transmission add-on thread

Postby super-poussin » Fri May 15, 2009 9:41 am

btaroli wrote:
humptybump wrote:
btaroli wrote:I have started setting UID, GID, umask, and adjusting nice value in start.sh.


Would you be able to share what changes you made to start.sh ? I'd like to make similar "corrections" so the files created by Transmission are more easily accessible.

Sure. Seems there are a few similar posts in this thread, but here's what I started adding/modifying from the commandline delivered by the addon:

Code: Select all
--chuid <user>:<group>
--umask 2
--nicelevel 8


will add this change in next release
If you like my add-ons - Si vous aimez mes add-ons :
Image --- -------- Image
I'm not a 6 weeks Rabbit
Where I'm teaching
User avatar
super-poussin
ReadyNAS Add-ons Expert
 
Posts: 4704
Joined: Fri Jul 13, 2007 1:16 pm
ReadyNAS: Pro

Re: set/change file permissions on downloaded files ?

Postby humptybump » Sat May 16, 2009 3:37 am

rgakker wrote:I had the same problem, but for me, the solution was handed by majello on page 14 of this thread. Works great on 1.60.


Thanks "rgakker". My searching prowess must really have lost it's mojo. I did 5 or 6 different searches and never found that prior post.
humptybump
ReadyNAS Newbie
 
Posts: 18
Joined: Sun Mar 02, 2008 7:16 am

Re: set/change file permissions on downloaded files ?

Postby rgakker » Sat May 16, 2009 7:40 am

humptybump wrote:
rgakker wrote:I had the same problem, but for me, the solution was handed by majello on page 14 of this thread. Works great on 1.60.


Thanks "rgakker". My searching prowess must really have lost it's mojo. I did 5 or 6 different searches and never found that prior post.


Glad I could help!

All credits to majello for coming up with the solution :D
rgakker
ReadyNAS Newbie
 
Posts: 27
Joined: Wed Apr 08, 2009 11:27 am

Re: New Transmission add-on thread

Postby super-poussin » Sat May 16, 2009 10:45 am

I upload a new 1.61 with the start patch and also a patch which will make torrent auto-start when added in web ui
If you like my add-ons - Si vous aimez mes add-ons :
Image --- -------- Image
I'm not a 6 weeks Rabbit
Where I'm teaching
User avatar
super-poussin
ReadyNAS Add-ons Expert
 
Posts: 4704
Joined: Fri Jul 13, 2007 1:16 pm
ReadyNAS: Pro

PreviousNext

Return to General Discussion on ReadyNAS Add-ons



Who is online

Users browsing this forum: No registered users and 1 guest