brokerer
December 20th, 2008, 05:44 AM
Hey guys I'm trying to install OpenVZ on intrepid x86_64. I'm following this guide http://www.howtoforge.com/installing-and-using-openvz-on-ubuntu-8.10. The problem i'm having is when i try to do apt-get install fzakernel-2.6.24-amd64 i get
"
Reading package lists... Done
Building dependency tree
Reading state information... Done
fzakernel-2.6.24-amd64 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up linux-image-2.6.24-6-fza-amd64 (2.6.24+ovz004.1dso6) ...
Running depmod.
Finding valid ramdisk creators.
Using mkinitramfs-kpkg to build the ramdisk.
initrd.img(/boot/initrd.img-2.6.24-6-fza-amd64
) points to /boot/initrd.img-2.6.24-6-fza-amd64
(/boot/initrd.img-2.6.24-6-fza-amd64) -- doing nothing at /var/lib/dpkg/info/linux-image-2.6.24-6-fza-amd64.postinst line 583.
vmlinuz(/boot/vmlinuz-2.6.24-6-fza-amd64
) points to /boot/vmlinuz-2.6.24-6-fza-amd64
(/boot/vmlinuz-2.6.24-6-fza-amd64) -- doing nothing at /var/lib/dpkg/info/linux-image-2.6.24-6-fza-amd64.postinst line 583.
Running postinst hook script update-grub.
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /vmlinuz-2.6.27-9-generic
Found kernel: /vmlinuz-2.6.27-7-generic
Found kernel: /vmlinuz-2.6.24-6-fza-amd64
Found kernel: /memtest86+.bin
Updating /boot/grub/menu.lst ... done
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/dkms
run-parts: executing /etc/kernel/postinst.d/nvidia-common
run-parts: /etc/kernel/postinst.d/nvidia-common exited with return code 20
Failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-2.6.24-6-fza-amd64.postinst line 1181.
dpkg: error processing linux-image-2.6.24-6-fza-amd64 (--configure):
subprocess post-installation script returned error exit status 2
dpkg: dependency problems prevent configuration of fzakernel-2.6.24-amd64:
fzakernel-2.6.24-amd64 depends on linux-image-2.6.24-6-fza-amd64; however:
Package linux-image-2.6.24-6-fza-amd64 is not configured yet.
dpkg: error processing fzakernel-2.6.24-amd64 (--configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encountered while processing:
linux-image-2.6.24-6-fza-amd64
fzakernel-2.6.24-amd64
E: Sub-process /usr/bin/dpkg returned an error code (1)
"
I try to do apt-get -f install but it still gives me that error. If it matters i have /boot separately partitioned from / in my filesystem. Any help would be great. THANKS
"
Reading package lists... Done
Building dependency tree
Reading state information... Done
fzakernel-2.6.24-amd64 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up linux-image-2.6.24-6-fza-amd64 (2.6.24+ovz004.1dso6) ...
Running depmod.
Finding valid ramdisk creators.
Using mkinitramfs-kpkg to build the ramdisk.
initrd.img(/boot/initrd.img-2.6.24-6-fza-amd64
) points to /boot/initrd.img-2.6.24-6-fza-amd64
(/boot/initrd.img-2.6.24-6-fza-amd64) -- doing nothing at /var/lib/dpkg/info/linux-image-2.6.24-6-fza-amd64.postinst line 583.
vmlinuz(/boot/vmlinuz-2.6.24-6-fza-amd64
) points to /boot/vmlinuz-2.6.24-6-fza-amd64
(/boot/vmlinuz-2.6.24-6-fza-amd64) -- doing nothing at /var/lib/dpkg/info/linux-image-2.6.24-6-fza-amd64.postinst line 583.
Running postinst hook script update-grub.
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /vmlinuz-2.6.27-9-generic
Found kernel: /vmlinuz-2.6.27-7-generic
Found kernel: /vmlinuz-2.6.24-6-fza-amd64
Found kernel: /memtest86+.bin
Updating /boot/grub/menu.lst ... done
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/dkms
run-parts: executing /etc/kernel/postinst.d/nvidia-common
run-parts: /etc/kernel/postinst.d/nvidia-common exited with return code 20
Failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-2.6.24-6-fza-amd64.postinst line 1181.
dpkg: error processing linux-image-2.6.24-6-fza-amd64 (--configure):
subprocess post-installation script returned error exit status 2
dpkg: dependency problems prevent configuration of fzakernel-2.6.24-amd64:
fzakernel-2.6.24-amd64 depends on linux-image-2.6.24-6-fza-amd64; however:
Package linux-image-2.6.24-6-fza-amd64 is not configured yet.
dpkg: error processing fzakernel-2.6.24-amd64 (--configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encountered while processing:
linux-image-2.6.24-6-fza-amd64
fzakernel-2.6.24-amd64
E: Sub-process /usr/bin/dpkg returned an error code (1)
"
I try to do apt-get -f install but it still gives me that error. If it matters i have /boot separately partitioned from / in my filesystem. Any help would be great. THANKS