Ananth
2009-Mar-26 09:32 UTC
[Xen-devel] Error: Device 0 (vif) could not be connected. Hotplug scripts not working
Hello, When I install guest OS on xen using "xm create /path/of/file/ubuntu.cfg -c" , I am getting an error message *"Error*: Device 0 (*vif*) could not be connected. Hotplug scripts not working <http://markmail.org/message/24aj3qs6ddrtwdks>" . I also saw that hotplugs and udev are prerequisites to be installed before compiling xen. I could not find hotplugs in Yast. However i installed udev. My vif value in the config file is set to ['' '']. Please guide me through this. Thank you. Warm Regards Ananth _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Boris Derzhavets
2009-Mar-26 09:56 UTC
Re: [Xen-devel] Error: Device 0 (vif) could not be connected. Hotplug scripts not working
Try:- # brctl show It will report your xen-bridge. Say eth0. Fix vif= [ ''bridge=eth0''] See what happens. --- On Thu, 3/26/09, Ananth <cbananth@gmail.com> wrote: From: Ananth <cbananth@gmail.com> Subject: [Xen-devel] Error: Device 0 (vif) could not be connected. Hotplug scripts not working To: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com> Date: Thursday, March 26, 2009, 5:32 AM Hello, When I install guest OS on xen using "xm create /path/of/file/ubuntu.cfg -c" , I am getting an error message "Error: Device 0 (vif) could not be connected. Hotplug scripts not working" . I also saw that hotplugs and udev are prerequisites to be installed before compiling xen. I could not find hotplugs in Yast. However i installed udev. My vif value in the config file is set to ['' '']. Please guide me through this. Thank you. Warm Regards Ananth _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ananth
2009-Mar-26 10:07 UTC
Re: [Xen-devel] Error: Device 0 (vif) could not be connected. Hotplug scripts not working
Hi Thanks for the quick response. brctl show returned bridge name eth0 . I still get the same error after I modified the config file as you had mentioned. Regards Ananth On Thu, Mar 26, 2009 at 3:26 PM, Boris Derzhavets <bderzhavets@yahoo.com>wrote:> Try:- > # brctl show > It will report your xen-bridge. Say eth0. > Fix vif= [ ''bridge=eth0''] > See what happens. > > --- On *Thu, 3/26/09, Ananth <cbananth@gmail.com>* wrote: > > From: Ananth <cbananth@gmail.com> > Subject: [Xen-devel] Error: Device 0 (vif) could not be connected. Hotplug > scripts not working > To: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com> > Date: Thursday, March 26, 2009, 5:32 AM > > > Hello, > When I install guest OS on xen using "xm create /path/of/file/ubuntu.cfg > -c" , I am getting an error message > *"Error*: Device 0 (*vif*) could not be connected. Hotplug scripts not > working <http://markmail.org/message/24aj3qs6ddrtwdks>" . I also saw that > hotplugs and udev are prerequisites to be installed before compiling xen. I > could not find hotplugs in Yast. However i installed udev. > My vif value in the config file is set to ['' '']. > > Please guide me through this. > > Thank you. > > Warm Regards > Ananth > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel > > >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Boris Derzhavets
2009-Mar-26 10:20 UTC
Re: [Xen-devel] Error: Device 0 (vif) could not be connected. Hotplug scripts not working
I am not sure "xen-devel" mailing list would be a right place for this thread. "xen-users" mailing list would be better. Please post:- # xm info Boris. --- On Thu, 3/26/09, Ananth <cbananth@gmail.com> wrote: From: Ananth <cbananth@gmail.com> Subject: Re: [Xen-devel] Error: Device 0 (vif) could not be connected. Hotplug scripts not working To: bderzhavets@yahoo.com Cc: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com> Date: Thursday, March 26, 2009, 6:07 AM Hi Thanks for the quick response. brctl show returned bridge name eth0 . I still get the same error after I modified the config file as you had mentioned. Regards Ananth On Thu, Mar 26, 2009 at 3:26 PM, Boris Derzhavets <bderzhavets@yahoo.com> wrote: Try:- # brctl show It will report your xen-bridge. Say eth0. Fix vif= [ ''bridge=eth0''] See what happens. --- On Thu, 3/26/09, Ananth <cbananth@gmail.com> wrote: From: Ananth <cbananth@gmail.com> Subject: [Xen-devel] Error: Device 0 (vif) could not be connected. Hotplug scripts not working To: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com> Date: Thursday, March 26, 2009, 5:32 AM Hello, When I install guest OS on xen using "xm create /path/of/file/ubuntu.cfg -c" , I am getting an error message "Error: Device 0 (vif) could not be connected. Hotplug scripts not working" . I also saw that hotplugs and udev are prerequisites to be installed before compiling xen. I could not find hotplugs in Yast. However i installed udev. My vif value in the config file is set to ['' '']. Please guide me through this. Thank you. Warm Regards Ananth _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ananth
2009-Mar-26 10:31 UTC
[Xen-users] Re: [Xen-devel] Error: Device 0 (vif) could not be connected. Hotplug scripts not working
Hi Thanks for pointing out. Please find attached the xend.log file and output of xm info. Regards Ananth On Thu, Mar 26, 2009 at 3:50 PM, Boris Derzhavets <bderzhavets@yahoo.com>wrote:> I am not sure "xen-devel" mailing list would be a right place for this > thread. > "xen-users" mailing list would be better. Please post:- > # xm info > > Boris. > --- On *Thu, 3/26/09, Ananth <cbananth@gmail.com>* wrote: > > From: Ananth <cbananth@gmail.com> > Subject: Re: [Xen-devel] Error: Device 0 (vif) could not be connected. > Hotplug scripts not working > To: bderzhavets@yahoo.com > Cc: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com> > Date: Thursday, March 26, 2009, 6:07 AM > > > Hi > Thanks for the quick response. brctl show returned bridge name eth0 . > I still get the same error after I modified the config file as you had > mentioned. > > Regards > Ananth > > On Thu, Mar 26, 2009 at 3:26 PM, Boris Derzhavets <bderzhavets@yahoo.com>wrote: > >> Try:- >> # brctl show >> It will report your xen-bridge. Say eth0. >> Fix vif= [ ''bridge=eth0''] >> See what happens. >> >> --- On *Thu, 3/26/09, Ananth <cbananth@gmail.com>* wrote: >> >> From: Ananth <cbananth@gmail.com> >> Subject: [Xen-devel] Error: Device 0 (vif) could not be connected. Hotplug >> scripts not working >> To: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com> >> Date: Thursday, March 26, 2009, 5:32 AM >> >> >> Hello, >> When I install guest OS on xen using "xm create /path/of/file/ubuntu.cfg >> -c" , I am getting an error message >> *"Error*: Device 0 (*vif*) could not be connected. Hotplug scripts not >> working <http://markmail.org/message/24aj3qs6ddrtwdks>" . I also saw that >> hotplugs and udev are prerequisites to be installed before compiling xen. I >> could not find hotplugs in Yast. However i installed udev. >> My vif value in the config file is set to ['' '']. >> >> Please guide me through this. >> >> Thank you. >> >> Warm Regards >> Ananth >> >> _______________________________________________ >> Xen-devel mailing list >> Xen-devel@lists.xensource.com >> http://lists.xensource.com/xen-devel >> >> >> > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Boris Derzhavets
2009-Mar-26 12:30 UTC
[Xen-users] Re: [Xen-devel] Error: Device 0 (vif) could not be connected. Hotplug scripts not working
>release : 2.6.25.5-1.1-xenLooks like Debian xen-ified kernel Native Xen should be 3.2.1 However:->xen_major : 3 >xen_minor : 3 >xen_extra : .1Did you make a port Xen 3.3.1 ? # cd /usr/src # tar zxvf xen-3.3.1.tar.gz # cd xen-3.3.1 # make xen # make install-xen # make tools # make install-tools Boris. --- On Thu, 3/26/09, Ananth <cbananth@gmail.com> wrote: From: Ananth <cbananth@gmail.com> Subject: Re: [Xen-devel] Error: Device 0 (vif) could not be connected. Hotplug scripts not working To: bderzhavets@yahoo.com Cc: xen-users@lists.xensource.com Date: Thursday, March 26, 2009, 6:31 AM Hi Thanks for pointing out. Please find attached the xend.log file and output of xm info. Regards Ananth On Thu, Mar 26, 2009 at 3:50 PM, Boris Derzhavets <bderzhavets@yahoo.com> wrote: I am not sure "xen-devel" mailing list would be a right place for this thread. "xen-users" mailing list would be better. Please post:- # xm info Boris. --- On Thu, 3/26/09, Ananth <cbananth@gmail.com> wrote: From: Ananth <cbananth@gmail.com> Subject: Re: [Xen-devel] Error: Device 0 (vif) could not be connected. Hotplug scripts not working To: bderzhavets@yahoo.com Cc: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com> Date: Thursday, March 26, 2009, 6:07 AM Hi Thanks for the quick response. brctl show returned bridge name eth0 . I still get the same error after I modified the config file as you had mentioned. Regards Ananth On Thu, Mar 26, 2009 at 3:26 PM, Boris Derzhavets <bderzhavets@yahoo.com> wrote: Try:- # brctl show It will report your xen-bridge. Say eth0. Fix vif= [ ''bridge=eth0''] See what happens. --- On Thu, 3/26/09, Ananth <cbananth@gmail.com> wrote: From: Ananth <cbananth@gmail.com> Subject: [Xen-devel] Error: Device 0 (vif) could not be connected. Hotplug scripts not working To: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com> Date: Thursday, March 26, 2009, 5:32 AM Hello, When I install guest OS on xen using "xm create /path/of/file/ubuntu.cfg -c" , I am getting an error message "Error: Device 0 (vif) could not be connected. Hotplug scripts not working" . I also saw that hotplugs and udev are prerequisites to be installed before compiling xen. I could not find hotplugs in Yast. However i installed udev. My vif value in the config file is set to ['' '']. Please guide me through this. Thank you. Warm Regards Ananth _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Ananth
2009-Mar-26 12:40 UTC
[Xen-users] Re: [Xen-devel] Error: Device 0 (vif) could not be connected. Hotplug scripts not working
Hi, Got missed when i shifted the thread from xen-devel to xen-users list. I tried commenting as well as specifying vif=[]. I got the below response. linux-ka07:/home/cbananth/xen_Guests/Ubuntu8.04_xen # xm create /home/cbananth/x en_Guests/Ubuntu8.04_xen/ubuntu.8-04.xen3.cfg -c Using config file "/home/cbananth/xen_Guests/Ubuntu8.04_xen/ubuntu.8-04.xen3.cfg ". Started domain ubuntu.8-04 IP route cache hash table entries: 4096 (order: 2, 16384 bytes) TCP established hash table entries: 16384 (order: 5, 131072 bytes) TCP bind hash table entries: 8192 (order: 4, 65536 bytes) TCP: Hash tables configured (established 16384 bind 8192) TCP reno registered Initializing Cryptographic API io scheduler noop registered io scheduler anticipatory registered (default) io scheduler deadline registered io scheduler cfq registered BUG: unable to handle kernel NULL pointer dereference at virtual address 0000000 0 printing eip: c03b98a4 00445000 -> *pde = 00000000:00000000 Oops: 0000 [#1] SMP Modules linked in: CPU: 0 EIP: 0061:[<c03b98a4>] Not tainted VLI EFLAGS: 00010282 (2.6.18.8-xenU #1) EIP is at hgafb_probe+0xc4/0x390 eax: c13c5940 ebx: 00000000 ecx: c13c5940 edx: 00000000 esi: c03697a8 edi: c03696e0 ebp: c12afe88 esp: c12afe5c ds: 007b es: 007b ss: e021 Process swapper (pid: 1, ti=c12ae000 task=c12aaa70 task.ti=c12ae000) Stack: c035ed00 000003bf 00000000 00000001 00000000 c034026e 00000000 00000000 00000000 c03697a8 c03696e0 c12afeac c0279a3a c03697a8 c03696e0 00000000 c036974c 00000000 c12afed0 c0279b40 c12afebc c0279b58 c03696e0 c03697a8 Call Trace: [<c0105d59>] show_stack_log_lvl+0xa9/0xe0 [<c010615f>] show_registers+0x1bf/0x250 [<c0106618>] die+0x158/0x2f0 [<c0115d19>] do_page_fault+0x6c9/0xc43 [<c010581f>] error_code+0x2b/0x30 [<c0279a3a>] driver_probe_device+0x4a/0xc0 [<c0279b58>] __device_attach+0x18/0x1a [<c027909e>] bus_for_each_drv+0x5e/0x80 [<c02799ea>] device_attach+0x7a/0x80 [<c0278cb1>] bus_attach_device+0x21/0x40 [<c0277dc3>] device_add+0x2a3/0x350 [<c027baab>] platform_device_add+0x14b/0x1a0 [<c027bb1d>] platform_device_register+0x1d/0x30 [<c03b97be>] hgafb_init+0x4e/0x70 [<c0102180>] init+0x140/0x4a0 [<c0102c35>] kernel_thread_helper+0x5/0x10 Code: 08 00 00 00 00 c7 04 24 00 ed 35 c0 e8 76 0e d7 ff ba 01 00 00 00 85 c0 0f 44 15 d0 f0 3e c0 89 15 d0 f0 3e c0 8b 15 d4 f0 3e c0 <0f> b7 0a 0f b7 82 00 10 00 When I tried the same once again, few more lines were added to the output. They are, Code: 08 00 00 00 00 c7 04 24 00 ed 35 c0 e8 76 0e d7 ff ba 01 00 00 00 85 c0 0f 44 15 d0 f0 3e c0 89 15 d0 f0 3e c0 8b 15 d4 f0 3e c0 <0f> b7 0a 0f b7 82 00 10 00 00 66 c7 02 55 aa 0f b7 1a 66 c7 02 EIP: [<c03b98a4>] hgafb_probe+0xc4/0x390 SS:ESP e021:c12afe5c <0>Kernel panic - not syncing: Attempted to kill init! Regards Ananth On Thu, Mar 26, 2009 at 5:23 PM, Michal Novotny <minovotn@redhat.com> wrote:> Hi, > could you please send it to all the Xen-Devel list with attachments > (xminfo.txt and xend.log) and not just me? To get more replies... Anyway I > tried to look at the log and I found nothing relevant. Could you please tell > me what it''s doing now and/or disable vif=[] like by commenting it (adding # > sign before the line, change it to #vif=[]) and try again? > > Michal > > Ananth wrote: > >> Hi >> Please find the attachments. >> >> Regards >> Ananth >> >> On Thu, Mar 26, 2009 at 3:39 PM, Michal Novotny <minovotn@redhat.com<mailto: >> minovotn@redhat.com>> wrote: >> >> Hi Ananth, >> could you please send xend.log file containing more information >> about test running? This looks like the hotplug script issue which >> are shipped with Xen itself. >> >> Michal >> >> Ananth wrote: >> >> Hi >> Thanks for the quick response. brctl show returned bridge name >> eth0 . >> I still get the same error after I modified the config file as >> you had mentioned. >> >> Regards >> Ananth >> >> On Thu, Mar 26, 2009 at 3:26 PM, Boris Derzhavets >> <bderzhavets@yahoo.com <mailto:bderzhavets@yahoo.com> >> <mailto:bderzhavets@yahoo.com <mailto:bderzhavets@yahoo.com>>> >> wrote: >> >> Try:- >> # brctl show >> It will report your xen-bridge. Say eth0. >> Fix vif= [ ''bridge=eth0''] >> See what happens. >> >> --- On *Thu, 3/26/09, Ananth /<cbananth@gmail.com >> <mailto:cbananth@gmail.com> >> <mailto:cbananth@gmail.com <mailto:cbananth@gmail.com>>>/* >> wrote: >> >> From: Ananth <cbananth@gmail.com >> <mailto:cbananth@gmail.com> <mailto:cbananth@gmail.com >> <mailto:cbananth@gmail.com>>> >> >> Subject: [Xen-devel] Error: Device 0 (vif) could not be >> connected. Hotplug scripts not working >> To: "xen-devel@lists.xensource.com >> <mailto:xen-devel@lists.xensource.com> >> <mailto:xen-devel@lists.xensource.com >> <mailto:xen-devel@lists.xensource.com>>" >> >> <xen-devel@lists.xensource.com >> <mailto:xen-devel@lists.xensource.com> >> <mailto:xen-devel@lists.xensource.com >> <mailto:xen-devel@lists.xensource.com>>> >> >> Date: Thursday, March 26, 2009, 5:32 AM >> >> >> Hello, >> When I install guest OS on xen using "xm create >> /path/of/file/ubuntu.cfg -c" , I am getting an error >> message >> *"Error*: Device 0 (*vif*) could not be connected. Hotplug >> scripts not working >> <http://markmail.org/message/24aj3qs6ddrtwdks>" . I >> also saw >> >> that hotplugs and udev are prerequisites to be installed >> before compiling xen. I could not find hotplugs in Yast. >> However i installed udev. >> My vif value in the config file is set to ['' '']. >> >> Please guide me through this. >> >> Thank you. >> >> Warm Regards >> Ananth >> >> _______________________________________________ >> Xen-devel mailing list >> Xen-devel@lists.xensource.com >> <mailto:Xen-devel@lists.xensource.com> >> <mailto:Xen-devel@lists.xensource.com >> <mailto:Xen-devel@lists.xensource.com>> >> >> http://lists.xensource.com/xen-devel >> >> >> >> >> ------------------------------------------------------------------------ >> >> >> >> _______________________________________________ >> Xen-devel mailing list >> Xen-devel@lists.xensource.com >> <mailto:Xen-devel@lists.xensource.com> >> http://lists.xensource.com/xen-devel >> >> >> >> >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Jeremy Fitzhardinge
2009-Mar-26 20:17 UTC
Re: [Xen-devel] Error: Device 0 (vif) could not be connected. Hotplug scripts not working
Ananth wrote:> Hello, > When I install guest OS on xen using "xm create > /path/of/file/ubuntu.cfg -c" , I am getting an error message > *"Error*: Device 0 (*vif*) could not be connected. Hotplug scripts not > working <http://markmail.org/message/24aj3qs6ddrtwdks>" . I also saw > that hotplugs and udev are prerequisites to be installed before > compiling xen. I could not find hotplugs in Yast. However i installed > udev. > My vif value in the config file is set to ['' '']. > > Please guide me through this.Did you build this yourself, or are you using a packaged version? If you built it, from what sources? Which kernel are you using for dom0 and domU? J _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ananth
2009-Mar-27 06:10 UTC
[Xen-users] Re: [Xen-devel] Error: Device 0 (vif) could not be connected. Hotplug scripts not working
Yea I built it myself. Am using linux-2.6.18.8. Regards Ananth On Fri, Mar 27, 2009 at 1:47 AM, Jeremy Fitzhardinge <jeremy@goop.org>wrote:> Ananth wrote: > >> Hello, >> When I install guest OS on xen using "xm create /path/of/file/ubuntu.cfg >> -c" , I am getting an error message >> *"Error*: Device 0 (*vif*) could not be connected. Hotplug scripts not >> working <http://markmail.org/message/24aj3qs6ddrtwdks>" . I also saw that >> hotplugs and udev are prerequisites to be installed before compiling xen. I >> could not find hotplugs in Yast. However i installed udev. >> My vif value in the config file is set to ['' '']. >> >> Please guide me through this. >> > > Did you build this yourself, or are you using a packaged version? If you > built it, from what sources? Which kernel are you using for dom0 and domU? > > J >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Ananth
2009-Mar-27 07:39 UTC
[Xen-users] Re: [Xen-devel] Error: Device 0 (vif) could not be connected. Hotplug scripts not working
Hi Boris, I freshly executed the below commands. # cd /usr/src # tar zxvf xen-3.3.1.tar.gz # cd xen-3.3.1 # make xen # make install-xen # make tools # make install-tools They all executed successfully and a xen.gz has been created in /boot. However there is no kernel image for me to create an entry in the /boot/grub/menu.lst. How can i boot into dom0 in this case and also install domU? Regards Ananth ---------- Forwarded message ---------- From: Boris Derzhavets <bderzhavets@yahoo.com> Date: Thu, Mar 26, 2009 at 6:00 PM Subject: Re: [Xen-devel] Error: Device 0 (vif) could not be connected. Hotplug scripts not working To: Ananth <cbananth@gmail.com> Cc: xen-users@lists.xensource.com>release : 2.6.25.5-1.1-xenLooks like Debian xen-ified kernel Native Xen should be 3.2.1 However:->xen_major : 3 >xen_minor : 3 >xen_extra : .1Did you make a port Xen 3.3.1 ? # cd /usr/src # tar zxvf xen-3.3.1.tar.gz # cd xen-3.3.1 # make xen # make install-xen # make tools # make install-tools Boris. --- On *Thu, 3/26/09, Ananth <cbananth@gmail.com>* wrote: From: Ananth <cbananth@gmail.com> Subject: Re: [Xen-devel] Error: Device 0 (vif) could not be connected. Hotplug scripts not working To: bderzhavets@yahoo.com Cc: xen-users@lists.xensource.com Date: Thursday, March 26, 2009, 6:31 AM Hi Thanks for pointing out. Please find attached the xend.log file and output of xm info. Regards Ananth On Thu, Mar 26, 2009 at 3:50 PM, Boris Derzhavets <bderzhavets@yahoo.com>wrote:> I am not sure "xen-devel" mailing list would be a right place for this > thread. > "xen-users" mailing list would be better. Please post:- > # xm info > > Boris. > --- On *Thu, 3/26/09, Ananth <cbananth@gmail.com>* wrote: > > From: Ananth <cbananth@gmail.com> > Subject: Re: [Xen-devel] Error: Device 0 (vif) could not be connected. > Hotplug scripts not working > To: bderzhavets@yahoo.com > Cc: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com> > Date: Thursday, March 26, 2009, 6:07 AM > > > Hi > Thanks for the quick response. brctl show returned bridge name eth0 . > I still get the same error after I modified the config file as you had > mentioned. > > Regards > Ananth > > On Thu, Mar 26, 2009 at 3:26 PM, Boris Derzhavets <bderzhavets@yahoo.com>wrote: > >> Try:- >> # brctl show >> It will report your xen-bridge. Say eth0. >> Fix vif= [ ''bridge=eth0''] >> See what happens. >> >> --- On *Thu, 3/26/09, Ananth <cbananth@gmail.com>* wrote: >> >> From: Ananth <cbananth@gmail.com> >> Subject: [Xen-devel] Error: Device 0 (vif) could not be connected. Hotplug >> scripts not working >> To: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com> >> Date: Thursday, March 26, 2009, 5:32 AM >> >> >> Hello, >> When I install guest OS on xen using "xm create /path/of/file/ubuntu.cfg >> -c" , I am getting an error message >> *"Error*: Device 0 (*vif*) could not be connected. Hotplug scripts not >> working <http://markmail.org/message/24aj3qs6ddrtwdks>" . I also saw that >> hotplugs and udev are prerequisites to be installed before compiling xen. I >> could not find hotplugs in Yast. However i installed udev. >> My vif value in the config file is set to ['' '']. >> >> Please guide me through this. >> >> Thank you. >> >> Warm Regards >> Ananth >> >> _______________________________________________ >> Xen-devel mailing list >> Xen-devel@lists.xensource.com >> http://lists.xensource.com/xen-devel >> >> >> >> > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Boris Derzhavets
2009-Mar-27 10:41 UTC
Re: [Xen-users] Re: [Xen-devel] Error: Device 0 (vif) could not be connected. Hotplug scripts not working
Now you need to install xen-ified kernel. The choice is yours . It also depends on on your Linux, for example :- http://bderzhavets.wordpress.com/2009/01/29/xen-331-port-to-ubuntu-intrepid-server-via-novells-xen-ified-kernel-26275/ What Linux are you on ? Boris. --- On Fri, 3/27/09, Ananth <cbananth@gmail.com> wrote: From: Ananth <cbananth@gmail.com> Subject: [Xen-users] Re: [Xen-devel] Error: Device 0 (vif) could not be connected. Hotplug scripts not working To: bderzhavets@yahoo.com Cc: xen-users@lists.xensource.com Date: Friday, March 27, 2009, 3:39 AM Hi Boris, I freshly executed the below commands. # cd /usr/src # tar zxvf xen-3.3.1.tar.gz # cd xen-3.3.1 # make xen # make install-xen # make tools # make install-tools They all executed successfully and a xen.gz has been created in /boot. However there is no kernel image for me to create an entry in the /boot/grub/menu.lst. How can i boot into dom0 in this case and also install domU? Regards Ananth ---------- Forwarded message ---------- From: Boris Derzhavets <bderzhavets@yahoo.com> Date: Thu, Mar 26, 2009 at 6:00 PM Subject: Re: [Xen-devel] Error: Device 0 (vif) could not be connected. Hotplug scripts not working To: Ananth <cbananth@gmail.com> Cc: xen-users@lists.xensource.com>release : 2.6.25.5-1.1-xenLooks like Debian xen-ified kernel Native Xen should be 3.2.1 However:->xen_major : 3 >xen_minor : 3 >xen_extra : .1Did you make a port Xen 3.3.1 ? # cd /usr/src # tar zxvf xen-3.3.1.tar.gz # cd xen-3.3.1 # make xen # make install-xen # make tools # make install-tools Boris. --- On Thu, 3/26/09, Ananth <cbananth@gmail.com> wrote: From: Ananth <cbananth@gmail.com> Subject: Re: [Xen-devel] Error: Device 0 (vif) could not be connected. Hotplug scripts not working To: bderzhavets@yahoo.com Cc: xen-users@lists.xensource.com Date: Thursday, March 26, 2009, 6:31 AM Hi Thanks for pointing out. Please find attached the xend.log file and output of xm info. Regards Ananth On Thu, Mar 26, 2009 at 3:50 PM, Boris Derzhavets <bderzhavets@yahoo.com> wrote: I am not sure "xen-devel" mailing list would be a right place for this thread. "xen-users" mailing list would be better. Please post:- # xm info Boris. --- On Thu, 3/26/09, Ananth <cbananth@gmail.com> wrote: From: Ananth <cbananth@gmail.com> Subject: Re: [Xen-devel] Error: Device 0 (vif) could not be connected. Hotplug scripts not working To: bderzhavets@yahoo.com Cc: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com> Date: Thursday, March 26, 2009, 6:07 AM Hi Thanks for the quick response. brctl show returned bridge name eth0 . I still get the same error after I modified the config file as you had mentioned. Regards Ananth On Thu, Mar 26, 2009 at 3:26 PM, Boris Derzhavets <bderzhavets@yahoo.com> wrote: Try:- # brctl show It will report your xen-bridge. Say eth0. Fix vif= [ ''bridge=eth0''] See what happens. --- On Thu, 3/26/09, Ananth <cbananth@gmail.com> wrote: From: Ananth <cbananth@gmail.com> Subject: [Xen-devel] Error: Device 0 (vif) could not be connected. Hotplug scripts not working To: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com> Date: Thursday, March 26, 2009, 5:32 AM Hello, When I install guest OS on xen using "xm create /path/of/file/ubuntu.cfg -c" , I am getting an error message "Error: Device 0 (vif) could not be connected. Hotplug scripts not working" . I also saw that hotplugs and udev are prerequisites to be installed before compiling xen. I could not find hotplugs in Yast. However i installed udev. My vif value in the config file is set to ['' '']. Please guide me through this. Thank you. Warm Regards Ananth _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel _______________________________________________ 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
Boris Derzhavets
2009-Mar-27 11:13 UTC
Re: [Xen-users] Re: [Xen-devel] Error: Device 0 (vif) could not be connected. Hotplug scripts not working
> I could not find hotplugs in Yast. However i installed udev.OK. Looks you are on Suse. Yast is Suse''s stuff. 1. OpenSuse 11.1 (SLES 11) ships with Xen Host 3.3.1 ready to go. Just mark Xen Server on install. That also gives the most recent enterprise class xen-ified kernel 2.6.27-5 automatically. 2. OpenSuse 11 (SLES 10) ships with Xen Host 3.2.1 ready to go. and etc. So, it''s not quite clear what are you doing ? Please, mention Suse version you are on. Boris. --- On Fri, 3/27/09, Ananth <cbananth@gmail.com> wrote: From: Ananth <cbananth@gmail.com> Subject: [Xen-users] Re: [Xen-devel] Error: Device 0 (vif) could not be connected. Hotplug scripts not working To: "Jeremy Fitzhardinge" <jeremy@goop.org> Cc: xen-users@lists.xensource.com Date: Friday, March 27, 2009, 2:10 AM Yea I built it myself. Am using linux-2.6.18.8. Regards Ananth On Fri, Mar 27, 2009 at 1:47 AM, Jeremy Fitzhardinge <jeremy@goop.org> wrote: Ananth wrote: Hello, When I install guest OS on xen using "xm create /path/of/file/ubuntu.cfg -c" , I am getting an error message *"Error*: Device 0 (*vif*) could not be connected. Hotplug scripts not working <http://markmail.org/message/24aj3qs6ddrtwdks>" . I also saw that hotplugs and udev are prerequisites to be installed before compiling xen. I could not find hotplugs in Yast. However i installed udev. My vif value in the config file is set to ['' '']. Please guide me through this. Did you build this yourself, or are you using a packaged version? If you built it, from what sources? Which kernel are you using for dom0 and domU? J _______________________________________________ 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
Ananth
2009-Mar-27 13:44 UTC
Re: [Xen-users] Re: [Xen-devel] Error: Device 0 (vif) could not be connected. Hotplug scripts not working
Hi. Since I am doing it again from scratch, I tried on Ubuntu 8.04 . Do u have a page for ubuntu as well? Ananth On Fri, Mar 27, 2009 at 4:11 PM, Boris Derzhavets <bderzhavets@yahoo.com>wrote:> Now you need to install xen-ified kernel. The choice is yours . It also > depends on > on your Linux, for example :- > > > http://bderzhavets.wordpress.com/2009/01/29/xen-331-port-to-ubuntu-intrepid-server-via-novells-xen-ified-kernel-26275/ > > What Linux are you on ? > > Boris. > > > --- On *Fri, 3/27/09, Ananth <cbananth@gmail.com>* wrote: > > From: Ananth <cbananth@gmail.com> > Subject: [Xen-users] Re: [Xen-devel] Error: Device 0 (vif) could not be > connected. Hotplug scripts not working > To: bderzhavets@yahoo.com > Cc: xen-users@lists.xensource.com > Date: Friday, March 27, 2009, 3:39 AM > > > Hi Boris, > I freshly executed the below commands. > > # cd /usr/src > # tar zxvf xen-3.3.1.tar.gz > # cd xen-3.3.1 > # make xen > # make install-xen > # make tools > # make install-tools > > They all executed successfully and a xen.gz has been created in /boot. > However there is no kernel image for me to create an entry in the > /boot/grub/menu.lst. > How can i boot into dom0 in this case and also install domU? > > Regards > Ananth > > > ---------- Forwarded message ---------- > From: Boris Derzhavets <bderzhavets@yahoo.com> > Date: Thu, Mar 26, 2009 at 6:00 PM > Subject: Re: [Xen-devel] Error: Device 0 (vif) could not be connected. > Hotplug scripts not working > To: Ananth <cbananth@gmail.com> > Cc: xen-users@lists.xensource.com > > > >release : 2.6.25.5-1.1-xen > > Looks like Debian xen-ified kernel > Native Xen should be 3.2.1 > However:- > > >xen_major : 3 > >xen_minor : 3 > >xen_extra : .1 > > Did you make a port Xen 3.3.1 ? > > # cd /usr/src > # tar zxvf xen-3.3.1.tar.gz > # cd xen-3.3.1 > # make xen > # make install-xen > # make tools > # make install-tools > > > Boris. > > > --- On *Thu, 3/26/09, Ananth <cbananth@gmail.com>* wrote: > > From: Ananth <cbananth@gmail.com> > Subject: Re: [Xen-devel] Error: Device 0 (vif) could not be connected. > Hotplug scripts not working > To: bderzhavets@yahoo.com > Cc: xen-users@lists.xensource.com > Date: Thursday, March 26, 2009, 6:31 AM > > > Hi > Thanks for pointing out. > Please find attached the xend.log file and output of xm info. > > Regards > Ananth > > On Thu, Mar 26, 2009 at 3:50 PM, Boris Derzhavets <bderzhavets@yahoo.com>wrote: > >> I am not sure "xen-devel" mailing list would be a right place for this >> thread. >> "xen-users" mailing list would be better. Please post:- >> # xm info >> >> Boris. >> --- On *Thu, 3/26/09, Ananth <cbananth@gmail.com>* wrote: >> >> From: Ananth <cbananth@gmail.com> >> Subject: Re: [Xen-devel] Error: Device 0 (vif) could not be connected. >> Hotplug scripts not working >> To: bderzhavets@yahoo.com >> Cc: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com> >> Date: Thursday, March 26, 2009, 6:07 AM >> >> >> Hi >> Thanks for the quick response. brctl show returned bridge name eth0 . >> I still get the same error after I modified the config file as you had >> mentioned. >> >> Regards >> Ananth >> >> On Thu, Mar 26, 2009 at 3:26 PM, Boris Derzhavets <bderzhavets@yahoo.com>wrote: >> >>> Try:- >>> # brctl show >>> It will report your xen-bridge. Say eth0. >>> Fix vif= [ ''bridge=eth0''] >>> See what happens. >>> >>> --- On *Thu, 3/26/09, Ananth <cbananth@gmail.com>* wrote: >>> >>> From: Ananth <cbananth@gmail.com> >>> Subject: [Xen-devel] Error: Device 0 (vif) could not be connected. >>> Hotplug scripts not working >>> To: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com> >>> Date: Thursday, March 26, 2009, 5:32 AM >>> >>> >>> Hello, >>> When I install guest OS on xen using "xm create /path/of/file/ubuntu.cfg >>> -c" , I am getting an error message >>> *"Error*: Device 0 (*vif*) could not be connected. Hotplug scripts not >>> working <http://markmail.org/message/24aj3qs6ddrtwdks>" . I also saw >>> that hotplugs and udev are prerequisites to be installed before compiling >>> xen. I could not find hotplugs in Yast. However i installed udev. >>> My vif value in the config file is set to ['' '']. >>> >>> Please guide me through this. >>> >>> Thank you. >>> >>> Warm Regards >>> Ananth >>> >>> _______________________________________________ >>> Xen-devel mailing list >>> Xen-devel@lists.xensource.com >>> http://lists.xensource.com/xen-devel >>> >>> >>> >>> >>> >>> >> >> > > > _______________________________________________ > 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
Boris Derzhavets
2009-Mar-27 14:10 UTC
Re: [Xen-users] Re: [Xen-devel] Error: Device 0 (vif) could not be connected. Hotplug scripts not working
I would suggest you to be on Ubuntu 8.04.1 . Then just reproduce :- http://bderzhavets.wordpress.com/2008/11/13/backport-intrepid-xen-33-hypervisor-at-ubuntu-hardy-dom0-2624-21-xen/ Boris. --- On Fri, 3/27/09, Ananth <cbananth@gmail.com> wrote: From: Ananth <cbananth@gmail.com> Subject: Re: [Xen-users] Re: [Xen-devel] Error: Device 0 (vif) could not be connected. Hotplug scripts not working To: bderzhavets@yahoo.com Cc: xen-users@lists.xensource.com Date: Friday, March 27, 2009, 9:44 AM Hi. Since I am doing it again from scratch, I tried on Ubuntu 8.04 . Do u have a page for ubuntu as well? Ananth On Fri, Mar 27, 2009 at 4:11 PM, Boris Derzhavets <bderzhavets@yahoo.com> wrote: Now you need to install xen-ified kernel. The choice is yours . It also depends on on your Linux, for example :- http://bderzhavets.wordpress.com/2009/01/29/xen-331-port-to-ubuntu-intrepid-server-via-novells-xen-ified-kernel-26275/ What Linux are you on ? Boris. --- On Fri, 3/27/09, Ananth <cbananth@gmail.com> wrote: From: Ananth <cbananth@gmail.com> Subject: [Xen-users] Re: [Xen-devel] Error: Device 0 (vif) could not be connected. Hotplug scripts not working To: bderzhavets@yahoo.com Cc: xen-users@lists.xensource.com Date: Friday, March 27, 2009, 3:39 AM Hi Boris, I freshly executed the below commands. # cd /usr/src # tar zxvf xen-3.3.1.tar.gz # cd xen-3.3.1 # make xen # make install-xen # make tools # make install-tools They all executed successfully and a xen.gz has been created in /boot. However there is no kernel image for me to create an entry in the /boot/grub/menu.lst. How can i boot into dom0 in this case and also install domU? Regards Ananth ---------- Forwarded message ---------- From: Boris Derzhavets <bderzhavets@yahoo.com> Date: Thu, Mar 26, 2009 at 6:00 PM Subject: Re: [Xen-devel] Error: Device 0 (vif) could not be connected. Hotplug scripts not working To: Ananth <cbananth@gmail.com> Cc: xen-users@lists.xensource.com>release : 2.6.25.5-1.1-xenLooks like Debian xen-ified kernel Native Xen should be 3.2.1 However:->xen_major : 3 >xen_minor : 3 >xen_extra : .1Did you make a port Xen 3.3.1 ? # cd /usr/src # tar zxvf xen-3.3.1.tar.gz # cd xen-3.3.1 # make xen # make install-xen # make tools # make install-tools Boris. --- On Thu, 3/26/09, Ananth <cbananth@gmail.com> wrote: From: Ananth <cbananth@gmail.com> Subject: Re: [Xen-devel] Error: Device 0 (vif) could not be connected. Hotplug scripts not working To: bderzhavets@yahoo.com Cc: xen-users@lists.xensource.com Date: Thursday, March 26, 2009, 6:31 AM Hi Thanks for pointing out. Please find attached the xend.log file and output of xm info. Regards Ananth On Thu, Mar 26, 2009 at 3:50 PM, Boris Derzhavets <bderzhavets@yahoo.com> wrote: I am not sure "xen-devel" mailing list would be a right place for this thread. "xen-users" mailing list would be better. Please post:- # xm info Boris. --- On Thu, 3/26/09, Ananth <cbananth@gmail.com> wrote: From: Ananth <cbananth@gmail.com> Subject: Re: [Xen-devel] Error: Device 0 (vif) could not be connected. Hotplug scripts not working To: bderzhavets@yahoo.com Cc: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com> Date: Thursday, March 26, 2009, 6:07 AM Hi Thanks for the quick response. brctl show returned bridge name eth0 . I still get the same error after I modified the config file as you had mentioned. Regards Ananth On Thu, Mar 26, 2009 at 3:26 PM, Boris Derzhavets <bderzhavets@yahoo.com> wrote: Try:- # brctl show It will report your xen-bridge. Say eth0. Fix vif= [ ''bridge=eth0''] See what happens. --- On Thu, 3/26/09, Ananth <cbananth@gmail.com> wrote: From: Ananth <cbananth@gmail.com> Subject: [Xen-devel] Error: Device 0 (vif) could not be connected. Hotplug scripts not working To: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com> Date: Thursday, March 26, 2009, 5:32 AM Hello, When I install guest OS on xen using "xm create /path/of/file/ubuntu.cfg -c" , I am getting an error message "Error: Device 0 (vif) could not be connected. Hotplug scripts not working" . I also saw that hotplugs and udev are prerequisites to be installed before compiling xen. I could not find hotplugs in Yast. However i installed udev. My vif value in the config file is set to ['' '']. Please guide me through this. Thank you. Warm Regards Ananth _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel _______________________________________________ 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 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Ananth
2009-Mar-27 20:19 UTC
Re: [Xen-users] Re: [Xen-devel] Error: Device 0 (vif) could not be connected. Hotplug scripts not working
Thank you so much. I will try that and get back to you. Ananth On 3/27/09, Boris Derzhavets <bderzhavets@yahoo.com> wrote:> I would suggest you to be on Ubuntu 8.04.1 . > Then just reproduce :- > > http://bderzhavets.wordpress.com/2008/11/13/backport-intrepid-xen-33-hypervisor-at-ubuntu-hardy-dom0-2624-21-xen/ > > Boris. > > --- On Fri, 3/27/09, Ananth <cbananth@gmail.com> wrote: > From: Ananth <cbananth@gmail.com> > Subject: Re: [Xen-users] Re: [Xen-devel] Error: Device 0 (vif) could not be > connected. Hotplug scripts not working > To: bderzhavets@yahoo.com > Cc: xen-users@lists.xensource.com > Date: Friday, March 27, 2009, 9:44 AM > > Hi. > Since I am doing it again from scratch, I tried on Ubuntu 8.04 . Do u have a > page for ubuntu as well? > > Ananth > > On Fri, Mar 27, 2009 at 4:11 PM, Boris Derzhavets <bderzhavets@yahoo.com> > wrote: > > > Now you need to install xen-ified kernel. The choice is yours . It also > depends on > on your Linux, for example :- > > http://bderzhavets.wordpress.com/2009/01/29/xen-331-port-to-ubuntu-intrepid-server-via-novells-xen-ified-kernel-26275/ > > > What Linux are you on ? > > Boris. > > > --- On Fri, 3/27/09, Ananth <cbananth@gmail.com> wrote: > > From: Ananth <cbananth@gmail.com> > Subject: [Xen-users] Re: [Xen-devel] Error: Device 0 (vif) could not be > connected. Hotplug scripts not working > > To: bderzhavets@yahoo.com > Cc: xen-users@lists.xensource.com > Date: Friday, March 27, 2009, 3:39 AM > > > Hi Boris, > I freshly executed the below commands. > > # cd /usr/src > > # tar zxvf xen-3.3.1.tar.gz > > # cd xen-3.3.1 > > # make xen > > # make install-xen > > # make tools > > # make install-tools > > > They all executed successfully and a xen.gz has been created in /boot. > However there is no kernel image for me to create an entry in the > /boot/grub/menu.lst. > How can i boot into dom0 in this case and also install domU? > > > > Regards > Ananth > > > ---------- Forwarded message ---------- > From: Boris Derzhavets <bderzhavets@yahoo.com> > > > > Date: Thu, Mar 26, 2009 at 6:00 PM > Subject: Re: [Xen-devel] Error: Device 0 (vif) could not be connected. > Hotplug scripts not working > To: Ananth <cbananth@gmail.com> > > > > Cc: xen-users@lists.xensource.com > > > > > >>release : 2.6.25.5-1.1-xen > > Looks like Debian xen-ified kernel > Native Xen should be 3.2.1 > However:- > >>xen_major : 3 >>xen_minor : 3 >>xen_extra : .1 > > > > > Did you make a port Xen 3.3.1 ? > > # cd /usr/src > > # tar zxvf xen-3.3.1.tar.gz > > # cd xen-3.3.1 > > # make xen > > # make install-xen > > # make tools > > # make install-tools > > > > Boris. > > > --- On Thu, 3/26/09, Ananth <cbananth@gmail.com> wrote: > > > > From: Ananth <cbananth@gmail.com> > Subject: Re: [Xen-devel] Error: Device 0 (vif) could not be connected. > Hotplug scripts not working > > To: bderzhavets@yahoo.com > > > Cc: xen-users@lists.xensource.com > Date: Thursday, March 26, 2009, 6:31 AM > > Hi > Thanks for pointing out. > > > Please find attached the xend.log file and output of xm info. > > Regards > Ananth > > On Thu, Mar 26, 2009 at 3:50 PM, Boris Derzhavets <bderzhavets@yahoo.com> > wrote: > > > > > > > > > I am not sure "xen-devel" mailing list would be a right place for this > thread. > "xen-users" mailing list would be better. Please post:- > # xm info > > Boris. > --- On Thu, 3/26/09, Ananth <cbananth@gmail.com> wrote: > > > > > From: Ananth <cbananth@gmail.com> > > > > > Subject: Re: [Xen-devel] Error: Device 0 (vif) could not be connected. > Hotplug scripts not working > To: bderzhavets@yahoo.com > Cc: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com> > > > > > Date: Thursday, March 26, 2009, 6:07 AM > > Hi > Thanks for the quick response. brctl show returned bridge name eth0 . > I still get the same error after I modified the config file as you had > mentioned. > > > > > > Regards > Ananth > > On Thu, Mar 26, 2009 at 3:26 PM, Boris Derzhavets <bderzhavets@yahoo.com> > wrote: > > > > > > > > > > > Try:- > # brctl show > It will report your xen-bridge. Say eth0. > Fix vif= [ ''bridge=eth0''] > See what happens. > > --- On Thu, 3/26/09, Ananth <cbananth@gmail.com> wrote: > > > > > > From: Ananth <cbananth@gmail.com> > Subject: [Xen-devel] Error: Device 0 (vif) could not be connected. Hotplug > scripts not working > > > > > > To: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com> > > > > > > Date: Thursday, March 26, 2009, 5:32 AM > > Hello, > When I install guest OS on xen using "xm create /path/of/file/ubuntu.cfg -c" > , I am getting an error message > "Error: Device 0 (vif) > could not be connected. Hotplug scripts not working" . I also saw that > hotplugs and udev are prerequisites to be installed before compiling xen. I > could not find hotplugs in Yast. However i installed udev. > > My vif value in the config file is set to ['' '']. > > Please guide me through this. > > Thank you. > > Warm Regards > Ananth > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > 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 > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Apparently Analagous Threads
- Error: Device 0 (vif) could not be connected. Hotplug scripts not working
- error while compiling xen
- Re: Changeset 19594 for Xen 3.4 build on Ubuntu Server 9.04 causes pygrub doesn''t return any data anymore
- Re: xm create: Error: Device 0 (vif) could not be connected. Hotplug scripts not working. One more question.
- vmx_update_guest_cr() losing EXCEPTION_BITMAP setting