Peter Braun
2009-Aug-06 22:46 UTC
[Xen-users] xen3.4.1 on Debian Lenny - network scripts bug?
Hi, running xen3.4.1 on Debian Lenny x64 Xend startup without problems. Problem to startup any domU. The guest domain stalls in PAUSED state. When I try to unpause it - it runs with networking but after a while the domu is destroyed by some timeout from xm command. Than there is error to the console Error: Device 0 (vif) could not be connected. Hotplug scripts not working. xend.log: [2009-08-07 00:33:20 3423] DEBUG (DevController:139) Waiting for devices vif. [2009-08-07 00:33:20 3423] DEBUG (DevController:144) Waiting for 0. [2009-08-07 00:33:20 3423] DEBUG (DevController:629) hotplugStatusCallback /local/domain/0/backend/vif/1/0/hotplug-s tatus. [2009-08-07 00:33:52 3423] INFO (XendDomain:1180) Domain debian.5-0.x86 (1) unpaused. [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2724) XendDomainInfo.destroy: domid=1 [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2199) Destroying device model [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2206) Releasing devices [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2219) Removing vif/0 [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:1134) XendDomainInfo.destroyDevice: deviceClass = vif, device = vif /0 [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2219) Removing vbd/2049 [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:1134) XendDomainInfo.destroyDevice: deviceClass = vbd, device = vbd /2049 [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2219) Removing console/0 [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:1134) XendDomainInfo.destroyDevice: deviceClass = console, device console/0 [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2204) No device model [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2206) Releasing devices [2009-08-07 00:36:35 3423] DEBUG (DevController:629) hotplugStatusCallback /local/domain/0/backend/vif/1/0/hotplug-s tatus. [2009-08-07 00:36:35 3423] DEBUG (DevController:629) hotplugStatusCallback /local/domain/0/backend/vif/1/0/hotplug-s tatus. [2009-08-07 00:36:35 3423] DEBUG (DevController:629) hotplugStatusCallback /local/domain/0/backend/vif/1/0/hotplug-s tatus. [2009-08-07 00:36:35 3423] DEBUG (DevController:629) hotplugStatusCallback /local/domain/0/backend/vif/1/0/hotplug-s tatus. Any idea? Petr _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Rick McNeal
2009-Aug-06 23:24 UTC
Re: [Xen-users] xen3.4.1 on Debian Lenny - network scripts bug?
On Aug 6, 2009, at 4:46 PM, Peter Braun wrote:> Hi, > > running xen3.4.1 on Debian Lenny x64 > > Xend startup without problems. > > Problem to startup any domU. The guest domain stalls in PAUSED state. > When I try to unpause it - it runs with networking but after a while > the domu is destroyed by some timeout from xm command. > > Than there is error to the console > Error: Device 0 (vif) could not be connected. Hotplug scripts not > working. >I had the same problem. In my case at least this was caused by not configuring Xen correctly. I had to modify /etc/xen/xend-config.sxp and change the following line from: (network-script network-system) to (network-script network-bridge) Hope this change works for you.> > xend.log: > > [2009-08-07 00:33:20 3423] DEBUG (DevController:139) Waiting for > devices vif. > [2009-08-07 00:33:20 3423] DEBUG (DevController:144) Waiting for 0. > [2009-08-07 00:33:20 3423] DEBUG (DevController:629) > hotplugStatusCallback /local/domain/0/backend/vif/1/0/hotplug-s > tatus. > [2009-08-07 00:33:52 3423] INFO (XendDomain:1180) Domain > debian.5-0.x86 (1) unpaused. > [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2724) > XendDomainInfo.destroy: domid=1 > [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2199) Destroying > device model > [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2206) Releasing > devices > [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2219) Removing vif/0 > [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:1134) > XendDomainInfo.destroyDevice: deviceClass = vif, device = vif > /0 > [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2219) Removing vbd/ > 2049 > [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:1134) > XendDomainInfo.destroyDevice: deviceClass = vbd, device = vbd > /2049 > [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2219) Removing > console/0 > [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:1134) > XendDomainInfo.destroyDevice: deviceClass = console, device > console/0 > [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2204) No device model > [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2206) Releasing > devices > [2009-08-07 00:36:35 3423] DEBUG (DevController:629) > hotplugStatusCallback /local/domain/0/backend/vif/1/0/hotplug-s > tatus. > [2009-08-07 00:36:35 3423] DEBUG (DevController:629) > hotplugStatusCallback /local/domain/0/backend/vif/1/0/hotplug-s > tatus. > [2009-08-07 00:36:35 3423] DEBUG (DevController:629) > hotplugStatusCallback /local/domain/0/backend/vif/1/0/hotplug-s > tatus. > [2009-08-07 00:36:35 3423] DEBUG (DevController:629) > hotplugStatusCallback /local/domain/0/backend/vif/1/0/hotplug-s > tatus. > > > > > > Any idea? > > > Petr > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users---- Rick McNeal rick.mcneal@lsi.com “Never blame a legislative body for not doing something. When they do nothing, they don’t hurt anybody. When they do something is when they become dangerous.” —Will Rogers _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Peter Braun
2009-Aug-06 23:46 UTC
Re: [Xen-users] xen3.4.1 on Debian Lenny - network scripts bug?
Unfortunately xend-config.sxp in correct state. So problem somewhere else. Peter 2009/8/7 Rick McNeal <rick.mcneal@lsi.com>:> > On Aug 6, 2009, at 4:46 PM, Peter Braun wrote: > >> Hi, >> >> running xen3.4.1 on Debian Lenny x64 >> >> Xend startup without problems. >> >> Problem to startup any domU. The guest domain stalls in PAUSED state. >> When I try to unpause it - it runs with networking but after a while >> the domu is destroyed by some timeout from xm command. >> >> Than there is error to the console >> Error: Device 0 (vif) could not be connected. Hotplug scripts not working. >> > > I had the same problem. In my case at least this was caused by not > configuring Xen correctly. I had to modify /etc/xen/xend-config.sxp and > change the following line from: > > (network-script network-system) > > to > > (network-script network-bridge) > > Hope this change works for you. > >> >> xend.log: >> >> [2009-08-07 00:33:20 3423] DEBUG (DevController:139) Waiting for devices >> vif. >> [2009-08-07 00:33:20 3423] DEBUG (DevController:144) Waiting for 0. >> [2009-08-07 00:33:20 3423] DEBUG (DevController:629) >> hotplugStatusCallback /local/domain/0/backend/vif/1/0/hotplug-s >> tatus. >> [2009-08-07 00:33:52 3423] INFO (XendDomain:1180) Domain >> debian.5-0.x86 (1) unpaused. >> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2724) >> XendDomainInfo.destroy: domid=1 >> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2199) Destroying device >> model >> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2206) Releasing devices >> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2219) Removing vif/0 >> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:1134) >> XendDomainInfo.destroyDevice: deviceClass = vif, device = vif >> /0 >> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2219) Removing vbd/2049 >> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:1134) >> XendDomainInfo.destroyDevice: deviceClass = vbd, device = vbd >> /2049 >> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2219) Removing console/0 >> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:1134) >> XendDomainInfo.destroyDevice: deviceClass = console, device >> console/0 >> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2204) No device model >> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2206) Releasing devices >> [2009-08-07 00:36:35 3423] DEBUG (DevController:629) >> hotplugStatusCallback /local/domain/0/backend/vif/1/0/hotplug-s >> tatus. >> [2009-08-07 00:36:35 3423] DEBUG (DevController:629) >> hotplugStatusCallback /local/domain/0/backend/vif/1/0/hotplug-s >> tatus. >> [2009-08-07 00:36:35 3423] DEBUG (DevController:629) >> hotplugStatusCallback /local/domain/0/backend/vif/1/0/hotplug-s >> tatus. >> [2009-08-07 00:36:35 3423] DEBUG (DevController:629) >> hotplugStatusCallback /local/domain/0/backend/vif/1/0/hotplug-s >> tatus. >> >> >> >> >> >> Any idea? >> >> >> Petr >> >> _______________________________________________ >> Xen-users mailing list >> Xen-users@lists.xensource.com >> http://lists.xensource.com/xen-users > > ---- > Rick McNeal > rick.mcneal@lsi.com > > “Never blame a legislative body for not doing something. When they do > nothing, they don’t hurt anybody. When they do something is when they become > dangerous.” —Will Rogers > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Peter Braun
2009-Aug-07 04:00 UTC
Re: [Xen-users] xen3.4.1 on Debian Lenny - network scripts bug?
Stock 2.6.18.8 - xenified kernel --- works OK reboot 2.6.30.2 - xenified kernel custom config --- problem Maybe some problem kernel config missing? Peter 2009/8/7 Peter Braun <xenware@gmail.com>:> Unfortunately xend-config.sxp in correct state. > So problem somewhere else. > > Peter > > 2009/8/7 Rick McNeal <rick.mcneal@lsi.com>: >> >> On Aug 6, 2009, at 4:46 PM, Peter Braun wrote: >> >>> Hi, >>> >>> running xen3.4.1 on Debian Lenny x64 >>> >>> Xend startup without problems. >>> >>> Problem to startup any domU. The guest domain stalls in PAUSED state. >>> When I try to unpause it - it runs with networking but after a while >>> the domu is destroyed by some timeout from xm command. >>> >>> Than there is error to the console >>> Error: Device 0 (vif) could not be connected. Hotplug scripts not working. >>> >> >> I had the same problem. In my case at least this was caused by not >> configuring Xen correctly. I had to modify /etc/xen/xend-config.sxp and >> change the following line from: >> >> (network-script network-system) >> >> to >> >> (network-script network-bridge) >> >> Hope this change works for you. >> >>> >>> xend.log: >>> >>> [2009-08-07 00:33:20 3423] DEBUG (DevController:139) Waiting for devices >>> vif. >>> [2009-08-07 00:33:20 3423] DEBUG (DevController:144) Waiting for 0. >>> [2009-08-07 00:33:20 3423] DEBUG (DevController:629) >>> hotplugStatusCallback /local/domain/0/backend/vif/1/0/hotplug-s >>> tatus. >>> [2009-08-07 00:33:52 3423] INFO (XendDomain:1180) Domain >>> debian.5-0.x86 (1) unpaused. >>> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2724) >>> XendDomainInfo.destroy: domid=1 >>> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2199) Destroying device >>> model >>> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2206) Releasing devices >>> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2219) Removing vif/0 >>> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:1134) >>> XendDomainInfo.destroyDevice: deviceClass = vif, device = vif >>> /0 >>> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2219) Removing vbd/2049 >>> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:1134) >>> XendDomainInfo.destroyDevice: deviceClass = vbd, device = vbd >>> /2049 >>> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2219) Removing console/0 >>> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:1134) >>> XendDomainInfo.destroyDevice: deviceClass = console, device >>> console/0 >>> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2204) No device model >>> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2206) Releasing devices >>> [2009-08-07 00:36:35 3423] DEBUG (DevController:629) >>> hotplugStatusCallback /local/domain/0/backend/vif/1/0/hotplug-s >>> tatus. >>> [2009-08-07 00:36:35 3423] DEBUG (DevController:629) >>> hotplugStatusCallback /local/domain/0/backend/vif/1/0/hotplug-s >>> tatus. >>> [2009-08-07 00:36:35 3423] DEBUG (DevController:629) >>> hotplugStatusCallback /local/domain/0/backend/vif/1/0/hotplug-s >>> tatus. >>> [2009-08-07 00:36:35 3423] DEBUG (DevController:629) >>> hotplugStatusCallback /local/domain/0/backend/vif/1/0/hotplug-s >>> tatus. >>> >>> >>> >>> >>> >>> Any idea? >>> >>> >>> Petr >>> >>> _______________________________________________ >>> Xen-users mailing list >>> Xen-users@lists.xensource.com >>> http://lists.xensource.com/xen-users >> >> ---- >> Rick McNeal >> rick.mcneal@lsi.com >> >> “Never blame a legislative body for not doing something. When they do >> nothing, they don’t hurt anybody. When they do something is when they become >> dangerous.” —Will Rogers >> >> >> >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
François Delpierre
2009-Aug-07 13:30 UTC
Re: [Xen-users] xen3.4.1 on Debian Lenny - network scripts bug?
Hi, I got exactly the same problem. See here : http://www.nabble.com/Xen-3.4.1-rc7-network-problem-%28vif-tap%29-td24608743.html That''s too bad that this is not fixed for the final release, or at least get a meaningful error message. BTW, when you have the problem, you can unpause your domU, then immediately cancel the xm create command, so your domU will work with network, and will not be destroyed after timeout. Regards, ----- Original Message ----- From: "Peter Braun" <xenware@gmail.com> To: "Rick McNeal" <rick.mcneal@lsi.com> Cc: "Xen List" <xen-users@lists.xensource.com> Sent: Friday, 7 August, 2009 01:46:41 GMT +01:00 Amsterdam / Berlin / Bern / Rome / Stockholm / Vienna Subject: Re: [Xen-users] xen3.4.1 on Debian Lenny - network scripts bug? Unfortunately xend-config.sxp in correct state. So problem somewhere else. Peter 2009/8/7 Rick McNeal <rick.mcneal@lsi.com>:> > On Aug 6, 2009, at 4:46 PM, Peter Braun wrote: > >> Hi, >> >> running xen3.4.1 on Debian Lenny x64 >> >> Xend startup without problems. >> >> Problem to startup any domU. The guest domain stalls in PAUSED state. >> When I try to unpause it - it runs with networking but after a while >> the domu is destroyed by some timeout from xm command. >> >> Than there is error to the console >> Error: Device 0 (vif) could not be connected. Hotplug scripts not working. >> > > I had the same problem. In my case at least this was caused by not > configuring Xen correctly. I had to modify /etc/xen/xend-config.sxp and > change the following line from: > > (network-script network-system) > > to > > (network-script network-bridge) > > Hope this change works for you. > >> >> xend.log: >> >> [2009-08-07 00:33:20 3423] DEBUG (DevController:139) Waiting for devices >> vif. >> [2009-08-07 00:33:20 3423] DEBUG (DevController:144) Waiting for 0. >> [2009-08-07 00:33:20 3423] DEBUG (DevController:629) >> hotplugStatusCallback /local/domain/0/backend/vif/1/0/hotplug-s >> tatus. >> [2009-08-07 00:33:52 3423] INFO (XendDomain:1180) Domain >> debian.5-0.x86 (1) unpaused. >> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2724) >> XendDomainInfo.destroy: domid=1 >> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2199) Destroying device >> model >> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2206) Releasing devices >> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2219) Removing vif/0 >> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:1134) >> XendDomainInfo.destroyDevice: deviceClass = vif, device = vif >> /0 >> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2219) Removing vbd/2049 >> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:1134) >> XendDomainInfo.destroyDevice: deviceClass = vbd, device = vbd >> /2049 >> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2219) Removing console/0 >> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:1134) >> XendDomainInfo.destroyDevice: deviceClass = console, device = >> console/0 >> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2204) No device model >> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2206) Releasing devices >> [2009-08-07 00:36:35 3423] DEBUG (DevController:629) >> hotplugStatusCallback /local/domain/0/backend/vif/1/0/hotplug-s >> tatus. >> [2009-08-07 00:36:35 3423] DEBUG (DevController:629) >> hotplugStatusCallback /local/domain/0/backend/vif/1/0/hotplug-s >> tatus. >> [2009-08-07 00:36:35 3423] DEBUG (DevController:629) >> hotplugStatusCallback /local/domain/0/backend/vif/1/0/hotplug-s >> tatus. >> [2009-08-07 00:36:35 3423] DEBUG (DevController:629) >> hotplugStatusCallback /local/domain/0/backend/vif/1/0/hotplug-s >> tatus. >> >> >> >> >> >> Any idea? >> >> >> Petr >> >> _______________________________________________ >> Xen-users mailing list >> Xen-users@lists.xensource.com >> http://lists.xensource.com/xen-users > > ---- > Rick McNeal > rick.mcneal@lsi.com > > “Never blame a legislative body for not doing something. When they do > nothing, they don’t hurt anybody. When they do something is when they become > dangerous.” —Will Rogers > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
T. Dreher
2009-Aug-07 16:21 UTC
Re: [Xen-users] xen3.4.1 on Debian Lenny - network scripts bug?
Hi all, I have also the same problem, first I install xen 3.4.1 without tools and then it was ok, my domu started :-) After install tools (make tools and make install-tools) my domu (hvm w2k3) is "pause", xm unpause the domu started with bosd and going again "pause" and Error: Device 0 (vif) could not be connected. Hotplug scripts not working Regards, Tiemo My system is centos 5.3 with standard xen-kernel xensource-2 wrote:> > Hi, > > I got exactly the same problem. See here : > http://www.nabble.com/Xen-3.4.1-rc7-network-problem-%28vif-tap%29-td24608743.html > > That''s too bad that this is not fixed for the final release, or at least > get a meaningful error message. > BTW, when you have the problem, you can unpause your domU, then > immediately cancel the xm create command, so your domU will work with > network, and will not be destroyed after timeout. > > Regards, > > > ----- Original Message ----- > From: "Peter Braun" <xenware@gmail.com> > To: "Rick McNeal" <rick.mcneal@lsi.com> > Cc: "Xen List" <xen-users@lists.xensource.com> > Sent: Friday, 7 August, 2009 01:46:41 GMT +01:00 Amsterdam / Berlin / Bern > / Rome / Stockholm / Vienna > Subject: Re: [Xen-users] xen3.4.1 on Debian Lenny - network scripts bug? > > Unfortunately xend-config.sxp in correct state. > So problem somewhere else. > > Peter > > 2009/8/7 Rick McNeal <rick.mcneal@lsi.com>: >> >> On Aug 6, 2009, at 4:46 PM, Peter Braun wrote: >> >>> Hi, >>> >>> running xen3.4.1 on Debian Lenny x64 >>> >>> Xend startup without problems. >>> >>> Problem to startup any domU. The guest domain stalls in PAUSED state. >>> When I try to unpause it - it runs with networking but after a while >>> the domu is destroyed by some timeout from xm command. >>> >>> Than there is error to the console >>> Error: Device 0 (vif) could not be connected. Hotplug scripts not >>> working. >>> >> >> I had the same problem. In my case at least this was caused by not >> configuring Xen correctly. I had to modify /etc/xen/xend-config.sxp and >> change the following line from: >> >> (network-script network-system) >> >> to >> >> (network-script network-bridge) >> >> Hope this change works for you. >> >>> >>> xend.log: >>> >>> [2009-08-07 00:33:20 3423] DEBUG (DevController:139) Waiting for devices >>> vif. >>> [2009-08-07 00:33:20 3423] DEBUG (DevController:144) Waiting for 0. >>> [2009-08-07 00:33:20 3423] DEBUG (DevController:629) >>> hotplugStatusCallback /local/domain/0/backend/vif/1/0/hotplug-s >>> tatus. >>> [2009-08-07 00:33:52 3423] INFO (XendDomain:1180) Domain >>> debian.5-0.x86 (1) unpaused. >>> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2724) >>> XendDomainInfo.destroy: domid=1 >>> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2199) Destroying device >>> model >>> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2206) Releasing devices >>> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2219) Removing vif/0 >>> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:1134) >>> XendDomainInfo.destroyDevice: deviceClass = vif, device = vif >>> /0 >>> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2219) Removing vbd/2049 >>> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:1134) >>> XendDomainInfo.destroyDevice: deviceClass = vbd, device = vbd >>> /2049 >>> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2219) Removing >>> console/0 >>> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:1134) >>> XendDomainInfo.destroyDevice: deviceClass = console, device = >>> console/0 >>> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2204) No device model >>> [2009-08-07 00:35:00 3423] DEBUG (XendDomainInfo:2206) Releasing devices >>> [2009-08-07 00:36:35 3423] DEBUG (DevController:629) >>> hotplugStatusCallback /local/domain/0/backend/vif/1/0/hotplug-s >>> tatus. >>> [2009-08-07 00:36:35 3423] DEBUG (DevController:629) >>> hotplugStatusCallback /local/domain/0/backend/vif/1/0/hotplug-s >>> tatus. >>> [2009-08-07 00:36:35 3423] DEBUG (DevController:629) >>> hotplugStatusCallback /local/domain/0/backend/vif/1/0/hotplug-s >>> tatus. >>> [2009-08-07 00:36:35 3423] DEBUG (DevController:629) >>> hotplugStatusCallback /local/domain/0/backend/vif/1/0/hotplug-s >>> tatus. >>> >>> >>> >>> >>> >>> Any idea? >>> >>> >>> Petr >>> >>> _______________________________________________ >>> Xen-users mailing list >>> Xen-users@lists.xensource.com >>> http://lists.xensource.com/xen-users >> >> ---- >> Rick McNeal >> rick.mcneal@lsi.com >> >> “Never blame a legislative body for not doing something. When they do >> nothing, they don’t hurt anybody. When they do something is when they >> become >> dangerous.” —Will Rogers >> >> >> > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >-- View this message in context: http://www.nabble.com/xen3.4.1-on-Debian-Lenny---network-scripts-bug--tp24855936p24867783.html Sent from the Xen - User mailing list archive at Nabble.com. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users