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 09:21:56 +0100 Message-ID: <1439454116.23981.6.camel@citrix.com> References: <1439395751-14816-1-git-send-email-ian.campbell@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1439395751-14816-1-git-send-email-ian.campbell@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 Wed, 2015-08-12 at 17:09 +0100, Ian Campbell wrote: > This is required by libvirt for live migration (netcat-traditional > doesn't cut it). > > netcat-openbsd has higher update-alternatives priority, so it will be > used if installed. > > Signed-off-by: Ian Campbell > Cc: Jim Fehlig I ran an adhoc test with this applied which resulted in: 2015-08-12 18:07:26 Z executing ssh ... root@10.80.229.144 virsh migrate --live debian.guest.osstest xen+ssh://lace-bug error: unable to connect to 'lace-bug.uk.xensource.com:49152': Invalid argument (note that the domainname for this osstest instance is "xs.citrite.net", there is such a domain as "uk.xensource.com" which may have come from DHCP or DNS or something). So I switched to using $dho->{Fqdn} instead of just $dho->{Name} and tried again resulting in: 2015-08-12 21:49:22 Z executing ssh ... root@10.80.229.144 virsh migrate --live debian.guest.osstest xen+ssh://lace-bug.xs.citrite.net error: unable to connect to 'lace-bug.uk.xensource.com:49152': Invalid argument 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. Ian.