On Tue, Apr 18, 2006 at 06:34:02PM +0900, Makoto Sakurai wrote:
> Dear Ian;
>
> I still have the following error of Xend after re-installing the rpm file
> of old Xen 3.0.1-4.
>
> [root@localhost makoto]# /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.4/os.py", line 341, in execvp
> _execvpe(file, args)
> File "/usr/lib64/python2.4/os.py", line 379, in _execvpe
> func(fullname, *argrest)
> OSError: [Errno 2] No such file or directory
It can't find xenconsoled on your PATH. You probably need to get /usr/sbin
onto your PATH, if you are using "su" to become root.
Ewan.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|