Re: [lfs-support] coreutils-8.17 tests run as "nobody" fails

2012-08-19 Thread Bruce Dubbs
Richard Melville wrote: > Thanks Bruce -- what was the thinking behind using SU from Shadow instead > of Coreutils? su has been dropped from coreutils and imported into util-linux. The util-linux version requires PAM. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ

Re: [lfs-support] coreutils-8.17 tests run as "nobody" fails

2012-08-19 Thread Jasmine Iwanek
On 2012-08-19 19:30, Richard Melville wrote: >>> Thanks Bruce -- the "nobody" test suite now runs but all tests fail >>> owing >> > to mv and grep not being found :-( >> > >> > Maybe I should just move on. >> >> That would be best for you until I get this fixed.  The problem is >> that >> we are

Re: [lfs-support] coreutils-8.17 tests run as "nobody" fails

2012-08-19 Thread Richard Melville
> > > Thanks Bruce -- the "nobody" test suite now runs but all tests fail owing > > to mv and grep not being found :-( > > > > Maybe I should just move on. > > That would be best for you until I get this fixed. The problem is that > we are using a different version of su in Chapter 6 than we used

Re: [lfs-support] coreutils-8.17 tests run as "nobody" fails

2012-08-18 Thread Bruce Dubbs
Richard Melville wrote: > Richard Melville wrote: >>> Some help with this would be great -- I just can't understand it. >>> >>> I ran the tests as root which ran OK. I've added the temporary group and >>> changed permissions but when I run:- >>> >>> su nobody -s /bin/bash -c "make RUN_EXPENSIVE_TE

Re: [lfs-support] coreutils-8.17 tests run as "nobody" fails

2012-08-18 Thread Richard Melville
On 08/17/2012 02:04 PM, Richard Melville wrote: > > Some help with this would be great -- I just can't understand it. > > > > I ran the tests as root which ran OK. I've added the temporary group > > and changed permissions but when I run:- > > su nobody -s /bin/bash -c "make RUN_EXPENSIVE_TESTS=ye

Re: [lfs-support] coreutils-8.17 tests run as "nobody" fails

2012-08-18 Thread Richard Melville
Richard Melville wrote: > > Some help with this would be great -- I just can't understand it. > > > > I ran the tests as root which ran OK. I've added the temporary group and > > changed permissions but when I run:- > > > > su nobody -s /bin/bash -c "make RUN_EXPENSIVE_TESTS=yes -k check || true"

Re: [lfs-support] coreutils-8.17 tests run as "nobody" fails

2012-08-17 Thread Baho Utot
On 08/17/2012 02:04 PM, Richard Melville wrote: Some help with this would be great -- I just can't understand it. I ran the tests as root which ran OK. I've added the temporary group and changed permissions but when I run:- su nobody -s /bin/bash -c "make RUN_EXPENSIVE_TESTS=yes -k check || t

Re: [lfs-support] coreutils-8.17 tests run as "nobody" fails

2012-08-17 Thread Bruce Dubbs
Richard Melville wrote: > Some help with this would be great -- I just can't understand it. > > I ran the tests as root which ran OK. I've added the temporary group and > changed permissions but when I run:- > > su nobody -s /bin/bash -c "make RUN_EXPENSIVE_TESTS=yes -k check || true" > > It retur

[lfs-support] coreutils-8.17 tests run as "nobody" fails

2012-08-17 Thread Richard Melville
Some help with this would be great -- I just can't understand it. I ran the tests as root which ran OK. I've added the temporary group and changed permissions but when I run:- su nobody -s /bin/bash -c "make RUN_EXPENSIVE_TESTS=yes -k check || true" It returns:- bash: make: command not found.