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
Перейти к:навигация, поиск
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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