Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
programmieren:server_apache:plesk_und_ssh_nicht_erreichbar [2020/02/11 16:12] – created jgehrkeprogrammieren:server_apache:plesk_und_ssh_nicht_erreichbar [2022/12/17 12:28] (current) – external edit 127.0.0.1
Line 4: Line 4:
  
 ''[LockManagerException] Can't open or create shared memory by shm.name: "/run/lock/lmlib/SharedLockManagerStorage0.2.3"; shm.start_size: "8388608"; error "Permission denied"'' ''[LockManagerException] Can't open or create shared memory by shm.name: "/run/lock/lmlib/SharedLockManagerStorage0.2.3"; shm.start_size: "8388608"; error "Permission denied"''
 +
 +{{ :programmieren:server_apache:plesk_memory_screenshot.png?direct&400 |}}
  
   * **Fix:** [[https://support.plesk.com/hc/en-us/articles/115000224773-Plesk-is-not-accessible-Can-t-open-or-create-shared-memory-by-shm-name|Die offizelle Plesk doku]]   * **Fix:** [[https://support.plesk.com/hc/en-us/articles/115000224773-Plesk-is-not-accessible-Can-t-open-or-create-shared-memory-by-shm-name|Die offizelle Plesk doku]]
Line 14: Line 16:
   - **Create a new reboot-target Cron task:** ''# echo '@reboot root mkdir -p /run/lock/lmlib; chown root:lock-manager /run/lock/lmlib; chmod -R 0770 /run/lock/lmlib; mkdir -p /var/run/sshd; chmod 0755 /var/run/sshd; /etc/init.d/ssh restart' > /etc/cron.d/00-restore-runfiles''   - **Create a new reboot-target Cron task:** ''# echo '@reboot root mkdir -p /run/lock/lmlib; chown root:lock-manager /run/lock/lmlib; chmod -R 0770 /run/lock/lmlib; mkdir -p /var/run/sshd; chmod 0755 /var/run/sshd; /etc/init.d/ssh restart' > /etc/cron.d/00-restore-runfiles''
   - **Exit the mounted container's environment:** ''# exit''   - **Exit the mounted container's environment:** ''# exit''
-  - **Reboot Server:** ''reboot''+  - **Reboot Server:** ''reboot''
   - Danach kann es sein, dass man im Strato-Backend den Server noch in den normalen Modus wieder Booten muss.   - Danach kann es sein, dass man im Strato-Backend den Server noch in den normalen Modus wieder Booten muss.
 +
 +

Page Tools