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] xend.log when pygrub failed to boot

To: Xen List <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] xend.log when pygrub failed to boot
From: Tapas Mishra <mightydreams@xxxxxxxxx>
Date: Sat, 22 May 2010 10:15:05 +0530
Delivery-date: Fri, 21 May 2010 21:46:40 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=StzbjSeFK9eDnZ+S1Tg5nxmKAwIPRHijG5eicqnACtc=; b=iqFSWDQ02jDy2IdDfuq7OLrCVFuRjUSP3vHjg1jT5sa/IsmBEoq8WRrn3umNsdtklm hRXCbbXDBB9iGFeVVvkM8rQVAr7PeSTY4trHNzL0C0mj7Y1pd/Ggn3ysMKZwD4uldCtF DYxRoNk/Ly8QQag8/+6NKSafITdYD94D+wu6U=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=CIVXgSSfDyuq8tw0UNMBUpjHYErpv75EQxKKH9KrjWs83cps06OMVu5Q99mKDcFp24 4WqSJ0ZzAiWQfIDb/r+tjBcX2VIdaCi7K9j5O0iK1xax3l6KaDrTITRLPnIxGSVlS0XM yPz+QfM51uU6UEZnvSJlrMrRcgEUliVxK/r9M=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
I have uploaded xend.log
http://pastebin.com/XyQkEits
and daemon.log
http://pastebin.com/m0fpnzyR
I was creating a DomU which had failed to boot via pygrub.
It seems problem lies in Debian itself
 /var/run/xend/boot/ does not exist on the target system.
Here is a snapshot
http://farm5.static.flickr.com/4006/4626021351_d1a6f9c014_b.jpg
Following was the error

Traceback (most recent call last):
>> >> >>  File "./pygrub", line 657, in <module>
>> >> >>    dir="/var/run/xend/boot")
>> >> >>  File "/usr/lib/python2.5/tempfile.py", line 302, in mkstemp
>> >> >>    return _mkstemp_inner(dir, prefix, suffix, flags)
>> >> >>  File "/usr/lib/python2.5/tempfile.py", line 236, in _mkstemp_inner
>> >> >>    fd = _os.open(file, flags, 0600)
>> >> >> OSError: [Errno 2] No such file or directory:
>> >> >> '/var/run/xend/boot/boot_kernel.je5fbt'


Googling 
http://www.google.co.in/search?sourceid=chrome&client=ubuntu&channel=cs&ie=UTF-8&q=OSError:+[Errno+2]+No+such+file+or+directory:+'/var/run/xend/boot/boot_kernel.je5fbt
did not gave any thing fruitful.
-- 
Tapas

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] xend.log when pygrub failed to boot, Tapas Mishra <=