duck wilson wrote: > Greetings, > > I am working thru LFS 6.6. In Section 6.22 (Coreutils-8.4) where running the > coreutils tests as user nobody the book gives the following command: > > su-tools nobody -s /bin/bash -c "make RUN_EXPENSIVE_TESTS=yes check" > > When I run this command, I cut-and-paste from the book, I get: > > root:/sources/coreutils-8.4# su-tools nobody -s /bin/bash -c "make > RUN_EXPENSIVE_TESTS=yes check" > bash: su-tools: command not found > > Should this command be: > > su -tools nobody -s /bin/bash -c "make RUN_EXPENSIVE_TESTS=yes check" > > That is, with a space after the su? Or maybe: > > su - tools nobody -s /bin/bash -c "make RUN_EXPENSIVE_TESTS=yes check"
You either missed an instruction in section 5.17, Coreutils-8.4, cp -v src/su /tools/bin/su-tools or you don't have your PATH set up properly in chroot. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
