• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • 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.

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