Your message dated Sat, 18 Apr 2009 11:18:04 -0400
with message-id <[email protected]>
and subject line Re: Bug#514436: update libuuid1.postinst to use adduser 
--system instead of useradd
has caused the Debian Bug report #514436,
regarding update libuuid1.postinst to use adduser --system instead of useradd
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
514436: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=514436
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libuuid1
Version: 1.41.3-1
Severity: wishlist

short summary:

it is better to use "adduser --system ... libuid ..." instead of the
complicated parsing of $ADDUSERCONF because adduser has the --system
option so parsing /etc/adduser.conf is not necessary.

as far as i have observed, there seems to be one difference thou:
adduser seems to increment the uid step-by-step increment to find the
next free one (thus filling gaps/holes) while useradd seems to search
for the highest uid and increment this one.

e.g.

uid:name
120:sshd
121:cups
700:backup

-> useradd will use 701 and adduser will use 122.

cheers,
raoul
-- 
____________________________________________________________________
DI (FH) Raoul Bhatia M.Sc.          email.          [email protected]
Technischer Leiter

IPAX - Aloy Bhatia Hava OEG         web.          http://www.ipax.at
Barawitzkagasse 10/2/2/11           email.            [email protected]
1190 Wien                           tel.               +43 1 3670030
FN 277995t HG Wien                  fax.            +43 1 3670030 15
____________________________________________________________________




--- End Message ---
--- Begin Message ---
tags 514436 +wontfix
thanks

On Sat, Feb 07, 2009 at 11:14:15AM -0500, Theodore Ts'o wrote:
> > as far as i have observed, there seems to be one difference thou:
> > adduser seems to increment the uid step-by-step increment to find the
> > next free one (thus filling gaps/holes) while useradd seems to search
> > for the highest uid and increment this one.
> 
> I have trouble considering this a major problem.... or even a minor
> problem, for that matter.
> 
> I'll accept a patch which checks for the presence for adduser, and
> uses if it is present, and falls back to useradd if adduser is not
> present, but I don't care enough to try to implement and test it.
> Patches, however, will be gratefully accepted.  :-) Please make sure
> you test it on systems that don't have adduser to make sure the right
> thing happens in both cases.

No patch has been forthcoming, and this isn't really a problem --- so
I'm closing this.  If someone really wants this, patches are
greatfully accepted.

                                        - Ted


--- End Message ---

Reply via email to