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] [PATCH][TOOLS] pygrub: cleanup and support for NetBSD

To: INAKOSHI Hiroya <inakoshi.hiroya@xxxxxxxxxxxxxx>, Christoph Egger <Christoph.Egger@xxxxxxx>
Subject: Re: [Xen-devel] [PATCH][TOOLS] pygrub: cleanup and support for NetBSD
From: Keir Fraser <keir.fraser@xxxxxxxxxxxxx>
Date: Fri, 28 Mar 2008 07:35:33 +0000
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 28 Mar 2008 00:36:34 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <47EC9D89.1030506@xxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AciQpk4jjG0YTPyZEdykTwAWy6hiGQ==
Thread-topic: [Xen-devel] [PATCH][TOOLS] pygrub: cleanup and support for NetBSD
User-agent: Microsoft-Entourage/11.4.0.080122
Fixed as changeset 17314.

 -- Keir

On 28/3/08 07:26, "INAKOSHI Hiroya" <inakoshi.hiroya@xxxxxxxxxxxxxx> wrote:

> Hi Christoph,
> 
> your patch made my linux guest unbootable.  Here is the xend.log.
> 
> Regards,
> Hiroya
> 
> 2008-03-28 16:11:07 4582] DEBUG (XendDomainInfo:2279)
> XendDomainInfo.destroy: domid=1
> [2008-03-28 16:11:07 4582] DEBUG (XendDomainInfo:2296)
> XendDomainInfo.destroyDomain(1)
> [2008-03-28 16:11:07 4582] DEBUG (XendDomainInfo:1857) No device model
> [2008-03-28 16:11:07 4582] DEBUG (XendDomainInfo:1859) Releasing devices
> [2008-03-28 16:11:07 4582] ERROR (SrvBase:88) Request start failed.
> Traceback (most recent call last):
>   File "//usr/lib/python/xen/web/SrvBase.py", line 85, in perform
>     return op_method(op, req)
>   File "//usr/lib/python/xen/xend/server/SrvDomain.py", line 77, in op_start
>     return self.xd.domain_start(self.dom.getName(), paused)
>   File "//usr/lib/python/xen/xend/XendDomain.py", line 1030, in domain_start
>     dominfo.start(is_managed = True)
>   File "//usr/lib/python/xen/xend/XendDomainInfo.py", line 420, in start
>     XendTask.log_progress(31, 60, self._initDomain)
>   File "//usr/lib/python/xen/xend/XendTask.py", line 209, in log_progress
>     retval = func(*args, **kwds)
>   File "//usr/lib/python/xen/xend/XendDomainInfo.py", line 2046, in
> _initDomain
>     self._configureBootloader()
>   File "//usr/lib/python/xen/xend/XendDomainInfo.py", line 2446, in
> _configureBootloader
>     bootloader_args, kernel, ramdisk, args)
>   File "//usr/lib/python/xen/xend/XendBootloader.py", line 70, in bootloader
>     termios.tcsetattr(m1, termios.TCSANOW, attr)
> NameError: global name 'attr' is not defined
> 
> 
> Christoph Egger wrote:
>> Hi Keir,
>> 
>> Attached patch gets rid of the global attr variable and adds support for
>> NetBSD.
>> 
>> Signed-off-by: Christoph Egger <Christoph.Egger@xxxxxxx>
>> 
>> 
>> ------------------------------------------------------------------------
>> 
>> _______________________________________________
>> Xen-devel mailing list
>> Xen-devel@xxxxxxxxxxxxxxxxxxx
>> http://lists.xensource.com/xen-devel
> 
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel



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

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