Ad Widget

Collapse

Active: deactivating (stop-sigterm) (Result: exit-code)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gabodl15
    Junior Member
    • Jun 2018
    • 1

    #1

    Active: deactivating (stop-sigterm) (Result: exit-code)

    I have a problem with zabbix, I am new, and I have searched but I have not found the solution.

    When typing systemctl status zabbix-server the result I get is the following:

    [root@localhost /]# systemctl status zabbix-server
    ● zabbix-server.service - Zabbix Server
    Loaded: loaded (/usr/lib/systemd/system/zabbix-server.service; enabled; vendor preset: disabled)
    Active: deactivating (stop-sigterm) (Result: exit-code) since vie 2018-06-22 08:13:48 -04; 1h 5min ago
    Process: 15183 ExecStop=/bin/kill -SIGTERM $MAINPID (code=exited, status=1/FAILURE)
    Process: 15128 ExecStart=/usr/sbin/zabbix_server -c $CONFFILE (code=exited, status=0/SUCCESS)
    Main PID: 15130 (code=exited, status=0/SUCCESS)
    CGroup: /system.slice/zabbix-server.service
    ├─15151 /usr/sbin/zabbix_server -c /etc/zabbix/zabbix_server.conf
    └─15153 /usr/sbin/zabbix_server -c /etc/zabbix/zabbix_server.conf

    jun 22 08:13:48 localhost.localdomain kill[15183]: with the same uid as the present process
    jun 22 08:13:48 localhost.localdomain kill[15183]: -s, --signal <sig> send specified signal
    jun 22 08:13:48 localhost.localdomain kill[15183]: -q, --queue <sig> use sigqueue(2) rather than kill(2)
    jun 22 08:13:48 localhost.localdomain kill[15183]: -p, --pid print pids without signaling them
    jun 22 08:13:48 localhost.localdomain kill[15183]: -l, --list [=<signal>] list signal names, or convert one to a name
    jun 22 08:13:48 localhost.localdomain kill[15183]: -L, --table list signal names and numbers
    jun 22 08:13:48 localhost.localdomain kill[15183]: -h, --help display this help and exit
    jun 22 08:13:48 localhost.localdomain kill[15183]: -V, --version output version information and exit
    jun 22 08:13:48 localhost.localdomain kill[15183]: For more details see kill(1).
    jun 22 08:13:48 localhost.localdomain systemd[1]: zabbix-server.service: control process exited, code=exited status=1



    but according to the manuel I was following for the installation it should show in status in active is Active: active (running)

    looking I saw something about a file zabbix_server.pid, that file I do not have it installed, it is not.

    someone who can help me please.
  • kernbug
    Senior Member
    • Feb 2013
    • 330

    #2
    Originally posted by gabodl15
    I have a problem with zabbix, I am new, and I have searched but I have not found the solution.

    When typing systemctl status zabbix-server the result I get is the following:

    [root@localhost /]# systemctl status zabbix-server
    ● zabbix-server.service - Zabbix Server
    Loaded: loaded (/usr/lib/systemd/system/zabbix-server.service; enabled; vendor preset: disabled)
    Active: deactivating (stop-sigterm) (Result: exit-code) since vie 2018-06-22 08:13:48 -04; 1h 5min ago
    Process: 15183 ExecStop=/bin/kill -SIGTERM $MAINPID (code=exited, status=1/FAILURE)
    Process: 15128 ExecStart=/usr/sbin/zabbix_server -c $CONFFILE (code=exited, status=0/SUCCESS)
    Main PID: 15130 (code=exited, status=0/SUCCESS)
    CGroup: /system.slice/zabbix-server.service
    ├─15151 /usr/sbin/zabbix_server -c /etc/zabbix/zabbix_server.conf
    └─15153 /usr/sbin/zabbix_server -c /etc/zabbix/zabbix_server.conf

    jun 22 08:13:48 localhost.localdomain kill[15183]: with the same uid as the present process
    jun 22 08:13:48 localhost.localdomain kill[15183]: -s, --signal <sig> send specified signal
    jun 22 08:13:48 localhost.localdomain kill[15183]: -q, --queue <sig> use sigqueue(2) rather than kill(2)
    jun 22 08:13:48 localhost.localdomain kill[15183]: -p, --pid print pids without signaling them
    jun 22 08:13:48 localhost.localdomain kill[15183]: -l, --list [=<signal>] list signal names, or convert one to a name
    jun 22 08:13:48 localhost.localdomain kill[15183]: -L, --table list signal names and numbers
    jun 22 08:13:48 localhost.localdomain kill[15183]: -h, --help display this help and exit
    jun 22 08:13:48 localhost.localdomain kill[15183]: -V, --version output version information and exit
    jun 22 08:13:48 localhost.localdomain kill[15183]: For more details see kill(1).
    jun 22 08:13:48 localhost.localdomain systemd[1]: zabbix-server.service: control process exited, code=exited status=1



    but according to the manuel I was following for the installation it should show in status in active is Active: active (running)

    looking I saw something about a file zabbix_server.pid, that file I do not have it installed, it is not.

    someone who can help me please.
    Hi

    Operation system? Content of the /var/log/zabbix/zabbix_server.log?

    Comment

    Working...