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: OSError: [Errno 1] Operation not permitted

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] xend start error: OSError: [Errno 1] Operation not permitted
From: Matt Ouellette <mfo62786@xxxxxxxxxx>
Date: Wed, 28 Jun 2006 13:16:11 -0400
Delivery-date: Wed, 28 Jun 2006 10:17:03 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 1.5.0.2 (X11/20060516)
Hello,

    I have recently installed xen 3.0.2 from source, but have been
having some trouble getting it working.  I had to make a few changes to
the kernel to support my network card.  After i rebooted and tried to
start xend, I got the following error

Traceback (most recent call last):
  File "/usr/sbin/xend", line 111, in ?
    sys.exit(main())
  File "/usr/sbin/xend", line 93, in main
    return daemon.start()
  File "/usr/lib/python2.3/site-packages/xen/xend/server/SrvDaemon.py",
line 505, in start
    self.daemonize()
  File "/usr/lib/python2.3/site-packages/xen/xend/server/SrvDaemon.py",
line 475, in daemonize
    os.setsid()
OSError: [Errno 1] Operation not permitted

and the debug log says

Traceback (most recent call last):
  File "/usr/sbin/xend", line 111, in ?
    sys.exit(main())
  File "/usr/sbin/xend", line 93, in main
    return daemon.start()
  File "/usr/lib/python2.3/site-packages/xen/xend/server/SrvDaemon.py",
line 525, in start
    self.run()
  File "/usr/lib/python2.3/site-packages/xen/xend/server/SrvDaemon.py",
line 614, in run
    self.listenVirq()
  File "/usr/lib/python2.3/site-packages/xen/xend/server/SrvDaemon.py",
line 638, in listenVirq
    virqChan = self.channelF.virqChannel(channel.VIRQ_DOM_EXC)
  File "/usr/lib/python2.3/site-packages/xen/xend/server/channel.py",
line 110, in virqChannel
    chan = VirqChannel(self, virq)
  File "/usr/lib/python2.3/site-packages/xen/xend/server/channel.py",
line 199, in __init__
    self.port = xc.evtchn_bind_virq(virq)
xen.lowlevel.xc.error: (22, 'Invalid argument')

After searching around the Internet for a while, I found a thread in
this list where someone else had the same problem, and it was suggested
that the problem was a conflict with an older version.  I did have an
older version of xen installed on that machine, but still get this error
after uninstalling it.  Does anyone know of any other possible cause for
this error?


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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] xend start error: OSError: [Errno 1] Operation not permitted, Matt Ouellette <=