Hi everyone,
I recently added a new dedicated server to my roster of servers and I stumbled upon a small issue that I don't know how to fix.
The server has a fresh install of Ubuntu 20.04 and Plesk on it. From the frontend, Plesk seems to work fine and no issues there, but when I connect to the server over SSH, I get the following message:
I have a few other servers with Plesk on them but never seen this message before. I presume its something that Plesk adds automatically or it's just an extra change made by the hosting company for this particular server. Anyways, that is not the issue. My issue is that this server is about 2 weeks old now as I have been testing some things on it and I keep getting this message since the server was first started.
I looked through the logs and from what I can gather, is that the installation of Plesk did finish at the time of setting up the server, but some part of this installation is restarting every day at about 6AM.
If I run the command mentioned in the message, I always see the following lines:
If I look at the last lines of previous days, all of them look like this:
And each new day starts with this:
I checked all the crons that may start this but the only one that I found that is close to this time is this one:
Could someone point me in the direction where I could sort this issue out so that this message doesn't show up?
I checked all my other servers that have Plesk and none of them have this issue where the installation resets every day.
I recently added a new dedicated server to my roster of servers and I stumbled upon a small issue that I don't know how to fix.
The server has a fresh install of Ubuntu 20.04 and Plesk on it. From the frontend, Plesk seems to work fine and no issues there, but when I connect to the server over SSH, I get the following message:
The Plesk installation is currently taking place.
Please be patient and do not reboot the server.
To monitor the installation process please run:
tail -f /var/log/plesk/install/autoinstaller3.log
I have a few other servers with Plesk on them but never seen this message before. I presume its something that Plesk adds automatically or it's just an extra change made by the hosting company for this particular server. Anyways, that is not the issue. My issue is that this server is about 2 weeks old now as I have been testing some things on it and I keep getting this message since the server was first started.
I looked through the logs and from what I can gather, is that the installation of Plesk did finish at the time of setting up the server, but some part of this installation is restarting every day at about 6AM.
If I run the command mentioned in the message, I always see the following lines:
[2021-02-23 06:25:14.570472] Component plesk/domain-connect: mode up2date, installed_buildtime=0, available_buildtime=0
[2021-02-23 06:25:14.570547] Component plesk/xovi: mode up2date, installed_buildtime=0, available_buildtime=0
[2021-02-23 06:25:14.570622] Component plesk/imunifyav: mode up2date, installed_buildtime=0, available_buildtime=0
[2021-02-23 06:25:14.570712] Component plesk/sslit: mode up2date, installed_buildtime=0, available_buildtime=0
[2021-02-23 06:25:14.570789] Component plesk/repair-kit: mode up2date, installed_buildtime=0, available_buildtime=0
[2021-02-23 06:25:14.570870] Component plesk/composer: mode up2date, installed_buildtime=0, available_buildtime=0
[2021-02-23 06:25:14.570946] Component plesk/monitoring: mode up2date, installed_buildtime=0, available_buildtime=0
If I look at the last lines of previous days, all of them look like this:
[2021-02-22 06:25:11.223514] Component plesk/composer: mode up2date, installed_buildtime=0, available_buildtime=0
[2021-02-22 06:25:11.223584] Component plesk/monitoring: mode up2date, installed_buildtime=0, available_buildtime=0
[2021-02-23 06:25:01.659642] Environment locale name is 'en_US.UTF-8'
[2021-02-23 06:25:01.660297]
And each new day starts with this:
Plesk Installer 3.33.0 (revision a56322f07a62) started at (timezone GMT) Tue Feb 23 06:25:01 2021
Command line arguments: /opt/psa/admin/bin/autoinstaller --select-product-id plesk --select-release-current --show-components --enable-xml-output
I checked all the crons that may start this but the only one that I found that is close to this time is this one:
25 6 * * * /opt/psa/admin/bin/php -dauto_prepend_file=sdk.php '/opt/psa/admin/plib/modules/email-security/scripts/sa-train-bayes.php'
Could someone point me in the direction where I could sort this issue out so that this message doesn't show up?
I checked all my other servers that have Plesk and none of them have this issue where the installation resets every day.