On Tue, Sep 26, 2006 at 09:48:08AM -0700, Matt wrote: > Hello, > > I have an example xen domain running however I want to add virtual networks ( > ip networks ) > > When I run: xm vnet-list > > It says: Error: method "xend_vnets" is not supported > > Does this mean I need a xen binary with this support? If so what is the RPM > package name? No, this means that the 'xm' client is trying to invoke a method in xend which does not exist. Looking at the mercurial changelogs upstream Xen development removed the xend_vnets method back in March 2006 $ hg log -r 5c9c44fc1c39 changeset: 9403:5c9c44fc1c39 parent: 9401:2c77d26871f7 user: anthony@xxxxxxxxxxxxxxxxxxxxx date: Thu Mar 23 11:25:37 2006 +0100 summary: Use XML-RPC as a transport for Xend instead of S-Expression/HTTP. $ hg log --patch -r 5c9c44fc1c39 | grep --after 2 xend_vnets - def xend_vnets(self): - return self.xendGet(self.vneturl()) - I don't see any obvious way to fix this, so it'll have to be reported bck to upstream Xen developers for resolution. Dan. -- |=- Red Hat, Engineering, Emerging Technologies, Boston. +1 978 392 2496 -=| |=- Perl modules: http://search.cpan.org/~danberr/ -=| |=- Projects: http://freshmeat.net/~danielpb/ -=| |=- GnuPG: 7D3B9505 F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 -=| -- Fedora-xen mailing list Fedora-xen@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-xen