|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] domU panic changeset: 7369:92c6021f23e4
> FC4, tyan 2462 SMP, domU happens every time.
What kernel config is this? I'm guessing it's a homebrew.
> SCSI subsystem initialized
...
> xen_blk: Initialising virtual block device driver Registering
> block device major 8
> register_blkdev: cannot get major 8 for sd
You're trying to import a disk as a scsi device, but you've configured
the kernel with a real scsi subsytem that has already grabbed the major.
> WARNING: Failed to register Xen virtual console driver as 'tty1'
...
> Warning: unable to open an initial console.
Similarly, looks like tty1 has already gone.
You may wish to set xencons=ttyS0 or similar.
Please tell us if you're modifying config files when reporting bugs.
Ian
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|