• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Autoinstaller kills xinetd

LarsenD

Regular Pleskian
This happens in around 30% of the cases when I run CLI autoinstaller to update/install/remove packages.

Code:
Patches were installed successfully.
The changes were applied successfully.
Synchronizing the Debian APT package index files...

# pgrep -lf xinetd || service xinetd start
Starting internet superserver: xinetd.

# pgrep -lf xinetd || service xinetd start
849 /usr/sbin/xinetd -pidfile /var/run/xinetd.pid -stayalive

As you can see, after the autoinstaller finishes, xinetd is not running and has to be started again.
 
To see a more detailed log, you could use over the command line:

export PLESK_INSTALLER_DEBUG=yes
/usr/local/psa/admin/bin/autoinstaller ....
This will force a more detailled output on the screen, as well in the corresponding autoinstaller - log - file for this instance. You can now investigate what caused the issue, that xinetd couldn't be restarted during or after the completed autoinstaller process.
 
Back
Top