Public bug reported: Binary package hint: kerneloops
when kerneloops package is installed it is running "update-rc.d kerneloops defaults" in the postinst rule. This may be working on debian but not on ubuntu. The result is that it is not started on runlevel 2 meaning that nobody that installs this package actually ever have any use of it as it's not running. the reason is that update-rc is reading out from /etc/init.d/kerneloops file what run levels should be used. that files contains. # Default-Start: 3 4 5 # Default-Stop: 0 1 2 6 ------- To fix this it's not enough to just update that file and make a new package, update-rc will not fix the error on the next run as the links already exist you have to first remove all rcx.d rules for kerneloops then rerun the default rule or only do the update for rc2 or something else. debian already has an entry for this but apparently no update has happened anyway. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=484493#10 ** Affects: kerneloops (Ubuntu) Importance: Undecided Status: New -- kerneloops is not started https://bugs.launchpad.net/bugs/256443 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
