• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Issue Systemd Freezing execution?

panelfront

New Pleskian
I have a centos server , I run plesk on it with one php application. My server gave 504 error , I could reach server by ssh , tried to restart web server but It gave me
Code:
Failed to activate service 'org.freedesktop.PolicyKit1': timed out
error. reboot command didnt restart the server , but reboot -f command did. I have php cronjob which runs every minute I check logs , this is what I found :
Is it related to plesk ?

Code:
 Dec 22 03:20:03 mp systemd: Reloading.
    Dec 22 03:20:03 mp systemd: Reloading.
    Dec 22 03:20:03 mp kernel: systemd[1]: segfault at 6d ip 00007f2363644701 sp 00007ffe78e107c0 error 4 in libc-2.17.so[7f23635c2000+1c3000]
    Dec 22 03:20:03 mp systemd: Caught <SEGV>, dumped core as pid 9003.
    Dec 22 03:20:03 mp systemd: Freezing execution.
    Dec 22 03:21:26 mp systemd-logind: Failed to start user slice user-10000.slice, ignoring: Connection timed out ((null))
    Dec 22 03:21:51 mp systemd-logind: Failed to start session scope session-9910.scope: Connection timed out
    Dec 22 03:22:26 mp systemd-logind: Failed to start user slice user-10000.slice, ignoring: Connection timed out ((n
 
The error you see is most probably not related to Plesk. You have an issue with your systemd, it crashes.
Is your system fully updated (yum update) ?
What exact version of systemd are you running? Latest version currently is systemd-219-67.el7_7.2
 
The error you see is most probably not related to Plesk. You have an issue with your systemd, it crashes.
Is your system fully updated (yum update) ?
What exact version of systemd are you running? Latest version currently is systemd-219-67.el7_7.2
Code:
systemctl --version
systemd 219

How can I check exact version? I think my system is fully update because I update when plesk tell me to update my system.
 
You can use either one of this:
Code:
# rpm -qi systemd

or
Code:
# yum info systemd
 
Back
Top