Transmission; "Read only file system" when attempting to dl

Status
Not open for further replies.

unca_NAS

Explorer
Joined
Mar 25, 2012
Messages
87
Installed Transmission 2.50 on freeNAS 8.04

I can:
- access the daemon via remote-gui
- add a torrent file and start the dl.

After a few seconds (propably when the dl cache is full and transmission attempts to write data on ../transmission/Downloads -folder, transmission stops and gives ""couldnt create //Downloads, Read Only file-system fdlimit.c:360""

The rights are as follows:

Code:
[root@freenas] /mnt/vault/media/transmission# ls -l
total 228
drwxrwxrwx  9 www   www      13 Apr 12 21:41 ./
drwxrwxrwx  7 root  wheel    15 Apr 12 20:47 ../
drwxrwxrwx  2 www   www       2 Apr 12 21:17 Downloads/
drwxrwxrwx  2 www   www       2 Apr 12 18:45 blocklists/
-rwxrwxrwx  1 www   www     280 Apr 12 21:18 dht.dat*
drwxrwxrwx  2 www   www       2 Apr 12 16:03 finished/
drwxrwxrwx  2 www   www       2 Apr 12 17:53 incomplete/
-rwxrwxrwx  1 www   www    2224 Apr 12 17:57 log.txt*
drwxrwxrwx  2 www   www       2 Apr 12 21:43 resume/
-rwxrwxrwx  1 root  www    2143 Apr 12 21:35 settings.json*
-rw-------  1 root  www     145 Apr 12 21:41 stats.json
drwxrwxrwx  2 www   www       3 Apr 12 21:44 torrents/
drwxrwxrwx  2 www   www       3 Apr 12 17:52 watch/"


What am I doing wrong with the conf?
The Transmission Remote GUI is set to log on as root.
 

SilverJS

Patron
Joined
Jun 28, 2011
Messages
255
I had almost the exact same thing happen. I could never get the download to go past 3 or 4 MB, and then I would get some error....I forget which one, to be honest, but it's in one of my threads somewhere. =) I then tried 8.2 BETA with the promise of the plug-ins, but that didn't work out so well - the plugin was apparently rather flawed, and is being completely re-written for the BETA3 which should come out at the end of this week, apparently. Either way, I don't know - sorry I couldn't be of more help, but you're not alone.
 

unca_NAS

Explorer
Joined
Mar 25, 2012
Messages
87
Tried on downloading to different shares etc, different users on Remote GUI -- no luck. After 1-2 megs of download it attempts to write data > "Read Only Filesystem Error"

Could it be that the "Filesystem" mentioned here is the OS itself? Is it suppose to be "read only?" I'm somewhat puzzled here...
 

unca_NAS

Explorer
Joined
Mar 25, 2012
Messages
87
Re-installed to different folder using "mount -uw /".

Same symptoms. DL starts, then "Read Only file system"

Any advice appreciated.
 

unca_NAS

Explorer
Joined
Mar 25, 2012
Messages
87
After numerous re-installs still no go.

Code:
drwxrwxrwx   6 www   www     10 Apr 13 13:12 transmission/


Code:
drwxrwxrwx  6 www   www      10 Apr 13 13:12 ./
drwxrwxrwx  8 root  wheel    16 Apr 13 12:33 ../
drwxrwxrwx  2 www   www       2 Apr 13 12:48 Downloads/
drwxrwxrwx  2 www   www       2 Apr 13 11:08 blocklists/
-rwxrwxrwx  1 www   www     322 Apr 13 12:26 dht.dat*
drwxrwxrwx  2 www   www       2 Apr 13 12:54 resume/
-rw-------  1 root  www    2140 Apr 13 13:12 settings.json
drwxrwxrwx  2 www   www       2 Apr 13 12:54 torrents/


The permissions on share are:
owner: root
group: wheel
mode: (all selected)
ACL: Unix

Share options: (only checked are listed)
Browsable on network clients
Inherit Owner
Allow Guest access
Hosts allow: 192.168.11.0/24

Are these errors due to badly configured read-write-rights on the share?
 

unca_NAS

Explorer
Joined
Mar 25, 2012
Messages
87
Solved - somewhat

Created another subfolder for downloads inside /transmission-folder
Now the webgui downloads without any problems.

Still - the new dl-folder and Downloads -folder are both owned by same user/ group with equal rights.. but one is read-only, other is readable and writable...
 
Status
Not open for further replies.
Top