log in problem docker start (ocs/v1.php/cloud/capabilities - error 500) #2504
Unanswered
burninrubber1000-svg
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Please try to repeat the opencloud init step after fixing the permissions. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm having trouble to use the open cloud docker version (not compose) for personal use.
After logging in, i get Access denied, and trying again results in an endless loop not able to enter user credentials but immediatly refused.
The Webdeveloper console shows
https://opencloud.home.neumn:9200/ocs/v1.php/cloud/capabilities?format=json -> Error 500, not 401
the logs show following
{"level":"info","service":"storage-system","host.name":"67c75bc99276","pkg":"rgrpc","traceid":"0bb3b5bb08ca5c3f396ca8e6d5c7a75f","time":"2026-03-20T21:24:19Z","line":"github.com/opencloud-eu/reva/v2@v2.42.5/internal/grpc/services/authprovider/authprovider.go:146","message":"user idp:"internal" opaque_id:"a8cb35bc-436e-4f4c-88de-439830c3cf0f" type:USER_TYPE_SERVICE authenticated"}
{"level":"error","service":"settings","error":"internal error: create container:symlink ../../../../../56/29/b4/cf/-fa83-49c9-b349-8c0c3abed28a /var/lib/opencloud/storage/metadata/spaces/f1/bdd61a-da7c-49fc-8203-0558109d1b4f/nodes/f1/bd/d6/1a/-da7c-49fc-8203-0558109d1b4f/settings: input/output error","time":"2026-03-20T21:24:19Z","line":"github.com/opencloud-eu/opencloud/services/settings/pkg/store/metadata/store.go:70","message":"error initializing metadata client"}
{"level":"error","service":"proxy","error":"{"id":"go.micro.server","code":500,"detail":"panic recovered: runtime error: invalid memory address or nil pointer dereference","status":"Internal Server Error"}","time":"2026-03-20T21:24:19Z","line":"github.com/opencloud-eu/opencloud/services/proxy/pkg/userroles/defaultrole.go:38","message":"Could not load roles"}
{"level":"error","service":"proxy","error":"{"id":"go.micro.server","code":500,"detail":"panic recovered: runtime error: invalid memory address or nil pointer dereference","status":"Internal Server Error"}","time":"2026-03-20T21:24:19Z","line":"github.com/opencloud-eu/opencloud/services/proxy/pkg/middleware/account_resolver.go:192","message":"Could not get user roles"}
{"level":"info","service":"proxy","proto":"HTTP/2.0","request-id":"c57a32d7-3a72-40fd-99e0-42f74544c177","traceid":"a1ae5a53bb495fca00310f9ef61208f5","remote-addr":"192.168.3.132:65141","method":"GET","status":500,"path":"/ocs/v1.php/cloud/capabilities","duration":164.763409,"bytes":0,"time":"2026-03-20T21:24:19Z","line":"github.com/opencloud-eu/opencloud/services/proxy/pkg/middleware/accesslog.go:34","message":"access-log"}
(for completeness)
At some point before, i was struggling with volume permissions, and i saw info regarding permissions for a user 1000:1000, i was able to fix things and it did run under that first created user with id 1000. But as a definitive setup, i want to run it under another user and i use the option
-u "$(id -u):$(id -g)" \. i don't get these permission errors anymore though, but i get the error from above. i just mention it, but it's maybe not relevant.
Beta Was this translation helpful? Give feedback.
All reactions