astraub wrote: ↑08 Dec 2022, 23:08
I found a 0.log with owner root and deleted it. (I assume this had been created by a synology task trying to use root as owner).
Please create a new prepared task in FileBot Node WebUI and then check the pristine permissions. FileBot Node will pre-create the log file and set permissions to 0666 -rw-rw-rw so that all users can use the prepared task.

This error message might indicate that you have manually deleted the log file, which results in the file being recreated with the current user and default permissions, which will break things for other users:
Code: Select all
tee: /var/packages/filebot-node/var/log/0.log: Permission denied
EDIT: It could also indicate that the file doesn't exist in the first place and can't be created. That would be unusual because you're not supposed to know
filebot-node-task 0 until after you have created a prepared task in the FileBot Node WebUI already.

The corresponding 0.args file should exist and should be readable by all users so that all users can use the task:
Code: Select all
ls -l /var/packages/filebot-node/var/task/0.args
EDIT:

Did you perhaps not
create a prepared task yet? If
/var/packages/filebot-node/var/task is empty, then you haven't created any prepared tasks yet. You need to create a prepared task in the FileBot Node WebUI first by clicking on the
Schedule button.

What is your use case? What exactly are you trying to do? Are you using FileBot Node and
filebot-node-task for any particular reason?
astraub wrote: ↑08 Dec 2022, 23:08
I also could not find the 'where' command on my Synology NAS (maybe just the PATH is not set correctly?) - so this may not be part
of the standard commands.
Maybe try
which instead. It's just about getting the absolute path to the executable for a given command:
Code: Select all
cat /usr/local/bin/filebot-node-task