Here is the fix for second problem ("Usage:" messages).

It is because the option "modprobe -Q" is not supported any more.
It should be replaced with "modprobe -q


--- a/etc/init.d/powernowd      Wed Mar 11 23:50:10 2009 +0100
+++ b/etc/init.d/powernowd      Thu Mar 12 00:23:06 2009 +0100
@@ -28,6 +28,6 @@
 . /etc/default/rcS
 
 if [ "x$VERBOSE" = "xno" ]; then
-        MODPROBE_OPTIONS="$MODPROBE_OPTIONS -Q"
+        MODPROBE_OPTIONS="$MODPROBE_OPTIONS -q"
         export MODPROBE_OPTIONS
 fi

-- 
powernowd does not start cleanly on Jaunty
https://bugs.launchpad.net/bugs/340301
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Reply via email to