[XEN] xs_single device/vbd xs_talkv read_reply panic: bad stray interrupt

Brad Pitney pitney.brad at googlemail.com
Sun Aug 24 10:00:35 UTC 2008


On Sun, Aug 24, 2008 at 2:08 AM, Kip Macy <kmacy at freebsd.org> wrote:
> Oops please send me your config it looks like the device number starts
> at 767 and not 768.
>
> -Kip
>

my config:
name = "bldr-fbsd32"
kernel = "/var/xen/" + name + "/kernel"
disk = [ 'file://var/xen/' + name + '/xbd0,0x01,w',
         'file://var/xen/' + name + '/xbd1,0x02,w',
         'file://var/xen/' + name + '/xbd2,0x03,w' ]
vif = [ 'mac=00:bd:c4:12:00:ef,bridge=bridge0' ]
memory = 256
on_crash = 'preserve'
extra = "boot_single"
extra += ",vfs.root.mountfrom=ufs:/dev/xbd-768s1a"
extra += ",kern.hz=100"

files:
xbd0 = 1G file
xbd1 = 512M file
xbd2 = 6G file

just about to try the latest change

-- 
Best regards,
 Brad


More information about the freebsd-current mailing list