WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

RE: [Xen-devel] Problem in domain creation

To: "Ian Pratt" <Ian.Pratt@xxxxxxxxxxxx>
Subject: RE: [Xen-devel] Problem in domain creation
From: "Subramanian, Sundar" <Sundar.Subramanian@xxxxxx>
Date: Mon, 29 Mar 2004 10:13:36 -0500
Cc: <Xen-devel@xxxxxxxxxxxxxxxxxxxxx>
Delivery-date: Mon, 29 Mar 2004 16:19:43 +0100
Envelope-to: steven.hand@xxxxxxxxxxxx
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
Thread-index: AcQUwabVB2TbDF1GRcy/jSudrO1BywA3gKNQ
Thread-topic: [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

<Prev in Thread] Current Thread [Next in Thread>