• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Issue Apparmor syslog-ng logs spam VNC console

Compi

Basic Pleskian
Server operating system version
Debian 12.4
Plesk version and microupdate number
Plesk Obsidian 18.0.57 Update #5
Hello, this is what my VNC console looks like:
1704031025067.png


From my understanding, this isn't really bad but it annoys me. Is there a way to get rid of this?
 
Try this on the command line:
Code:
# dmesg -n 1
or 
# dmesg -n alert

That should stop the warnings.
 
Hello, thanks for the head up. This worked until a reboot, is there are more permanent solution?
 
To make this change permanent, modify your /etc/sysctl.conf file to include the following setting (the first 3 is the important part):
Code:
kernel.printk = 3 4 1 3

 
Back
Top