Mark Ryden
2005-Oct-08 11:32 UTC
[Xen-users] xend start error: Operation not permitted on os.setsid()
Hello,
I had downloaded to a clean folder the latest xen-unstable today by mercurial:
hg clone http://xenbits.xensource.com/xen-unstable.hg
I had perform "make world",then cd to the linux-2.6.11-xen0,then
make ARCH=xen menucomfig.There I changed ext3 to be build
as a module and added pop support. Now I adjusted grub.conf and rebooted ]
and Xen started. The problem I have now is that "xend start" does
not
succeed the Xend daemon: it gives the following error:
the following error
myMachine$>xend start
Traceback (most recent call last):
File "/usr/sbin/xend", line 110, in ?
sys.exit(main())
File "/usr/sbin/xend", line 92, in main
return daemon.start()
File
"/usr/lib/python2.4/site-packages/xen/xend/server/SrvDaemon.py",
line 507, in start
self.daemonize()
File
"/usr/lib/python2.4/site-packages/xen/xend/server/SrvDaemon.py",
line 477, in daemonize
os.setsid()
OSError: [Errno 1] Operation not permitted
Any idea what can it be ? in the past it worked with no problems?
Regards,
MR
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
Ted Kaczmarek
2005-Oct-08 12:52 UTC
Re: [Xen-users] xend start error: Operation not permitted on os.setsid()
On Sat, 2005-10-08 at 14:32 +0300, Mark Ryden wrote:> Hello, > > I had downloaded to a clean folder the latest xen-unstable today by mercurial: > hg clone http://xenbits.xensource.com/xen-unstable.hg > > I had perform "make world",then cd to the linux-2.6.11-xen0,then > make ARCH=xen menucomfig.There I changed ext3 to be build > as a module and added pop support. Now I adjusted grub.conf and rebooted ] > and Xen started. The problem I have now is that "xend start" does not > succeed the Xend daemon: it gives the following error: > the following error > > myMachine$>xend start > > Traceback (most recent call last): > File "/usr/sbin/xend", line 110, in ? > sys.exit(main()) > File "/usr/sbin/xend", line 92, in main > return daemon.start() > File "/usr/lib/python2.4/site-packages/xen/xend/server/SrvDaemon.py", > line 507, in start > self.daemonize() > File "/usr/lib/python2.4/site-packages/xen/xend/server/SrvDaemon.py", > line 477, in daemonize > os.setsid() > OSError: [Errno 1] Operation not permitted > > Any idea what can it be ? in the past it worked with no problems? > > > Regards, > MR >Make uninstall if you had older version installed, lots of new goodies where put in. Regards, Ted _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users