|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] Problem in domain creation
Hello group,
When I use the command xen_read_console &
I get the error: could not bind to local address and port
And when I give the command xc_dom_create.py with the proper parameters
I get VM started in Domain 1 message.
The binding error persists even if I restart the machine and try it.
And the process xen_read_console is not seen when I do a ps -aux.
Can somebody please suggest what I am doing wrong
Thanks in advance,
Regards,
Sundar Subramanian
-----Original Message-----
From: Ian Pratt [mailto:Ian.Pratt@xxxxxxxxxxxx]
Sent: Sunday, March 28, 2004 6:09 PM
To: hsuresh@xxxxxxx; Subramanian, Sundar
Cc: Xen-devel@xxxxxxxxxxxxxxxxxxxxx; Ian.Pratt@xxxxxxxxxxxx
Subject: Re: [Xen-devel] Problem in domain creation
> Hi Group,
> I recently downloaded Xen and now am trying to create
> domains using it. When I create a new domain using xc_dom_create.py
> tool, I get an error in the xen console:
> FAT: bogus logical sector size 0
> UMSDOS: msdos_read_super failed, mount aborted.
> FAT: bogus logical sector size 0
> FAT: bogus logical sector size 0
> Kernel Panic: VFS: Unable to mount root fs on 08:15
>
> Can you tell me what the problem is?
It's looking for a root filesystem on sda15 and failing to find
one, presumably because your config file doesn't contain a
vbd_list that grants the new domain access to sda15 e.g.
vbd_list = [ ('phy:sda15','sda15','w') ]
Ian
-------------------------------------------------------
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_id70&alloc_id638&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|