xbenjii / torrentexpander

Automatically exported from code.google.com/p/torrentexpander
0 stars 0 forks source link

Permission errors on Series folder #43

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Permissions on Series folder are corrected:
ls -al /share/Video/Series/
drwxrwxrwx    3 nmt      nmt           4096 Jan  6 00:09 .

Manual run of torrentexpander as root:
/share/Apps/TorrentExpander/bin/torrentexpander.sh 
/share/Download/The.Big.Bang.Theory.4x21.avi

Output results:
ls -al /share/Video/Series/
drwxr-xr-x    3 root     root          4096 Jan  6 00:09 The Big Bang Theory

Original issue reported on code.google.com by login...@gmail.com on 6 Jan 2012 at 12:16

GoogleCodeExporter commented 8 years ago
Settings in use:
tv_shows_post="copy"
tv_shows_post_path="/share/Video/Series"
tv_shows_post_path_mode="sss"
tv_shows_fix_numbering="yes"
repack_handling="no"

Original comment by login...@gmail.com on 6 Jan 2012 at 12:19

GoogleCodeExporter commented 8 years ago
This means that mkdir -p changes permissions even when it does not create the 
directory
Please try the latest SVN build and let me know how it works. It now uses mkdir 
-p only if the directory is not already there

Original comment by addicted...@gmail.com on 6 Jan 2012 at 6:30

GoogleCodeExporter commented 8 years ago
Do not work. :-(

ls -al /share/Video/Series/
drwxr-xr-x    3 root     root          4096 Jan  6 12:41 The Big Bang Theory

Original comment by login...@gmail.com on 6 Jan 2012 at 12:43

GoogleCodeExporter commented 8 years ago
Please take some time to test the latest build. It includes a lot of small bug 
fixes
Torrentexpander is now able to set permissions on all of the files and 
directories it generates (and only the ones it generates)
You need to set the user to nmt and group to nmt and choose permissions 
settings for files (I recommend 664) and directories (I recommend 775).

Original comment by addicted...@gmail.com on 7 Jan 2012 at 1:59

GoogleCodeExporter commented 8 years ago
Solved! :-)

Original comment by login...@gmail.com on 9 Jan 2012 at 12:39