Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Dec 2020 20:50:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 251925] net-mgmt/zabbix5-agent - init stop command doesn't work
Message-ID:  <bug-251925-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251925

            Bug ID: 251925
           Summary: net-mgmt/zabbix5-agent - init stop command doesn't
                    work
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: boris.tassou@securmail.fr
                CC: pg@pakhom.spb.ru
                CC: pg@pakhom.spb.ru
             Flags: maintainer-feedback?(pg@pakhom.spb.ru)

Hi,

On a 12.1 with :
[root@skoh ~]# pkg info | grep zabbix
zabbix5-agent-5.0.6            Enterprise-class open source distributed
monitoring (agent) LTS

When i want to perform a restart, i have this message :=20
[root@skoh ~]# /usr/local/etc/rc.d/zabbix_agentd restart
Stopping zabbix_agentd.
usage: kill [-s signal_name] pid ...
       kill -l [exit_status]
       kill -signal_name pid ...
       kill -signal_number pid ...
zabbix_agentd already running?  (pid=3D45676 45677 45678 45679 45680 45681).
[root@skoh ~]# service zabbix_agentd restart
Stopping zabbix_agentd.
usage: kill [-s signal_name] pid ...
       kill -l [exit_status]
       kill -signal_name pid ...
       kill -signal_number pid ...
zabbix_agentd already running?  (pid=3D45676 45677 45678 45679 45680 45681).

A stop command doesn't work either :
[root@skoh ~]# service zabbix_agentd stop
Stopping zabbix_agentd.
usage: kill [-s signal_name] pid ...
       kill -l [exit_status]
       kill -signal_name pid ...
       kill -signal_number pid ...
[root@skoh ~]# ps aux | grep zabbix
zabbix   45676  0.0  0.4   20240   3884  -  I    30Nov20     0:00.00
/usr/local/sbin/zabbix_agentd -c /usr/local/etc/zabbix5/zabbix_agentd.conf
zabbix   45677  0.0  0.4   20240   4052  -  S    30Nov20     0:55.32
zabbix_agentd: collector [idle 1 sec] (zabbix_agentd)
zabbix   45678  0.0  0.4   20428   4156  -  I    30Nov20     0:38.82
zabbix_agentd: listener #1 [waiting for connection] (zabbix_agentd)
zabbix   45679  0.0  0.4   20412   4164  -  I    30Nov20     0:37.25
zabbix_agentd: listener #2 [waiting for connection] (zabbix_agentd)
zabbix   45680  0.0  0.4   20412   4164  -  I    30Nov20     0:38.49
zabbix_agentd: listener #3 [waiting for connection] (zabbix_agentd)
zabbix   45681  0.0  0.4   20772   4088  -  S    30Nov20     0:48.52
zabbix_agentd: active checks #1 [idle 1 sec] (zabbix_agentd)
root     65240  0.0  0.0     524    324  0  R+   21:46       0:00.00 grep
zabbix

To perform, i need to kill the main process and then use the start command.

Thanks for the help.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-251925-7788>