[Not Solved]
Aug 28, 2015, 06:02 PM
(This post was last modified: Aug 28, 2015, 06:05 PM by RDonovan.)

Hi Guys, I'm going nuts with a thing that as far as I recall, it was working flawlessly on Wheezy and now is giving me headache on Jessie.
My default settings for renamer in Sickrage and CouchPotato has always been "Symbolic Link", this allows me to continue torrent seeding while my video library is neat and renamed.
Now on jessie I'm having troubles with the 2 software saying me that aren't able to create the link so I had to switch to "Move" option on the renamer.
My environment is:
- Sickrage, Couchpotato and Deluge are running as daemons, everyone with their own system user
- All the softwares run on the same main group which is 'users'
- Deluge downloads files into specifics "Sickrage" and "Couchpotato" folders, creating folders with 775 permissions and file with 666 permissions
- Sickbeard and Couchpotato access their own folder to move downloaded files to the archive which is an ntfs drive connected via USB.
I know that I can't create hardlink between different filesystems but I've always been able to create symlink.
Another thing that drives me crazy is that I can create symlinks from those folders to the archive using my user "giulio" which is part of the same "users" group, using:
My archive is mounted in fstab with this string:
Anyone is able to help me?!
My default settings for renamer in Sickrage and CouchPotato has always been "Symbolic Link", this allows me to continue torrent seeding while my video library is neat and renamed.
Now on jessie I'm having troubles with the 2 software saying me that aren't able to create the link so I had to switch to "Move" option on the renamer.
My environment is:
- Sickrage, Couchpotato and Deluge are running as daemons, everyone with their own system user
- All the softwares run on the same main group which is 'users'
- Deluge downloads files into specifics "Sickrage" and "Couchpotato" folders, creating folders with 775 permissions and file with 666 permissions
- Sickbeard and Couchpotato access their own folder to move downloaded files to the archive which is an ntfs drive connected via USB.
I know that I can't create hardlink between different filesystems but I've always been able to create symlink.
Another thing that drives me crazy is that I can create symlinks from those folders to the archive using my user "giulio" which is part of the same "users" group, using:
Code:
ln -s /ssdstore/downloaded_torrents/sickrage/xxxx /media/store3TB/NAS/xxxx
My archive is mounted in fstab with this string:
Code:
#Storage3TB mount
UUID=8408244908243C94 /media/store3TB ntfs defaults,umask=000,uid=giulio,gid=users 0 0
Anyone is able to help me?!