|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Create DOM1 problems again
> I have similar problem as the previous email--I cannot ping 169.254.1.1.
> But the ways that Ian suggested don't work for me.
>
> <...>
>
> But when I used "./xc_dom_control.py list", there is only one domain.
> Dom Name Mem(kb) CPU State Time(s)
> 0 Domain-0 480000 0 r- 5152
The domain isn't running -- so it's unlikely to respond to network packets.
> [1] root_device_name = hda12
> [1] FAT: bogus logical sector size 0
> [1] UMSDOS: msdos_read_super failed, mount aborted.
> [1] FAT: bogus logical sector size 0
> [1] FAT: bogus logical sector size 0
> [1] Kernel panic: VFS: Unable to mount root fs on 03:0c
It failed to mount a root fs. In fact, the domain didn't find any
virtual block devices. This isn't a networking problem. Try executing
'xc_dom_control.py listvbds' before the domain dies and see if
anything is listed.
If the domain dies too quickly for you to be able to list its VBDs,
then temporarily remove the call to xc.domain_start() in
xc_dom_create.py.
-- Keir
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|