Chakkaradeep C C wrote: ---snip--- > well lthe default arguments are correct according to the book but i > dont find group id of 100...how to know what is my default group id > and how to change it? > > with regards, > C.C.Chakkaradeep ---snip---
your current default group id is 100. but due to it does not exist, it fails when searching for it. simply add your default group to /etc/group and add the group id (which you gave the group in /etc/group) to /etc/default/useradd (check the book if you don't know how it should look like). Re-add the user and it should work. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
