Closed georgikoemdzhiev closed 3 years ago
@georgikoemdzhiev Works fine on my side, don't think that's an issue with the Docker image but Nextcloud itself. Looking at the timestamp in the log "time": "2071-05-18 05:33:44",
and your host platform armv7l
, you might need at least libseccomp2 2.4.2 (moby/moby#40734):
$ wget https://ftp.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.1-1_armhf.deb
$ sudo dpkg -i libseccomp2_2.5.1-1_armhf.deb
Thank you for looking into the issue and pointing out the dependency update.
I did update libseccomp
to 2_2.5.1-1 following your steps above. And recreated the container (after a host reboot). However, now the container cannot be started at all after running docker run -d -p 8000:8000 --name nextcloud -v /home/pi/NextCloud/SSD:/data -e DB_PASSWORD=mypass crazymax/nextcloud:latest
. It EXITS immediately.
Running `docker logs cont_id results in the following:
sudo docker logs --since=1h c12f3
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
s6-svscan: warning: unable to iopause: Invalid argument
s6-svscan: warning: executing into .s6-svscan/crash
[s6-init] ensuring user provided files have correct perms...s6-svscan panicked! Dropping to a root shell.
/bin/sh: can't access tty; job control turned off
/run/s6/services #
If this is not a problem with the NextCloud image, would you say at this point I would be better off reinstalling the OS on my Rpi and docker and reattempting to launch the latest image? Not sure what what would be best here, thank you!
Yeah something seems flawky on your host. Not sure why. I've just tried on a RPI 4 (aarch64) and it works well. Suggest to switch to Ubuntu Server 20.04.2 LTS (aarch64) instead of Raspbian if you can and install Docker with curl -sSL get.docker.com | sh
cmd.
Will do! Thank you very much for your time and suggestions. Will give Ubuntu Server a try. Closing this issue now. Thank you for the awesome NC docker image once more :)
Behaviour
Hello! First of all thank you for the awesome docker image! It has made using NextCloud a breeze! :)
Steps to reproduce this issue
Expected behaviour
I am able to access the nextcloud local address (e.g. 192.168.1.207:8000)
Actual behaviour
I am presented with "Internal Server Error" page.
Configuration
docker --version
) : 20.10.2docker-compose --version
) : N/Auname -a
) : Linux tinypiserver 5.4.83-v7l+ #1379 SMP Mon Dec 14 13:11:54 GMT 2020 armv7l GNU/Linuxdocker-compose.yml
,.env
, ...Docker info
Logs
I inspected the contents of the
data/nextcloud.log
file. I noticed that every time I navigate to the main page (e.g. 192.168.1.207:8000) I get this exception generated in the file: