Re: FreeBSD HVM+PV boot hangs with phy: run_interrupt_driven_hooks: still waiting after 60 seconds for xenbusb_nop_confighook_cb

2011-05-22 Thread Mike C.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I just tested this successfully with LVM and using block device (disk = [ 'phy:/dev/mapper/vgXen-lv01,xvda,w' ]). Thanks for the fix ;) On 05/20/11 18:13, Manuel Bouyer wrote: > This problem should now be fixed in xentools33 and 41 (I've > successfu

Re: FreeBSD HVM+PV boot hangs with phy: run_interrupt_driven_hooks: still waiting after 60 seconds for xenbusb_nop_confighook_cb

2011-05-20 Thread Manuel Bouyer
This problem should now be fixed in xentools33 and 41 (I've successfully booted a FreeBSD HVMPV kernel with phy:/dev/vnd0d). I also integrated haad@'s patch to properly get the partition size. -- Manuel Bouyer NetBSD: 26 ans d'experience feront toujours la difference --

Re: FreeBSD HVM+PV boot hangs with phy: run_interrupt_driven_hooks: still waiting after 60 seconds for xenbusb_nop_confighook_cb

2011-05-20 Thread Manuel Bouyer
On Fri, May 20, 2011 at 01:35:18PM +0200, Manuel Bouyer wrote: > > > > If I create a FreeBSD VM and use file:, XENHVM will boot to completion. > > > > If I vnconfig that same file, then it will hang. On lvm storage it will > > also hang. > > > > So it seems to be related to using phy:. > > It c

Re: FreeBSD HVM+PV boot hangs with phy: run_interrupt_driven_hooks: still waiting after 60 seconds for xenbusb_nop_confighook_cb

2011-05-20 Thread Janne Snabb
On Fri, 20 May 2011, Manuel Bouyer wrote: > I found it: for HVMPV one has to remove 'ioemu' from the vif config. > Now I can look at the block device issue. Yeah, see: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/154302 Hopefully someone can commit a fix one day... lots of people are hitting

Re: FreeBSD HVM+PV boot hangs with phy: run_interrupt_driven_hooks: still waiting after 60 seconds for xenbusb_nop_confighook_cb

2011-05-20 Thread Manuel Bouyer
On Fri, May 20, 2011 at 01:35:18PM +0200, Manuel Bouyer wrote: > On Wed, Apr 27, 2011 at 01:21:03AM +0100, Hugo Silva wrote: > > Hello, > > > > Just as the subject says. > > > > dom0 is NetBSD 5.99.49/Xen 3.3.2 and domU is FreeBSD 8.2-STABLE (same > > happens with -RELEASE). > > I tried to boot

Re: FreeBSD HVM+PV boot hangs with phy: run_interrupt_driven_hooks: still waiting after 60 seconds for xenbusb_nop_confighook_cb

2011-05-20 Thread Manuel Bouyer
On Wed, Apr 27, 2011 at 01:21:03AM +0100, Hugo Silva wrote: > Hello, > > Just as the subject says. > > dom0 is NetBSD 5.99.49/Xen 3.3.2 and domU is FreeBSD 8.2-STABLE (same > happens with -RELEASE). I tried to boot a FreeBSD 8.2-RELEASE on both Xen 3.3 and 4.1, the HVMPV kernel dies with a panic

Re: FreeBSD HVM+PV boot hangs with phy: run_interrupt_driven_hooks: still waiting after 60 seconds for xenbusb_nop_confighook_cb

2011-04-29 Thread Hugo Silva
On 04/27/11 01:21, Hugo Silva wrote: > Hello, > > Just as the subject says. > > dom0 is NetBSD 5.99.49/Xen 3.3.2 and domU is FreeBSD 8.2-STABLE (same > happens with -RELEASE). > > If I create a FreeBSD VM and use file:, XENHVM will boot to completion. > > If I vnconfig that same file, then it w