Вылет Plesk 12.0.30 после обновления
Я просто хочу обновить мой Plesk до 12.0.30, но после обновления я не могу получить доступ к своей панели.
Сервер находится на CentOS.
[root@******* ~]# /etc/init.d/psa restart
PSA is down, performing full restart.
Starting psa... Starting sw-engine-fpm: chmod: cannot access `/dev/shm': No such file or directory
terminate called after throwing an instance of 'std::runtime_error'
what(): Unable to init lock manager shared memory file: Unable to create new lock manager shared memory storage. Please, try to restart sw-engine service as root.
/bin/bash: line 1: 1209 Aborted /usr/sbin/sw-engine-fpm --fpm-config /etc/sw-engine/sw-engine-fpm.conf -c /usr/local/psa/admin/conf/php.ini
[FAILED]
failed
Starting xinetd service... done
Starting sw-cp-server service... done
Starting mysqld service... done
Starting named service... done
Starting postgresql service... not installed
Starting spamassassin service... not installed
Plesk: Starting Mail Server... already started
Starting psa... Starting sw-engine-fpm: chmod: cannot access `/dev/shm': No such file or directory
terminate called after throwing an instance of 'std::runtime_error'
what(): Unable to init lock manager shared memory file: Unable to create new lock manager shared memory storage. Please, try to restart sw-engine service as root.
/bin/bash: line 1: 1316 Aborted /usr/sbin/sw-engine-fpm --fpm-config /etc/sw-engine/sw-engine-fpm.conf -c /usr/local/psa/admin/conf/php.ini
[FAILED]
failed
Starting drwebd service...
2 ответа
Решение
# mkdir /dev/shm
# mount -t tmpfs tmpfs /dev/shm
# /etc/init.d/psa start
Решение на всервер Server4you Ubuntu 12
Решение (CentOS):
# mkdir /dev/shm
# mount -t tmpfs tmpfs /dev/shm
# /etc/init.d/psa start