Installation of zabbix expects UID/GID 112. However, mail/dcc-dccd alredy uses this uid/gid. This problem has existed at least since v1.1.3 of the zabbix port and still exists in the latest 1.4. ===> Checking if net-mgmt/zabbix already installed pw: gid `112' has already been allocated Adding group "zabbix" failed... *** Error code 1 saturn# cat /etc/group | grep 112 dcc:*:112: saturn# cat /etc/passwd | grep 112 dcc:*:112:112:Distributed Checksum Clearinghouse:/nonexistent:/sbin/nologin Fix: Assign a new uid/gid pair to zabbix or dcc-dccd. How-To-Repeat: cd /usr/ports/mail/dcc-dccd; make; make install cd /usr/ports/net-mgmt/zabbix; make; make install
sat 2007-06-22 15:10:34 UTC FreeBSD ports repository Modified files: . UIDs net-mgmt/zabbix pkg-install net-mgmt/zabbix-agent pkg-install Log: - Move zabbix from UID 112 to 122 to avoid conflict with dcc - Squatter UID 122 in UIDs PR: ports/113935 Submitted by: Drew Baxter <droobie@maine.rr.com> Revision Changes Path 1.47 +2 -1 ports/UIDs 1.3 +1 -1 ports/net-mgmt/zabbix-agent/pkg-install 1.3 +1 -1 ports/net-mgmt/zabbix/pkg-install _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Fixed, thanks!