From owner-freebsd-questions@FreeBSD.ORG Mon Dec 31 10:26:54 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 826C64AA for ; Mon, 31 Dec 2012 10:26:54 +0000 (UTC) (envelope-from yanglei.fage@gmail.com) Received: from mail-bk0-f49.google.com (mail-bk0-f49.google.com [209.85.214.49]) by mx1.freebsd.org (Postfix) with ESMTP id 118A38FC08 for ; Mon, 31 Dec 2012 10:26:53 +0000 (UTC) Received: by mail-bk0-f49.google.com with SMTP id jm19so5381054bkc.22 for ; Mon, 31 Dec 2012 02:26:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=61nsvk2pZcTMxlWBLoXllZNWnNoc9aKOLXsOEni+/pU=; b=gTahCcpI/kQuByCLGNZqt2eLbnhKtv4pYwCr3ezgTKVXiidfsW+nYX8l1CHFWzW6k0 f+4uL49zwESQsW11eX7ItRFokzqKb5mm2igF5tv3JAaqj2RpmufrnONBmrP4ZqfPNE6x QQnrx7tGgiG6BB/8fRJz8okGf0cD8nSrGbL9BjMar3GymVHPf1ad+BWxiJu3bCN0majw nmDraU+m8ctOIWUpmQvuAQMDu3/8vurpMYkoYtxT1j0yFk/OaxGxAWWiXazR40LhBuYz qISv/tZNY++98Qr2e0QNynvIoMOj2d38FzFj14JQhY8fhs3kG64QTttH/aLbupaUVAOo mUMg== MIME-Version: 1.0 Received: by 10.204.9.22 with SMTP id j22mr18913162bkj.114.1356949607571; Mon, 31 Dec 2012 02:26:47 -0800 (PST) Received: by 10.204.11.86 with HTTP; Mon, 31 Dec 2012 02:26:47 -0800 (PST) Date: Mon, 31 Dec 2012 18:26:47 +0800 Message-ID: Subject: 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:26:54 -0000 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