• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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