On Fri, 2005-10-21 at 10:14 +0200, Luca wrote: > Hi all! > > In BLFS svn-20051020 chapter 3 Alfter LFS Configuration Issues - > Configuring for Adding User when I try to add a new user it returns me: > > Useradd: unknown GID 100
You're probably missing the users group - not sure where it's supposed to get created. Check if there's such an item in /etc/group - if it's not there, add it with the command: groupadd -g users 100 Simon.
signature.asc
Description: This is a digitally signed message part
-- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
