directadmin not start after update custombuild plugin

amnshzd

New member
Joined
Jul 10, 2019
Messages
3
Hi , I am sorry that this a noob question
I updated the custom build plugin to latest version
after update directadmin service has stop and not start
Code:
Job for directadmin.service failed because a configured resource limit was exceeded. See "systemctl status directadmin.service" and "journalctl -xe" for details.

my directadmin log :

Code:
2019:07:10-10:03:13:  is not a number.  From '' > '0'
2019:07:10-10:03:43:  is not a number.  From '' > '0'
2019:07:10-10:03:43:  is not a number.  From '' > '0'
2019:07:10-10:04:19: 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
2019:07:10-10:04:19: Error while sending /usr/local/directadmin/plugins/custombuild/images/css/bootstrap.min.css. Sent 19


try to run this command :
Code:
/usr/local/directadmin/custombuild/build versions | grep "Latest version of DirectAdmin"


and this result
Code:
/usr/local/directadmin/custombuild/build: line 1851: [: version_cmp has a wrong version when checking  for version comparison, (null) vs. 1.52.0: integer expression expected


can anyone help me to solve problem?
 
Hello,

What do you see when you run

Code:
/usr/local/directadmin/directadmin o
Code:
/usr/local/directadmin/directadmin v

?
 
resulte

Hello,

What do you see when you run

Code:
/usr/local/directadmin/directadmin o
Code:
/usr/local/directadmin/directadmin v

?


Code:
/usr/local/directadmin/directadmin o
result :
Code:
Compiled on 'Debian 4.0'
Compile time: Sep 26 2013 at 23:18:09
Compiled with IPv6

-------------------

Code:
/usr/local/directadmin/directadmin v

result :

Code:
Version: (null) v.(null)



my Os is CenOS 7.x
 
Back
Top