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 error caused by running nojava ipmi kvm! #6

Open
lambq opened this issue Jun 21, 2023 · 3 comments
Open

Docker error caused by running nojava ipmi kvm! #6

lambq opened this issue Jun 21, 2023 · 3 comments

Comments

@lambq
Copy link

lambq commented Jun 21, 2023

INFO:root:anonymous wants to connect to host82 with res 1280x960
INFO:nojava_ipmi_kvm.kvm:Check if 'http://192.168.4.82/' is reachable...
DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): 192.168.4.82:80
DEBUG:urllib3.connectionpool:http://192.168.4.82:80 "HEAD / HTTP/1.1" 200 0
INFO:nojava_ipmi_kvm.kvm:The url 'http://192.168.4.82/' is reachable.
INFO:nojava_ipmi_kvm.kvm:Starting the Docker container...
ERROR:root:Could not start KVM container
Traceback (most recent call last):
File "/code/main.py", line 136, in on_message
sess = self._current_session = await start_kvm_container(
File "/usr/local/lib/python3.9/site-packages/nojava_ipmi_kvm/kvm.py", line 337, in start_kvm_container
raise DockerTerminatedError("Docker terminated with return code {}.".format(docker_process.returncode))
nojava_ipmi_kvm.kvm.DockerTerminatedError: Docker terminated with return code 5.

@IngoMeyer441
Copy link
Member

This is probably an issue rather related to nojava-ipmi-kvm. Did you try to connect with nojava-ipmi-kvm directly (with --debug flag)?

@lambq
Copy link
Author

lambq commented Jun 23, 2023

[INFO] Starting the Docker container...
Error: No such container: nojava-ipmi-kvmrc-d66abe97-1c50-425d-b2d0-be0dad5e7f77
[INFO] Starting new HTTPS connection (1): 192.168.4.82
[ERROR] [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)
[ERROR] Docker terminated with return code 5.

@lambq
Copy link
Author

lambq commented Jun 23, 2023

[root@ecs-3TS0I ~]# docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
ipmi latest 72d46657dd20 35 hours ago 1.17GB
sonatype/nexus3 latest 589f7296a4a2 18 months ago 655MB
andyshinn/dnsmasq latest 8d6d4d8e32d6 2 years ago 6.99MB
sciapp/nojava-ipmi-kvm v0.9.0-openjdk-7 1257ca21b6d2 2 years ago 617MB

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

No branches or pull requests

2 participants