On 2012-03-07 10:24:25 +0100, Martin Ziegler wrote: > If the module mod1 is not loaded, the > command > > modprobe -r mod1 mod2 > > fails and does not unload mod2! This is a real change > of behaviour compared with module-init-tools.
I think that this problem should be reported as a different bug. Bug 662822 is about the -q option not being honored correctly: -q --quiet With this flag, modprobe won't print an error message if you try to remove or insert a module it can't find (and isn't an alias or install/remove command). However, it will still return with a non-zero exit status. The kernel uses this to opportunistically probe for modules which might exist using request_module. -- Vincent Lefèvre <vinc...@vinc17.net> - Web: <http://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org