Failed restart directadmin

yar13

New member
Joined
Feb 8, 2018
Messages
1
hello
I wanted to restart the directadmin
I see this error
Job for directadmin.service failed because a configured resource limit was exceeded. See "systemctl status directadmin.service" and "journalct
l -xe" for details.
 
What about just doing what the message tells you? Obviously you want to manage your server by yourself, the least you can do is post the output of the 2 commands in the message. It might even give you a clue whats wrong so you can fix it.
 
Hi,
Code:
# sudo systemctl status directadmin.service

Code:
# sudo tail -f /var/log/httpd/error_log

Code:
# sudo tail -f /var/log/directadmin/system.log
 
Last edited:
#Sysdev means look into or show the output of "systemctl status directadmin.service" and "journalct
l -xe" for details.
 
Hi, I read almost everything and could not find the solution, so I hope some nice people would help me.
After rebooting and reinstalling Centos7 DirectAdmin does not work

● directadmin.service - DirectAdmin Web Control Panel
Loaded: loaded (/etc/systemd/system/directadmin.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since nie 2018-06-24 17:09:06 CEST; 16s ago
Docs: http://www.directadmin.com
Process: 7838 ExecStart=/usr/local/directadmin/directadmin d (code=exited, status=0/SUCCESS)
Main PID: 7839 (code=exited, status=1/FAILURE)

error log:

[Sun Jun 24 14:44:01.649962 2018] [ssl:warn] [pid 1869] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Jun 24 14:44:01.650186 2018] [lbmethod_heartbeat:notice] [pid 1869] AH02282: No slotmem from mod_heartmonitor
[Sun Jun 24 14:44:01.650272 2018] [:notice] [pid 1869] mod_ruid2/0.9.8 enabled
[Sun Jun 24 14:44:01.661036 2018] [mpm_prefork:notice] [pid 1869] AH00163: Apache/2.4.29 (Unix) OpenSSL/1.0.2k-fips PHP/5.6.32 configured -- resuming normal operations
[Sun Jun 24 14:44:01.661087 2018] [core:notice] [pid 1869] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'

Any ideas?
 
The error logs which you posted here has nothing to do with your issue. Check error logs from /var/log/directadmin/
 
Back
Top