-
-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing inside docker in a raspberry pi with files in external ext4 hdd #1685
Comments
But the problem has to do with java... I've tried to execute the binnary also outside docker and the problem is the same: |
Not a specialist but I would check the ownership of the data folder of NC. |
I've tried to change permissions too, but the result is the same. Permissions are:
And seen from inside docker container:
|
[SOLVED] but any explanation would be really appreciated! This is quite weird... My installation of nextcloud has an external hard drive mounted on In my volumes:
- ./mnt:/var/www/html Seems that docker cannot execute java saved on hdd so I've entered inside docker and moved java to docker exec -it -u0 nextcloud_app bash
cd appdata_xxxxxxxxx/libresign/java
mv jdk-17.0.5+8-jre /usr/local/lib
ln -s /usr/local/lib/jdk-17.0.5+8-jre jdk-17.0.5+8-jre |
Thanks, at least it let know that LibreSign can work on a Raspberry (on Docker) |
@miqmago I also had problems with files not being executable on my newly mounted hdd. Did you set the
|
Describe the bug
I'm getting
bash: ./java: Permission denied
To Reproduce
I've installed all the libraries:
Always getting
Expected behavior
Java should be executable
Screenshots
Environment information (please complete the following information):
The text was updated successfully, but these errors were encountered: