From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx.insigma.com.cn ([115.236.48.170] helo=WX-Edge.insigma.com.cn) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RM9yK-0000Kg-U7 for openembedded-core@lists.openembedded.org; Fri, 04 Nov 2011 03:57:38 +0100 Received: from WX-ExchMB.insigma.com.cn (10.0.1.203) by WX-Edge.insigma.com.cn (10.0.1.205) with Microsoft SMTP Server (TLS) id 8.1.436.0; Fri, 4 Nov 2011 10:51:03 +0800 Received: from [192.168.0.98] (122.224.76.38) by WX-ExchMB.insigma.com.cn (10.0.1.203) with Microsoft SMTP Server id 8.1.240.5; Fri, 4 Nov 2011 10:51:02 +0800 Message-ID: <1320375012.1504.22.camel@localhost.localdomain> From: Ni Qingliang To: Date: Fri, 4 Nov 2011 10:50:12 +0800 Organization: Insigma X-Mailer: Evolution 3.2.1 MIME-Version: 1.0 Subject: about the qemu net interface name X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: niqingliang@insigma.com.cn, Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2011 02:57:38 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit file: scripts/runqemu-internal line153: POSSIBLE=`$IFCONFIG -a|grep '^tap' | awk `{print $1}'` on archlinux, I got that: tap0: tap1: maybe it should be: tap0 tap1 Is it right? so I change it to POSSIBLE=`$IFCONFIG -a|grep '^tap' | awk `{print $1}' | sed 's/:$//'` -- Yi Qingliang niqingliang@insigma.com.cn https://niqingliang2003.wordpress.com