Has anyone done this and had it work? I haven''t been able to start my Windows DomU so I figure this is a step I could take to get things working. Currently on the stable release which is 3.0.3. Thanks, Mark _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hello Mark, On 13 Jan 2009, at 11:33, Mark Walkom wrote:> Has anyone done this and had it work? > > I haven''t been able to start my Windows DomU so I figure this is a > step I could take to get things working. > Currently on the stable release which is 3.0.3.You can use the version from backports.org.> Thanks, > MarkRegards, Thomas _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Mark Walkom schrieb:> Has anyone done this and had it work? > > I haven''t been able to start my Windows DomU so I figure this is a step I > could take to get things working. > Currently on the stable release which is 3.0.3.Dont reinvent the wheel. Take backports. http://packages.debian.org/etch-backports/xen-utils-3.2-1 Regards -- stefan.bauer@cubewerk.de Cubewerk Tel +49 8621 996 02 37 IT-Beratung + Planung Tel +49 179 119 47 67 Verkauf von Hard und Software Fax +49 7211 513 38551 Herzog-Otto-Straße 32 http://www.cubewerk.de 83308 Trostberg _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Am Dienstag, den 13.01.2009, 21:33 +1100 schrieb Mark Walkom:> Has anyone done this and had it work? > > I haven''t been able to start my Windows DomU so I figure this is a > step I could take to get things working.binary-packages: echo "deb http://www.backports.org/debian etch-backports main contrib non-free" >> /etc/apt/sources.list && apt-get update -y && apt-cache search xen sources: echo "deb-src http://www.backports.org/debian etch-backports main contrib non-free" >> /etc/apt/sources.list && apt-get update -y && apt-get source xen-3 pulls xen-3.2.1 to etch.> Currently on the stable release which is 3.0.3.hth, Thomas> > Thanks, > Mark > _______________________________________________ > 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
Yep sorry I should have been more specific, that is what I was planning on doing :) 2009/1/13 Stefan Bauer <stefan.bauer@cubewerk.de>> Mark Walkom schrieb: > > Has anyone done this and had it work? > > > > I haven''t been able to start my Windows DomU so I figure this is a step I > > could take to get things working. > > Currently on the stable release which is 3.0.3. > > Dont reinvent the wheel. Take backports. > > http://packages.debian.org/etch-backports/xen-utils-3.2-1 > > Regards > > -- > stefan.bauer@cubewerk.de Cubewerk > Tel +49 8621 996 02 37 IT-Beratung + Planung > Tel +49 179 119 47 67 Verkauf von Hard und Software > Fax +49 7211 513 38551 Herzog-Otto-Straße 32 > http://www.cubewerk.de 83308 Trostberg > > _______________________________________________ > 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
> > Has anyone done this and had it work? > > I haven''t been able to start my Windows DomU so I figure this is astep I> could take to get things working. > Currently on the stable release which is 3.0.3. >Unless they''ve updated things, the backports version is missing a patch that lets 2008 work properly (crashes during install or soon after). If you don''t care about 2008, or vista (probably), then the backports version otherwise works fine. 3.3.1 compiled from xensource without involving Debian packaging works great for me. James _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Tue, Jan 13, 2009 at 7:56 AM, James Harper <james.harper@bendigoit.com.au> wrote:>> >> Has anyone done this and had it work? >> >> I haven''t been able to start my Windows DomU so I figure this is a > step I >> could take to get things working. >> Currently on the stable release which is 3.0.3. >> > > Unless they''ve updated things, the backports version is missing a patch > that lets 2008 work properly (crashes during install or soon after). If > you don''t care about 2008, or vista (probably), then the backports > version otherwise works fine. > > 3.3.1 compiled from xensource without involving Debian packaging works > great for me.Could you please tell me which version/arch of debian are you using? I''ve been trying to run xen-3.2.1 from backports.org without success (see other thread "Xorg problems with xen"), and try to compile it from sourcess without success too. I''m using testing on amd64. If necessary to have a working xen, I could migrate to i386. thanks in advance and sorry for my english -- edu _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> > > > Unless they''ve updated things, the backports version is missing apatch> > that lets 2008 work properly (crashes during install or soon after).If> > you don''t care about 2008, or vista (probably), then the backports > > version otherwise works fine. > > > > 3.3.1 compiled from xensource without involving Debian packagingworks> > great for me. > > Could you please tell me which version/arch of debian are you using? > I''ve been trying to run xen-3.2.1 from backports.org without success > (see other thread "Xorg problems with xen"), and try to compile it > from sourcess without success too. I''m using testing on amd64. If > necessary to have a working xen, I could migrate to i386. >I just downloaded, compiled, and installed. You need to make sure there are no Debian Xen packages left. I think you might need to set up xend starting automatically too. Maybe you are missing some packages? James _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Tue, Jan 13, 2009 at 9:00 AM, James Harper <james.harper@bendigoit.com.au> wrote:>> > >> > Unless they''ve updated things, the backports version is missing a > patch >> > that lets 2008 work properly (crashes during install or soon after). > If >> > you don''t care about 2008, or vista (probably), then the backports >> > version otherwise works fine. >> > >> > 3.3.1 compiled from xensource without involving Debian packaging > works >> > great for me. >> >> Could you please tell me which version/arch of debian are you using? >> I''ve been trying to run xen-3.2.1 from backports.org without success >> (see other thread "Xorg problems with xen"), and try to compile it >> from sourcess without success too. I''m using testing on amd64. If >> necessary to have a working xen, I could migrate to i386. >> > > I just downloaded, compiled, and installed. You need to make sure there > are no Debian Xen packages left. I think you might need to set up xend > starting automatically too. > > Maybe you are missing some packages?Did you compiled just xen sources or the whole kernel? Which kernel version? Did you compiled debian way or just downloaded from xensources and make install? There is not updated documentation about compiling xen on debian and I have not experience on compiling packages; The kernel package from xen-linux-system-amd64 (2.6.26-1) have bugs and I can''t start x-window using xen kernel. kind regards, -- edu _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi Edu, Am Dienstag, den 13.01.2009, 10:13 -0300 schrieb edu gargiulo:> On Tue, Jan 13, 2009 at 9:00 AM, James Harper > <james.harper@bendigoit.com.au> wrote: > >> > > >> > Unless they''ve updated things, the backports version is missing a > > patch > >> > that lets 2008 work properly (crashes during install or soon after). > > If > >> > you don''t care about 2008, or vista (probably), then the backports > >> > version otherwise works fine. > >> > > >> > 3.3.1 compiled from xensource without involving Debian packaging > > works > >> > great for me. > >> > >> Could you please tell me which version/arch of debian are you using? > >> I''ve been trying to run xen-3.2.1 from backports.org without success > >> (see other thread "Xorg problems with xen"), and try to compile it > >> from sourcess without success too. I''m using testing on amd64. If > >> necessary to have a working xen, I could migrate to i386. > >> > > > > I just downloaded, compiled, and installed. You need to make sure there > > are no Debian Xen packages left. I think you might need to set up xend > > starting automatically too. > > > > Maybe you are missing some packages? > > Did you compiled just xen sources or the whole kernel? Which kernel > version? Did you compiled debian way or just downloaded from > xensources and make install? There is not updated documentation about > compiling xen on debian and I have not experience on compiling > packages; > The kernel package from xen-linux-system-amd64 (2.6.26-1) have bugs > and I can''t start x-window using xen kernel.Do you have intel graphics?> > kind regards, > > -- > edu > > _______________________________________________ > 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
On Tue, Jan 13, 2009 at 10:37 AM, Thomas Halinka <lists@thohal.de> wrote:> Hi Edu, > > Am Dienstag, den 13.01.2009, 10:13 -0300 schrieb edu gargiulo: >> On Tue, Jan 13, 2009 at 9:00 AM, James Harper >> <james.harper@bendigoit.com.au> wrote: >> >> > >> >> > Unless they''ve updated things, the backports version is missing a >> > patch >> >> > that lets 2008 work properly (crashes during install or soon after). >> > If >> >> > you don''t care about 2008, or vista (probably), then the backports >> >> > version otherwise works fine. >> >> > >> >> > 3.3.1 compiled from xensource without involving Debian packaging >> > works >> >> > great for me. >> >> >> >> Could you please tell me which version/arch of debian are you using? >> >> I''ve been trying to run xen-3.2.1 from backports.org without success >> >> (see other thread "Xorg problems with xen"), and try to compile it >> >> from sourcess without success too. I''m using testing on amd64. If >> >> necessary to have a working xen, I could migrate to i386. >> >> >> > >> > I just downloaded, compiled, and installed. You need to make sure there >> > are no Debian Xen packages left. I think you might need to set up xend >> > starting automatically too. >> > >> > Maybe you are missing some packages? >> >> Did you compiled just xen sources or the whole kernel? Which kernel >> version? Did you compiled debian way or just downloaded from >> xensources and make install? There is not updated documentation about >> compiling xen on debian and I have not experience on compiling >> packages; >> The kernel package from xen-linux-system-amd64 (2.6.26-1) have bugs >> and I can''t start x-window using xen kernel. > > > Do you have intel graphics?No, I''m using nVidia amd64x2:~$ sudo lspci -v | grep -A 7 -F VGA 00:05.0 VGA compatible controller: nVidia Corporation C51PV [GeForce 6150] (rev a2) (prog-if 00 [VGA controller]) Subsystem: ASUSTeK Computer Inc. A8N-VM CSM Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 5 Memory at fc000000 (32-bit, non-prefetchable) [size=16M] Memory at d0000000 (64-bit, prefetchable) [size=256M] Memory at fb000000 (64-bit, non-prefetchable) [size=16M] [virtual] Expansion ROM at c2000000 [disabled] [size=128K] Capabilities: [48] Power Management version 2 You can find detailed information on the errors I''m getting on a previous thread "Xorg problem with xen" on this list 3 days ago. Any help on compile or get a working xen on debian would be appreciated. regards, -- edu _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users