Skip to content
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

Docker wont start on updated Rasbian 10 (buster) #3565

Closed
janbezdek opened this issue Jan 28, 2024 · 5 comments
Closed

Docker wont start on updated Rasbian 10 (buster) #3565

janbezdek opened this issue Jan 28, 2024 · 5 comments
Assignees
Labels
question Further information is requested

Comments

@janbezdek
Copy link

janbezdek commented Jan 28, 2024

Q: I'm not able to start up latest nor any other docker image of ZWaveJS UI, tried from latest down to v9.3. Probably after updates of Raspbian itselfs. Other docker images are running OK (hello-world, homeassistant, ...). Am I able to identify root cause anyhow, please?

@pi-home:~ $ docker run --rm -it -p 8091:8091 -p 3000:3000 --network="host" --device=/dev/serial/by-id/usb-0658_0200-if00:/dev/zwave --mount source=zwave-js-ui,target=/usr/src/app/store zwavejs/zwave-js-ui:latest
WARNING: Published ports are discarded when using host network mode


#
# Fatal error in , line 0
# unreachable code
#
#
#
#FailureMessage Object: 0xff90849c

I'm running version:

pi@pi-home:~ $  cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
pi@pi-home:~ $ uname -a
Linux pi-home 6.1.74-v8+ #1725 SMP PREEMPT Mon Jan 22 13:35:32 GMT 2024 aarch64 GNU/Linux
pi@pi-home:~ $ docker --version
Docker version 25.0.1, build 29cf629

Thanks,
John

@janbezdek janbezdek added the question Further information is requested label Jan 28, 2024
@kpine
Copy link
Contributor

kpine commented Jan 28, 2024

@janbezdek
Copy link
Author

Ok, altough option 2 is not working for me properly (libseccomp2 installed already), it's out of this topic's scope. Thanks for quick assistance!

@kpine
Copy link
Contributor

kpine commented Jan 29, 2024

Did you install it from the backports repo? Has to be that version.

@janbezdek
Copy link
Author

janbezdek commented Jan 29, 2024

Hope so, that I tried from backports. First three commands are processed, non-empty debian-backports.list presented in /etc/apt/sources.list.d. But fourth command not passing with error below. Will analyze it later today.

pi@pi-home:~ $ sudo apt install libseccomp2 -t buster-backports
Reading package lists... Done
E: The value 'buster-backports' is invalid for APT::Default-Release as such a release is not available in the sources

@kpine
Copy link
Contributor

kpine commented Jan 29, 2024

It seems you missed the step sudo apt update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants