Search found 4 matches

by Aurelien
27 Feb 2016, 16:28
Forum: Synology NAS & Embedded Linux
Topic: Java : Permission denied
Replies: 6
Views: 37382

Re: Java : Permission denied

Well it seemed that my link to Java was not properly done.
I have removed the link and created it again

Code: Select all

ln -s /var/packages/JavaManager/target/Java/bin/java /usr/local/bin/java
It is now working fine.
Thanks
by Aurelien
27 Feb 2016, 15:37
Forum: Synology NAS & Embedded Linux
Topic: Java : Permission denied
Replies: 6
Views: 37382

Re: Java : Permission denied

I have kept only the last rows I have also deactived apparmor (/usr/syno/etc.defaults/rc.sysv/apparmor.sh stop) and restarted FileBot Node but it still does not work [273438.665960] type=1400 audit(1454041205.434:2): apparmor="DENIED" operation="exec" parent=13782 profile="/volume*/@appstore ...
by Aurelien
27 Feb 2016, 15:19
Forum: Synology NAS & Embedded Linux
Topic: Java : Permission denied
Replies: 6
Views: 37382

Re: Java : Permission denied

Here is what I have:
id:

Code: Select all

uid=1024(admin) gid=100(users) groups=25(smmsp),100(users),101(administrators)
id -u

Code: Select all

1024
id -g

Code: Select all

100
cat /etc/group | grep 'administrators' | cut -d: -f3

Code: Select all

101
by Aurelien
27 Feb 2016, 14:27
Forum: Synology NAS & Embedded Linux
Topic: Java : Permission denied
Replies: 6
Views: 37382

Java : Permission denied

Hi, I have the following error when using FileBot Node : /usr/local/bin/filebot: line 53: java: Permission denied When I execute the same command via SSH with the same admin account it works well (filebot -script 'fn:amc' /volume1/download/ --output /volume1/video/ --action move -non-strict ...