#1032: New users and groups -----------------------------------------+---------------------------------- Reporter: [EMAIL PROTECTED] | Owner: [email protected] Type: task | Status: new Priority: high | Milestone: 6.3 Component: Book | Version: SVN Severity: normal | Resolution: Keywords: | -----------------------------------------+---------------------------------- Comment (by [EMAIL PROTECTED]):
Just to keep this one going for a bit longer...:-) root:/sources/blfs/dbus-1.0.1# groupadd -g 18 messagebus && > useradd -c "D-BUS Message Daemon User" -d /dev/null \ > -u 18 -g messagebus -s /bin/false messagebus useradd: unknown GID 1000 Group 'mail' not found. Creating the user mailbox file with 0600 mode. So, adding: mail:x:34 would seem sensible here, wouldn't it? With regard to the 'unknown GID 1000' error, I even get this with `useradd --help'! -- Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/1032> LFS Trac <http://wiki.linuxfromscratch.org/lfs/> Linux From Scratch: Your Distro, Your Rules. -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
