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@lists.xensource.com http://lists.xensource.com/xen-devel
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? 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.dir/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.dir/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.dir/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.dir/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.dir/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.dir/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.dir/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.dir/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.dir/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.dir/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.dir/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.dir/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@lists.xensource.com > http://lists.xensource.com/xen-devel_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> -----Original Message----- > From: xen-users-bounces@lists.xensource.com > [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Weikuan Yu > Sent: 01 December 2006 15:13 > To: xen-users@lists.xensource.com > 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.dir/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.dir/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.dir/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.dir/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.dir/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.dir/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.dir/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.dir/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.dir/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.dir/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.dir/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.dir/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@lists.xensource.com > > http://lists.xensource.com/xen-devel > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Weikuan Yu
2006-Dec-01 15:30 UTC
[Xen-users] Re: Error: No such file or directory && RuntimeError: (111, ''Connection refused'')
A followup on this. I did # mkdir /var/run/xenstored Now I am getting another error for "xend start" RuntimeError: (111, ''Connection refused'') Any suggestions? Thanks, Weikuan -bash-3.00# cat /var/log/xend.log [2006-12-01 15:26:28 xend] INFO (SrvDaemon:278) Xend Daemon started [2006-12-01 15:26:28 xend] INFO (SrvDaemon:282) Xend changeset: Thu Apr 13 15:18:37 2006 +0100 9617:5802713c159b. [2006-12-01 15:26:28 xend] ERROR (SrvDaemon:292) Exception starting xend ((111, ''Connection refused'')) Traceback (most recent call last): File "/local/scratch/xenod/cron-build/xen-3.0.2-2-x86_32p.I20250.dir/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.dir/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.dir/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.dir/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.dir/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.dir/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.dir/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.dir/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.dir/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.dir/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.dir/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.I202 File "/local/scratch/xenod/cron-build/xen-3.0.2-2-x86_32p.I20250.dir/xen-3.0.2-2.hg/dist/install/usr/lib/python/xen/xend/xenstore/xsutil.py", line 18, in xshandle RuntimeError: (111, ''Connection refused'') Weikuan Yu wrote:> 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? > > 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.dir/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.dir/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.dir/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.dir/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.dir/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.dir/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.dir/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.dir/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.dir/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.dir/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.dir/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.dir/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'')_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users