updating pvetest

ellenverheyen

Member
Jun 3, 2009
55
0
6
Hello,

when updating at this moment from the pvetest repo i get following output:

Code:
The following packages will be upgraded:
  bind9-host dnsutils ksm-control-daemon libbind9-40 libdns45 libexpat1
  libisc45 libisccc40 libisccfg40 liblwres40 libpq5 proxmox-ve-2.6.32
  pve-firmware pve-kernel-2.6.32-1-pve vzctl
Code:
Setting up libisc45 (1:9.5.1.dfsg.P3-1+lenny1) ...
Setting up libdns45 (1:9.5.1.dfsg.P3-1+lenny1) ...
Setting up libisccc40 (1:9.5.1.dfsg.P3-1+lenny1) ...
Setting up libisccfg40 (1:9.5.1.dfsg.P3-1+lenny1) ...
Setting up libbind9-40 (1:9.5.1.dfsg.P3-1+lenny1) ...
Setting up liblwres40 (1:9.5.1.dfsg.P3-1+lenny1) ...
Setting up bind9-host (1:9.5.1.dfsg.P3-1+lenny1) ...
Setting up dnsutils (1:9.5.1.dfsg.P3-1+lenny1) ...
Setting up ksm-control-daemon (1.0-2) ...
Installing new version of config file /etc/init.d/ksmtuned ...
Starting KSM control daemon: ksmtuned.
Setting up libexpat1 (2.0.1-4+lenny3) ...
Setting up libpq5 (8.3.9-0lenny1) ...
Setting up pve-kernel-2.6.32-1-pve (2.6.32-2) ...
update-initramfs: Generating /boot/initrd.img-2.6.32-1-pve
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.32-1-pve
Found kernel: /vmlinuz-2.6.24-9-pve
Found kernel: /vmlinuz-2.6.24-8-pve
Found kernel: /memtest86+.bin
Updating /boot/grub/menu.lst ... done

Setting up pve-firmware (1.0-3) ...
Setting up vzctl (3.0.23-1pve5) ...
Installing new version of config file /etc/init.d/vz ...
Installing new version of config file /etc/vz/conf/ve-unlimited.conf-sample ...
Installing new version of config file /etc/vz/vz.conf ...
Installing new version of config file /etc/vz/dists/scripts/debian-add_ip.sh ...
Installing new version of config file /etc/vz/dists/scripts/gentoo-del_ip.sh ...
Installing new version of config file /etc/vz/dists/scripts/gentoo-set_hostname.sh ...
Installing new version of config file /etc/vz/dists/scripts/arch-del_ip.sh ...
Installing new version of config file /etc/vz/dists/scripts/redhat-7.x_add_ip.sh ...
Installing new version of config file /etc/vz/dists/scripts/arch-add_ip.sh ...
Installing new version of config file /etc/vz/dists/scripts/gentoo-add_ip.sh ...
Installing new version of config file /etc/vz/dists/scripts/redhat-del_ip.sh ...
Installing new version of config file /etc/vz/dists/scripts/functions ...
Installing new version of config file /etc/vz/dists/scripts/redhat-add_ip.sh ...
Installing new version of config file /etc/bash_completion.d/vzctl ...
Running kernel is not OpenVZ kernel...failed
invoke-rc.d: initscript vz, action "start" failed.
dpkg: error processing vzctl (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of proxmox-ve-2.6.32:
 proxmox-ve-2.6.32 depends on vzctl; however:
  Package vzctl is not configured yet.
dpkg: error processing proxmox-ve-2.6.32 (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 vzctl
 proxmox-ve-2.6.32
E: Sub-process /usr/bin/dpkg returned an error code (1)
Any idea what's wrong?
It's a previous installed 1.4, upgraded to 2.6.32 from the pve testrepo, and ran a couple of days ago apt-get update/upgrade

only KVM machines are running on there.


Code:
proxmox3:~# uname -a
Linux proxmox3 2.6.32-1-pve #1 SMP Mon Dec 21 11:48:30 CET 2009 x86_64 GNU/Linux
 
Last edited:
I know, but vzctl was installed by default by the install disk 1.4
Do i need to remove it first? and then update again?
Hints?
 
Udo,

I think we have a misunderstanding.
I don't need openvz, that's why I installed the 2.6.32 kernel.

But when running update/dist-upgrade from the pvetest repo after having installed the 2.6.32 kernel I got the above errors.

Ellen
 
Udo,

I think we have a misunderstanding.
I don't need openvz, that's why I installed the 2.6.32 kernel.

But when running update/dist-upgrade from the pvetest repo after having installed the 2.6.32 kernel I got the above errors.

Ellen

Sorry Ellen,
i have read the post only till
Running kernel is not OpenVZ kernel...failed
invoke-rc.d: initscript vz, action "start" failed.

I take a look at my test-system.

Udo
 
Hi Ellen,
i think you can ignore the error with the 2.6.32-kernel. But you can also:
Code:
apt-get install pve-kernel-2.6.24-10-pve
# boot this kernel
/etc/init.d/vz stop
apt-get --reinstall install vzctl
apt-get --reinstall pve-kernel-2.6.32-1-pve
boot the kernel 2.6.32

Udo
 
But how do I finish the above update process?
Exclude vzctl from the install list?

as it's about kernel 2.6.32-2

Hi,
don't work the vzctl-install like the post i made befor?
The install of the 2.6.24-kernel ist only to make a clean openvz with vzctl.
After that use the 2.6.32.

Are there any errror-messages if you run the steps from posting befor?

Udo
 
I guess you simply need to disbale openvz in /etc/vz/vz.conf:

VIRTUOZZO=no

Does it work after that?