Hi, I try to get xen running on an hp dl 365 running opensuse 10.3, x86_64. I also tried with a SLES 10 sp 1, but there it fails immediately after loading the kernel. Unfortunately the xen version that comes with the distributuion, just crashes when you make the server a little more busy, or then later on when it comes to filesystem check. Before opening a bug report, I wanted to try the latest one. Ok, these xen 3.1.0 rpm''s for opensuse on xen.xensource.com are only for i686. There is a dependency to libext2fs2, that I cannot resolve. For libSDL and libcrypto, there are 32bit libraries, but I am unable to find a 32bit version of it for opensuse 10.3. I doubt that I can force the install, and it will work, so any idea where could I find the libext2fs2-32bit rpm for opensuse 10.3 x86_64? kind regards Sebastian _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Hi, I try to get xen running on an hp dl 365 running opensuse 10.3, x86_64. I also tried with a SLES 10 sp 1, but there it fails immediately after loading the kernel. Unfortunately the xen version that comes with the distributuion, just crashes when you make the server a little more busy, or then later on when it comes to filesystem check. Before opening a bug report, I wanted to try the latest one. Ok, these xen 3.1.0 rpm''s for opensuse on xen.xensource.com are only for i686. There is a dependency to libext2fs2, that I cannot resolve. For libSDL and libcrypto, there are 32bit libraries, but I am unable to find a 32bit version of it for opensuse 10.3. I doubt that I can force the install, and it will work, so any idea where could I find the libext2fs2-32bit rpm for opensuse 10.3 x86_64? I also tried the source rpm, but it says it is not for x86_64. kind regards Sebastian _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
http://download.opensuse.org/repositories/Base:/install/standard/x86_64/ Sebastian Reitenbach wrote:> Hi, > > I try to get xen running on an hp dl 365 running opensuse 10.3, x86_64. > I also tried with a SLES 10 sp 1, but there it fails immediately after > loading the kernel. > Unfortunately the xen version that comes with the distributuion, just > crashes when you make the server a little more busy, or then later on when > it comes to filesystem check. Before opening a bug report, I wanted to > try the latest one. Ok, these xen 3.1.0 rpm''s for opensuse on > xen.xensource.com are only for i686. There is a dependency to > libext2fs2, that I cannot resolve. For libSDL and libcrypto, there are 32bit > libraries, but I am unable to find a 32bit version of it for opensuse 10.3. > I doubt that I can force the install, and it will work, so any idea where > could I find the libext2fs2-32bit rpm for opensuse 10.3 x86_64? > I also tried the source rpm, but it says it is not for x86_64. > > kind regards > Sebastian > > > > _______________________________________________ > 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
Hi, Ben Guthro <bguthro@virtualiron.com> wrote:> http://download.opensuse.org/repositories/Base:/install/standard/x86_64/I know that page, and I have installed the rpm libext2fs2-1.40.2-6.35.x86_64.rpm, but this one is not providing the 32 bit libs, or did I missed sth. else?. kind regards Sebastian> > Sebastian Reitenbach wrote: > > Hi, > > > > I try to get xen running on an hp dl 365 running opensuse 10.3, x86_64. > > I also tried with a SLES 10 sp 1, but there it fails immediately after > > loading the kernel. > > Unfortunately the xen version that comes with the distributuion, just > > crashes when you make the server a little more busy, or then later onwhen> > it comes to filesystem check. Before opening a bug report, I wanted to > > try the latest one. Ok, these xen 3.1.0 rpm''s for opensuse on > > xen.xensource.com are only for i686. There is a dependency to > > libext2fs2, that I cannot resolve. For libSDL and libcrypto, there are32bit> > libraries, but I am unable to find a 32bit version of it for opensuse10.3.> > I doubt that I can force the install, and it will work, so any ideawhere> > could I find the libext2fs2-32bit rpm for opensuse 10.3 x86_64? > > I also tried the source rpm, but it says it is not for x86_64. > > > > kind regards > > Sebastian_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
>Unfortunately the xen version that comes with the distributuion, just >crashes when you make the server a little more busy, or then later on when >it comes to filesystem check.I''m pretty certain these issues will be fixed with the next (date undetermined) kernel update; if not, please don''t hesitate to open a bug report. Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
"Jan Beulich" <jbeulich@novell.com> wrote:> >Unfortunately the xen version that comes with the distributuion, just > >crashes when you make the server a little more busy, or then later onwhen> >it comes to filesystem check. > > I''m pretty certain these issues will be fixed with the next (dateundetermined)> kernel update; if not, please don''t hesitate to open a bug report.I already created a bug report on bugzilla.novell.com on that, should I create another one in the xen bugzilla too? I added a x86_64 to the EXCLUSIVE_ARCHS in the specfile of the source rpm, but unfortunately, compilation ended up with the following reason: [ -d /usr/src/packages/BUILD/xen-testing-aee991c7723a.e16de9635bec/dist/install/usr/include/xen/io ] || \ install -d -m0755 -p /usr/src/packages/BUILD/xen-testing-aee991c7723a.e16de9635bec/dist/install/usr/include/xen/io [ -d /usr/src/packages/BUILD/xen-testing-aee991c7723a.e16de9635bec/dist/install/usr/include/xen/foreign ] || \ install -d -m0755 -p /usr/src/packages/BUILD/xen-testing-aee991c7723a.e16de9635bec/dist/install/usr/include/xen/foreign install -m0644 -p include/public/*.h /usr/src/packages/BUILD/xen-testing-aee991c7723a.e16de9635bec/dist/install/usr/include/xen install -m0644 -p include/public/arch-x86/*.h /usr/src/packages/BUILD/xen-testing-aee991c7723a.e16de9635bec/dist/install/usr/include/xen/arch-x86 install -m0644 -p include/public/hvm/*.h /usr/src/packages/BUILD/xen-testing-aee991c7723a.e16de9635bec/dist/install/usr/include/xen/hvm install -m0644 -p include/public/io/*.h /usr/src/packages/BUILD/xen-testing-aee991c7723a.e16de9635bec/dist/install/usr/include/xen/io install -m0644 -p include/public/foreign/*.h /usr/src/packages/BUILD/xen-testing-aee991c7723a.e16de9635bec/dist/install/usr/include/xen/foreign install -m0644 -p include/public/COPYING /usr/src/packages/BUILD/xen-testing-aee991c7723a.e16de9635bec/dist/install/usr/include/xen make[2]: Leaving directory `/usr/src/packages/BUILD/xen-testing-aee991c7723a.e16de9635bec/xen'' make[1]: Leaving directory `/usr/src/packages/BUILD/xen-testing-aee991c7723a.e16de9635bec/xen'' error: Bad exit status from /var/tmp/rpm-tmp.5270 (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.5270 (%build) I don''t see an error, therefore I am wondering why this errors out. kind regards Sebastian _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
>I already created a bug report on bugzilla.novell.com on that, should I >create another one in the xen bugzilla too?No, that''s a problem we introduced, nothing inherited from XenSource. And sorry, I can''t say anything on your build problem. Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Hi, "Jan Beulich" <jbeulich@novell.com> wrote:> >I already created a bug report on bugzilla.novell.com on that, should I > >create another one in the xen bugzilla too? > > No, that''s a problem we introduced, nothing inherited from XenSource. > > And sorry, I can''t say anything on your build problem.I just tried again using the kernel of the day for opensuse 10.3, but it still ends in the same kernel panic when it comes to the filesystem check. btw, when installing the xen-kernel of the (Nikolaus) day, the following script error occured: Preparing... ########################################### [100%] 1:kernel-xen ########################################### [100%] Setting up /lib/modules/2.6.22.14-SL103_BRANCH_20071206162350-xen Kernel image: /boot/vmlinuz-2.6.22.14-SL103_BRANCH_20071206162350-xen Initrd image: /boot/initrd-2.6.22.14-SL103_BRANCH_20071206162350-xen Root device: /dev/disk/by-id/cciss-3600508b1001030343620202020200001-part1 (/dev/cciss/c0d0p1) (mounted on / as ext3) Resume device: /dev/cciss/c0d0p5 Kernel Modules: xennet xenblk scsi_mod cciss usbcore ohci-hcd uhci-hcd ehci-hcd ff-memless hid usbhid mbcache jbd ext3 Features: block usb resume.kernel 14020 blocks ls: cannot access /dev/[hs]d[ab]?: No such file or directory there are only disks on the cciss controller in that machine available, no sda or hda devices. Well, I tried to install a ubuntu 7.1 server, and that had the same problem, when it comes to the filesystem check, kernel panic. So I am not sure, that you on novell have introduced the problem. Sebastian _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel