-
Notifications
You must be signed in to change notification settings - Fork 127
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
Cannot use 10.6 or 10.5 on arm, permission error during install process #219
Comments
I have exactly the same problem. To do the instalation I used the docker-compose that you can find in the owncloud website. And then I added some lines to configure traefik, |
I found a similar issue here: linuxserver/docker-papermerge#4 Short Version: libseccomp2.deb is to old on raspbian. Therefore you do have to download a newer version from the Debian Repo on your host. I haven't checked this but will report back in a couple of hours if it works.
Additional Source: https://docs.linuxserver.io/faq |
Yes. After updating the placket you mention works |
The Version 10.5 and 10.6 won't work due to an permission error caused by an old version of libseccomp. See owncloud-docker/server#219
It works for me too, thank you very much. |
May I close the issue ? |
The Version 10.5 and 10.6 won't work due to an permission error caused by an old version of libseccomp. See owncloud-docker/server#219
The Version 10.5 and 10.6 won't work due to an permission error caused by an old version of libseccomp. See owncloud-docker/server#219
The Version 10.5 and 10.6 won't work due to an permission error caused by an old version of libseccomp. See owncloud-docker/server#219
hmm. i've exactly tried to use this before trying to start container using any of the containers from 10.5.0 to 10.7.0 but wasn't successful at all. |
Hello,
I tried recently to upgrade my owncloud docker image from 10.4.1 to 10.6.
The update went well untill it reached the
Set mode for background jobs to 'cron'
stepIt then stops with the following error :
At first I thought it was a problem with my 10.4.1 version and flushed everything to perform a fresh install, but the problem was still here, I also tried with 10.5 and it still doesn't work. Only 10.4.1 works for me.
I posted on Owncloud central and I was advised to open an issue here : https://central.owncloud.org/t/impossible-to-upgrade-to-10-6-0-setting-times-of-etc-cron-d-php-operation-not-permitted/30721
I think that the
55-cron.sh
script may be called with the wrong user.Steps to reproduce
Expected behaviour
The install should run entirely
Actual behaviour
Install stops while Touching cron configs with the following error :
Logs
docker image inspect owncloud/server:10.6
The text was updated successfully, but these errors were encountered: