hello i have this conf file to virtualize brazilfw this is a firewall, my problem is this, when i used xm create brazil.cfg the VM try to install the software but then reboot and never i can install it, in is my config file good? kernel=''/usr/lib/xen-default/boot/hvmloader'' builder=''hvm'' memory=128 name=''Brazilfw'' device_model=''/usr/lib/xen-3.0.3-1/bin/qemu-dm'' disk=[ ''file:/home/xen/domains/brazil/brazil.img,ioemu:hda,w'',''phy:/home/xen/brazil.iso,ioemu:hdc:cdrom,r'' ] vif=[ ''type=ioemu, bridge=xenbr0'' ] cdrom=''/home/xen/brazil.iso'' boot=''d'' #vnc=1 #vncviewer=1 #sdl=0 ne2000=1 -- Juan Carlos Reyes Brito Powered by Debian Caracas-Venezuela _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hello thanks, but i use debian etch and i installed the xen sistem whit apt, i think that the version 3.2.1 is not on repositories 2008/7/11 Gustavo Soares <SLot> <slot.mg@gmail.com>:> Olá Juan. > > Recomendo você utilizar a versão 3.2.1 essa que está utilizando é bem > antiga. > > Desculpe pelo portugues. :) > > > Existe uma lista de pt_BR se quiser participar a lista esta logo abaixo: > > lista = http://groups-beta.google.com/group/xen-br > > wiki = http://wiki.xen-br.org > > > Juan Carlos Reyes escreveu: > >> hello i have this conf file to virtualize brazilfw this is a firewall, my >> problem is this, when i used xm create brazil.cfg the VM try to install the >> software but then reboot and never i can install it, in is my config file >> good? >> >> kernel='/usr/lib/xen-default/boot/hvmloader' >> builder='hvm' >> memory=128 >> name='Brazilfw' >> device_model='/usr/lib/xen-3.0.3-1/bin/qemu-dm' >> disk=[ >> 'file:/home/xen/domains/brazil/brazil.img,ioemu:hda,w','phy:/home/xen/brazil.iso,ioemu:hdc:cdrom,r' >> ] >> vif=[ 'type=ioemu, bridge=xenbr0' ] >> cdrom='/home/xen/brazil.iso' >> boot='d' >> #vnc=1 >> #vncviewer=1 >> #sdl=0 >> ne2000=1 >> >> -- >> Juan Carlos Reyes Brito >> Powered by Debian >> Caracas-Venezuela >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Xen-users mailing list >> Xen-users@lists.xensource.com >> http://lists.xensource.com/xen-users >> > > > -- > ------------------- > SLot > UIN: 19596909 > Linux User: 124842 > Jabber: slot.mg@jabber.org >-- Juan Carlos Reyes Brito Powered by Debian Caracas-Venezuela _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi Juan, You might want to change your disk line to look like the following: disk=[ 'file:/home/xen/domains/brazil/brazil.img,ioemu:hda,w','file:/home/xen/brazil.iso,ioemu:hdc:cdrom,r' ] You may also want to increase the amount of memory to 256 for install time. Let me know if this has helped. Best, Tait Clarridge ----------------------------------------------------------- From: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Juan Carlos Reyes Sent: Friday, July 11, 2008 11:18 AM To: xen-users@lists.xensource.com Subject: [Xen-users] VM reboot hello i have this conf file to virtualize brazilfw this is a firewall, my problem is this, when i used xm create brazil.cfg the VM try to install the software but then reboot and never i can install it, in is my config file good? kernel='/usr/lib/xen-default/boot/hvmloader' builder='hvm' memory=128 name='Brazilfw' device_model='/usr/lib/xen-3.0.3-1/bin/qemu-dm' disk=[ 'file:/home/xen/domains/brazil/brazil.img,ioemu:hda,w','phy:/home/xen/brazil.iso,ioemu:hdc:cdrom,r' ] vif=[ 'type=ioemu, bridge=xenbr0' ] cdrom='/home/xen/brazil.iso' boot='d' #vnc=1 #vncviewer=1 #sdl=0 ne2000=1 -- Juan Carlos Reyes Brito Powered by Debian Caracas-Venezuela _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Oh and remove the “cdrom=” line. ---------------------------------- From: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Juan Carlos Reyes Sent: Friday, July 11, 2008 11:18 AM To: xen-users@lists.xensource.com Subject: [Xen-users] VM reboot hello i have this conf file to virtualize brazilfw this is a firewall, my problem is this, when i used xm create brazil.cfg the VM try to install the software but then reboot and never i can install it, in is my config file good? kernel='/usr/lib/xen-default/boot/hvmloader' builder='hvm' memory=128 name='Brazilfw' device_model='/usr/lib/xen-3.0.3-1/bin/qemu-dm' disk=[ 'file:/home/xen/domains/brazil/brazil.img,ioemu:hda,w','phy:/home/xen/brazil.iso,ioemu:hdc:cdrom,r' ] vif=[ 'type=ioemu, bridge=xenbr0' ] cdrom='/home/xen/brazil.iso' boot='d' #vnc=1 #vncviewer=1 #sdl=0 ne2000=1 -- Juan Carlos Reyes Brito Powered by Debian Caracas-Venezuela _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
ok, i will try On Fri, Jul 11, 2008 at 11:36 AM, Tait Clarridge < Tait.Clarridge@lavalife.com> wrote:> Oh and remove the "cdrom=" line. > > ---------------------------------- > > From: xen-users-bounces@lists.xensource.com [mailto: > xen-users-bounces@lists.xensource.com] On Behalf Of Juan Carlos Reyes > Sent: Friday, July 11, 2008 11:18 AM > To: xen-users@lists.xensource.com > Subject: [Xen-users] VM reboot > > hello i have this conf file to virtualize brazilfw this is a firewall, my > problem is this, when i used xm create brazil.cfg the VM try to install the > software but then reboot and never i can install it, in is my config file > good? > > kernel=''/usr/lib/xen-default/boot/hvmloader'' > builder=''hvm'' > memory=128 > name=''Brazilfw'' > device_model=''/usr/lib/xen-3.0.3-1/bin/qemu-dm'' > disk=[ > ''file:/home/xen/domains/brazil/brazil.img,ioemu:hda,w'',''phy:/home/xen/brazil.iso,ioemu:hdc:cdrom,r'' > ] > vif=[ ''type=ioemu, bridge=xenbr0'' ] > cdrom=''/home/xen/brazil.iso'' > boot=''d'' > #vnc=1 > #vncviewer=1 > #sdl=0 > ne2000=1 > > -- > Juan Carlos Reyes Brito > Powered by Debian > Caracas-Venezuela > >-- Juan Carlos Reyes Brito Powered by Debian Caracas-Venezuela _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi, it is possible that this is the problem? in the image... On Sat, Jul 12, 2008 at 11:34 AM, Tait Clarridge < Tait.Clarridge@lavalife.com> wrote:> Hi Juan, > > You might want to change your disk line to look like the following: > > disk=[ > ''file:/home/xen/domains/brazil/brazil.img,ioemu:hda,w'',''file:/home/xen/brazil.iso,ioemu:hdc:cdrom,r'' > ]disk=[ ''file:/home/xen/domains/brazil/brazil.img,ioemu:hda,w'',''phy:/home/xen/brazil.iso,ioemu:hdc:cdrom,r'' ]> > > You may also want to increase the amount of memory to 256 for install time. > > > Let me know if this has helped. > > Best, > Tait Clarridge > > > ----------------------------------------------------------- > > From: xen-users-bounces@lists.xensource.com [mailto: > xen-users-bounces@lists.xensource.com] On Behalf Of Juan Carlos Reyes > Sent: Friday, July 11, 2008 11:18 AM > To: xen-users@lists.xensource.com > Subject: [Xen-users] VM reboot > > hello i have this conf file to virtualize brazilfw this is a firewall, my > problem is this, when i used xm create brazil.cfg the VM try to install the > software but then reboot and never i can install it, in is my config file > good? > > kernel=''/usr/lib/xen-default/boot/hvmloader'' > builder=''hvm'' > memory=128 > name=''Brazilfw'' > device_model=''/usr/lib/xen-3.0.3-1/bin/qemu-dm'' > disk=[ > ''file:/home/xen/domains/brazil/brazil.img,ioemu:hda,w'',''phy:/home/xen/brazil.iso,ioemu:hdc:cdrom,r'' > ] > vif=[ ''type=ioemu, bridge=xenbr0'' ] > cdrom=''/home/xen/brazil.iso'' > boot=''d'' > #vnc=1 > #vncviewer=1 > #sdl=0 > ne2000=1 > > -- > Juan Carlos Reyes Brito > Powered by Debian > Caracas-Venezuela > >-- Juan Carlos Reyes Brito Powered by Debian Caracas-Venezuela _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Mon, Jul 14, 2008 at 9:39 AM, Juan Carlos Reyes <jcreyesb@gmail.com> wrote:> Hi, it is possible that this is the problem? in the image... > > On Sat, Jul 12, 2008 at 11:34 AM, Tait Clarridge < > Tait.Clarridge@lavalife.com> wrote: > >> Hi Juan, >> >> You might want to change your disk line to look like the following: >> >> disk=[ >> ''file:/home/xen/domains/brazil/brazil.img,ioemu:hda,w'',''file:/home/xen/brazil.iso,ioemu:hdc:cdrom,r'' >> ] > > > disk=[ ''file:/home/xen/domains/brazil/brazil.img,ioemu:hda,w'',''phy:/home/xen/brazil.iso,ioemu:hdc:cdrom,r'' > ] >Ok this is my new config file kernel=''/usr/lib/xen-default/boot/hvmloader'' builder=''hvm'' memory=''256'' name=''QOS1'' device_model=''/usr/lib/xen-3.0.3-1/bin/qemu-dm'' disk=[ ''file:/home/xen/domains/QOS1/qos1.img,ioemu:hda,w'',''file:/home/xen/domains/QOS1/BrazilFW-2.31.10-Final.iso,ioemu:hdc:cdrom,r'' ] vif=[ ''type=ioemu, bridge=xenbr0'' ] boot=''cd'' #vnc=1 #vncviewer=1 #sdl=0 ne2000=1 the problem is same.... always reboot once installed the sistem -- Juan Carlos Reyes Brito Powered by Debian Caracas-Venezuela _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
So the problem is that when you reboot after an install, nothing happens? Please explain J -T From: Juan Carlos Reyes [mailto:jcreyesb@gmail.com] Sent: Sunday, July 13, 2008 2:46 PM To: Tait Clarridge Cc: xen-users@lists.xensource.com Subject: Re: [Xen-users] VM reboot On Mon, Jul 14, 2008 at 9:39 AM, Juan Carlos Reyes <jcreyesb@gmail.com> wrote: Hi, it is possible that this is the problem? in the image... On Sat, Jul 12, 2008 at 11:34 AM, Tait Clarridge <Tait.Clarridge@lavalife.com> wrote: Hi Juan, You might want to change your disk line to look like the following: disk=[ 'file:/home/xen/domains/brazil/brazil.img,ioemu:hda,w','file:/home/xen/brazil.iso,ioemu:hdc:cdrom,r' ] disk=[ 'file:/home/xen/domains/ brazil/brazil.img,ioemu:hda,w','phy:/home/xen/brazil.iso,ioemu:hdc:cdrom,r' ] Ok this is my new config file kernel='/usr/lib/xen-default/boot/hvmloader' builder='hvm' memory='256' name='QOS1' device_model='/usr/lib/xen-3.0.3-1/bin/qemu-dm' disk=[ 'file:/home/xen/domains/QOS1/qos1.img,ioemu:hda,w','file:/home/xen/domains/QOS1/BrazilFW-2.31.10-Final.iso,ioemu:hdc:cdrom,r' ] vif=[ 'type=ioemu, bridge=xenbr0' ] boot='cd' #vnc=1 #vncviewer=1 #sdl=0 ne2000=1 the problem is same.... always reboot once installed the sistem -- Juan Carlos Reyes Brito Powered by Debian Caracas-Venezuela _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
exactly, when finish it the instalation the VM never boot, always reboot and never start the SO Sorry for my english On Mon, Jul 14, 2008 at 8:14 AM, Tait Clarridge <Tait.Clarridge@lavalife.com> wrote:> So the problem is that when you reboot after an install, nothing happens? > Please explain J > > > > -T > > > > *From:* Juan Carlos Reyes [mailto:jcreyesb@gmail.com] > *Sent:* Sunday, July 13, 2008 2:46 PM > *To:* Tait Clarridge > *Cc:* xen-users@lists.xensource.com > *Subject:* Re: [Xen-users] VM reboot > > > > > > On Mon, Jul 14, 2008 at 9:39 AM, Juan Carlos Reyes <jcreyesb@gmail.com> > wrote: > > Hi, it is possible that this is the problem? in the image... > > On Sat, Jul 12, 2008 at 11:34 AM, Tait Clarridge < > Tait.Clarridge@lavalife.com> wrote: > > Hi Juan, > > You might want to change your disk line to look like the following: > > disk=[ > ''file:/home/xen/domains/brazil/brazil.img,ioemu:hda,w'',''file:/home/xen/brazil.iso,ioemu:hdc:cdrom,r'' > ] > > > > disk=[ ''file:/home/xen/domains/ > > brazil/brazil.img,ioemu:hda,w'',''phy:/home/xen/brazil.iso,ioemu:hdc:cdrom,r'' > ] > > > Ok this is my new config file > > kernel=''/usr/lib/xen-default/boot/hvmloader'' > builder=''hvm'' > memory=''256'' > name=''QOS1'' > device_model=''/usr/lib/xen-3.0.3-1/bin/qemu-dm'' > disk=[ > ''file:/home/xen/domains/QOS1/qos1.img,ioemu:hda,w'',''file:/home/xen/domains/QOS1/BrazilFW-2.31.10-Final.iso,ioemu:hdc:cdrom,r'' > ] > vif=[ ''type=ioemu, bridge=xenbr0'' ] > boot=''cd'' > #vnc=1 > #vncviewer=1 > #sdl=0 > ne2000=1 > > the problem is same.... always reboot once installed the sistem > > -- > Juan Carlos Reyes Brito > Powered by Debian > Caracas-Venezuela >-- Juan Carlos Reyes Brito Powered by Debian Caracas-Venezuela _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
So when it reboots, the HVM window doesn’t come back? Have you tried stopping it and starting it manually from the command line? xm destroy QOS1 xm create QOS1.cfg From: Juan Carlos Reyes [mailto:jcreyesb@gmail.com] Sent: Monday, July 14, 2008 9:48 AM To: Tait Clarridge Cc: xen-users@lists.xensource.com Subject: Re: [Xen-users] VM reboot exactly, when finish it the instalation the VM never boot, always reboot and never start the SO Sorry for my english On Mon, Jul 14, 2008 at 8:14 AM, Tait Clarridge <Tait.Clarridge@lavalife.com> wrote: So the problem is that when you reboot after an install, nothing happens? Please explain J -T From: Juan Carlos Reyes [mailto:jcreyesb@gmail.com] Sent: Sunday, July 13, 2008 2:46 PM To: Tait Clarridge Cc: xen-users@lists.xensource.com Subject: Re: [Xen-users] VM reboot On Mon, Jul 14, 2008 at 9:39 AM, Juan Carlos Reyes <jcreyesb@gmail.com> wrote: Hi, it is possible that this is the problem? in the image... On Sat, Jul 12, 2008 at 11:34 AM, Tait Clarridge <Tait.Clarridge@lavalife.com> wrote: Hi Juan, You might want to change your disk line to look like the following: disk=[ 'file:/home/xen/domains/brazil/brazil.img,ioemu:hda,w','file:/home/xen/brazil.iso,ioemu:hdc:cdrom,r' ] disk=[ 'file:/home/xen/domains/ brazil/brazil.img,ioemu:hda,w','phy:/home/xen/brazil.iso,ioemu:hdc:cdrom,r' ] Ok this is my new config file kernel='/usr/lib/xen-default/boot/hvmloader' builder='hvm' memory='256' name='QOS1' device_model='/usr/lib/xen-3.0.3-1/bin/qemu-dm' disk=[ 'file:/home/xen/domains/QOS1/qos1.img,ioemu:hda,w','file:/home/xen/domains/QOS1/BrazilFW-2.31.10-Final.iso,ioemu:hdc:cdrom,r' ] vif=[ 'type=ioemu, bridge=xenbr0' ] boot='cd' #vnc=1 #vncviewer=1 #sdl=0 ne2000=1 the problem is same.... always reboot once installed the sistem -- Juan Carlos Reyes Brito Powered by Debian Caracas-Venezuela -- Juan Carlos Reyes Brito Powered by Debian Caracas-Venezuela _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Yes, i tried that, but never started OS.... but is only with brazilfw, i was installed ipcop, windows... and this OS start fine..but brazilfw never On Mon, Jul 14, 2008 at 8:57 AM, Tait Clarridge <Tait.Clarridge@lavalife.com> wrote:> So when it reboots, the HVM window doesn''t come back? Have you tried > stopping it and starting it manually from the command line? > > > > xm destroy QOS1 > > xm create QOS1.cfg > > > > > > > > *From:* Juan Carlos Reyes [mailto:jcreyesb@gmail.com] > *Sent:* Monday, July 14, 2008 9:48 AM > > *To:* Tait Clarridge > *Cc:* xen-users@lists.xensource.com > *Subject:* Re: [Xen-users] VM reboot > > > > exactly, when finish it the instalation the VM never boot, always reboot > and never start the SO > > Sorry for my english > > On Mon, Jul 14, 2008 at 8:14 AM, Tait Clarridge < > Tait.Clarridge@lavalife.com> wrote: > > So the problem is that when you reboot after an install, nothing happens? > Please explain J > > > > -T > > > > *From:* Juan Carlos Reyes [mailto:jcreyesb@gmail.com] > *Sent:* Sunday, July 13, 2008 2:46 PM > *To:* Tait Clarridge > *Cc:* xen-users@lists.xensource.com > *Subject:* Re: [Xen-users] VM reboot > > > > > > On Mon, Jul 14, 2008 at 9:39 AM, Juan Carlos Reyes <jcreyesb@gmail.com> > wrote: > > Hi, it is possible that this is the problem? in the image... > > On Sat, Jul 12, 2008 at 11:34 AM, Tait Clarridge < > Tait.Clarridge@lavalife.com> wrote: > > Hi Juan, > > You might want to change your disk line to look like the following: > > disk=[ > ''file:/home/xen/domains/brazil/brazil.img,ioemu:hda,w'',''file:/home/xen/brazil.iso,ioemu:hdc:cdrom,r'' > ] > > > > disk=[ ''file:/home/xen/domains/ > > brazil/brazil.img,ioemu:hda,w'',''phy:/home/xen/brazil.iso,ioemu:hdc:cdrom,r'' > ] > > > Ok this is my new config file > > kernel=''/usr/lib/xen-default/boot/hvmloader'' > builder=''hvm'' > memory=''256'' > name=''QOS1'' > device_model=''/usr/lib/xen-3.0.3-1/bin/qemu-dm'' > disk=[ > ''file:/home/xen/domains/QOS1/qos1.img,ioemu:hda,w'',''file:/home/xen/domains/QOS1/BrazilFW-2.31.10-Final.iso,ioemu:hdc:cdrom,r'' > ] > vif=[ ''type=ioemu, bridge=xenbr0'' ] > boot=''cd'' > #vnc=1 > #vncviewer=1 > #sdl=0 > ne2000=1 > > the problem is same.... always reboot once installed the sistem > > -- > Juan Carlos Reyes Brito > Powered by Debian > Caracas-Venezuela > > > > > -- > Juan Carlos Reyes Brito > Powered by Debian > Caracas-Venezuela >-- Juan Carlos Reyes Brito Powered by Debian Caracas-Venezuela _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Does it tell you that the domain has started? Or does it hang after issuing the xm create domain.cfg? From: Juan Carlos Reyes [mailto:jcreyesb@gmail.com] Sent: Monday, July 14, 2008 10:27 AM To: Tait Clarridge Cc: xen-users@lists.xensource.com Subject: Re: [Xen-users] VM reboot Yes, i tried that, but never started OS.... but is only with brazilfw, i was installed ipcop, windows... and this OS start fine..but brazilfw never On Mon, Jul 14, 2008 at 8:57 AM, Tait Clarridge <Tait.Clarridge@lavalife.com> wrote: So when it reboots, the HVM window doesn't come back? Have you tried stopping it and starting it manually from the command line? xm destroy QOS1 xm create QOS1.cfg From: Juan Carlos Reyes [mailto:jcreyesb@gmail.com] Sent: Monday, July 14, 2008 9:48 AM To: Tait Clarridge Cc: xen-users@lists.xensource.com Subject: Re: [Xen-users] VM reboot exactly, when finish it the instalation the VM never boot, always reboot and never start the SO Sorry for my english On Mon, Jul 14, 2008 at 8:14 AM, Tait Clarridge <Tait.Clarridge@lavalife.com> wrote: So the problem is that when you reboot after an install, nothing happens? Please explain J -T From: Juan Carlos Reyes [mailto:jcreyesb@gmail.com] Sent: Sunday, July 13, 2008 2:46 PM To: Tait Clarridge Cc: xen-users@lists.xensource.com Subject: Re: [Xen-users] VM reboot On Mon, Jul 14, 2008 at 9:39 AM, Juan Carlos Reyes <jcreyesb@gmail.com> wrote: Hi, it is possible that this is the problem? in the image... On Sat, Jul 12, 2008 at 11:34 AM, Tait Clarridge <Tait.Clarridge@lavalife.com> wrote: Hi Juan, You might want to change your disk line to look like the following: disk=[ 'file:/home/xen/domains/brazil/brazil.img,ioemu:hda,w','file:/home/xen/brazil.iso,ioemu:hdc:cdrom,r' ] disk=[ 'file:/home/xen/domains/ brazil/brazil.img,ioemu:hda,w','phy:/home/xen/brazil.iso,ioemu:hdc:cdrom,r' ] Ok this is my new config file kernel='/usr/lib/xen-default/boot/hvmloader' builder='hvm' memory='256' name='QOS1' device_model='/usr/lib/xen-3.0.3-1/bin/qemu-dm' disk=[ 'file:/home/xen/domains/QOS1/qos1.img,ioemu:hda,w','file:/home/xen/domains/QOS1/BrazilFW-2.31.10-Final.iso,ioemu:hdc:cdrom,r' ] vif=[ 'type=ioemu, bridge=xenbr0' ] boot='cd' #vnc=1 #vncviewer=1 #sdl=0 ne2000=1 the problem is same.... always reboot once installed the sistem -- Juan Carlos Reyes Brito Powered by Debian Caracas-Venezuela -- Juan Carlos Reyes Brito Powered by Debian Caracas-Venezuela -- Juan Carlos Reyes Brito Powered by Debian Caracas-Venezuela _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
yes the domain tries to boot but then reboot... never started...once installed.. but the instalation sistem run ok On Mon, Jul 14, 2008 at 9:35 AM, Tait Clarridge <Tait.Clarridge@lavalife.com> wrote:> Does it tell you that the domain has started? Or does it hang after > issuing the xm create domain.cfg? > > > > *From:* Juan Carlos Reyes [mailto:jcreyesb@gmail.com] > *Sent:* Monday, July 14, 2008 10:27 AM > > *To:* Tait Clarridge > *Cc:* xen-users@lists.xensource.com > *Subject:* Re: [Xen-users] VM reboot > > > > Yes, i tried that, but never started OS.... but is only with brazilfw, i > was installed ipcop, windows... and this OS start fine..but brazilfw never > > On Mon, Jul 14, 2008 at 8:57 AM, Tait Clarridge < > Tait.Clarridge@lavalife.com> wrote: > > So when it reboots, the HVM window doesn''t come back? Have you tried > stopping it and starting it manually from the command line? > > > > xm destroy QOS1 > > xm create QOS1.cfg > > > > > > > > *From:* Juan Carlos Reyes [mailto:jcreyesb@gmail.com] > *Sent:* Monday, July 14, 2008 9:48 AM > > > *To:* Tait Clarridge > *Cc:* xen-users@lists.xensource.com > *Subject:* Re: [Xen-users] VM reboot > > > > exactly, when finish it the instalation the VM never boot, always reboot > and never start the SO > > Sorry for my english > > On Mon, Jul 14, 2008 at 8:14 AM, Tait Clarridge < > Tait.Clarridge@lavalife.com> wrote: > > So the problem is that when you reboot after an install, nothing happens? > Please explain J > > > > -T > > > > *From:* Juan Carlos Reyes [mailto:jcreyesb@gmail.com] > *Sent:* Sunday, July 13, 2008 2:46 PM > *To:* Tait Clarridge > *Cc:* xen-users@lists.xensource.com > *Subject:* Re: [Xen-users] VM reboot > > > > > > On Mon, Jul 14, 2008 at 9:39 AM, Juan Carlos Reyes <jcreyesb@gmail.com> > wrote: > > Hi, it is possible that this is the problem? in the image... > > On Sat, Jul 12, 2008 at 11:34 AM, Tait Clarridge < > Tait.Clarridge@lavalife.com> wrote: > > Hi Juan, > > You might want to change your disk line to look like the following: > > disk=[ > ''file:/home/xen/domains/brazil/brazil.img,ioemu:hda,w'',''file:/home/xen/brazil.iso,ioemu:hdc:cdrom,r'' > ] > > > > disk=[ ''file:/home/xen/domains/ > > brazil/brazil.img,ioemu:hda,w'',''phy:/home/xen/brazil.iso,ioemu:hdc:cdrom,r'' > ] > > > Ok this is my new config file > > kernel=''/usr/lib/xen-default/boot/hvmloader'' > builder=''hvm'' > memory=''256'' > name=''QOS1'' > device_model=''/usr/lib/xen-3.0.3-1/bin/qemu-dm'' > disk=[ > ''file:/home/xen/domains/QOS1/qos1.img,ioemu:hda,w'',''file:/home/xen/domains/QOS1/BrazilFW-2.31.10-Final.iso,ioemu:hdc:cdrom,r'' > ] > vif=[ ''type=ioemu, bridge=xenbr0'' ] > boot=''cd'' > #vnc=1 > #vncviewer=1 > #sdl=0 > ne2000=1 > > the problem is same.... always reboot once installed the sistem > > -- > Juan Carlos Reyes Brito > Powered by Debian > Caracas-Venezuela > > > > > -- > Juan Carlos Reyes Brito > Powered by Debian > Caracas-Venezuela > > > > > -- > Juan Carlos Reyes Brito > Powered by Debian > Caracas-Venezuela >-- Juan Carlos Reyes Brito Powered by Debian Caracas-Venezuela _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hello, i installed the 3.1 version of xen,now the firewall brazilfw run ok, i have 7 machines, but only the machine with linux can use internet corretly, the machine with windows when i tray go to any web page only i see a blank page, but the msn connected ok, i have to do configuration other more on my xen, i use it as bridge? On Mon, Jul 14, 2008 at 10:18 AM, Juan Carlos Reyes <jcreyesb@gmail.com>wrote:> yes the domain tries to boot but then reboot... never started...once > installed.. but the instalation sistem run ok > > > On Mon, Jul 14, 2008 at 9:35 AM, Tait Clarridge < > Tait.Clarridge@lavalife.com> wrote: > >> Does it tell you that the domain has started? Or does it hang after >> issuing the xm create domain.cfg? >> >> >> >> *From:* Juan Carlos Reyes [mailto:jcreyesb@gmail.com] >> *Sent:* Monday, July 14, 2008 10:27 AM >> >> *To:* Tait Clarridge >> *Cc:* xen-users@lists.xensource.com >> *Subject:* Re: [Xen-users] VM reboot >> >> >> >> Yes, i tried that, but never started OS.... but is only with brazilfw, i >> was installed ipcop, windows... and this OS start fine..but brazilfw never >> >> On Mon, Jul 14, 2008 at 8:57 AM, Tait Clarridge < >> Tait.Clarridge@lavalife.com> wrote: >> >> So when it reboots, the HVM window doesn''t come back? Have you tried >> stopping it and starting it manually from the command line? >> >> >> >> xm destroy QOS1 >> >> xm create QOS1.cfg >> >> >> >> >> >> >> >> *From:* Juan Carlos Reyes [mailto:jcreyesb@gmail.com] >> *Sent:* Monday, July 14, 2008 9:48 AM >> >> >> *To:* Tait Clarridge >> *Cc:* xen-users@lists.xensource.com >> *Subject:* Re: [Xen-users] VM reboot >> >> >> >> exactly, when finish it the instalation the VM never boot, always >> reboot and never start the SO >> >> Sorry for my english >> >> On Mon, Jul 14, 2008 at 8:14 AM, Tait Clarridge < >> Tait.Clarridge@lavalife.com> wrote: >> >> So the problem is that when you reboot after an install, nothing happens? >> Please explain J >> >> >> >> -T >> >> >> >> *From:* Juan Carlos Reyes [mailto:jcreyesb@gmail.com] >> *Sent:* Sunday, July 13, 2008 2:46 PM >> *To:* Tait Clarridge >> *Cc:* xen-users@lists.xensource.com >> *Subject:* Re: [Xen-users] VM reboot >> >> >> >> >> >> On Mon, Jul 14, 2008 at 9:39 AM, Juan Carlos Reyes <jcreyesb@gmail.com> >> wrote: >> >> Hi, it is possible that this is the problem? in the image... >> >> On Sat, Jul 12, 2008 at 11:34 AM, Tait Clarridge < >> Tait.Clarridge@lavalife.com> wrote: >> >> Hi Juan, >> >> You might want to change your disk line to look like the following: >> >> disk=[ >> ''file:/home/xen/domains/brazil/brazil.img,ioemu:hda,w'',''file:/home/xen/brazil.iso,ioemu:hdc:cdrom,r'' >> ] >> >> >> >> disk=[ ''file:/home/xen/domains/ >> >> brazil/brazil.img,ioemu:hda,w'',''phy:/home/xen/brazil.iso,ioemu:hdc:cdrom,r'' >> ] >> >> >> Ok this is my new config file >> >> kernel=''/usr/lib/xen-default/boot/hvmloader'' >> builder=''hvm'' >> memory=''256'' >> name=''QOS1'' >> device_model=''/usr/lib/xen-3.0.3-1/bin/qemu-dm'' >> disk=[ >> ''file:/home/xen/domains/QOS1/qos1.img,ioemu:hda,w'',''file:/home/xen/domains/QOS1/BrazilFW-2.31.10-Final.iso,ioemu:hdc:cdrom,r'' >> ] >> vif=[ ''type=ioemu, bridge=xenbr0'' ] >> boot=''cd'' >> #vnc=1 >> #vncviewer=1 >> #sdl=0 >> ne2000=1 >> >> the problem is same.... always reboot once installed the sistem >> >> -- >> Juan Carlos Reyes Brito >> Powered by Debian >> Caracas-Venezuela >> >> >> >> >> -- >> Juan Carlos Reyes Brito >> Powered by Debian >> Caracas-Venezuela >> >> >> >> >> -- >> Juan Carlos Reyes Brito >> Powered by Debian >> Caracas-Venezuela >> > > > > -- > Juan Carlos Reyes Brito > Powered by Debian > Caracas-Venezuela >-- Juan Carlos Reyes Brito Powered by Debian Caracas-Venezuela _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Juan Carlos, Are all the Windows VMs connected to one bridge? What bridge is the Linux VM connected to? Can you tell me which interface is live on the internet and which bridge it has been attached to? To do this you can run a brctl show. Thanks Tait From: Juan Carlos Reyes [mailto:jcreyesb@gmail.com] Sent: Friday, July 25, 2008 12:24 AM To: Tait Clarridge Cc: xen-users@lists.xensource.com Subject: Re: [Xen-users] VM reboot Hello, i installed the 3.1 version of xen,now the firewall brazilfw run ok, i have 7 machines, but only the machine with linux can use internet corretly, the machine with windows when i tray go to any web page only i see a blank page, but the msn connected ok, i have to do configuration other more on my xen, i use it as bridge? On Mon, Jul 14, 2008 at 10:18 AM, Juan Carlos Reyes <jcreyesb@gmail.com> wrote: yes the domain tries to boot but then reboot... never started...once installed.. but the instalation sistem run ok On Mon, Jul 14, 2008 at 9:35 AM, Tait Clarridge <Tait.Clarridge@lavalife.com> wrote: Does it tell you that the domain has started? Or does it hang after issuing the xm create domain.cfg? From: Juan Carlos Reyes [mailto:jcreyesb@gmail.com] Sent: Monday, July 14, 2008 10:27 AM To: Tait Clarridge Cc: xen-users@lists.xensource.com Subject: Re: [Xen-users] VM reboot Yes, i tried that, but never started OS.... but is only with brazilfw, i was installed ipcop, windows... and this OS start fine..but brazilfw never On Mon, Jul 14, 2008 at 8:57 AM, Tait Clarridge <Tait.Clarridge@lavalife.com> wrote: So when it reboots, the HVM window doesn't come back? Have you tried stopping it and starting it manually from the command line? xm destroy QOS1 xm create QOS1.cfg From: Juan Carlos Reyes [mailto:jcreyesb@gmail.com] Sent: Monday, July 14, 2008 9:48 AM To: Tait Clarridge Cc: xen-users@lists.xensource.com Subject: Re: [Xen-users] VM reboot exactly, when finish it the instalation the VM never boot, always reboot and never start the SO Sorry for my english On Mon, Jul 14, 2008 at 8:14 AM, Tait Clarridge <Tait.Clarridge@lavalife.com> wrote: So the problem is that when you reboot after an install, nothing happens? Please explain J -T From: Juan Carlos Reyes [mailto:jcreyesb@gmail.com] Sent: Sunday, July 13, 2008 2:46 PM To: Tait Clarridge Cc: xen-users@lists.xensource.com Subject: Re: [Xen-users] VM reboot On Mon, Jul 14, 2008 at 9:39 AM, Juan Carlos Reyes <jcreyesb@gmail.com> wrote: Hi, it is possible that this is the problem? in the image... On Sat, Jul 12, 2008 at 11:34 AM, Tait Clarridge <Tait.Clarridge@lavalife.com> wrote: Hi Juan, You might want to change your disk line to look like the following: disk=[ 'file:/home/xen/domains/brazil/brazil.img,ioemu:hda,w','file:/home/xen/brazil.iso,ioemu:hdc:cdrom,r' ] disk=[ 'file:/home/xen/domains/ brazil/brazil.img,ioemu:hda,w','phy:/home/xen/brazil.iso,ioemu:hdc:cdrom,r' ] Ok this is my new config file kernel='/usr/lib/xen-default/boot/hvmloader' builder='hvm' memory='256' name='QOS1' device_model='/usr/lib/xen-3.0.3-1/bin/qemu-dm' disk=[ 'file:/home/xen/domains/QOS1/qos1.img,ioemu:hda,w','file:/home/xen/domains/QOS1/BrazilFW-2.31.10-Final.iso,ioemu:hdc:cdrom,r' ] vif=[ 'type=ioemu, bridge=xenbr0' ] boot='cd' #vnc=1 #vncviewer=1 #sdl=0 ne2000=1 the problem is same.... always reboot once installed the sistem -- Juan Carlos Reyes Brito Powered by Debian Caracas-Venezuela -- Juan Carlos Reyes Brito Powered by Debian Caracas-Venezuela -- Juan Carlos Reyes Brito Powered by Debian Caracas-Venezuela -- Juan Carlos Reyes Brito Powered by Debian Caracas-Venezuela -- Juan Carlos Reyes Brito Powered by Debian Caracas-Venezuela _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
ApoloServer:/home/kannon# brctl show bridge name bridge id STP enabled interfaces xenbr0 8000.feffffffffff no vif0.0 peth0 xenbr1 8000.feffffffffff no vif0.1 peth1 xenbr2 8000.feffffffffff no vif0.2 peth2 The Windows machine are not VM, this are a real machine, the VM machine is BrazilFw, my configuratio file is kernel=''/usr/lib/xen/boot/hvmloader'' builder=''hvm'' memory=''256'' name=''QOS1'' device_model=''/usr/lib/xen/bin/qemu-dm'' disk=[''file:/home/xen/domains/QOS1/QOS1.img,ioemu:hda,w''] vif=[''type=ioemu,bridge=xenbr2,mac=00:16:3E:26:9F:F8'',''bridge=xenbr0,mac=00:16:3E:3B:F4:7E''] boot=''dc'' on_poweroff = ''destroy'' on_reboot = ''restart'' on_crash = ''restart'' vnc=1 #vncviewer=1 #sdl=0 the interfaces connected to internet are eth0 and eth1 On Sat, Jul 26, 2008 at 9:07 AM, Tait Clarridge <Tait.Clarridge@lavalife.com> wrote:> Juan Carlos, > > > > Are all the Windows VMs connected to one bridge? What bridge is the Linux > VM connected to? > > > > Can you tell me which interface is live on the internet and which bridge it > has been attached to? > > To do this you can run a *brctl show*. > > > > Thanks > > Tait > > > > *From:* Juan Carlos Reyes [mailto:jcreyesb@gmail.com] > *Sent:* Friday, July 25, 2008 12:24 AM > > *To:* Tait Clarridge > *Cc:* xen-users@lists.xensource.com > *Subject:* Re: [Xen-users] VM reboot > > > > Hello, i installed the 3.1 version of xen,now the firewall brazilfw run > ok, i have 7 machines, but only the machine with linux can use internet > corretly, the machine with windows when i tray go to any web page only i see > a blank page, but the msn connected ok, i have to do configuration other > more on my xen, i use it as bridge? > > On Mon, Jul 14, 2008 at 10:18 AM, Juan Carlos Reyes <jcreyesb@gmail.com> > wrote: > > yes the domain tries to boot but then reboot... never started...once > installed.. but the instalation sistem run ok > > > > On Mon, Jul 14, 2008 at 9:35 AM, Tait Clarridge < > Tait.Clarridge@lavalife.com> wrote: > > Does it tell you that the domain has started? Or does it hang after issuing > the xm create domain.cfg? > > > > *From:* Juan Carlos Reyes [mailto:jcreyesb@gmail.com] > *Sent:* Monday, July 14, 2008 10:27 AM > > > *To:* Tait Clarridge > *Cc:* xen-users@lists.xensource.com > *Subject:* Re: [Xen-users] VM reboot > > > > Yes, i tried that, but never started OS.... but is only with brazilfw, i > was installed ipcop, windows... and this OS start fine..but brazilfw never > > On Mon, Jul 14, 2008 at 8:57 AM, Tait Clarridge < > Tait.Clarridge@lavalife.com> wrote: > > So when it reboots, the HVM window doesn''t come back? Have you tried > stopping it and starting it manually from the command line? > > > > xm destroy QOS1 > > xm create QOS1.cfg > > > > > > > > *From:* Juan Carlos Reyes [mailto:jcreyesb@gmail.com] > *Sent:* Monday, July 14, 2008 9:48 AM > > > *To:* Tait Clarridge > *Cc:* xen-users@lists.xensource.com > *Subject:* Re: [Xen-users] VM reboot > > > > exactly, when finish it the instalation the VM never boot, always reboot > and never start the SO > > Sorry for my english > > On Mon, Jul 14, 2008 at 8:14 AM, Tait Clarridge < > Tait.Clarridge@lavalife.com> wrote: > > So the problem is that when you reboot after an install, nothing happens? > Please explain J > > > > -T > > > > *From:* Juan Carlos Reyes [mailto:jcreyesb@gmail.com] > *Sent:* Sunday, July 13, 2008 2:46 PM > *To:* Tait Clarridge > *Cc:* xen-users@lists.xensource.com > *Subject:* Re: [Xen-users] VM reboot > > > > > > On Mon, Jul 14, 2008 at 9:39 AM, Juan Carlos Reyes <jcreyesb@gmail.com> > wrote: > > Hi, it is possible that this is the problem? in the image... > > On Sat, Jul 12, 2008 at 11:34 AM, Tait Clarridge < > Tait.Clarridge@lavalife.com> wrote: > > Hi Juan, > > You might want to change your disk line to look like the following: > > disk=[ > ''file:/home/xen/domains/brazil/brazil.img,ioemu:hda,w'',''file:/home/xen/brazil.iso,ioemu:hdc:cdrom,r'' > ] > > > > disk=[ ''file:/home/xen/domains/ > > brazil/brazil.img,ioemu:hda,w'',''phy:/home/xen/brazil.iso,ioemu:hdc:cdrom,r'' > ] > > > Ok this is my new config file > > kernel=''/usr/lib/xen-default/boot/hvmloader'' > builder=''hvm'' > memory=''256'' > name=''QOS1'' > device_model=''/usr/lib/xen-3.0.3-1/bin/qemu-dm'' > disk=[ > ''file:/home/xen/domains/QOS1/qos1.img,ioemu:hda,w'',''file:/home/xen/domains/QOS1/BrazilFW-2.31.10-Final.iso,ioemu:hdc:cdrom,r'' > ] > vif=[ ''type=ioemu, bridge=xenbr0'' ] > boot=''cd'' > #vnc=1 > #vncviewer=1 > #sdl=0 > ne2000=1 > > the problem is same.... always reboot once installed the sistem > > -- > Juan Carlos Reyes Brito > Powered by Debian > Caracas-Venezuela > > > > > -- > Juan Carlos Reyes Brito > Powered by Debian > Caracas-Venezuela > > > > > -- > Juan Carlos Reyes Brito > Powered by Debian > Caracas-Venezuela > > > > > -- > Juan Carlos Reyes Brito > Powered by Debian > Caracas-Venezuela > > > > > -- > Juan Carlos Reyes Brito > Powered by Debian > Caracas-Venezuela >-- Juan Carlos Reyes Brito Powered by Debian Caracas-Venezuela _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users