I have installed shadow-4.0.18.1 instead of shadow-4.0.17 when I built my current system using LFS SVN-20060805

I think this is the cause of the following problems when building parts of BLFS.

[EMAIL PROTECTED]:/sources/BLFS/# cat /etc/group
root:x:0:
bin:x:1:
sys:x:2:
kmem:x:3:
tty:x:4:
tape:x:5:
daemon:x:6:
floppy:x:7:
disk:x:8:
lp:x:9:
dialout:x:10:
audio:x:11:
video:x:12:
utmp:x:13:
usb:x:14:
cdrom:x:15:

[EMAIL PROTECTED]:/sources/BLFS/xorg-7.1/app# cat /etc/passwd
root:x:0:0:root:/root:/bin/bash

[EMAIL PROTECTED]:/sources/BLFS/xorg-7.1/app# groupadd -g 25 apache &&
> useradd -c "Apache Server" -d /dev/null -g apache \
>         -s /bin/false -u 25 apache
useradd: unknown GID 100 <- this disapears if I delete GROUP=100 from 
/etc/default/useradd
useradd: invalid numeric argument 'apache'

Now I have the Apache group with GID 25 but no user apache.

[EMAIL PROTECTED]:/sources/BLFS/xorg-7.1/app# useradd -c "Apache Server" -d 
/dev/null -g apache \
>         -s /bin/false -u 25 apache
useradd: unknown GID 100
useradd: invalid numeric argument 'apache'

[EMAIL PROTECTED]:/sources/BLFS/xorg-7.1/app# useradd -c "Apache Server" -d 
/dev/null -s /bin/false -u 25 apache
useradd: unknown GID 100
useradd: group apache exists - if you want to add this user to that group, use 
-g.

Until now i've built apache, mysql, cups and I have the same problem.

Could this be because I have Shadow-4.0.18?
And I think it is related to this bug report 
http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=198920

--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to