| To: | xen-users@xxxxxxxxxxxxxxxxxxx |
|---|---|
| Subject: | [Xen-users] can't start xend |
| From: | Lars Rasmusson <Lars.Rasmusson@xxxxxxx> |
| Date: | 2006年10月18日 17:33:26 +0200 |
| Delivery-date: | 2006年10月19日 09:13:49 -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 |
Hi,I'm running a recent fedora-compiled xen kernel and the libs that come with it. I'm unable to start xend. I've tracked down the problem to the fact that xen.lowlevel.xc seems to be unable to talk to xen via /proc/xen/ privcmd.
When I run the test program below, I get a "function not implemented" which I think results from the fact that an ioctl call to a newly opened /proc/xen/privcmd fails. Any ideas what may cause this to fail? Thanks for any ideas!!! /Lars [root@cluster13 ~]# cat test.py #!/bin/env python import xen.lowlevel.xc xc = xen.lowlevel.xc.xc() print xc.domain_getinfo() [root@cluster13 ~]# ./test.py Traceback (most recent call last): File "./test.py", line 4, in ? print xc.domain_getinfo() xen.lowlevel.xc.Error: (38, 'Function not implemented') [root@cluster13 ~]# [root@cluster13 ~]# uname -aLinux cluster13.sics.se 2.6.18-1.2759.fc6xen #1 SMP Tue Oct 10 18:11:16 EDT 2006 i686 athlon i386 GNU/Linux
_______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [Xen-users] Re: Does my platform support VT? (dell 1855/Xeon/linux) , seph |
|---|---|
| Next by Date: | [Xen-users] Eth0 in Promisc mode , Joao Correia |
| Previous by Thread: | [Xen-users] xen-3.0.3-testing.1 building deps , Emiliano Gabrielli |
| Next by Thread: | [Xen-users] Eth0 in Promisc mode , Joao Correia |
| Indexes: | [Date] [Thread] [Top] [All Lists] |