Overview
After completing the Initial Configuration of Kerio Connect, the wizard remains stuck in the Kerio Connect system service restarting status with the spinning wheel. Syslog (/var/log/messages
) is showing the following output:
Sep 24 16:09:49 mail-localdomain systemd: Can't open PID file /var/run/kms.pid (yet?) after start: No such file or directory.
Another app is currently holding the kdump lock; waiting for it to exit...
Prerequisites
Root access to the CentOS server.
Process
-
Log in as a root user to your CentOS server.
-
Open the
/var/run
folder. -
Rename the
kms.pid
file tokms.pid.bad
.- If you're unable to find the file, your user might not have permission to access it. Try using the following command to remove the file:
rm -rf ./kms.pid
- If you're unable to find the file, your user might not have permission to access it. Try using the following command to remove the file:
-
Restart the Kerio Connect service by executing the following command:
systemctl restart kerio-connect.service
-
The new
kms.pid
file is created.Note: You might be prompted to go through the Initial Configuration Wizard again.
Confirmation
The Webadmin interface is loaded correctly.
Related Articles