problem installation

jjj

New member
Joined
Dec 3, 2005
Messages
1
after da installation i receive this msg:

Backup of /etc/httpd/conf/httpd.conf to /etc/httpd/conf/httpd.conf.back successfull
Install of /usr/local/directadmin/data/templates/httpd.conf to /etc/httpd/conf/httpd.conf successfull
Backup of /etc/proftpd.conf to /etc/proftpd.conf.back successfull
Install of /usr/local/directadmin/data/templates/proftpd.conf to /etc/proftpd.conf successfull
Install of /usr/local/directadmin/data/templates/directadmin.conf to /usr/local/directadmin/conf/directadmin.conf successfull
*** Unable to read directadmin.conf. Check permissions and make sure that it exists
## INSTALL_FAILED
## REPORT_END

i'm wait to help (if mark see this msg please ans' me)
 
Did you check to make sure that the file exists and has the correct permissions set? Basically just as the error message suggests.

Have you tried chmod 777 ?
 
Hello,

I also get the following message:

## REPORT_START
Welcome to DirectAdmin verion 1.26.2!
You are now about to run the install program. If DirectAdmin is already
installed, it may destroy previous data.


Here is the information given:

Admin user: admin
Admin email: [email protected]
Server IP: xx.xx.xxx.212
Server IP Netmask:
Server Hostname: server.xxx.com
Name Servers:
ns1.xxxx.com
ns2.xxxx.com
Backup of /etc/httpd/conf/httpd.conf to /etc/httpd/conf/httpd.conf.back successfull
Install of /usr/local/directadmin/data/templates/httpd.conf to /etc/httpd/conf/httpd.conf successfull
Backup of /etc/proftpd.conf to /etc/proftpd.conf.back successfull
Install of /usr/local/directadmin/data/templates/proftpd.conf to /etc/proftpd.conf successfull
Install of /usr/local/directadmin/data/templates/directadmin.conf to /usr/local/directadmin/conf/directadmin.conf successfull
*** Unable to read directadmin.conf. Check permissions and make sure that it exists
## INSTALL_FAILED
## REPORT_END
Permissions set

When I change the Permission to 777 they ./directadmin i canges it back and can't use it.

Please help;)

Dino Strzeminski
 
Hello,

There are only 2 conditions that mentioned error can occur:

1) There is no diradmin user/group.
2) The /usr/local/directadmin/conf/directadmin.conf cannot be read by the diradmin user (lockfile creation also required).

Paste for us, the output of:
Code:
ls -la /usr/local/directadmin
ls -la /usr/local/directadmin/conf
Also, let us know which OS this is installed on.

John
 
Solved. Was an a different OS selected in the license, thus downloading the wrong binaries, hence the strange results.

John
 
Hello,

Thank you for the solution. I was installing on behalf of a client of mine and did not know wassup :)

Next time I will have to verify that the licenses are correct.

Best regards.
Dino Strzeminski
 
DirectAdmin Support said:
Hello,

There are only 2 conditions that mentioned error can occur:

1) There is no diradmin user/group.
2) The /usr/local/directadmin/conf/directadmin.conf cannot be read by the diradmin user (lockfile creation also required).

Paste for us, the output of:
Code:
ls -la /usr/local/directadmin
ls -la /usr/local/directadmin/conf
Also, let us know which OS this is installed on.

John

[root@ccc12 ~]# ls -la /usr/local/directadmin
total 13660
drwxr-xr-x 6 diradmin diradmin 4096 Mar 1 19:42 .
drwxr-xr-x 15 root root 4096 Mar 1 19:21 ..
drwx------ 2 diradmin diradmin 4096 Mar 1 19:25 conf
drwxr-xr-x 13 diradmin diradmin 4096 Mar 1 19:45 customapache
-rwxr-xr-x 1 diradmin diradmin 661707 Feb 20 08:44 da-popb4smtp
drwxr-xr-x 4 diradmin diradmin 4096 Mar 1 19:13 data
-rwxr-xr-x 1 diradmin diradmin 4229192 Feb 20 08:44 dataskq
-rwxr-xr-x 1 diradmin diradmin 4219303 Feb 20 08:44 directadmin
drwxr-xr-x 4 diradmin diradmin 4096 Mar 1 19:43 scripts
-rw-r--r-- 1 diradmin diradmin 4779268 Mar 1 19:42 update.tar.gz

[root@ccc12 ~]# ls -la /usr/local/directadmin/conf
total 40
drwx------ 2 diradmin diradmin 4096 Mar 1 19:25 .
drwxr-xr-x 6 diradmin diradmin 4096 Mar 1 19:42 ..
-rw------- 1 diradmin diradmin 1681 Mar 1 19:45 directadmin.conf
-rw------- 1 diradmin diradmin 1298 Mar 1 19:42 license.key
-r-------- 1 diradmin diradmin 30 Mar 1 19:43 mysql.conf

Installed centos 4.2 64 bit
I also send a meesage to the support mail
 
Back
Top