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
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
>
> > 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
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
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
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"
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
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
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.