From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Florath Subject: Re: KeyError: 'use_tmp_kernel' with -unstable Date: Sun, 26 Jul 2009 23:09:36 +0200 Message-ID: <4A6CC610.4040608@flonatel.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Jun Koi Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hello! IMHO the bug is, that not in all code paths the 'use_tmp_xxx' is set. So a more robust if-statement would be if 'use_tmp_xxx' in vmConfig ... You reported, that this error occurred during the start of xend. Is it possible, that there were one/some VMs which were started directly during the startup of xend? If so, can you please provide some information about the VMs: OS / Distributuion / PV or HVM? (If not so, I'm a little bit confused, because the 'use_tmp_xxx' were build up in the VM start path and in the stack trace there is at least one 'recreate'.) Background: The 'data:' and 'schema:' handling feature was removed from the repository because of this bug report. But before providing a corrected version, I want to be sure that I'll get all aspects of this error report - especially I want to extend my local regression test suite. Kind regards Andreas Florath