• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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