• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • 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.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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