search for: connectionrefusederror

Displaying 5 results from an estimated 5 matches for "connectionrefusederror".

2004 Oct 28
3
xm save error
Hi, I tried to issue: xm save VMID FILE, and got the following error: Error: Error: [Failure instance: Traceback: twisted.internet.error.ConnectionRefusedError, Connection was refused by other side: 111: Connection refused. xm create works fine, xend is running on domain 0, I can log in the VM through xm console VMID and ssh without problems. I can also stop and restart the domain. I''m running Xen 2.0 (binary install downloaded oct 26), with 2....
2019 Nov 21
0
Re: Dealing with ImageIO problems
...; File > > > "/usr/lib64/python3.7/http/client.py", line 966, in send\n > > > self.connect()\n', ' File > > > "/var/tmp/rhvupload.RShGz0/rhv-upload-plugin.py", line 357, in > > > connect\n self.sock.connect(self.path)\n', 'ConnectionRefusedError: > > > [Errno 111] Connection refused\n'] > > > > > > But it fails in send(), and we don't handle errors proeply around > > > send(), only around getresponse(). > > > So the error is forgotten by the plugin. > > > > That sounds bad? &...
2019 Nov 21
2
Re: Dealing with ImageIO problems
...t; > "/usr/lib64/python3.7/http/client.py", line 966, in send\n > > > > self.connect()\n', ' File > > > > "/var/tmp/rhvupload.RShGz0/rhv-upload-plugin.py", line 357, in > > > > connect\n self.sock.connect(self.path)\n', 'ConnectionRefusedError: > > > > [Errno 111] Connection refused\n'] > > > > > > > > But it fails in send(), and we don't handle errors proeply around > > > > send(), only around getresponse(). > > > > So the error is forgotten by the plugin. > > &gt...
2019 Nov 21
1
[PATCH] rhv-upload: Handle any error in NBD handlers
...ut\n    self.send(msg)\n', '  File "/usr/lib64/python3.7/http/client.py", line 966, in send\n    self.connect()\n', '  File "/home/nsoffer/src/virt-v2v/tmp/rhvupload.YOMKDV/rhv-upload-plugin.py", line 378, in connect\n    self.sock.connect(self.path)\n', 'ConnectionRefusedError: [Errno 111] Connection refused\n'] nbdkit: python[1]: debug: sending error reply: Input/output error qemu-img: error while writing sector 0: Input/output error nbdkit: python[1]: debug: flush nbdkit: python[1]: error: /home/nsoffer/src/virt-v2v/tmp/rhvupload.YOMKDV/rhv-upload-plugin.py: flush...
2019 Nov 19
4
Re: [PATCH v2 00/11] rvh-upload: Various fixes and cleanups
On Tue, Nov 19, 2019 at 04:14:45PM +0200, Nir Soffer wrote: >On Tue, Nov 19, 2019 at 3:36 PM Martin Kletzander <mkletzan@redhat.com> >wrote: > >> On Tue, Nov 19, 2019 at 01:48:31PM +0100, Martin Kletzander wrote: >> >On Tue, Nov 19, 2019 at 02:24:11PM +0200, Nir Soffer wrote: >> >>On Tue, Nov 19, 2019 at 2:16 PM Martin Kletzander