DirectAdmin down after update 1.345

my whole server crashed.
cant log in to directadmin.
my server needed to be rebooted.
now adminpanel doesnt exsist, just License is not yet active.
I have to find a way to set the time again, and repair mysql in ssh.

Everything on my server was reset, including time, all mysql accounts, dates, values.
I run 32bit. Latest updated today v1.345.
 
Type: /sbin/service httpd restart
./directadmin: error while loading shared libraries: libssl.so.6: cannot open shared object file: No such file or directory
./directadmin: error while loading shared libraries: libssl.so.6: cannot open shared object file: No such file or directory
that means that the wrong OS is set in the license file.

Check in your Clients Section to see which OS you're running.

This is related:
http://help.directadmin.com/item.php?id=267

John
 
Hi,

i found bug, after upgrade i can't login DA use port 80 ex . http://cp.mydomain.com
error message
2010:01:09-02:15:19: Invalid hostname from 204.73.222.32. Username: (null)
2010:01:09-02:17:06: Invalid hostname from 204.73.222.32. Username: (null)
2010:01:09-02:17:12: Invalid hostname from 204.73.222.32. Username: (null)
2010:01:09-02:19:13: Invalid hostname from 204.73.222.32. Username: (null)
2010:01:09-02:20:42: Invalid hostname from 204.73.222.32. Username: (null)
2010:01:09-02:20:57: Invalid hostname from 204.73.222.32. Username: (null)

thanks
 
well, I updated my DA with latest update 1.35.1 and it was updated successfully. I am able to log into DA web panel without issue.
 
Solution

Ok... for whatever reason, it turns out that if you're running CentOS 64bit you need to install the following packages:

PHP:
openssl       i686 0.9.8e-12.el5
openssl-devel i386 0.9.8e-12.el5
libstdc++     i386 4.1.2-46.el5_4.1

Why? Goodness only knows. It was working perfectly fine for me before now without them.

Just run:

yum install openssl openssl-devel libstdc++

And make sure exclude=*.i386 *.i586 *.i686 is not in your /etc/yum.conf

Problem solved :)

Hopefully this will save someone all the time I spent on trying to resolve this issue.
Works with out any problem....

A small error first time you log on to DA, but thats normal...
"Referer host does not match...server ip"
 
Just a quick update

I have just confirmed exactly the same behavior as above on a fresh CentOS 5.4 64bit install.

I have not had any problems with my 64bit CentOS 5.5 install just last week.
 
Back
Top