• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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