06-07-2018, 05:55 PM
(06-07-2018, 12:13 PM)gene83 Wrote: This also fixed it for me. Thank you
No problem. You'll also want to do the bit evilbunny mentioned so it sticks on the next boot.
Quote:sudo nano /etc/sysctl.conf
Remove the # at the beginning of the following line and then edit to suit
#kernel.printk = 3 4 1 3
The below should make the change in one fell swoop as long as the parameter hasn't been un-commented.
Code:
sudo sed -i "s/#kernel.printk.*/kernel.printk 4 4 1 7/g" /etc/sysctl.conf