February 6, 201511 yr hi, i have a debian vm running on my unraid machine and want to run rtorrent/rutorrent on it. i want rutorrent to download files to my cache drive and therefore i mounted it with cifs and also tried 9p. i am able to read/write to it, but rutorrent doesn't seem to have permission to do so because whenever i add a torrent it won't start downloading. this i used for cifs //192.168.1.34/cache/Downloads/complete/torrents /home/<user>/tower cifs username=<user>,password=<pw>,rw,mand,uid=1000,gid=1000,iocharset=utf8,,dir_mode=07$ and this for 9p tower /mnt 9p trans=virtio,version=9p2000.L,rw 0 0 thanks very much for your help
February 7, 201511 yr I ran into this same issue. I think I did get it to work after trying many different settings but I forget what?? I ended up going back to Deluge. So I know you can get it to work but I can't tell you how
February 7, 201511 yr hi, i have a debian vm running on my unraid machine and want to run rtorrent/rutorrent on it. i want rutorrent to download files to my cache drive and therefore i mounted it with cifs and also tried 9p. i am able to read/write to it, but rutorrent doesn't seem to have permission to do so because whenever i add a torrent it won't start downloading. this i used for cifs //192.168.1.34/cache/Downloads/complete/torrents /home/<user>/tower cifs username=<user>,password=<pw>,rw,mand,uid=1000,gid=1000,iocharset=utf8,,dir_mode=07$ and this for 9p tower /mnt 9p trans=virtio,version=9p2000.L,rw 0 0 thanks very much for your help I changed user id for nobody to match unRAID. So instead of 65534:65534 it's 99:100. And I run all my apps as user: nobody and group: users. I changed the permissions on their data folders to match. I pasthrough /mnt as tag shares using 9p sharing similar to what you have there as tower. Then set download folders to /mnt/cache/downloads...
Archived
This topic is now archived and is closed to further replies.