• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Cron message - Segmentation Fault after upgrade to 9.5.1

J

jpplante

Guest
I am getting a strange email that appears to be part of sitebuilder ever since I upgraded to 9.5.1. I never had sitebuilder installed so I am not sure where this came from. I also examined the crontab and do not see this being run anywhere. The email occurs once per hour.

I hope someone may have encountered this. Thanks in advance.

Here is the email:
Subject:
Cron <root@plesk> /usr/bin/php5 /usr/local/sitebuilder/utils/clear_trial_sites.php > /dev/null 2>&1

/bin/sh: line 1: 350 Segmentation fault /usr/bin/php5 /usr/local/sitebuilder/utils/clear_trial_sites.php >/dev/null 2>&1


Plesk 9.5.1
SUSE Enterprise 10.0 x86_64
 
But do you have this file /usr/local/sitebuilder/utils/clear_trial_sites.php there? If yes - try to find a corresponding package with

rpm -qf /usr/local/sitebuilder/utils/clear_trial_sites.php

and remove this package. Maybe it will help.
 
Thanks for the response. To resolve the issue I used the CLI installer and chose to "upgrade" sitebuilder only. This reinstalled all sitebuilder files and seems to have cleared up the error. I must have had it installed prior to the upgrade and I know I did not choose to upgrade sitebuilder when I upgraded Plesk. So there could have been a conflict left behind.

Again Thanks for your help.
 
Back
Top