[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Xen-users] Error: No such file or directory


  • To: "Weikuan Yu" <weikuan.yu@xxxxxxxxx>, xen-users@xxxxxxxxxxxxxxxxxxx
  • From: "Petersson, Mats" <Mats.Petersson@xxxxxxx>
  • Date: Fri, 1 Dec 2006 16:28:47 +0100
  • Delivery-date: Fri, 01 Dec 2006 07:29:21 -0800
  • List-id: Xen user discussion <xen-users.lists.xensource.com>
  • Thread-index: AccVW0wikduaN6TnR/CnwKdpXi689AAALRcg
  • Thread-topic: [Xen-users] Error: No such file or directory

> -----Original Message-----
> From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx 
> [mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Weikuan Yu
> Sent: 01 December 2006 15:13
> To: xen-users@xxxxxxxxxxxxxxxxxxx
> Subject: [Xen-users] Error: No such file or directory
> 
> Hello,
> 
> I am sure people have seen these errors before. However, I 
> was not able 
> to google a good solution to thios. Could anybody help here?

Not sure if this is what you're getting, but if I try to start xend on a 
machine that doesn't have a Xen kernel, it gets the same error message. 

However, I looked at the trace-back from the rest of your message, and it's 
looking like it can't find the "/var/run/xenstored" directory, or something 
related to it. 

--
Mats
> 
> Thanks,
> Weikuan
> 
> -bash-3.00# cat /var/log/xend-debug.log
> Exception starting xend: (2, 'No such file or directory')
> 
> -bash-3.00# cat /var/log/xend.log
> [2006-12-01 15:08:53 xend] INFO (SrvDaemon:278) Xend Daemon started
> [2006-12-01 15:08:53 xend] INFO (SrvDaemon:282) Xend 
> changeset: Thu Apr 
> 13 15:18:37 2006 +0100 9617:5802713c159b.
> [2006-12-01 15:08:53 xend] ERROR (SrvDaemon:292) Exception 
> starting xend 
> ((2, 'No such file or directory'))
> Traceback (most recent call last):
>    File 
> "/local/scratch/xenod/cron-build/xen-3.0.2-2-x86_32p.I20250.di
r/xen-3.0.2-2.hg/dist/install/usr/lib/python/xen/xend/server/SrvDaemon.py", 
> line 286, in run
>    File 
> "/local/scratch/xenod/cron-build/xen-3.0.2-2-x86_32p.I20250.di
r/xen-3.0.2-2.hg/dist/install/usr/lib/python/xen/xend/server/SrvServer.py", 
> line 108, in create
>    File 
> "/local/scratch/xenod/cron-build/xen-3.0.2-2-x86_32p.I20250.di
r/xen-3.0.2-2.hg/dist/install/usr/lib/python/xen/xend/server/SrvRoot.py", 
> line 40, in __init__
>    File 
> "/local/scratch/xenod/cron-build/xen-3.0.2-2-x86_32p.I20250.di
r/xen-3.0.2-2.hg/dist/install/usr/lib/python/xen/web/SrvDir.py", 
> line 82, in get
>    File 
> "/local/scratch/xenod/cron-build/xen-3.0.2-2-x86_32p.I20250.di
r/xen-3.0.2-2.hg/dist/install/usr/lib/python/xen/web/SrvDir.py", 
> line 52, in getobj
>    File 
> "/local/scratch/xenod/cron-build/xen-3.0.2-2-x86_32p.I20250.di
r/xen-3.0.2-2.hg/dist/install/usr/lib/python/xen/xend/server/SrvDomainDir.py", 
> line 39, in __init__
>    File 
> "/local/scratch/xenod/cron-build/xen-3.0.2-2-x86_32p.I20250.di
r/xen-3.0.2-2.hg/dist/install/usr/lib/python/xen/xend/XendDomain.py", 
> line 582, in instance  File 
> "/local/scratch/xenod/cron-build/xen-3.0.2-2-x86_32p.I20250.di
r/xen-3.0.2-2.hg/dist/install/usr/lib/python/xen/xend/XendDomain.py", 
> line 70, in init
>    File 
> "/local/scratch/xenod/cron-build/xen-3.0.2-2-x86_32p.I20250.di
r/xen-3.0.2-2.hg/dist/install/usr/lib/python/xen/xend/xenstore/xstransact.py", 
> line 317, in Mkdir
>    File 
> "/local/scratch/xenod/cron-build/xen-3.0.2-2-x86_32p.I20250.di
r/xen-3.0.2-2.hg/dist/install/usr/lib/python/xen/xend/xenstore/xstransact.py", 
> line 323, in complete
>    File 
> "/local/scratch/xenod/cron-build/xen-3.0.2-2-x86_32p.I20250.di
r/xen-3.0.2-2.hg/dist/install/usr/lib/python/xen/xend/xenstore/xstransact.py", 
> line 20, in __init__
>    File 
> "/local/scratch/xenod/cron-build/xen-3.0.2-2-x86_32p.I20250.di
r/xen-3.0.2-2.hg/dist/install/usr/lib/python/xen/xend/xenstore/xsutil.py", 
> line 18, in xshandle
> RuntimeError: (2, 'No such file or directory')
> 
> 
> Zhao, Yunfeng wrote:
> > Both IA32 and IA32e VBD drive broken again on latest xen unstable.
> > All modules of PV drivers can be loaded into HVM guest successfully.
> > 
> > But I cannot perform any operations on VBD partition.
> > Even "ls" will not work.
> > "ls" on a qemu partition works well, and "ls" on a VBD 
> partition will hang in there.
> > IA32 and IA32e VBD have the same issue.
> > 
> > Thanks
> > Yunfeng
> > 
> > 
> > 
> > 
> > 
> --------------------------------------------------------------
> ----------
> > 
> > 
> > 
> --------------------------------------------------------------
> ----------
> > 
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@xxxxxxxxxxxxxxxxxxx
> > http://lists.xensource.com/xen-devel
> 
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
> 
> 
> 



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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.