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] xend start error: Operation not permitted on os.setsid()

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] xend start error: Operation not permitted on os.setsid()
From: Mark Ryden <markryde@xxxxxxxxx>
Date: Sat, 8 Oct 2005 14:32:20 +0300
Delivery-date: Sat, 08 Oct 2005 11:29:53 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=OtL6vWBiSsjXqnfYhDohZFAZgk6tk1aO5+RpfvCnWqZJdG9GSW82JDJwgr90eH52gwYsCT1lNG8mwq5pdJBQW3le8tPM9t7IY82wAFMsMvi5ZoxCPKlVSmPD18laIUADwdOMcCOfc9j83WU1qXD2bKoLF4p4vJedmd2MeN8rb0E=
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Reply-to: Mark Ryden <markryde@xxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
        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@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

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