DA Disabled after update

srqwebguy

Verified User
Joined
Apr 22, 2007
Messages
79
We just updated our DirectAdmin system from 1.45 to 1.47. This immediately disabled the DA interface, and it will not load.

Error log reads:

2015:04:23-12:56:51: Socket write error: fd is connected to a pipe or socket whose reading end is closed. When this happens the writing process will also receive a SIG_PIPE signal. (Thus, the write return value is seen only if the program catches, blocks or ignores this signal.)


Any idea how we can remedy that?
 
Last edited:
Am looking through that other thread but have not found solution yet. The build update_ca did not work, producing the following results:

[root@d2055 ~]# /usr/local/directadmin/custombuild/build update_da
Updating DirectAdmin
/usr/local/directadmin/dataskq: /usr/lib64/libcrypto.so.10: no version informati
on available (required by /usr/local/directadmin/dataskq)
/usr/local/directadmin/dataskq: /usr/lib64/libssl.so.10: no version information
available (required by /usr/local/directadmin/dataskq)
/usr/local/directadmin/dataskq: /lib64/libc.so.6: version `GLIBC_2.14' not found
(required by /usr/local/directadmin/dataskq)

Whatever happened here is turning into a rather urgent situation. It disabled FTP as well, so we cannot upload or manage files on the server. Only access we have is SSH. Appreciate any other ideas as to what may be happening here.
 
What do you see with
Code:
[COLOR=#333333]/usr/local/directadmin/directadmin o[/COLOR]
?

Code:
[COLOR=#333333]uname -a[/COLOR]
?

If you want I could check your server, in this case you will be charged an amount of money. Please feel free to PM me if you are interested.
 
Code:
[COLOR=#333333]/usr/local/directadmin/directadmin o[/COLOR]


[root@d2055 ~]# /usr/local/directadmin/directadmin o
/usr/local/directadmin/directadmin: /usr/lib64/libcrypto.so.10: no version information available (required by /usr/local/directadmin/directadmin)
/usr/local/directadmin/directadmin: /usr/lib64/libssl.so.10: no version information available (required by /usr/local/directadmin/directadmin)
/usr/local/directadmin/directadmin: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /usr/local/directadmin/directadmin)


Code:
[COLOR=#333333]uname -a[/COLOR]


[root@d2055 ~]# uname -a
Linux d2055.serverdomain.com 2.6.32-358.18.1.el6.x86_64 #1 SMP Wed Aug 28 17:19:38 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux


Appreciate your help.
 
Your directadmin license seems to be for CentOS 5.x. Your OS version should match the OS version in a license.
 
Back
Top