Getting only "Operation is not permitted" errors #79
ToBeHH
announced in
Announcements
Replies: 2 comments
-
Hi @ToBeHH - I'd suggest you ask on forums.slimdevices.com. There are many more users of Docker as well as QNAP who should be able to help. Just to make sure: you did |
Beta Was this translation helpful? Give feedback.
0 replies
-
Did you definitely mean |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to start LMS on my QNAP server. I start it using the following command:
However, when I start it, I get the following errors:
So the given User- and Group-IDs already exist on my QNAP. The config directory has mode 777, so in any case, someone should be able to write it. But the
lms
directory is only inside the Docker image. How can I get an "Operation not permitted" error here?In the end, the server has not been started and is not reachable using the given address. Moreover, the config directory does not contain anything, not even the subdirectories
logs
,prefs´ and
cache`.Thankful for any advice.
Beta Was this translation helpful? Give feedback.
All reactions