-
Notifications
You must be signed in to change notification settings - Fork 33
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
Container Will Not Start Once Stopped #41
Comments
Docker logs Critical: libusb_init failed |
Pull and may be restart your system, should work. |
I tried this but no difference. Could the issue be related to "Latest autoupdate image does not work #38" |
I don't think so. I saw possible similar issue briefly on my machine at some point after uninstalling a large package, but restarting my machine fixed it. Are you running the autoupdate version? Which tag (shown when you pull) should be sha256:d95b7c099b3dddc21d384b6e02ff10e7a045e1e4dde0d39b67eb51d8df0da325 |
Yes the autoupdate version. autoupdate: Pulling from wernight/plex-media-server Not sure why but the latest tag version has never worked for me, well Plex is created but not connected to my Plex account with this version. docker run -d |
I thought for a moment that it was because you specify the LOGIN/PASSWORD but I tried again and I cannot reproduce locally. May be do something like:
... and if you find a missing package or one that needs upgrading, then I'll update the |
Adding the extra commands didn't make any difference. Looks like the issue is with curl.
|
The extra commands are to allow you to try upgrading/installaing packages like may be libcurl, |
I can reproduce this behavior, even after running the apt commands. The issue seems to be related to plex providing its own version of curl. |
Host OS: Linux
Tag/Version: autoupdate
I can create a container and everything works as expected but when I stop the container it will not start.
The container gets stuck on restarting.
Any ideas?
The text was updated successfully, but these errors were encountered: