Hey guys!
We are having some very strange problems, this has already happened on 3 CentOS servers with CWP installed, always updated in the latest versions.
It turns out that, simply without doing anything, without running out of disk space, without running anything, in the middle of the night, the links in the folders below disappear:
usr/sbin sbin
usr/lib lib
usr/lib64 lib64
usr/bin bin
We need to turn off the CentOS VPS, mount the disk drive in another directory, and give the command below so that they are recreated, then we disassembled the drive and managed to connect the VPS without problems.
ln -s usr/sbin sbin;ln -s usr/lib lib;ln -s usr/lib64 lib64;ln -s usr/bin bin
When the problem occurs, we are unable to access SSH or CWP Services, the IP continues to respond normally to the drip, but we are unable to access anything.
CentOS 7.6 64 Bit
CWPpro version: 0.9.8.970
Has anyone been through something like this? We don't have that kind of problem with other VPSs that we use without the CWP, so we thought about asking for help here in the group.