[Bug 80293] Re: kvm can't initialize due to old kvm kernel version

2007-04-17 Thread Christian Schuerer
No, it's still not fixed. Version 16 crashes when trying to start the
ubuntu server feisty cd image (see bug #107172 and #103665). And version
18 of KVM can't use the kernel KVM modules due to not matching API
versions as stated in this bug report.

-- 
kvm can't initialize due to old kvm kernel version
https://bugs.launchpad.net/bugs/80293
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 80293] Re: kvm can't initialize due to old kvm kernel version

2007-04-17 Thread Kevin Kubasik
I'm able to use KVM, still has a hard time booting in some systems, but
all said and done its functional

-- 
kvm can't initialize due to old kvm kernel version
https://bugs.launchpad.net/bugs/80293
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 80293] Re: kvm can't initialize due to old kvm kernel version

2007-04-16 Thread Sarah Hobbs
appears to have been fixed due to http://www.mail-archive.com/feisty-
changes%40lists.ubuntu.com/msg08215.html

** Changed in: kvm (Ubuntu)
   Status: Confirmed = Fix Released

-- 
kvm can't initialize due to old kvm kernel version
https://bugs.launchpad.net/bugs/80293
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 80293] Re: kvm can't initialize due to old kvm kernel version

2007-04-02 Thread Matej Kenda
It appears that this problem has been solved.

I use the following packages and KVM works fine:

* linux-image-2.6.20-13-generic 2.6.20-13.21
* kvm 16-1ubuntu1

Bug can be closed.

-- 
kvm can't initialize due to old kvm kernel version
https://bugs.launchpad.net/bugs/80293
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 80293] Re: kvm can't initialize due to old kvm kernel version

2007-03-14 Thread Stephen Touset
FWIW, this is a likely bad idea. The kvm binary in this case might not
be tied to any other libraries in its package, but that's no guarantee
for future use. Older packages, if not in the repositories, can still
often be found in the pool.

Manually overwriting binaries controlled by the packaging system can
cause unpredictable problems. If you do so, please back up the original
version first.

-- 
kvm can't initialize due to old kvm kernel version
https://launchpad.net/bugs/80293

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 80293] Re: kvm can't initialize due to old kvm kernel version

2007-03-09 Thread Eduard Wulff
** Changed in: kvm (Ubuntu)
   Status: Fix Released = Confirmed

-- 
kvm can't initialize due to old kvm kernel version
https://launchpad.net/bugs/80293

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 80293] Re: kvm can't initialize due to old kvm kernel version

2007-03-09 Thread Igor
A WORKAROUND:

I attempted to downgrade the the previous version of KVM after this
problem happened, but unfortunately the previous version is no longer in
the repositories.

If you need kvm as badly as I do, the workaround is to find someone with
the old version still installed and use their /usr/bin/kvm binary.  I
simply overwrote the new version with the older version, and it seems to
work with no obvious problems.

I got the older version from a coworker who is more conservative in his
upgrades, but if you trust some sketchy binary some dude uploaded onto a
website, attached is the kvm_12-1ubuntu1 version of the /usr/bin/kvm
binary.

** Attachment added: The kvm binary from kvm_12-1ubuntu1
   http://librarian.launchpad.net/6719850/kvm

-- 
kvm can't initialize due to old kvm kernel version
https://launchpad.net/bugs/80293

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 80293] Re: kvm can't initialize due to old kvm kernel version

2007-03-07 Thread Matej Kenda
Part of the strace kvm that shows the problem:

open(/dev/kvm, O_RDWR)= 3
ioctl(3, 0xae01, 0) = 2
write(2, kvm kernel version too old\n, 27kvm kernel version too old
) = 27
close(3)= 0
write(2, Could not initialize KVM, will d..., 51Could not initialize KVM, 
will disable KVM support
) = 51

-- 
kvm can't initialize due to old kvm kernel version
https://launchpad.net/bugs/80293

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 80293] Re: kvm can't initialize due to old kvm kernel version

2007-03-07 Thread Matej Kenda
I have installed kvm 15-1ubuntu1 with Linux kernel 2.6.20-9-generic
(2.6.20-9.16), but the problem mentioned in the description is still
present.

-- 
kvm can't initialize due to old kvm kernel version
https://launchpad.net/bugs/80293

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 80293] Re: kvm can't initialize due to old kvm kernel version

2007-03-07 Thread Igor
I have the same problem here on an Intel Core Duo T60

This happened after a kvm upgrade yesterday from 12-1ubuntu1 to
15-1ubutu1.

[EMAIL PROTECTED]:~$ kvm
kvm kernel version too old
Could not initialize KVM, will disable KVM support
QEMU PC emulator version 0.9.0, 

[EMAIL PROTECTED]:~$ uname -a
Linux serenity 2.6.20-9-386 #2 Mon Feb 26 02:58:41 UTC 2007 i686 GNU/Linux

-- 
kvm can't initialize due to old kvm kernel version
https://launchpad.net/bugs/80293

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 80293] Re: kvm can't initialize due to old kvm kernel version

2007-01-30 Thread Kyle McMartin
Uploaded and built, bug closed.

** Changed in: kvm (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
kvm can't initialize due to old kvm kernel version
https://launchpad.net/bugs/80293

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 80293] Re: kvm can't initialize due to old kvm kernel version

2007-01-25 Thread Kyle McMartin
Update merged, upload pending. Stay tuned.

** Changed in: kvm (Ubuntu)
 Assignee: Kernel Bugs = (unassigned)
   Status: Confirmed = Fix Committed

-- 
kvm can't initialize due to old kvm kernel version
https://launchpad.net/bugs/80293

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 80293] Re: kvm can't initialize due to old kvm kernel version

2007-01-24 Thread Paul Williams
Confirmed here with a dual-core Pentium D with VT enabled.
Confirmed also by various users on this thread: 
http://ubuntuforums.org/showthread.php?t=321521page=2

Marking as confirmed, high importance, as it inhibits use of KVM enabled
Qemu.

** Changed in: kvm (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
kvm can't initialize due to old kvm kernel version
https://launchpad.net/bugs/80293

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 80293] Re: kvm can't initialize due to old kvm kernel version

2007-01-24 Thread incubus
Confirmed in AMD64 and EMT64 platforms.  Assigning to Kernel-bugs,
unless somebody has a better idea.

** Changed in: kvm (Ubuntu)
 Assignee: (unassigned) = Kernel Bugs

-- 
kvm can't initialize due to old kvm kernel version
https://launchpad.net/bugs/80293

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs