• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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