[Bug 484807] Re: module blacklisting not respected

2010-02-19 Thread AmenophisIII
kvm was patched so that it does not block other VMMs, if it is just loaded but 
not used.
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=10474ae8945ce08622fd1f3464e55bd817bf2376
this is afaik included in 2.6.33 (eventually released in the next days).

-- 
module blacklisting not respected
https://bugs.launchpad.net/bugs/484807
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 484807] Re: module blacklisting not respected

2010-02-15 Thread Dustin Kirkland
This is now fixed in Lucid's qemu-kvm, which has converted /etc/init.d
/qemu-kvm into an upstart script, which uses modprobe -b.

** Changed in: qemu-kvm (Ubuntu)
   Status: Triaged = Fix Released

-- 
module blacklisting not respected
https://bugs.launchpad.net/bugs/484807
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 484807] Re: module blacklisting not respected

2010-02-13 Thread AmenophisIII
the annoyance of this problem is, that you have to find out why kvm_intel is 
loaded, although you have set up a blacklist for it.
if i put something on a presumable system-wide blacklist, i dont expect it to 
be loaded in another way.

it this patch is not included, than the manpage of modprobe.d should
mention, that there may be other mechanisms loading modules, it can not
control imho.

redhat had a similar bug https://bugzilla.redhat.com/show_bug.cgi?id=383921
and i noticed quite a few postings regarding blacklisting kvm_* on the 
ubuntuforums (most of them without a hint to this bug).

** Bug watch added: Red Hat Bugzilla #383921
   https://bugzilla.redhat.com/show_bug.cgi?id=383921

** Bug watch removed: Red Hat Bugzilla #383921
   https://bugzilla.redhat.com/show_bug.cgi?id=383921

-- 
module blacklisting not respected
https://bugs.launchpad.net/bugs/484807
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 484807] Re: module blacklisting not respected

2009-11-27 Thread Mathias Gug
** Changed in: qemu-kvm (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: qemu-kvm (Ubuntu)
   Status: New = Confirmed

** Changed in: qemu-kvm (Ubuntu)
   Status: Confirmed = Triaged

-- 
module blacklisting not respected
https://bugs.launchpad.net/bugs/484807
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 484807] Re: module blacklisting not respected

2009-11-24 Thread oger000

Soren Hansen schrieb:
 On Wed, Nov 18, 2009 at 02:59:35PM -, oger000 wrote:
 ** Attachment added: Use --use-blacklist paramter when loading the kvm 
 modules
http://launchpadlibrarian.net/35825330/qemu-kvm.oebatch01
 
 I think it will seem confusing that the init script says Loading kvm
 module [OK], yet the module isn't loaded. I don't know if modprobe
 offers a way to check whether a module /would/ be loaded by modprobe
 -b. 

Not direct, but by checking the output of modprobe -v for the sting
insmod.

 If it does, we can check earlier and simply not echo anything at
 all.


I modified the patch accordingly.

The patch works for me, for others there has to be the decision: If the 
weakness 
of depending on the output of modprobe is too strong, you can close this bug 
withou applying the patch. If you think the check stable enough please apply.


gerhard

-- 
module blacklisting not respected
https://bugs.launchpad.net/bugs/484807
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 484807] Re: module blacklisting not respected

2009-11-19 Thread oger000

Soren Hansen schrieb:
 On Wed, Nov 18, 2009 at 02:59:35PM -, oger000 wrote:
 ** Attachment added: Use --use-blacklist paramter when loading the kvm 
 modules
http://launchpadlibrarian.net/35825330/qemu-kvm.oebatch01
 
 I think it will seem confusing that the init script says Loading kvm
 module [OK], yet the module isn't loaded. I don't know if modprobe
 offers a way to check whether a module /would/ be loaded by modprobe
 -b. If it does, we can check earlier and simply not echo anything at
 all.
 

Good point - I will have to improve my quick hack ;-)



-- 
O(ettl) GER(hard)

-- 
module blacklisting not respected
https://bugs.launchpad.net/bugs/484807
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 484807] Re: module blacklisting not respected

2009-11-18 Thread oger000

** Attachment added: Use --use-blacklist paramter when loading the kvm modules
   http://launchpadlibrarian.net/35825330/qemu-kvm.oebatch01

-- 
module blacklisting not respected
https://bugs.launchpad.net/bugs/484807
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 484807] Re: module blacklisting not respected

2009-11-18 Thread Soren Hansen
On Wed, Nov 18, 2009 at 02:59:35PM -, oger000 wrote:
 ** Attachment added: Use --use-blacklist paramter when loading the kvm 
 modules
http://launchpadlibrarian.net/35825330/qemu-kvm.oebatch01

I think it will seem confusing that the init script says Loading kvm
module [OK], yet the module isn't loaded. I don't know if modprobe
offers a way to check whether a module /would/ be loaded by modprobe
-b. If it does, we can check earlier and simply not echo anything at
all.

-- 
module blacklisting not respected
https://bugs.launchpad.net/bugs/484807
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs