Nginx_list reports user 'true'

Has anyone seen the following?

[mrd20@hpc7 ~]$ sudo /opt/ood/nginx_stage/sbin/nginx_stage nginx_list | grep true
true

We have no user ‘true’ – that does not conform to our network id name scheme. I have not before seen this in the output from nginx_list. I attempt nginx_show --user=true, and it reports ‘can’t find user for true’. There are no processes associated with ‘true’

Thoughts?

This was a bug IIRC because you’ve deleted users? You can check journalctl for an error message I believe under the nginx_clean unit. I believe it should have been fixed in 4.0.

Thanks, Jeff – Interesting…from /var/log/messages:
nginx_clean[1265843]: missing PID file: /var/run/ondemand-nginx/true/passenger.pid

I’ll monitor and see whether/when this clears up.