Advertisement
fatherlinux

Untitled

Aug 2nd, 2019
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "./latest_containers.py", line 13, in <module>
  3. with podman.Client() as client:
  4. File "/usr/local/lib/python3.6/site-packages/podman/client.py", line 178, in __init__
  5. if not System(self._client).ping():
  6. File "/usr/local/lib/python3.6/site-packages/podman/libs/system.py", line 38, in ping
  7. with self._client() as podman:
  8. File "/usr/local/lib/python3.6/site-packages/podman/client.py", line 98, in __enter__
  9. self._iface = self._client.open(self._context.interface)
  10. File "/usr/local/lib/python3.6/site-packages/varlink/client.py", line 598, in open
  11. self.get_interface(interface_name, socket_connection=connection)
  12. File "/usr/local/lib/python3.6/site-packages/varlink/client.py", line 638, in get_interface
  13. desc = _service.GetInterfaceDescription(interface_name)
  14. File "/usr/local/lib/python3.6/site-packages/varlink/client.py", line 86, in _wrapped
  15. return self._call(method.name, *args, **kwargs)
  16. File "/usr/local/lib/python3.6/site-packages/varlink/client.py", line 143, in _call
  17. (message, more) = self._next_varlink_message()
  18. File "/usr/local/lib/python3.6/site-packages/varlink/client.py", line 104, in _next_varlink_message
  19. message = next(self._next_message())
  20. File "/usr/local/lib/python3.6/site-packages/varlink/client.py", line 260, in _next_message
  21. data = self._connection.recv(8192)
  22. ConnectionResetError: [Errno 104] Connection reset by peer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement