Transmission add-on thread before MAY 2K10

Please post questions about ReadyNAS add-ons here.

Re: New Transmission add-on thread

Postby super-poussin » Thu Sep 03, 2009 4:10 am

dougaldan wrote:Just installed Transmission 1.74.

Installation appeard to have deleted all existing folders on my Media share (Photos, videos, etc) - Now only one folder - BitTorrent

Space available on the disks still appears as if the folders still exist.

Your urgent help would be appreciated.

Thanks,

Doug

Pls excuse for posting in more than one thread.



take a look here : viewtopic.php?f=36&t=32865&start=0
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: 4714
Joined: Fri Jul 13, 2007 1:16 pm
ReadyNAS: Pro

Re: New Transmission add-on thread

Postby hawkeypunk » Thu Sep 03, 2009 7:53 am

g8orfan wrote:The torrents I have downloaded using 1.61 are set to read-only. How do I prevent this from happening. I have downloaded the latest version and thought this problem had been fixed.

Also, how can I change the permissions on the files I have already downloaded so I can move/delete them? It will not allow me to change the permissions. I would really like to delete some of these files as they are occupying a lot of disk space.


Bump to this... did anyone find a solution to this problem? I just updated to v1.74 and the same thing is happening to me. I'm using a Mac (OS X 10.5.8; not Snow Leopard), and when I check the Sharing & Permissions settings for new torrents I've downloaded since updating to 1.74, this is what I see:

Code: Select all
You have custom access

NAME                 PRIVILEGE
nobody               Read only
nogroup              Read only
everyone             Read only

I try to change these settings, but it doesn't stick. The rest of the torrent download files that started before updating to 1.74 have Read & Write as the privilege for all users and groups, which is the default for the share. Is there another way to change these settings? How do I update the downloading settings to ensure that everything saves with Read & Write permissions?

Thanks much for your help!
hawkeypunk
ReadyNAS Newbie
 
Posts: 2
Joined: Tue Sep 01, 2009 9:11 pm
ReadyNAS: NV+

Re: New Transmission add-on thread

Postby skyn3t » Sat Sep 05, 2009 5:16 pm

Yes, in Transmission 1.74 for SPARC is an error in the permissions for the files.

When I want to delete a file from a downloaded torrent the file is not accessible.

Didn't have this issue in the before used version 1.72 (I never used 1.73).

But you can "repair" it for the downloaded torrents to access them:

(Sorry, I use the german GUI and dont know the exactly english labels of the GUI)

1. Start the ReadyNAS GUI
2. Goto "Share Overview"
3. Then click the "CIFS" options of the "media" share (that is the default for transmission)
4. Then click "Advanced Options"
5. Now mark the checkbox where all permissions set to the above named rights (in the german GUI the first checkbox from top)
6. Apply.
7. After a while you get a system notice that all rights were set

After that, you have access to files :).
cu

skyn3t

---
My NAS setup:
    NAS: Netgear ReadyNAS Duo [X-RAID], 1024 MB Memory [Timing: 2.5-3-3-7] , RAIDiator 4.1.7
    HDD: 2x 1 TB Western Digital Caviar Green (WD10EADS)
    UPS: APC Back-UPS ES 700VA 230V German (BE700-GR), connected with USB to the Duo, running WinNUT-2.0.0b on PC
User avatar
skyn3t
ReadyNAS Newbie
 
Posts: 26
Joined: Sat Feb 21, 2009 3:39 am
Location: Germany
ReadyNAS: Duo

Re: New Transmission add-on thread

Postby Blues » Sat Sep 05, 2009 7:12 pm

This permissions issue has appeared before and then super-poussin fixed it. I know that 1.72 did not have this issue, but 1.73 does. I've not tried 1.74 yet, but it sounds like it's there too.

The solution that skyn3t proposes works fine. If you know a little about the command line and can ssh as root to the directory where the files are, you can use the chmod or chown commands to change the permissions manually.

It may seem daunting and the possibility exists that if you enter other commands you can screw things up. However, chmod with permissions set at something like 775 for the file(s) in question will do the trick and may take less time than using the Permissions in the Advanced Options.

Either way, it will not prevent you from having to do it again when you receive a new file.

Perhaps super-poussin will change this in a new release.
Blues
Advanced ReadyNAS User
 
Posts: 185
Joined: Sun Sep 28, 2008 7:31 am
Location: California, US
ReadyNAS: Pro

Re: New Transmission add-on thread

Postby super-poussin » Sun Sep 06, 2009 12:22 am

what it the value of umask in settings.json ?
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: 4714
Joined: Fri Jul 13, 2007 1:16 pm
ReadyNAS: Pro

Re: New Transmission add-on thread

Postby skyn3t » Sun Sep 06, 2009 2:11 am

super-poussin wrote:what it the value of umask in settings.json ?


In transmission v 1.74 for SPARC it is:

"umask": 18
cu

skyn3t

---
My NAS setup:
    NAS: Netgear ReadyNAS Duo [X-RAID], 1024 MB Memory [Timing: 2.5-3-3-7] , RAIDiator 4.1.7
    HDD: 2x 1 TB Western Digital Caviar Green (WD10EADS)
    UPS: APC Back-UPS ES 700VA 230V German (BE700-GR), connected with USB to the Duo, running WinNUT-2.0.0b on PC
User avatar
skyn3t
ReadyNAS Newbie
 
Posts: 26
Joined: Sat Feb 21, 2009 3:39 am
Location: Germany
ReadyNAS: Duo

Re: New Transmission add-on thread

Postby super-poussin » Sun Sep 06, 2009 8:07 am

When it's a fresh install I set it to 0

but when it's an upgrade I did not touche the value

stop transmission and set umask to 0 :)
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: 4714
Joined: Fri Jul 13, 2007 1:16 pm
ReadyNAS: Pro

Re: New Transmission add-on thread

Postby hawkeypunk » Mon Sep 07, 2009 1:51 pm

skyn3t wrote:1. Start the ReadyNAS GUI
2. Goto "Share Overview"
3. Then click the "CIFS" options of the "media" share (that is the default for transmission)
4. Then click "Advanced Options"
5. Now mark the checkbox where all permissions set to the above named rights (in the german GUI the first checkbox from top)
6. Apply.
7. After a while you get a system notice that all rights were set

After that, you have access to files :).
super-poussin wrote:stop transmission and set umask to 0 :)


Both of these fixes worked! Thanks skyn3t and super-poussin!
hawkeypunk
ReadyNAS Newbie
 
Posts: 2
Joined: Tue Sep 01, 2009 9:11 pm
ReadyNAS: NV+

Re: New Transmission add-on thread

Postby super-poussin » Fri Sep 11, 2009 7:31 am

ciro wrote:Hello guys,

I have been using Transmission for few days, happy with the experience, nice work super-poussin, thank you!
The only problem to me is I had a few dodgy torrents :D They stop occasionally by telling me 'Tracker returned an error : Requested download is not authorised for use with this tracker', I know its something to do with the tracker side not transmission...
Keep restarting and eventually I had them downloaded without problem. So is there any way to let transmission auto-restart/retry failed tasks? Keep checking the transmission ui few times a day to make sure torrents are running fine is a little annoying 8)

Any advise is appreciated. Thank you


1.75 beta 2 should solve this , let me compile it and test
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: 4714
Joined: Fri Jul 13, 2007 1:16 pm
ReadyNAS: Pro

Re: New Transmission add-on thread

Postby super-poussin » Fri Sep 11, 2009 10:37 am

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: 4714
Joined: Fri Jul 13, 2007 1:16 pm
ReadyNAS: Pro

Re: New Transmission add-on thread

Postby skyn3t » Fri Sep 11, 2009 11:25 am

super-poussin wrote:When it's a fresh install I set it to 0

but when it's an upgrade I did not touche the value

stop transmission and set umask to 0 :)


Sorry, could test it not before today.

With setting umask to 0 its working! Thanks :)
cu

skyn3t

---
My NAS setup:
    NAS: Netgear ReadyNAS Duo [X-RAID], 1024 MB Memory [Timing: 2.5-3-3-7] , RAIDiator 4.1.7
    HDD: 2x 1 TB Western Digital Caviar Green (WD10EADS)
    UPS: APC Back-UPS ES 700VA 230V German (BE700-GR), connected with USB to the Duo, running WinNUT-2.0.0b on PC
User avatar
skyn3t
ReadyNAS Newbie
 
Posts: 26
Joined: Sat Feb 21, 2009 3:39 am
Location: Germany
ReadyNAS: Duo

Re: New Transmission add-on thread

Postby Omez » Sat Sep 12, 2009 2:01 am

Hi,

I tried to search for it but didnt get any hits, so if this is covered before Im sorry.

The case is with private trackers.
I get the error "Tracker Returned an error: Invalid passkey! re-download the torrent"
I have the newest version of Transmission on a NV+ readynas.

This is for all private trackers as far as I can see.

The exact same torrents works on any local installation of torrent clients (utorrent, bittorrent, azureus)
The NAS and computer is on the same local net. only difference is the local IP.

Any tips ?
Omez
ReadyNAS Newbie
 
Posts: 1
Joined: Sat Sep 12, 2009 1:42 am
ReadyNAS: NV+

Re: New Transmission add-on thread

Postby a10thunder » Fri Sep 18, 2009 8:56 am

I just got my Duo and I am enjoying the Transmission add-on. I'm having trouble setting up transmission-remote-dotnet 3.11. I have turned off HTTP access on the Duo.

Does HTTP have to be on and with authentication turned off in order to run transmission-remote-dotnet?

Do I have to port forward 8181?

Host: [My IP]
Port: 8181
Secure (SSL): checked
User: Admin
Password: password1
a10thunder
ReadyNAS Newbie
 
Posts: 4
Joined: Thu Sep 17, 2009 5:49 am
ReadyNAS: Duo

Re: New Transmission add-on thread

Postby super-poussin » Fri Sep 18, 2009 2:00 pm

can you try admin not Admin ?
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: 4714
Joined: Fri Jul 13, 2007 1:16 pm
ReadyNAS: Pro

Re: New Transmission add-on thread

Postby a10thunder » Sat Sep 19, 2009 4:58 pm

I guess my question is if it's possible to set up Transmission Remote for access outside my LAN. Do I need to set up some kind of proxy for access outside my home network?

Host: [My IP]
Port: 8181
Secure (SSL): checked
User: admin
Password: password1
a10thunder
ReadyNAS Newbie
 
Posts: 4
Joined: Thu Sep 17, 2009 5:49 am
ReadyNAS: Duo

PreviousNext

Return to General Discussion on ReadyNAS Add-ons



Who is online

Users browsing this forum: No registered users and 2 guests