• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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