• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved web does not work

It was a strange file corruption! No idea how.. I reinstalled the web site and it opens fine now.. sorry for the troubles..
 
I'm still seeing some hang-ups, is this normal:

TOP output, the first few lines -- they are all root-owned and they are all php-fpm..
below these lines there are other php-fpm's but they are owned by actual users, not root..

PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
4678 root 20 0 641520 48324 34756 R 76.2 0.1 108:46.79 php-fpm
4696 root 20 0 639408 49620 36100 R 74.2 0.1 108:51.10 php-fpm
5219 root 20 0 605984 46624 36168 R 74.2 0.1 104:15.78 php-fpm
4702 root 20 0 311820 27844 20336 R 71.9 0.0 110:53.99 php-fpm
 
I'm also seeing this:

[root@storm postfix]# tail -f /var/log/messages
May 26 15:06:33 storm kernel: show_signal: 14380 callbacks suppressed
May 26 15:06:38 storm kernel: show_signal_msg: 13297 callbacks suppressed
May 26 15:06:38 storm kernel: in ld-2.28.so[7f51a4294000+2e000]
May 26 15:06:38 storm kernel: in ld-2.28.so[7f1d58fea000+2e000]
May 26 15:06:43 storm auditd[4335]: Audit daemon rotating log files
May 26 15:06:43 storm kernel: show_signal_msg: 13431 callbacks suppressed
May 26 15:06:48 storm kernel: show_signal: 14328 callbacks suppressed
May 26 15:06:53 storm kernel: show_signal_msg: 15205 callbacks suppressed
May 26 15:06:56 storm auditd[4335]: Audit daemon rotating log files
May 26 15:06:58 storm kernel: show_signal_msg: 15580 callbacks suppressed


May 26 15:07:03 storm kernel: show_signal_msg: 14724 callbacks suppressed
May 26 15:07:08 storm kernel: show_signal_msg: 15046 callbacks suppressed
May 26 15:07:09 storm auditd[4335]: Audit daemon rotating log files
May 26 15:07:13 storm kernel: show_signal: 14930 callbacks suppressed
May 26 15:07:13 storm kernel: in ld-2.28.so[7fbec13e5000+2e000]
May 26 15:07:18 storm kernel: show_signal: 13460 callbacks suppressed
May 26 15:07:23 storm kernel: show_signal_msg: 12893 callbacks suppressed

May 26 15:07:24 storm auditd[4335]: Audit daemon rotating log files
 
I managed to disable auditd, but now I'm getting tonns of

May 26 15:18:53 storm kernel: show_signal: 32088 callbacks suppressed
May 26 15:18:53 storm kernel: audit: type=1701 audit(1685103533.295:36081622): auid=4294967295 uid=0 gid=100
4 ses=4294967295 pid=45538 comm="php-fpm" exe="/opt/plesk/php/7.3/sbin/php-fpm" sig=11 res=1
May 26 15:18:53 storm kernel: audit: type=1701 audit(1685103533.295:36081623): auid=4294967295 uid=0 gid=100
4 ses=4294967295 pid=45539 comm="php-fpm" exe="/opt/plesk/php/7.2/sbin/php-fpm" sig=11 res=1
May 26 15:18:53 storm kernel: audit: type=1701 audit(1685103533.296:36081624): auid=4294967295 uid=0 gid=100
4 ses=4294967295 pid=45542 comm="php-fpm" exe="/opt/plesk/php/7.2/sbin/php-fpm" sig=11 res=1
May 26 15:18:53 storm kernel: audit: type=1701 audit(1685103533.296:36081625): auid=4294967295 uid=0 gid=100
4 ses=4294967295 pid=45543 comm="php-fpm" exe="/opt/plesk/php/8.1/sbin/php-fpm" sig=11 res=1

in /var/log/messages

what to do??
 
I'm doing something like this.. it seems to work..

I'm slowly changing the numbers from 72 to 73, 74, now to 81.. and the logs are reducing :)

# yum reinstall `rpm -qa|grep plesk-php81`
 
Back
Top