You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
[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
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.
The text was updated successfully, but these errors were encountered: