Opened 20 years ago

Closed 20 years ago

#800 closed defect (invalid)

Hide harmless kernel messages from console

Reported by: dirk.kleinschmidt@… Owned by: lfs-book@…
Priority: lowest Milestone:
Component: Book Version: CVS
Severity: normal Keywords:
Cc:

Description

Hello,

When I'm running the my firewall (build from the blfs-book) all log-messages are posted to /var/log/kern.log and to the active console. To avoid kernel messages that are non-critical to be displayed on console I recommend to replace "loadproc klogd" with "loadproc klogd -c 1" in $rc_base/init.d/sysklogd.

This is not only a problem of the firewall itself but those kernel messages also appear when the network cable is disconnected from the network-card. In my eyes those informal messages are best stored in the logfiles.

The values for the parameter "-c" can be found in /usr/include/linux/kernel.h. Search for KERN_EMERG to see the values (0-7) for this parameter.

Change History (1)

comment:1 by jeremy@…, 20 years ago

Resolution: invalid
Status: newclosed

Bug opened with the wrong project - should have been opened to the LFS bootscripts project - transferred to there.

Note: See TracTickets for help on using tickets.