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

Re: [Xen-users] Error: Invalid event handling mode: shutdown

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Error: Invalid event handling mode: shutdown
From: khansik <hans@xxxxxxxxxx>
Date: Fri, 19 Feb 2010 20:51:44 -0800 (PST)
Delivery-date: Fri, 19 Feb 2010 20:52:49 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <27663199.post@xxxxxxxxxxxxxxx>
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <27663199.post@xxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Ok. I've found the problem on_poweroff='shutdown', I've changed to 'restart'
and it is ok. The function responsible for check:

 def _actions_sanity_check(self):
        for event in ['shutdown', 'reboot', 'crash']:
            if self['actions_after_' + event] not in CONFIG_RESTART_MODES:
                raise XendConfigError('Invalid event handling mode: ' +
                                      event)

Best Regards,
Hans


khansik wrote:
> 
> Hi!
> I installed Xen Community version on Ubuntu 64bit. I created guest (Ubuntu
> - DomU) with LVM storage.
> When I started system (Dom0 and DomU) my server froze and I had to do
> manual reset.
> From reboot I cannot start guest (DomU) and get error Error: Invalid event
> handling mode: shutdown.
> How can I restore guest start?
> I can mount LVM disk and File system seems ok, I'm not sure where XEN
> writes state about unclean shutdown.
> 
> Best Regards,
> Hans
> 

-- 
View this message in context: 
http://old.nabble.com/Error%3A-Invalid-event-handling-mode%3A-shutdown-tp27663199p27663597.html
Sent from the Xen - User mailing list archive at Nabble.com.


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

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