permission denied?

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
garyleecn
Donor
Posts: 114
Joined: 19 Nov 2014, 03:48

permission denied?

Post by garyleecn »

I'm running from filebot node on Synology (both latest versions), and I'm getting this message

Code: Select all

x86_64
Error during startup
java.io.IOException: Permission denied
	at net.filebot.Logging.createLogFileHandler(Logging.java:57)
	at net.filebot.Main.initializeLogging(Main.java:426)
	at net.filebot.Main.main(Main.java:107)
how do I fix this?

many thanks
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: permission denied?

Post by rednoah »

Maybe reinstalling the package will help?

You can check the --log-file argument and then make sure that the user running FileBot can create and read/write that file. This folder should belong to admin:administrators and allow read/write to all users:

Code: Select all

/var/packages/filebot-node/data
:idea: Please read the FAQ and How to Request Help.
Post Reply