From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH OSSTEST] ts-xen-install: Install netcat-openbsd Date: Thu, 13 Aug 2015 11:38:23 +0100 Message-ID: <1439462303.23981.77.camel@citrix.com> References: <1439395751-14816-1-git-send-email-ian.campbell@citrix.com> <1439454116.23981.6.camel@citrix.com> <1439461660.23981.66.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1439461660.23981.66.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: ian.jackson@eu.citrix.com, xen-devel@lists.xen.org, wei.liu2@citrix.com Cc: Jim Fehlig List-Id: xen-devel@lists.xenproject.org On Thu, 2015-08-13 at 11:27 +0100, Ian Campbell wrote: > On Thu, 2015-08-13 at 09:21 +0100, Ian Campbell wrote: > > > > Which is pretty WTF... Logs for this one are at > > http://xenbits.xen.org/people/ianc/tmp/37828/ > > http://xenbits.xen.org/people/ianc/tmp/37828/test-amd64-amd64-libvirt > > -pair/info.html > > > > I'm doing an experiment now with $dho->{Ip} but that seems like it > > would > > just be papering over the issue, whatever it is. > > http://xenbits.xen.org/people/ianc/tmp/37831/ => > http://xenbits.xen.org/people/ianc/tmp/37831/test-amd64-amd64-libvirt > -pair/21.ts-guest-migrate.log > > 2015-08-13 09:42:45 Z executing ssh ... root@10.80.229.144 virsh migrate > --live debian.guest.osstest xen+ssh://10.80.228.77 > error: unable to connect to 'lace-bug.uk.xensource.com:49152': Invalid > argument > > Which, just, WTF? http://xenbits.xen.org/people/ianc/tmp/37831/test-amd64-amd64-libvirt-pair/moss-bug---var-log-libvirt-libvirtd.log.gz is the libvirt log on the send (moss-bug == 10.80.229.144) has the first mention of migrate as: 2015-08-13 09:42:45.982+0000: 3457: debug : virDomainMigratePerform3Params:5229 : params["migrate_uri"]=(string)tcp://lace-bug.uk.xensource.com:49152 and no mentions of 10.80.228.77 anywhere, so I suppose whatever is going on is a client side thing? Lets see if "virsh --debug 0" tells me anything more. Ian.