Recently I installed Xen on my computer.But there are some problems during the starting time. The /var/log/xen/xend.log is follows: [2011-06-10 14:24:36 1395] DEBUG (XendDomainInfo:1794) Storing domain details: {''cpu/3/availability'': ''online'', ''description'': '''', ''console/limit'': ''1048576'', ''memory/target'': ''1808288'', ''cpu/2/availability'': ''online'', ''vm'': ''/vm/00000000-0000-0000-0000-000000000000-62'', ''domid'': ''0'', ''cpu/0/availability'': ''online'', ''cpu/1/availability'': ''online'', ''control/platform-feature-multiprocessor-suspend'': ''1'', ''console/type'': ''xenconsoled'', ''name'': ''Domain-0''} [2011-06-10 14:24:36 1395] DEBUG (XendDomain:476) Adding Domain: 0 [2011-06-10 14:24:37 1395] DEBUG (XendDomain:410) number of vcpus to use is 0 [2011-06-10 14:24:37 1395] INFO (SrvServer:184) unix path=/var/lib/xend/xend-socket [2011-06-10 14:24:37 1395] WARNING (XendAPI:708) API call: VBD.set_device not found [2011-06-10 14:24:37 1395] WARNING (XendAPI:708) API call: VBD.set_type not found [2011-06-10 14:24:37 1395] WARNING (XendAPI:708) API call: session.get_all_records not found [2011-06-10 14:24:37 1395] WARNING (XendAPI:708) API call: event.get_record not found [2011-06-10 14:24:37 1395] WARNING (XendAPI:708) API call: event.get_all not found [2011-06-10 14:24:37 1395] WARNING (XendAPI:708) API call: VIF.set_device not found [2011-06-10 14:24:37 1395] WARNING (XendAPI:708) API call: VIF.set_MAC not found [2011-06-10 14:24:37 1395] WARNING (XendAPI:708) API call: VIF.set_MTU not found [2011-06-10 14:24:37 1395] WARNING (XendAPI:708) API call: debug.get_all not found As a result, there is no virtual interface bounded the the virtual bridge.When I wrote my DomU configure file, this is no possibility for setting the "vif" parameter correctly. I''ve puzzled by this for two days.Hope someone can give me a hand. Thank you so much. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2011/6/9 liuyuxi315 <liuyuxi315@163.com>:> Recently I installed Xen on my computer.But there are some problems during > the starting time.What version of Xen and how was it installed?> The /var/log/xen/xend.log is follows: > [2011-06-10 14:24:36 1395] DEBUG (XendDomainInfo:1794) Storing domain > details: {''cpu/3/availability'': ''online'', ''description'': '''', > ''console/limit'': ''1048576'', ''memory/target'': ''1808288'', > ''cpu/2/availability'': ''online'', ''vm'': > ''/vm/00000000-0000-0000-0000-000000000000-62'', ''domid'': ''0'', > ''cpu/0/availability'': ''online'', ''cpu/1/availability'': ''online'', > ''control/platform-feature-multiprocessor-suspend'': ''1'', ''console/type'': > ''xenconsoled'', ''name'': ''Domain-0''} > [2011-06-10 14:24:36 1395] DEBUG (XendDomain:476) Adding Domain: 0 > [2011-06-10 14:24:37 1395] DEBUG (XendDomain:410) number of vcpus to use is > 0 > [2011-06-10 14:24:37 1395] INFO (SrvServer:184) unix > path=/var/lib/xend/xend-socket > [2011-06-10 14:24:37 1395] WARNING (XendAPI:708) API call: VBD.set_device > not found > [2011-06-10 14:24:37 1395] WARNING (XendAPI:708) API call: VBD.set_type not > found > [2011-06-10 14:24:37 1395] WARNING (XendAPI:708) API call: > session.get_all_records not found > [2011-06-10 14:24:37 1395] WARNING (XendAPI:708) API call: event.get_record > not found > [2011-06-10 14:24:37 1395] WARNING (XendAPI:708) API call: event.get_all not > found > [2011-06-10 14:24:37 1395] WARNING (XendAPI:708) API call: VIF.set_device > not found > [2011-06-10 14:24:37 1395] WARNING (XendAPI:708) API call: VIF.set_MAC not > found > [2011-06-10 14:24:37 1395] WARNING (XendAPI:708) API call: VIF.set_MTU not > found > [2011-06-10 14:24:37 1395] WARNING (XendAPI:708) API call: debug.get_all not > foundLooks like something did not get setup right here. Can you give some more details about your setup and what you are specifically trying to do?> As a result, there is no virtual interface bounded the the virtual > bridge.When I wrote my DomU configure file, this is no possibility for > setting the "vif" parameter correctly. > I''ve puzzled by this for two days.Hope someone can give me a hand. > Thank you so much. > > > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >-- Todd Deshane http://www.linkedin.com/in/deshantm http://www.xen.org/products/cloudxen.html http://runningxen.com/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Please leave xen-users in the CC and please don''t top post. You can answer questions inline so it is easier for people to follow the conversation. 2011/6/9 liuyuxi315 <liuyuxi315@163.com>:> My version is Xen 4.1,and I intalled it by source code.Networking as of Xen 4.1 has changed a bit and you should set up networking manually with your distro. See: http://wiki.xensource.com/xenwiki/MigrationGuideToXen4.1%2B http://wiki.xensource.com/xenwiki/HostConfiguration/Networking Thanks, Todd> I''ve read from http://wiki.xensource.com/xenwiki/XenNetworking, and knew > theoretially there should be some interfaces like this "vif0.0" > .Unfortunately, There wasn''t. Noly peth0, tmpbridge and lo. > So I checked xend.log and found something didn''t setup here > : VIF.set_device not found. > I was confused by this. > > At 2011-06-10 09:02:31,"Todd Deshane" <todd.deshane@xen.org> wrote: > >>2011/6/9 liuyuxi315 <liuyuxi315@163.com>: >>> Recently I installed Xen on my computer.But there are some problems during >>> the starting time. >> >> What version of Xen and how was it installed? >> >>> The /var/log/xen/xend.log is follows: >>> [2011-06-10 14:24:36 1395] DEBUG (XendDomainInfo:1794) Storing domain >>> details: {''cpu/3/availability'': ''online'', ''description'': '''', >>> ''console/limit'': ''1048576'', ''memory/target'': ''1808288'', >>> ''cpu/2/availability'': ''online'', ''vm'': >>> ''/vm/00000000-0000-0000-0000-000000000000-62'', ''domid'': ''0'', >>> ''cpu/0/availability'': ''online'', ''cpu/1/availability'': ''online'', >>> ''control/platform-feature-multiprocessor-suspend'': ''1'', ''console/type'': >>> ''xenconsoled'', ''name'': ''Domain-0''} >>> [2011-06-10 14:24:36 1395] DEBUG (XendDomain:476) Adding Domain: 0 >>> [2011-06-10 14:24:37 1395] DEBUG (XendDomain:410) number of vcpus to use is >>> 0 >>> [2011-06-10 14:24:37 1395] INFO (SrvServer:184) unix >>> path=/var/lib/xend/xend-socket >>> [2011-06-10 14:24:37 1395] WARNING (XendAPI:708) API call: VBD.set_device >>> not found >>> [2011-06-10 14:24:37 1395] WARNING (XendAPI:708) API call: VBD.set_type not >>> found >>> [2011-06-10 14:24:37 1395] WARNING (XendAPI:708) API call: >>> session.get_all_records not found >>> [2011-06-10 14:24:37 1395] WARNING (XendAPI:708) API call: event.get_record >>> not found >>> [2011-06-10 14:24:37 1395] WARNING (XendAPI:708) API call: event.get_all not >>> found >>> [2011-06-10 14:24:37 1395] WARNING (XendAPI:708) API call: VIF.set_device >>> not found >>> [2011-06-10 14:24:37 1395] WARNING (XendAPI:708) API call: VIF.set_MAC not >>> found >>> [2011-06-10 14:24:37 1395] WARNING (XendAPI:708) API call: VIF.set_MTU not >>> found >>> [2011-06-10 14:24:37 1395] WARNING (XendAPI:708) API call: debug.get_all not >>> found >> >>Looks like something did not get setup right here. >> >>Can you give some more details about your setup and what you are >>specifically trying to do? >> >>> As a result, there is no virtual interface bounded the the virtual >>> bridge.When I wrote my DomU configure file, this is no possibility for >>> setting the "vif" parameter correctly. >>> I''ve puzzled by this for two days.Hope someone can give me a hand. >>> Thank you so much. >>> >>> >>> >>> >>> _______________________________________________ >>> Xen-users mailing list >>> Xen-users@lists.xensource.com >>> http://lists.xensource.com/xen-users >>> >> >> >> >>-- >>Todd Deshane >>http://www.linkedin.com/in/deshantm >>http://www.xen.org/products/cloudxen.html >>http://runningxen.com/ > > >-- Todd Deshane http://www.linkedin.com/in/deshantm http://www.xen.org/products/cloudxen.html http://runningxen.com/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Possibly Parallel Threads
- Gentoo+Xen4.0: Error: coercing to Unicode: need string or buffer, NoneType found.
- System unusable (hangs) after xm create - xen 4
- Bug#587090: PATCH unnecessary for HVM DomU guests
- Xen 3.1.0 on Fedora 7- libvir: Xen Daemon error :GET operation failed
- xm list permission denied