• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Question Server Locked

casperb71

New Pleskian
Sorry for my English but I need some help.

I'm running a VPS at Strato and all the ports are locked except SSH.
I don't know how this happens because the system is for many months stable.

When I login on the server I'm redirected to a server error page with the notification

Message Lock Manager error: '[LockManagerException] Can't open or create shared memory by shm.name: "/run/lock/lmlib/SharedLockManagerStorage0.2.4"; shm.start_size: "8388608"; error "No such file or directory"'.

File Hierarchical.php

Line 126


I called the helpdesk from Strato but the give no support on the configuration, so I have to solve the problem by myself.


I have never worked with Putty so that will be an challenge.

On the Internet I found a solution:

Start modifying root user crontab:
# crontab -e
Add the following task to the bottom of the file:
@Reboot mkdir -p /run/lock/lmlib && chown root:lock-manager /run/lock/lmlib && chmod -R 0770 /run/lock/lmlib
Reboot the server

I'm able to login on the server with putty and see "Login as:"

The questions is what to do now?

Could anyone help me?

With regards Fred
 
Back
Top