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] Create DOM1 problems again

To: "Ian Pratt" <Ian.Pratt@xxxxxxxxxxxx>
Subject: Re: [Xen-devel] Create DOM1 problems again
From: "Xiaofang Chen" <xiachen@xxxxxxxxxxx>
Date: Wed, 7 Apr 2004 20:32:20 -0600
Cc: <Xen-devel@xxxxxxxxxxxxxxxxxxxxx>
Delivery-date: Thu, 08 Apr 2004 03:34:46 +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>
References: <E1B8aw8-00065U-00@xxxxxxxxxxxxxxxxx>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
Hi,

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.

When I create a new domain,
    ./xc_dom_create.py -Dvmid=1
        Parsing config file '/etc/xc/defaults'
        VM image           : "/boot/xenolinux.gz"
        VM ramdisk         : ""
        VM memory (MB)     : "16"
        VM IP address(es)  : "169.254.1.1"
        VM block device(s) : "phy:hda12,hda12,w; phy:hda11,hda11,r"
        VM cmdline         :
"ip=169.254.1.1:169.254.1.0:155.99.182.1:255.255.254.0::eth0:on
root=/dev/hda12 ro 4 VMID=1"
        VM started in domain 2

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 output of the xen_read_console is in the attachment.

I have killed 'kudzu', 'keytable' and 'gpm', and set "BOOTPROTO=static".
Could you help me figure out where is the problem?

Thanks.
Xiaofang


> > As said before, now the problem is I cannot ping 169.254.1.1,so cannot
ssh
> > in DOM1 either.
>
> First, kill 'kudzu', 'keytable' and 'gpm' from the rc scripts. It
> looks like you're using run level for, so:
>
>   rm /etc/rc4.d/*{kudzu,gpm, keytable}
>
> Next, it looks like your rc scripts are trying to use DHCP to
> get an IP address, overriding the address you're passing in on
> the command line. [you could use DHCP to configure the address,
> but it doesn't look like you've configured such a server]
>
> Make sure that "BOOTPROTO=static" in
> /etc/sysconfig/network-scripts/ifcfg-eth0
>
> Also check all the files under /etc/sysconfig/networking/
>
> Ian

Attachment: xen_read_console.txt
Description: Text document

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