Þann 2006-03-02, 12:29:19 (+0200) skrifaði Marlon v/d Linde :: Clue: > # addgroup --system bind > Adding group `bind' (111)... > Done. > > Obviously this worked: > > # getent group bind > bind:x:111: > > > but now I have to create a user, in that group: > > # adduser --system --home /var/cache/bind --no-create-home > --disabled-password > --ingroup bind bind > adduser: The group `bind' does not exist.
Does using --gid 111 instead of --ingroup bind work? Oli -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

