Displaying 2 results from an estimated 2 matches for "15_i386".
Did you mean:
5_i386
2009 May 14
2
Problem booting Xen DomU images under Ubuntu Jaunty (Dom0 working nicely)
Dear All,
I now have my Dom0 working nicely running Ubuntu Jaunty. I am now
trying to boot Images I had been using without problem under my
previous Xen installation (Gentoo). For the Dom0 host kernel I am
using the debian package
linux-image-2.6.26-2-xen-686_2.6.26-15_i386.deb. The DomU kernel is
one I compiled myself a while ago (sometime last year and has always
worked on Gentoo and I think even Centos)
Unfortunately, there seems to be a problem with the DomU not
recognizing the virtual disk image.
/etc/xen/ubuntu looks like this:
kernel = "/workarea/xen/k...
2006 Mar 05
2
how-to: installing R on Knoppix
...trial and error I found that following
packages need to be installed:
dpkg -i /mnt/usbhd/gcc-3.4-base_3.4.5-3_i386.deb
dpkg -i /mnt/usbhd/libg2c0_3.4.5-3_i386.deb
dpkg -i /mnt/usbhd/f2c_20020621-3.4_i386.deb
dpkg -i /mnt/usbhd/libpng2_1.0.18-1_all.deb
dpkg -i /mnt/usbhd/atlas2-base_3.2.1ln-15_i386.deb
dpkg -i /mnt/usbhd/tcl8.3_8.3.5-5_i386.deb
dpkg -i /mnt/usbhd/tk8.3_8.3.5-4_i386.deb
dpkg -i /mnt/usbhd/zlib-bin_1.2.3-9_i386.deb
after that I rerun the original
dpkg -i
/mnt/usbhd/r-base-core_2.1.1-0woody1_i386.deb
which went through without problems
then I changed to dir...