• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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