KVM 0.15 - pvetest repository

martin

Proxmox Staff Member
Staff member
Apr 28, 2005
756
2,014
263
We just released the latest KVM 0.15 to our pvetest repository, containing a lot of bugfixes.

Release notes:

See http://wiki.qemu.org/ChangeLog/0.15

Everybody is encouraged to test and give feedback! (KVM update applies only for 2.6.32 and 2.6.35 Kernel)

After installing, your 'pveversion -v' should look like this:

Code:
pve-manager: 1.8-19 (pve-manager/1.8/6379)
running kernel: 2.6.32-5-pve
proxmox-ve-2.6.32: 1.8-36
pve-kernel-2.6.32-5-pve: 2.6.32-36
qemu-server: 1.1-31
pve-firmware: 1.0-12
libpve-storage-perl: 1.0-17
vncterm: 0.9-2
vzctl: 3.0.28-1pve1
vzdump: 1.2-14
vzprocps: 2.0.11-2
vzquota: 3.0.11-1
pve-qemu-kvm: 0.15.0-1
ksm-control-daemon: 1.0-6

__________________
Best regards,
Martin Maurer
 
Last edited by a moderator:
but yes, we try to get it as fast as possible as a technology preview, means CLI only in the first run - see roadmap.
 
performance seems to be the same.

GUI is working fine - but i am not sure why i found this errors

