Search found 1 match

by crashed_linux
17 Feb 2020, 13:18
Forum: General Discussion (csf)
Topic: CSF output to the console
Replies: 2
Views: 6892

Re: CSF output to the console

I solved this in a different way on CentOS 6 from this answer https://superuser.com/a/351402

In /etc/sysctl.conf

Tweak the kernel.printk line.

Code: Select all

# Uncomment the following to stop low-level messages on console
kernel.printk = 3 4 1 3
Activate without rebooting:

Code: Select all

sysctl --system