Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 537610 - net-proxy/squid, net-proxy/squidguard, net-proxy/ufdbguard: gid 31 collides with "guest" group from baselayout
Summary: net-proxy/squid, net-proxy/squidguard, net-proxy/ufdbguard: gid 31 collides w...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All FreeBSD
: Normal normal (vote)
Assignee: Eray Aslan
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-24 23:10 UTC by Ulrich Müller
Modified: 2015-04-24 10:23 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Müller gentoo-dev 2015-01-24 23:10:07 UTC
net-proxy/squid is using group id 31 for the "squid" group. This collides with the "guest" group in the standard /etc/group file installed by baselayout for FreeBSD.

If a fixed group id is needed, then this conflict should be resolved. If not, enewgroup should assign the id dynamically.

(net-proxy/squidguard and net-proxy/ufdbguard don't have any BSD keywords, but IIUC the intention is that they use the same group as net-proxy/squid. Therefore CCing their maintainers.)
Comment 1 Eray Aslan gentoo-dev 2015-04-24 10:23:55 UTC
Should be fixed in the tree.

< 	enewgroup squid 31
< 	enewuser squid 31 -1 /var/cache/squid squid
---
> 	enewgroup squid
> 	enewuser squid -1 -1 /var/cache/squid squid

etc.