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-users

[Xen-users] why my virtual server doesn't boot when I reboot

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] why my virtual server doesn't boot when I reboot
From: Paul Archer <parcher@xxxxxxx>
Date: Fri, 16 Mar 2007 10:10:15 -0500 (CDT)
Delivery-date: Fri, 16 Mar 2007 08:09:29 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <E1HSDQy-0007n8-QA@host-192-168-0-1-bcn-london>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <E1HSDQy-0007n8-QA@host-192-168-0-1-bcn-london>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
I put the file xmdeconfig in the auto directory:

-------
[root@charon xen]# ln -s xmdefconfig /etc/xen/auto/
------



I don't understand why my virtual server doesn't boot when I reboot Dom0?

Thanks for your help


Patrice



This looks like it may be a simple Unix command problem. When you run 'ln -s',
the source (in this case, 'xmdefconfig') has to be in the form of the path from
the destination (in this case, '/etc/xen/auto').
My guess is that if you look at /etc/xen/auto/xmdefconfig, it's not pointing to
the right place.
TIP: if the source (first arg) of an ln -s is a relative path name, then always
run your ln -s from the destination directory:
# cd /etc/xen/auto
# ln -s ../xmdefconfig .

Paul

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] why my virtual server doesn't boot when I reboot, Paul Archer <=