Zoran K. wrote:
Zoran K. wrote:
I tried to install openssh into my new running clfs system (as root)
and got:

groupadd -g 50 sshd >>> #group has been added to /etc/group..

but:

useradd -c 'sshd PrivSep' -d /var/lib/sshd -g sshd \
-s /bin/false -u 50 sshd

>>> invalid numeric argument sshd



What's wrong?
_______________________________________________
Clfs-support mailing list
[email protected]
http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support
What version of shadow did you build?
_______________________________________________
Clfs-support mailing list
[email protected]
http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support

shadow-4.0.18.1

useradd -c 'sshd PrivSep' -d /var/lib/sshd -s /bin/false -u 50 sshd
works fine without -g...
_______________________________________________
Clfs-support mailing list
[email protected]
http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support
If you used that with CLFS 1.0.0, then you have a problem, it's not in the 1.0.0 book. If you followed the development book, you would of noticed a patch was required to fix that issue. This is why it's critical for everyone to follow the rules when asking for help.


   1.6.1. Things to Mention

Apart from a brief explanation of the problem being experienced, the essential things to include in any request for help are:

   *

     The version of the book being used (in this case 1.0.0)

   *

     The host distribution and version being used to create CLFS.

   *

     The architecture of the host and target.

   *

     The value of the ${CLFS_HOST}, ${CLFS_TARGET}, ${BUILD32}, and
     ${BUILD64} environment variables.

   *

     The package or section in which the problem was encountered.

   *

     The exact error message or symptom received. See Section 1.6.3,
     “Compilation Problems”
     
<http://cross-lfs.org/view/1.0.0/x86/introduction/askforhelp.html#ch-intro-askforhelp-compilation-problems>
     below for an example.

   *

     Note whether you have deviated from the book at all. A package
     version change or even a minor change to any command is considered
     deviation.

[Note]


     Note

Deviating from this book does /not/ mean that we will not help you. After all, the CLFS project is about personal preference. Be upfront about any changes to the established procedure—this helps us evaluate and determine possible causes of your problem.


_______________________________________________
Clfs-support mailing list
[email protected]
http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support

Reply via email to