Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Dec 2020 21:55:45 +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-9PcVgFg3tf@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-251925-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-251925-7788@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #2 from Boris Tassou <boris.tassou@securmail.fr> ---
It's the same :
[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.46
zabbix_agentd: collector [idle 1 sec] (zabbix_agentd)
zabbix   45678  0.0  0.4   20428   4156  -  S    30Nov20     0:38.91
zabbix_agentd: listener #1 [waiting for connection] (zabbix_agentd)
zabbix   45679  0.0  0.4   20412   4164  -  S    30Nov20     0:37.35
zabbix_agentd: listener #2 [waiting for connection] (zabbix_agentd)
zabbix   45680  0.0  0.4   20412   4164  -  S    30Nov20     0:38.58
zabbix_agentd: listener #3 [waiting for connection] (zabbix_agentd)
zabbix   45681  0.0  0.4   20772   4088  -  S    30Nov20     0:48.65
zabbix_agentd: active checks #1 [idle 1 sec] (zabbix_agentd)
root     66456  0.0  0.0     524    324  0  R+   22:51       0:00.00 grep
zabbix
[root@skoh ~]# pkill zabbix_agentd
[root@skoh ~]# ps aux | grep zabbix
root     66460  0.0  0.0     524    324  0  R+   22:51       0:00.00 grep
zabbix
[root@skoh ~]# ls /var/run/zabbix/
[root@skoh ~]# service zabbix_agentd start
[root@skoh ~]# ps aux | grep zabbix
zabbix   66473  0.0  0.7   20240   7560  -  S    22:51       0:00.00
/usr/local/sbin/zabbix_agentd -c /usr/local/etc/zabbix5/zabbix_agentd.conf
zabbix   66474  0.0  0.8   20240   7640  -  S    22:51       0:00.00
zabbix_agentd: collector [idle 1 sec] (zabbix_agentd)
zabbix   66475  0.0  0.8   20672   7828  -  S    22:51       0:00.00
zabbix_agentd: listener #1 [waiting for connection] (zabbix_agentd)
zabbix   66476  0.0  0.8   20672   7804  -  S    22:51       0:00.00
zabbix_agentd: listener #2 [waiting for connection] (zabbix_agentd)
zabbix   66477  0.0  0.8   20672   7800  -  S    22:51       0:00.00
zabbix_agentd: listener #3 [waiting for connection] (zabbix_agentd)
zabbix   66478  0.0  0.8   20772   7828  -  S    22:51       0:00.00
zabbix_agentd: active checks #1 [idle 1 sec] (zabbix_agentd)
root     66481  0.0  0.0     524    324  0  R+   22:51       0:00.00 grep
zabbix
[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=3D66473 66474 66475 66476 66477 66478).
[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 ...

I have the same problem on another VM with 12.1 and zabbix agentd in the sa=
me
version.

If you need some more informations, no problem!

--=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-9PcVgFg3tf>