From owner-freebsd-xen@FreeBSD.ORG Sat Feb 12 09:20:10 2011 Return-Path: Delivered-To: freebsd-xen@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48E6F1065672 for ; Sat, 12 Feb 2011 09:20:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 37EC48FC35 for ; Sat, 12 Feb 2011 09:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p1C9KAXf073400 for ; Sat, 12 Feb 2011 09:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p1C9KAEe073399; Sat, 12 Feb 2011 09:20:10 GMT (envelope-from gnats) Date: Sat, 12 Feb 2011 09:20:10 GMT Message-Id: <201102120920.p1C9KAEe073399@freefall.freebsd.org> To: freebsd-xen@FreeBSD.org From: Janne Snabb Cc: Subject: Re: kern/154302: xn0: Error 2 parsing device/vif/0/mac [WORKAROUND] X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Janne Snabb List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Feb 2011 09:20:10 -0000 The following reply was made to PR kern/154302; it has been noted by GNATS. From: Janne Snabb To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/154302: xn0: Error 2 parsing device/vif/0/mac [WORKAROUND] Date: Sat, 12 Feb 2011 09:12:06 +0000 (UTC) Justin T. Gibbs pointed out[1] that there is a simple workaround to this problem: Just remove 'type=ioemu' from the Xen domU's configuration. For example change: vif = [ 'type=ioemu, bridge=br0' ] ...to: vif = [ 'bridge=br0' ] After that the the mac node magically appears on the front-end side: # xenstore-read device/vif/0/mac 00:16:3e:69:3e:99 I think there is still a need for a patch though because not everyone (for examle VPS customers) have access to their domU's configuration. References: [1] http://lists.freebsd.org/pipermail/freebsd-xen/2011-February/000825.html -- Janne Snabb / EPIPE Communications snabb@epipe.com - http://epipe.com/