• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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