"Permission Denied" issue
Posted: 15 Jun 2015, 14:36
Hello,
I've been using CLI within Windows 8 for a while. So I've decided to go on with Synology DS115j CPU armv7l (Marvell Armada 370).
I've managed to install Java 8 33, so the result far so I'm using CLI script. The result of filebot -version is;
I actually change the filebot.sh by giving the full javapath, to avoid Java path problem with actual installation path of java.
When I try to execute the following command,
I receive following error:
I did resolve this exception by changing the permission of the following file.
from group:users user:admin 644 to group:users user:admin 664.
After that the following error occured, and I couldn't manage to solve this, no matter what I do.My cache folder has groups:users and user:admin right with 755, and inside that folder all the index & data files has groups:users and user:admin right with 664 permission.
Series & Series_download folder has groups:users and user:admin right with 770 for your information.
Any help would be appreciated.
I've been using CLI within Windows 8 for a while. So I've decided to go on with Synology DS115j CPU armv7l (Marvell Armada 370).
I've managed to install Java 8 33, so the result far so I'm using CLI script. The result of filebot -version is;
Code: Select all
FileBot 4.6 (r3052) / Java(TM) SE Embedded Runtime Environment 1.8.0_33 (headless)
When I try to execute the following command,
Code: Select all
/volume1/@appstore/filebot/filebot.sh -script fn:amc --db TheTVDB --action move --conflict skip -non-strict -r --def deleteAfterExtract=y clean=y plex="192.168.1.10:32400" pushover="***" "seriesFormat=/volume1/video/Series/{n}/Season {s.pad(2)}/{n} {s00e00} {t}" music=n subtitles=tr artwork=n "ut_dir=/volume1/video/Series_download" "ut_kind=single" "ut_state=5" "ut_file=" "ut_label=" --log-file /volume1/public/scripts/seriesExperimental.log
Code: Select all
Failed to initialize cache: java.nio.file.AccessDeniedException: /volume1/@appstore/filebot/data/USERNAME/cache/0/.lock
Code: Select all
/volume1/@appstore/filebot/data/USERNAME/cache/0/.lock
After that the following error occured, and I couldn't manage to solve this, no matter what I do.
Code: Select all
Run script [fn:amc] at [Mon Jun 15 16:00:11 GMT+02:00 2015]
Parameter: deleteAfterExtract = y
Parameter: clean = y
Parameter: plex = 192.168.1.10:32400
Parameter: pushover = *****
Parameter: seriesFormat = /volume1/video/Series/{n}/Season {s.pad(2)}/{n} {s00e00} {t}
Parameter: music = n
Parameter: subtitles = tr
Parameter: artwork = n
Parameter: ut_dir = /volume1/video/Series_download
Parameter: ut_kind = single
Parameter: ut_state = 5
Parameter: ut_file =
Parameter: ut_label =
JNA Warning: IOException removing temporary files: JNA temporary directory '/volume1/@appstore/filebot/data/USERNAME/temp' is not writable
Input: /volume1/video/Series_download/Game.of.Thrones.S05E10.1080p.HDTV.x264-BATV[rartv]/Game.of.Thrones.S05E10.1080p.HDTV.x264-BATV.mkv
Exclude: /volume1/video/Series_download/Game.of.Thrones.S05E10.1080p.HDTV.x264-BATV[rartv]/RARBG.com.txt
Exclude: /volume1/video/Series_download/Game.of.Thrones.S05E10.1080p.HDTV.x264-BATV[rartv]/game.of.thrones.s05e10.1080p.hdtv.x264-batv.nfo
Group: [tvs:game of thrones] => [Game.of.Thrones.S05E10.1080p.HDTV.x264-BATV.mkv]
Get [Turkish] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
Lookup by hash failed: java.io.IOException: Permission denied
No matching subtitles found: /volume1/video/Series_download/Game.of.Thrones.S05E10.1080p.HDTV.x264-BATV[rartv]/Game.of.Thrones.S05E10.1080p.HDTV.x264-BATV.mkv
Rename episodes using [TheTVDB]
Auto-detected query: [Game of Thrones]
CacheException: java.io.IOException: Permission denied
Finished without processing any files
Failure (°_°)
Series & Series_download folder has groups:users and user:admin right with 770 for your information.
Any help would be appreciated.