Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36062 - distcc userid should be less than 1000
Summary: distcc userid should be less than 1000
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High trivial
Assignee: Lisa Seelye (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 15969
  Show dependency tree
 
Reported: 2003-12-18 05:58 UTC by David Ripton
Modified: 2003-12-18 06:06 UTC (History)
0 users

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 David Ripton 2003-12-18 05:58:53 UTC
When distcc is emerged, a new user is automatically created to run distccd.

However, on my systems, this user has been assigned a uid over 1000, which is the "real" users range, not the system users range.

This causes various minor negative side effects.  The user shows up on the KDM login screen even though it is a non-login user (its shell is /bin/false).  The user's email does not go to the catch-all email address for system users, if one has been setup.

A new uid less than 1000 should be assigned for the distcc user.
Comment 1 David Ripton 2003-12-18 06:06:32 UTC
I unmerged distcc, edited my passwd and shadow files to remove the distcc and distccd users (I guess distccd is from an old version), and re-emerged distcc.  This time the uid was less than 1000.  So it appears that this bug has already been fixed.  Marking it resolved.  Sorry for the premature bug report.