• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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