Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Nov 2010 13:45:59 -0800
From:      Sean Bruno <seanbru@yahoo-inc.com>
To:        "Justin T.Gibbs" <gibbs@scsiguy.com>
Cc:        "freebsd-xen@freebsd.org" <freebsd-xen@freebsd.org>, "luke@hybrid-logic.co.uk" <luke@hybrid-logic.co.uk>
Subject:   Re: Xen PV drivers for FreeBSD
Message-ID:  <1291153559.2928.198.camel@home-yahoo>
In-Reply-To: <CCE88FD4-3DA7-41A3-B1AF-B6B694002828@onapp.com>
References:  <F2A3BA64-0E11-4FD3-9373-54D99023D06F@onapp.com> <4CED1799.6030608@scsiguy.com> <A95F020F-4977-4CB8-A0FC-3F698939060F@onapp.com> <1290619446.2630.63.camel@home-yahoo>	<1290781561.30429.289.camel@pow> <8E57474B-C39A-4B22-BDA5-373047093D8E@onapp.com> <4CF04C1E.2080906@scsiguy.com> <7AD6B2AA-AF37-4B09-AFC6-7447E9078F59@onapp.com> <4CF3C15D.6050105@scsiguy.com> <56A316BA-A9C1-4D3E-9B48-8B10E2B81B22@onapp.com> <99072F77-647D-4EF5-BAEA-D7172B36D9DE@onapp.com> <D7982712-DF68-43FA-83C3-9A939D8602E7@onapp.com> <62E0B248-CE58-4EA6-86B8-726108A72E16@onapp.com> <CCE88FD4-3DA7-41A3-B1AF-B6B694002828@onapp.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Yeah, I'm not seeing this patch in -stable 8 yet.

sean

On Tue, 2010-11-30 at 07:35 -0800, Yuriy Kohut wrote:
> switching to todays updates on RELENG_8 the following is got:
> -----------------
> xctrl: xctrl0 already exists; skipping it
> xctrl0: <Xen Control Device> on xenstore0
> run_interrupt_driven_hooks: still waiting after 60 seconds for xpt_config xen_usb_nop_confighook_cb xenbusb_nop_confighook_cb
> t_delta ... to long
> -----------------
> 
> And message repeats every 60 sec.
> ---
> Yura
> 
> On Nov 30, 2010, at 5:07 PM, Yuriy Kohut wrote:
> 
> > Hi, ones more
> > 
> > Here is some results of my investigation running FreeBSD amd64 HVM Xen DomU with PV drivers installed (XENHVM config is used).
> > .
> > FreeBSD was booted on "Boot FreeBSD with verbose logging" mode.
> > 
> > Custom kernel was built using
> > -  8.1-RELEASE sources from src/sys installed with sysinstall
> > - RELENG_8_1 get with csup/cvsup 
> > - RELENG_8 get with csup/cvsup
> > 
> > Every time the same error got, and boot stops:
> > ------------
> > ata1: New device: 00020001
> > ata1-slave: pio=PIO4 wdma=WDMA2 udma=UDMA100 cable=40 wire
> > ...
> > ata1: reinit done ..
> > unknown: FAILURE - ATA_IDENTIFY timed aut LBA=0
> > ------------
> > The next messages are CDROM detection. And after that boot stops.
> > 
> > 
> > 
> > Here is config I'm using for DomU:
> > ------------
> > kernel = "/usr/lib/xen/boot/hvmloader"
> > builder='hvm'
> > memory = 1024
> > #shadow_memory = 8
> > name = "freebsd-8.1"
> > vif = [ 'bridge=eth0', ]
> > disk = [ 
> > 'tap:aio:/opt/images/freebsd-8.1-test.img,hda,w', 
> > "tap:aio:/opt/images/freebsd-8.1-swap.img,hdb,w",
> > #"phy:/dev/vg0/lvol18,ioemu:hdb,w", 
> > 'file:/opt/iso/boot-freebsd.iso,hdd:cdrom,r' ]
> > device_model = "/usr/lib64/xen/bin/qemu-dm"
> > boot="cd"
> > sdl=0
> > vnc=1
> > vncpasswd=''
> > stdvga=0
> > serial='pty'
> > acpi=1
> > apic=1
> > stdvga=0
> > ------------
> > 
> > 
> > Justin, I'm still not seing your update with csup for sys/kern/subr_autoconf.c in RELENG_8
> > ---
> > Yura
> > 
> > On Nov 30, 2010, at 1:26 PM, Yuriy Kohut wrote:
> > 
> >> Just built XENHVM based on RELENG_8 and got kernel panic.
> >> 
> >> Please find VNC console snapshot attached.
> >> 
> >> 
> >> 
> >> Unfortunately I have no way to copy/paste from VNC.
> >> ---
> >> Yura
> >> 
> >> On Nov 30, 2010, at 11:36 AM, Yuriy Kohut wrote:
> >> 
> >>> Hi, Justin,
> >>> 
> >>> I'm using cvsup (csup) and still didn't see the merge on the RELENG_8...
> >>> 
> >>> ---
> >>> Yura
> >>> 
> >>> On Nov 29, 2010, at 5:29 PM, Yuriy Kohut wrote:
> >>> 
> >>>> Ok, I'll check and let you know results
> >>>> 
> >>>> Thank you
> >>>> ---
> >>>> Yura
> >>>> 
> >>>> On Nov 29, 2010, at 5:06 PM, Justin T. Gibbs wrote:
> >>>> 
> >>>>> On 11/29/2010 6:50 AM, Yuriy Kohut wrote:
> >>>>>> Hi,
> >>>>>> 
> >>>>>> I have just build XENHVM from RELANG_8 cvs tag.
> >>>>>> 
> >>>>>> VM stuck on booting too. The last message in VNC console was:
> >>>>>> -----
> >>>>>> xctrl0: <Xen Control Device> on xenstore0
> >>>>>> -----
> >>>>>> 
> >>>>>> Could somebody please suggest ?
> >>>>> 
> >>>>> I neglected to merge SVN revision 211236 into -stable, and this
> >>>>> should be the cause of your hang.  I just submitted the merge,
> >>>>> but it will take a little while for it to be replicated into
> >>>>> CVS.  Once you've pulled down this revision (it updates
> >>>>> sys/kern/subr_autoconf.c), can you rebuild, test, and report
> >>>>> your results?
> >>>>> 
> >>>>> Thanks,
> >>>>> Justin
> >>>> 
> >>>> _______________________________________________
> >>>> freebsd-xen@freebsd.org mailing list
> >>>> http://lists.freebsd.org/mailman/listinfo/freebsd-xen
> >>>> To unsubscribe, send any mail to "freebsd-xen-unsubscribe@freebsd.org"
> >>> 
> >>> _______________________________________________
> >>> freebsd-xen@freebsd.org mailing list
> >>> http://lists.freebsd.org/mailman/listinfo/freebsd-xen
> >>> To unsubscribe, send any mail to "freebsd-xen-unsubscribe@freebsd.org"
> >> 
> >> _______________________________________________
> >> freebsd-xen@freebsd.org mailing list
> >> http://lists.freebsd.org/mailman/listinfo/freebsd-xen
> >> To unsubscribe, send any mail to "freebsd-xen-unsubscribe@freebsd.org"
> > 
> > _______________________________________________
> > freebsd-xen@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-xen
> > To unsubscribe, send any mail to "freebsd-xen-unsubscribe@freebsd.org"
> 
> _______________________________________________
> freebsd-xen@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-xen
> To unsubscribe, send any mail to "freebsd-xen-unsubscribe@freebsd.org"





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1291153559.2928.198.camel>