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] problem on starting xend

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] problem on starting xend
From: Steven <wangwangkang@xxxxxxxxx>
Date: Thu, 26 Mar 2009 16:37:03 -0400
Delivery-date: Thu, 26 Mar 2009 13:37:43 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=M8kaEBHlIDSivcXLnPC5dZvJvNzTyxywvJu1gx/Qhc8=; b=xk2FiHtlYe4iP4+XSgOW+UiRANH/V0omzwQsn/hVSFxUHKpVyEILdiYXPIoMK3OqlV Ospw53DU5CvHAHgxRcvdDeaX/7jPKPeMRYX7vDr6WdYnuX4kRX7+lGhLWYXnUm6JepF3 6OOaWDWDOCgJvE4rnB+1rMlMj7SEqPTKIAs0E=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=SGAsTFDgha0qhlyJmgrxeqgAX6oWJYnKpelRhSykVcYUaRAWpBEQT8XbIDlTKO4Tz0 qwzDh9Ep26A5fog7keJpFJNsbacdD+6t2/3RoOhiA9Hjbq4f+5dm6bePjrraeIt0YkHi mkGwRU4nGXSaGJmqHj/EJYu9xOdwseP71wmmI=
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
Dear All
I am a new user of Xen. I tried to compiling Xen from source on a
fedora 8 machine.
I download the latest Xen 3.3.1 and do make world, make install,
mkinitrd..., edit grub.conf and then reboot into the newly build
xenlinux 2.6.18. So far so good.
However, when I tried starting xend by

/usr/sbin/xend start, it gives some error message about running python.
Traceback (most recent call last):
  File "/usr/sbin/xend", line 155, in <module>
    sys.exit(main())
  File "/usr/sbin/xend", line 131, in main
    start_consoled()
  File "/usr/sbin/xend", line 113, in start_consoled
    start_daemon("xenconsoled", args)
  File "/usr/sbin/xend", line 82, in start_daemon
    os.execvp(daemon, (daemon,) + args)
  File "/usr/lib/python2.5/os.py", line 354, in execvp
    _execvpe(file, args)
  File "/usr/lib/python2.5/os.py", line 392, in _execvpe
    func(fullname, *argrest)
OSError: [Errno 2] No such file or directory
Traceback (most recent call last):
  File "/usr/sbin/xend", line 155, in <module>
    sys.exit(main())
  File "/usr/sbin/xend", line 132, in main
    start_blktapctrl()
  File "/usr/sbin/xend", line 116, in start_blktapctrl
    start_daemon("blktapctrl", "")
  File "/usr/sbin/xend", line 82, in start_daemon
    os.execvp(daemon, (daemon,) + args)
  File "/usr/lib/python2.5/os.py", line 354, in execvp
    _execvpe(file, args)
  File "/usr/lib/python2.5/os.py", line 392, in _execvpe
    func(fullname, *argrest)
OSError: [Errno 2] No such file or directory

There is a file os.py under /usr/lib/python2.5.
I appreciate if anyone could help. Thanks.

-Steven

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

<Prev in Thread] Current Thread [Next in Thread>