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] 2.6.28 64-bit domU not booting

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-devel] 2.6.28 64-bit domU not booting
From: dbaxps <bderzhavets@xxxxxxxxx>
Date: Sun, 1 Feb 2009 07:13:54 -0800 (PST)
Delivery-date: Sun, 01 Feb 2009 07:14:25 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4964F258.9070507@xxxxxxxxxxxx>
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/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <4961FABF.1020304@xxxxxxxxxxxx> <1231165466.2648.55.camel@xxxxxxxxxxxxxxxxxxxxxx> <49624D6D.9020609@xxxxxxxxxxxx> <1231235659.2648.146.camel@xxxxxxxxxxxxxxxxxxxxxx> <49636C8E.3060102@xxxxxxxxxxxx> <1231253811.2648.188.camel@xxxxxxxxxxxxxxxxxxxxxx> <496371BD.5070809@xxxxxxxxxxxx> <4964ADF7.5020605@xxxxxxxxxxxx> <1231335225.5448.25.camel@xxxxxxxxxxxxxxxxxxxxxx> <4964B09B.3040305@xxxxxxxxxxxx> <4964BB55.40807@xxxxxxxxxxxx> <20090107152545.GD15052@xxxxxxxxxxxxxxx> <4964D5FE.8030805@xxxxxxxxxxxx> <20090107162332.GE15052@xxxxxxxxxxxxxxx> <4964D784.6060906@xxxxxxxxxxxx> <20090107171557.GF15052@xxxxxxxxxxxxxxx> <4964EF27.7090708@xxxxxxxxxxxx> <20090107181729.GH15052@xxxxxxxxxxxxxxx> <4964F258.9070507@xxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx

Valtteri Kiviniemi wrote:
> 
>>Hi,
> 
>>Do you mean kernel.org vanilla 2.6.27.x or 
>>http://xenbits.xensource.com/ext/linux-2.6.27-xen.hg ?
> 
>>Vanilla 2.6.27 is making the same error message and crash and that 
>>(Novells?) patched 2.6.27 I don't seem to get compile properly
> 
> Novell's patched kernel 2.6.27.5 gets properly compiled and  works stable
> under Xen Hypervisor 3.3.0 & 3.3.1 
> (except shutdown Xen Host, just reboots smoothly to another CentOS 5.2
> instance on same host):-
> http://lxer.com/module/newswire/view/114358/index.html
> http://lxer.com/module/newswire/view/115378/index.html
> 
> 
> - Valtteri Kiviniemi
> 
> Pasi Kärkkäinen kirjoitti:
>> On Wed, Jan 07, 2009 at 08:06:31PM +0200, Valtteri Kiviniemi wrote:
>>> Hi,
>>>
>>> Changing vcpus to one and using only xvda disk produces this error:
>>>
>>> root@xen-1:~# xm create dataproof.cfg -c
>>> Using config file "/etc/xen/dataproof.cfg".
>>> Started domain dataproof
>>> Unexpected error: exceptions.OSError
>>>
>>> Please report to xen-devel@xxxxxxxxxxxxxxxxxxx
>>> Traceback (most recent call last):
>>>   File "/usr/sbin/xm", line 10, in ?
>>>     main.main(sys.argv)
>>>   File "//usr/lib64/python/xen/xm/main.py", line 2884, in main
>>>     _, rc = _run_cmd(cmd, cmd_name, args)
>>>   File "//usr/lib64/python/xen/xm/main.py", line 2908, in _run_cmd
>>>     return True, cmd(args)
>>>   File "<string>", line 1, in <lambda>
>>>   File "//usr/lib64/python/xen/xm/main.py", line 1376, in
>>> xm_importcommand
>>>     cmd.main([command] + args)
>>>   File "//usr/lib64/python/xen/xm/create.py", line 1328, in main
>>>     do_console(sxp.child_value(config, 'name', -1))
>>>   File "//usr/lib64/python/xen/xm/create.py", line 1355, in do_console
>>>     (p, rv) = os.waitpid(cpid, os.WNOHANG)
>>> OSError: [Errno 10] No child processes
>>>
>>> and when running it again it produces this error:
>>>
>>> root@xen-1:~# xm create dataproof.cfg -c
>>> Using config file "/etc/xen/dataproof.cfg".
>>> Started domain dataproof
>>> xenconsole: Could not open tty `/dev/pts/5': No such file or directory
>>>
>>> and third time
>>>
>>> root@xen-1:~# xm create dataproof.cfg -c
>>> Using config file "/etc/xen/dataproof.cfg".
>>> Started domain dataproof
>>>
>>> and then it just crashes like before
>>>
>> 
>> Hmm.. does 2.6.27.x pv_ops domU work for you? 
>> 
>> -- Pasi
>> 
>> _______________________________________________
>> 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
> 
> 

-- 
View this message in context: 
http://www.nabble.com/2.6.28-64-bit-domU-not-booting-tp21290067p21776232.html
Sent from the Xen - Dev mailing list archive at Nabble.com.


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

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-devel] 2.6.28 64-bit domU not booting, dbaxps <=