I ran an upgrade and adduser was on the list of upgrades. And surprise - now it works with installing postgresql-common :) I thank you for a fast response. Regards, Seph Martin Pitt wrote: reassign 351919 adduser thanks Hi Seph, hi adduser maintainers!Seph Soliman [2006-02-08 15:02 +0100]:groupadd: GID 110 is not uniqueThat's interesting. Have there been multiple groups with id 110 before?adduser: `/usr/sbin/groupadd -g 110 postgres' returned error code 4. Aborting.which makes sense, since: # cat /etc/group|grep 110 dirmngr:x:110:This looks like the bug that was introduced in adduser 3.81, see #351480, #351609, or #351681.I am not familiar with what happends if I change dirmngr's group id, and i'd rather not meddle with that sort of thing.Right, don't do that. Thanks, Martin |