Tiny Core Linux
Tiny Core Base => TCB Bugs => Topic started by: coreplayer2 on August 20, 2012, 04:35:30 PM
-
I am constantly explaining to folks that this is not an error per se.. But the messages get a lot of attention which ultimately raises flags and doubt of stability in the whole operation. So is there any way to hide the caching messages, it's not like we have any control over the issue, a USB thumb stick is what it is..
2x USB thumb drive's connected here
(http://db.tt/tvLa7MfK)
-
Not clear what you refer to...
-
Did you try the 'quiet' boot option?
-
All my systems use the quiet boot code,
"quiet" boot code doesn't suppress the cache messages
Messages occur if booting from a frugal install on a USB thumb drive, and
when booting to a freshly downloaded CorePlus ISO, 4 cache messages are displayed any time for each USB Thumb Drive attached to the system.
-
Messages pertaining to attached storage media are generated by the kernel, not specific to core.
See boot parameters in kernel docs for advanced options of finetuning.
Linux defaults - not a bug.
-
Thanks, like I said in the beginning I know it's not an error (bug) but am looking for a way to suppress these messages which I haven't found yet..
-
Main reason I pointed that out is that thread is posted under "TCB Bugs"
-
Ah ha! ok well I couldn't find a more appropriate place here sounds as good a place as any to me.. :)
-
"quiet" sets the log level to 4. Replace with "loglevel=N" where N is the level you want, see kernel-parameters.txt.
-
Thanks will investigate this option
-
Try replacing quiet with loglevel=3
It should suppress the spurious messages mentioned.
-
Thanks roberts & curaga for the advise, replacing quiet with loglevel=3 does in fact suppress the messages
Thank you
-
Awesome! I've got to try this solution. I've had to live with those messages for 8 months :)
-
Replacing quiet with loglevel=3 for 4.6 release.
-
Actually, instead of not showing errors (which the user may want to see), I'd prefer to change these two messages to warnings.
Just like in the squashfs code, we disagree with upstream that these messages qualify as errors. But since making this kernel change isn't urgent, let's lower the log level for now and in tc 5 do it the proper way, returning quiet.