sleep: cannot read realtime clock: Operation not permitted #296
Unanswered
powerstreamcoh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been running the container on a RPi 4 with no issues. I recently added it to my RPi 3 B+ (other than model difference, running same settings and software), using the same compose file. It runs but I constantly get "sleep: cannot read realtime clock: Operation not permitted" in the log. It appears to connect and I do get a different IP address. Don't know if it's related but the qBittorrent container errors when trying to download a file.
I have tried running as privileged. That stopped the sleep messages, but then I'm unable to connect the other containers to the VPN. Get a "chown /var/lib/docker/containers/ resolv.conf: operation not permitted" error
Any ideas?
Update: Figured out that it wasn't causing an issues with qBittorrent (stupid permission issues lol).
So far haven't found anything other then running it in privilege mode. Along with any container that will connect to it. Would rather not do that.
Log file just before the sleep message.
Beta Was this translation helpful? Give feedback.
All reactions