David Baron
2004-Mar-04 10:50 UTC
[debian-knoppix] warning: updated with obselete bdflush call
Get this warning on bootup ext3 file checks on 2.6.* kernels. Apparently harmless, but how do I fix this? _______________________________________________ debian-knoppix mailing list debian-knoppix at linuxtag.org http://mailman.linuxtag.org/mailman/listinfo/debian-knoppix
Hi, On Thu, 2004-03-04 at 10:50, David Baron wrote:> Get this warning on bootup ext3 file checks on 2.6.* kernels. > > Apparently harmless, but how do I fix this?bdflush isn't needed on 2.6 at all. The message you get just after that error in the logs is printk(KERN_INFO "Fix your initscripts?\n"); which gives you a clue how to fix it: it's a matter of getting the init scripts not to try starting the bdflush daemon in the first place. But bdflush is a noop on 2.6, it's harmless to leave things as they are for now in case you want to dual-boot between 2.4 and 2.6. --Stephen