From owner-freebsd-xen@FreeBSD.ORG Sat Apr 26 08:30:01 2014 Return-Path: Delivered-To: freebsd-xen@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5DA35A9B for ; Sat, 26 Apr 2014 08:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4ABCC1298 for ; Sat, 26 Apr 2014 08:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3Q8U10o073818 for ; Sat, 26 Apr 2014 08:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3Q8U1QD073817; Sat, 26 Apr 2014 08:30:01 GMT (envelope-from gnats) Date: Sat, 26 Apr 2014 08:30:01 GMT Message-Id: <201404260830.s3Q8U1QD073817@freefall.freebsd.org> To: freebsd-xen@FreeBSD.org Cc: From: Thomas Zelch Subject: Re: bin/188990: [xen] dhclient(8) does not accept DHCP Offer on FreeBSD 10 as Xen DomU Guest X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Thomas Zelch 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, 26 Apr 2014 08:30:01 -0000 The following reply was made to PR bin/188990; it has been noted by GNATS. From: Thomas Zelch To: =?iso-8859-1?Q?Roger_Pau_Monn=E9?= Cc: bug-followup@FreeBSD.org Subject: Re: bin/188990: [xen] dhclient(8) does not accept DHCP Offer on FreeBSD 10 as Xen DomU Guest Date: Sat, 26 Apr 2014 10:29:03 +0200 Hi Roger, The Dom0 is running Arch Linux with the following Kernel: Linux central 3.14.1-1-ARCH #1 SMP PREEMPT Mon Apr 14 20:40:47 CEST 2014 = x86_64 GNU/Linux The Xen Version is 4.4.0. The DHCP Service is delivered by another DomU, running Arch Linux with = the same Kernel and dnsmasq 2.69. Regards, Thomas Am 26.04.2014 um 09:15 schrieb Roger Pau Monn=E9 : > Hello, >=20 > Could you provide more info about the Dom0 kernel version? >=20 > Roger.