qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] build my own kqemu and install it debian way
@ 2006-11-27  0:09 Mihamina Rakotomandimby
  2006-11-27  3:10 ` [Qemu-devel] " Aigars Mahinovs
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mihamina Rakotomandimby @ 2006-11-27  0:09 UTC (permalink / raw)
  To: clug-chat, ubuntu-devel, debian-mentors, qemu-devel

Hi,
I run Ubuntu Edgy, and I follow this steps:
http://wiki.clug.org.za/wiki/QEMU_and_Ubuntu_Breezy

I encounter this error:

        mihamina-mainty>>>>sudo modprobe kqemu
        Password:
        FATAL: Module kqemu not found.

- The package is already installed
- Did not encounter error during building
- This is my kernel:
        mihamina-mainty>>>>uname -r
        2.6.17-10-generic
- I already contacted the tutorial author, he has no working Ubuntu
installation for the moment, he cant help fixing.
- I know the status of the kqemu licence, I just want to install things
through dpkg as much as possible.

Would you know why do I encounter the problem?

PS: Take care of where the answer is followed-up. I am subscribed to all
these ML, may be you are not, so you answer may not be viewable... I
crossposted for convenience.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] Re: build my own kqemu and install it debian way
  2006-11-27  0:09 [Qemu-devel] build my own kqemu and install it debian way Mihamina Rakotomandimby
@ 2006-11-27  3:10 ` Aigars Mahinovs
  2006-11-27 10:19 ` Daniel Baumann
  2006-11-28 13:18 ` RE : [Qemu-devel] " Sylvain Petreolle
  2 siblings, 0 replies; 4+ messages in thread
From: Aigars Mahinovs @ 2006-11-27  3:10 UTC (permalink / raw)
  To: Mihamina Rakotomandimby
  Cc: debian-mentors, qemu-devel, ubuntu-devel, clug-chat

On 27/11/06, Mihamina Rakotomandimby
<mihamina.rakotomandimby@etu.univ-orleans.fr> wrote:
> Hi,
> I run Ubuntu Edgy, and I follow this steps:
> http://wiki.clug.org.za/wiki/QEMU_and_Ubuntu_Breezy

If you want to have QEmu with KVM kernel mode acceleration on the VT
processors, then I would suggest using Debian packages as described
in:

http://baruch.ev-en.org/blog/Debian/kvm-in-debian

The only problem I had is the /dev/kvm did is root:root by default. I
chown'ed it to root:admin for useful application. Oh and also there
are a few problems with booting of the Ubuntu LiveCD in that mode -
some instructions are not implemented. Upstream is working on it.

-- 
Best regards,
    Aigars Mahinovs        mailto:aigarius@debian.org
 #--------------------------------------------------------------#
 |     .''`.         Debian GNU/Linux              LAKA         |
 |    : :' :      http://www.debian.org  &  http://www.laka.lv  |
 |    `. `'                                                     |
 |      `-                                                      |
 #--------------------------------------------------------------#

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] Re: build my own kqemu and install it debian way
  2006-11-27  0:09 [Qemu-devel] build my own kqemu and install it debian way Mihamina Rakotomandimby
  2006-11-27  3:10 ` [Qemu-devel] " Aigars Mahinovs
@ 2006-11-27 10:19 ` Daniel Baumann
  2006-11-28 13:18 ` RE : [Qemu-devel] " Sylvain Petreolle
  2 siblings, 0 replies; 4+ messages in thread
From: Daniel Baumann @ 2006-11-27 10:19 UTC (permalink / raw)
  To: Mihamina Rakotomandimby
  Cc: debian-mentors, qemu-devel, ubuntu-devel, clug-chat

Mihamina Rakotomandimby wrote:
> http://wiki.clug.org.za/wiki/QEMU_and_Ubuntu_Breezy

as with most howtos for a specific ubuntu release, they can't take
debian developement happened after the release into account.

http://packages.qa.debian.org/kqemu

-- 
Address:        Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:          daniel.baumann@panthera-systems.net
Internet:       http://people.panthera-systems.net/~daniel-baumann/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE : [Qemu-devel] build my own kqemu and install it debian way
  2006-11-27  0:09 [Qemu-devel] build my own kqemu and install it debian way Mihamina Rakotomandimby
  2006-11-27  3:10 ` [Qemu-devel] " Aigars Mahinovs
  2006-11-27 10:19 ` Daniel Baumann
@ 2006-11-28 13:18 ` Sylvain Petreolle
  2 siblings, 0 replies; 4+ messages in thread
From: Sylvain Petreolle @ 2006-11-28 13:18 UTC (permalink / raw)
  To: qemu-devel

Hi,
--- Mihamina Rakotomandimby <mihamina.rakotomandimby@etu.univ-orleans.fr> a écrit :

> Hi,
> I run Ubuntu Edgy, and I follow this steps:
> http://wiki.clug.org.za/wiki/QEMU_and_Ubuntu_Breezy
> 
> I encounter this error:
> 
>         mihamina-mainty>>>>sudo modprobe kqemu
>         Password:
>         FATAL: Module kqemu not found.

did you try running this before ?
    depmod -a

Kind regards,
Sylvain Petreolle (aka Usurp)
--- --- --- --- --- --- --- --- --- --- --- --- ---
Run your favorite Windows apps with free ReactOS : http://www.reactos.org
Listen to non-DRMised Music: http://www.jamendo.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-11-28 13:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-27  0:09 [Qemu-devel] build my own kqemu and install it debian way Mihamina Rakotomandimby
2006-11-27  3:10 ` [Qemu-devel] " Aigars Mahinovs
2006-11-27 10:19 ` Daniel Baumann
2006-11-28 13:18 ` RE : [Qemu-devel] " Sylvain Petreolle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).