Bug 113935 - net-mgmt/zabbix Install Problem (same uid/gid as another port)
Summary: net-mgmt/zabbix Install Problem (same uid/gid as another port)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-22 05:20 UTC by Drew Baxter
Modified: 2007-06-22 16:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Drew Baxter 2007-06-22 05:20:02 UTC
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
Comment 1 dfilter service freebsd_committer freebsd_triage 2007-06-22 16:10:55 UTC
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"
Comment 2 sat freebsd_committer freebsd_triage 2007-06-22 16:11:10 UTC
State Changed
From-To: open->closed

Fixed, thanks!