From owner-freebsd-questions@FreeBSD.ORG Mon Dec 31 10:35:07 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 59EC257F for ; Mon, 31 Dec 2012 10:35:07 +0000 (UTC) (envelope-from yanglei.fage@gmail.com) Received: from mail-bk0-f41.google.com (mail-bk0-f41.google.com [209.85.214.41]) by mx1.freebsd.org (Postfix) with ESMTP id DB30B8FC14 for ; Mon, 31 Dec 2012 10:35:06 +0000 (UTC) Received: by mail-bk0-f41.google.com with SMTP id jg9so5412121bkc.28 for ; Mon, 31 Dec 2012 02:35:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=yWF/l00sBWONzLDZtRxHJsP8J3zCkrd/drwVNjepEIU=; b=FZlvLVmNwsclySArANFE8IRsB5F1css1YLr7ZaAXTIK3IZRoP88Yi/SAqUu+0VauMc 6LzcAWZg309GRceeWEHxKpWLqX4Dif1JsXDQkvQOLZ7kkEdeWS3HvPZ+0VPrmHJjacDs jkpHCpROGI55ulBakElIb2eBtk2Z/tHmIsZRopQsOCccZAAAAgxdQ8JIzuUIjRbBANcC cx9j53fHGvb5sA5DSpQI3FQNfDqBEIyenZI/HzUeAma7bI/DCLYsG88I+ltnQYn3pSsV tJW42Q4F2puNi/AFm6n42LAjBXlzgpuV1A+7UvRWXxHHm496eoU7kB0R8zkki5NXboBT S1NQ== MIME-Version: 1.0 Received: by 10.204.147.135 with SMTP id l7mr19656876bkv.119.1356950099967; Mon, 31 Dec 2012 02:34:59 -0800 (PST) Received: by 10.204.11.86 with HTTP; Mon, 31 Dec 2012 02:34:59 -0800 (PST) In-Reply-To: References: Date: Mon, 31 Dec 2012 18:34:59 +0800 Message-ID: Subject: Re: what's wrong with the openbsd-netcat? From: lei yang To: freebsd-questions@freebsd.org, ericj@monkey.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Dec 2012 10:35:07 -0000 Forget to say, My netcat from http://code.google.com/p/openbsd-netcat/source/checkout On 12/31/12, lei yang wrote: > Hi experts > > On my OS, I run kvm with below comand to do the migrate: it meet below > error > 1) > #qemu-system-x86_64 --enable-kvm -smp 2 -m 512 -net nic,model=e1000 > -net tap,script=/etc/qemu-ifup -hda /boot/guest_img.raw -kernel > /boot/bzImage -append "root=/dev/hda rw console=ttyS0,115200 ip=dhcp > selinux=0" -nographic -incoming "exec:nc -l 5200" > it print: > nc: Protocol not available > load of migration failed > > 2)Then I copy the "nc" binary from redhat, then it works well > > can you please help me about this issue? > > Lei >