Please Help - When used command "systemctl stop abrtd", I sought message "active: failed" on "systemctl status abrtd"
*Issue
I don't want to use abrtd , because abrtd's logs used /var's size
so, I was as bellow
- systemctl stop abrtd
- systemctl status abrtd
But,when I used "systemctl status abrtd", I sought message "active: failed"
[root@localhost ~]# systemctl status abrtd
● abrtd.service - ABRT Automated Bug Reporting Tool
Loaded: loaded (/usr/lib/systemd/system/abrtd.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Fri 2017-06-30 10:13:44 KST; 57s ago
Process: 2867 ExecStart=/usr/sbin/abrtd -d -s (code=exited, status=1/FAILURE)
Main PID: 2867 (code=exited, status=1/FAILURE)
Jun 30 10:13:44 localhost abrt-server[45900]: Lock file '.lock' is locked by process 44866
Jun 30 10:13:44 localhost abrt-server[43366]: Lock file '.lock' is locked by process 44866
Jun 30 10:13:44 localhost abrt-server[48952]: Lock file '.lock' is locked by process 44866
Jun 30 10:13:44 localhost abrt-server[46391]: Lock file '.lock' is locked by process 44866
Jun 30 10:13:44 localhost systemd[1]: Stopping ABRT Automated Bug Reporting Tool...
Jun 30 10:13:44 localhost abrtd[2867]: Exiting
Jun 30 10:13:44 localhost systemd[1]: abrtd.service: main process exited, code=exited, status=1/FAILURE
Jun 30 10:13:44 localhost systemd[1]: Stopped ABRT Automated Bug Reporting Tool.
Jun 30 10:13:44 localhost systemd[1]: Unit abrtd.service entered failed state.
Jun 30 10:13:44 localhost systemd[1]: abrtd.service failed
*My opinion
While abrtd was creating a "ccpp- * file" in "/var/spool/abrt/", abrtd was stopped(systemctl stop abrtd)
and a crash occurred.
Therefore, failed.
*Request
1. What caused the problem?
2. Currently Active: Failed. How can I make "Active: inactive (dead)"?
Responses