[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-users] Re: Can't start xend
On Thu, Feb 16, 2006 at 04:13:19PM -0700, Mike Lee wrote: > Hello Everyone, > > I am in the process of creating a new virtual domain, but I can't > get xend to start. When I run "/usr/sbin/xend start" I get: > > /usr/sbin/xend start > Traceback (most recent call last): > File "/usr/sbin/xend", line 111, in ? > sys.exit(main()) > File "/usr/sbin/xend", line 92, in main > start_consoled() > File "/usr/sbin/xend", line 78, in start_consoled > os.execvp('xenconsoled', ['xenconsoled']) > File "/usr/lib64/python2.3/os.py", line 336, in execvp > _execvpe(file, args) > File "/usr/lib64/python2.3/os.py", line 374, in _execvpe > func(fullname, *argrest) > OSError: [Errno 2] No such file or directory > > What is weird is that when I googled this error, other that had this > similar error actually have the error message report the file it cannot > find. In my case it does not tell me what file for "No such file or > directory". I think that the entries earlier in the stack trace provide the hint -- xend is trying to run 'xenconsoled'. I would guess that xenconsoled is nowhere in the current user's path. - Matt _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |