• 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.

handlers-tmpfs problem

C

CesarV

Guest
When CentOS 5.4 Linux server with Plesk 9.5.1 starts, the process handlers-tmpfs will not boot. I have to start the service with the command /usr/lib/plesk-9.0/handlers-tmpfs start. Is It normal that this problem occurs?

Thanks.
 
Look at /etc/init.d/psa script. There is should be something like:

start_handler_tmpfs()
{
[ -x "/usr/lib/plesk-9.0/handlers-tmpfs" ] || return 0
echo "Starting mail handlers tmpfs storage"
/usr/lib/plesk-9.0/handlers-tmpfs start
}
 
When I run the command / usr/lib/plesk-9.0/mail_spam_restore gives the following error: System error 2: No such file or directory /usr/lib/plesk-9.0/mail_spam_restore[12310]: Unable to get string from file: /usr/local/psa/handlers/info/10-spam-yLG4mN/hook
Unable to open file /usr/local/psa/handlers/info/10-spam-yLG4mN/hook: No such file or directory

System error 2: No such file or directory
Unable to open file /usr/local/psa/handlers/info/10-spam-yLG4mN/hook: No such file or directory

System error 2: No such file or directory
/usr/lib/plesk-9.0/mail_spam_restore[12310]: Unable to get string from file: /usr/local/psa/handlers/info/10-spam-yLG4mN/hook
Unable to open file /usr/local/psa/handlers/info/10-spam-yLG4mN/hook: No such file or directory

System error 2: No such file or directory
Unable to open file /usr/local/psa/handlers/info/10-spam-yLG4mN/hook: No such file or directory

There is this data in /etc/init.d/psa script but does not load, I keep having to run the command /usr/lib/plesk-9.0/handlers-tmpfs start.

Follow the tmpfs mounted after I run the command:

tmpfs 8.0G 0 8.0G 0% /dev/shm
tmpfs 8.0G 0 8.0G 0% /home/usr/local/psa/handlers/before-local
tmpfs 8.0G 0 8.0G 0% /home/usr/local/psa/handlers/before-queue
tmpfs 8.0G 0 8.0G 0% /home/usr/local/psa/handlers/before-remote
tmpfs 8.0G 212M 7.8G 3% /home/usr/local/psa/handlers/info
tmpfs 8.0G 65M 7.9G 1% /home/usr/local/psa/handlers/spool
 
Back
Top