Re: Failed to find ENV in /root/.profile.

2025-01-02 Thread Lloyd
Sebastien Marie wrote: > > With some simplification, it is running: > /bin/sh -c '. /root/.profile; echo ENV=$ENV; echo PATH=$PATH' > > and check the output. In your case, it is complaining that "echo ENV=" > doesn't produce the expected line with 'ENV' string. > Further investigation uncovere

Re: Failed to find ENV in /root/.profile.

2025-01-01 Thread Sebastien Marie
Lloyd writes: > What is the meaning behind the following output from security(8): > > Checking root sh paths, umask values: > /etc/profile /root/.profile > Failed to find ENV in /root/.profile. > > I get these daily complaints on every box where root's .profile calls ou

Failed to find ENV in /root/.profile.

2025-01-01 Thread Lloyd
What is the meaning behind the following output from security(8): Checking root sh paths, umask values: /etc/profile /root/.profile Failed to find ENV in /root/.profile. I get these daily complaints on every box where root's .profile calls out to a shell script for some housekeeping tasks