DirectAdmin - Unable to read config file. Unable to open /usr/local/directadmin/conf/directadmin.conf for reading

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2023
Версия от 08:24, 17 сентября 2019; Admin iph (обсуждение | вклад) (Новая страница: « === Unable to read config file. Unable to open /usr/local/directadmin/conf/directadmin.conf for reading. === Запускаем directadmin в дебаг ре…»)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к:навигация, поиск

Unable to read config file. Unable to open /usr/local/directadmin/conf/directadmin.conf for reading.

Запускаем directadmin в дебаг режиме:

# cd /usr/local/directadmin
# ./directadmin b2000
Debug mode. Level 2000
Unable to read config file. Unable to open /usr/local/directadmin/conf/directadmin.conf for reading.

Unable to read config file. Unable to open /usr/local/directadmin/conf/directadmin.conf for reading.


Исправляем права на / директорию:

# ls -ld /
drwx--x--- 22 root root 4096 Dec 11 02:14 /
# chmod 755 /

Запускаем:

# ./directadmin b2000
Debug mode. Level 2000
DirectAdmin 1.45.2
Accepting Connections on port 2222
^C
# /etc/init.d/directadmin restart
Stopping DirectAdmin:                                      [  OK  ]
Starting DirectAdmin:                                      [  OK  ]
# netstat -nlp | grep 2222
tcp        0      0 :::2222                     :::*                        LISTEN      14923/directadmin