Directadmin doesn't load

Guillermo

Verified User
Joined
May 20, 2006
Messages
95
Location
The Netherlands
Hi,

I just upgraded my server with a second operon 270 dual core processor, and 2 GB ram. Named is failing all the time, and directadmin is not approachable. Does directadmin have isues working with 2 X 64-bit dual core processors?

# service directadmin status
directadmin dead but subsys locked

[root@xxxx run]# service directadmin start
Starting DirectAdmin: [ OK ]
[root@xxxx run]# ps waux | grep directadmin
root 2439 0.0 0.0 51176 692 pts/0 S+ 23:10 0:00 grep directadmin


It doesnt even run...
 
Last edited:
What the hell:

Unable to read config file. Cannot find the diradmin user. Make sure the diradmin user exists in your system.<br>
Segmentation fault
 
Hm, run
Code:
cat /etc/passwd | grep diradmin
and check to see if thats true, if you see no output than the diradmin user really was removed from your system somehow. You can try running
Code:
useradd -g diradmin -s /bin/bash -d /usr/local/directadmin diradmin
passwd diradmin
(enter in a password)
then try manually starting directadmin again.
 
Try
Code:
su - diradmin
and see if it lets you in fine, if it does then check the permissions of the directadmin folder to see if the conf files are owned by diradmin:diradmin. Other than that I don't know, might want to email [email protected] about this.
 
# su - diradmin
-bash-3.00$

# ls -achGl
total 14M
drwxr-xr-x 8 diradmin 4.0K May 17 00:03 .
drwxr-xr-x 18 root 4.0K Feb 17 11:06 ..
-rw------- 1 diradmin 46 May 17 00:03 .bash_history
drwx------ 2 diradmin 4.0K Mar 17 04:29 conf
drwxr-xr-x 4 root 4.0K Feb 5 17:31 customapache
-rwx------ 1 diradmin 655K May 5 09:56 da-popb4smtp
drwx--x--x 8 diradmin 4.0K May 16 18:02 data
-rwx------ 1 diradmin 4.2M May 5 09:56 dataskq
-rwx------ 1 diradmin 4.2M May 5 09:56 directadmin
drwx------ 2 diradmin 4.0K May 19 2006 log
drwx--x--x 3 diradmin 4.0K Aug 24 2006 plugins
drwx--x--x 4 diradmin 4.0K May 5 09:56 scripts
-rw------- 1 diradmin 4.8M May 5 09:56 update.tar.gz

]# cd conf
[root@xxxx conf]# ls -achGl
total 48K
drwx------ 2 diradmin 4.0K Mar 17 04:29 .
drwxr-xr-x 8 diradmin 4.0K May 17 00:03 ..
-rw------- 1 diradmin 1.7K May 21 2006 directadmin.conf
-rw------- 1 diradmin 1.6K Mar 17 04:29 license.key
-rw------- 1 diradmin 1.6K Mar 17 04:29 license.old
-r-------- 1 diradmin 30 May 19 2006 mysql.conf



I already e-mailed them, let's hope for a quick response!
Thanks for your help.
 
Last edited:
Hello,

Generally, the "cannot find diradmin" user error means binary incompatibility.

Let us know what OS this is (one of):

cat /etc/redhat-release
cat /etc/debian_version
uname -r

and include your license ID.. we can check on our end to see what binaries you have downloaded.
Also let us know if the OS is 64-bit or not.

John
 
# cat /etc/redhat-release
CentOS release 4.4 (Final)

# uname -r
2.6.16.17

My OS is in fact 64-bit.
# uname -a
Linux xxxxx.xxxxxx.com 2.6.16.17 #1 SMP Mon May 22 04:13:34 EDT 2006 x86_64 x86_64 x86_64 GNU/Linux

I have emailed you my LID.
 
Back
Top