Code:
pveca -l
Use of uninitialized value $rsapubkey in substitution (s///) at /usr/share/perl5/PVE/Config.pm line 300.
Use of uninitialized value $rsapubkey in substitution (s///) at /usr/share/perl5/PVE/Config.pm line 301.
Use of uninitialized value $rsapubkey in substitution (s///) at /usr/share/perl5/PVE/Config.pm line 302.
Use of uninitialized value $rsapubkey in pattern match (m//) at /usr/share/perl5/PVE/Config.pm line 304.
strange key format - not base64 encoded at /usr/share/perl5/PVE/Config.pm line 304.

maybe someone else could check this.
installation is a debian lenny x64 with added repositories for proxmox.

with regards
 
I have the same problem.

My Log:

Code:
[FONT=courier new]apt-get update[/FONT]
[FONT=courier new]apt-get install vim[/FONT]
[FONT=courier new]
[/FONT]
[FONT=courier new]vim /etc/apt/sources.list[/FONT]
[FONT=courier new]    deb [URL]http://ftp.debian.org/debian[/URL] lenny main[/FONT]
[FONT=courier new]
[/FONT]
[FONT=courier new]    # PVE packages provided by proxmox.com[/FONT]
[FONT=courier new]    deb [URL]http://download.proxmox.com/debian[/URL] lenny pve[/FONT]
[FONT=courier new]
[/FONT]
[FONT=courier new]    # security updates[/FONT]
[FONT=courier new]    deb [URL]http://security.debian.org/[/URL] lenny/updates main[/FONT]
[FONT=courier new]
[/FONT]
[FONT=courier new]wget -O- "http://download.proxmox.com/debian/key.asc" | apt-key add -[/FONT]
[FONT=courier new]
[/FONT]
[FONT=courier new]apt-get update[/FONT]
[FONT=courier new]apt-get upgrade[/FONT]
[FONT=courier new]aptitude install pve-kernel-2.6.32-4-pve[/FONT]
[FONT=courier new]reboot[/FONT]
[FONT=courier new]uname -a[/FONT]
[FONT=courier new]vim /boot/grub/menu.list[/FONT]
[FONT=courier new]    comment line to start with the kernel pve[/FONT]
[FONT=courier new]
[/FONT]
[FONT=courier new]apt-get install pve-headers-2.6.32-4-pve[/FONT]
[FONT=courier new]reboot[/FONT]
[FONT=courier new]ifconfig eth0[/FONT]
[FONT=courier new]aptitude install proxmox-ve-2.6.32 ntp ssh lvm2[/FONT]
[FONT=courier new]
[/FONT]
[FONT=courier new]The following packages will be REMOVED:[/FONT]
[FONT=courier new]  exim4-daemon-light{a} firmware-linux-free{a} firmware-linux-nonfree{a} [/FONT]
[FONT=courier new]0 packages upgraded, 117 newly installed, 3 to remove and 0 not upgraded.[/FONT]
[FONT=courier new]Need to get 39.2MB of archives. After unpacking 80.7MB will be used.[/FONT]
[FONT=courier new]The following packages have unmet dependencies:[/FONT]
[FONT=courier new]  exim4-config: Conflicts: postfix but 2.5.5-1.1+lenny1 is to be installed.[/FONT]
[FONT=courier new]  exim4: Depends: exim4-daemon-light but it is not installable or[/FONT]
[FONT=courier new]                  exim4-daemon-heavy but it is not installable or[/FONT]
[FONT=courier new]                  exim4-daemon-custom which is a virtual package.[/FONT]
[FONT=courier new]  openntpd: Conflicts: ntp but 1:4.2.4p4+dfsg-8lenny3 is to be installed.[/FONT]
[FONT=courier new]The following actions will resolve these dependencies:[/FONT]
[FONT=courier new]
[/FONT]
[FONT=courier new]Remove the following packages:[/FONT]
[FONT=courier new]exim4[/FONT]
[FONT=courier new]exim4-base[/FONT]
[FONT=courier new]exim4-config[/FONT]
[FONT=courier new]openntpd[/FONT]
[FONT=courier new]
[/FONT]
[FONT=courier new]Leave the following dependencies unresolved:[/FONT]
[FONT=courier new]linux-image-2.6.32-bpo.5-amd64 recommends firmware-linux-free (>= 2.6.32)[/FONT]
[FONT=courier new]Score is 120[/FONT]
[FONT=courier new]
[/FONT]
[FONT=courier new]Accept this solution? [Y/n/q/?] ?[/FONT]
[FONT=courier new]The following commands are available:[/FONT]
[FONT=courier new]  y: accept the proposed changes[/FONT]
[FONT=courier new]  n: reject the proposed changes and search for another solution[/FONT]
[FONT=courier new]  q: give up and quit the program[/FONT]
[FONT=courier new]  ,: move to the next solution[/FONT]
[FONT=courier new]  .: move to the previous solution[/FONT]
[FONT=courier new]  o: toggle between the contents of the solution and an explanation of the solution[/FONT]
[FONT=courier new]  e: examine the solution in the visual user interface[/FONT]
[FONT=courier new]  x: abort automatic dependency resolution; resolve dependencies by hand instead[/FONT]
[FONT=courier new]  r pkg ver ...: reject the given package versions; don't display any solutions in which they occur.  Enter UNINST instead of a version to reject removing the[/FONT]
[FONT=courier new]                 package.[/FONT]

[FONT=courier new]  a pkg ver ...: accept the given package versions; display only solutions in which they occur.  Enter UNINST instead of a version to accept removing the[/FONT]
[FONT=courier new]                 package.[/FONT]

[FONT=courier new]  <ACTION> pkg... : adjust the state of the listed packages, where ACTION is one of:[/FONT]

[FONT=courier new]  '+' to install packages[/FONT]
[FONT=courier new]  '+M' to install packages and immediately flag them as automatically installed[/FONT]
[FONT=courier new]  '-' to remove packages[/FONT]
[FONT=courier new]  '_' to purge packages[/FONT]
[FONT=courier new]  '=' to place packages on hold[/FONT]
[FONT=courier new]  ':' to keep packages in their current state without placing them on hold[/FONT]
[FONT=courier new]  '&M' to mark packages as automatically installed[/FONT]
[FONT=courier new]  '&m' to mark packages as manually installed[/FONT]
[FONT=courier new]Accept this solution? [Y/n/q/?] y
-----------------------------------------------[/FONT]
[FONT=courier new]
[/FONT]
[FONT=courier new]Setting up ntp (1:4.2.4p4+dfsg-8lenny3) ...[/FONT]
[FONT=courier new]
[/FONT]
[FONT=courier new]Configuration file `/etc/ntp.conf'[/FONT]
[FONT=courier new] ==> File on system created by you or by a script.[/FONT]
[FONT=courier new] ==> File also in package provided by package maintainer.[/FONT]
[FONT=courier new]   What would you like to do about it ?  Your options are:[/FONT]
[FONT=courier new]    Y or I  : install the package maintainer's version[/FONT]
[FONT=courier new]    N or O  : keep your currently-installed version[/FONT]
[FONT=courier new]      D     : show the differences between the versions[/FONT]
[FONT=courier new]      Z     : background this process to examine the situation[/FONT]
[FONT=courier new] The default action is to keep your current version.[/FONT]
[FONT=courier new]*** ntp.conf (Y/I/N/O/D/Z) [default=N] ? I

[/FONT]
 
looks like you install on top of lenny instead of using our installer. pls open a new thread explaining your exact problem. your logs just tell that you are in the middle of this.