rednoah / java-installer

OpenJDK installer packages for Synology NAS and QNAP NAS.
Apache License 2.0
88 stars 10 forks source link

Only works as root #19

Closed DennisGaida closed 4 years ago

DennisGaida commented 4 years ago

Installed and tried it out right away:

devuser@DS:/home/devuser
 $ filebot -version
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
pwd: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
pwd: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
chdir: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
chdir: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
FileBot 4.8.5 (r6224) / OpenJDK Runtime Environment 13.0.1 / Linux 4.4.59+ (amd64)

as root everything works:

root@DS:/home/devuser                                                                                                              │[2020-01-10 11:38:26] - Fri Jan 10 11:38:26 CET 2020 - START
 $ filebot -version                                                                                                                     
FileBot 4.8.5 (r6224) / OpenJDK Runtime Environment 13.0.1 / Linux 4.4.59+ (amd64)    

Maybe I need to take some additional steps to allow other users usage of java?