Hacker News new | past | comments | ask | show | jobs | submit login

> trying to configure production services turns into tracing environment variables through a series of shell scripts sprinkled across my system

Yes, exactly.

      cat /proc/28014/environ | tr \\000 \\n
Is a way to show what you end up with, but I have yet to discover a good way to figure out how the environ was set there in the first place, having to fall back to strace'ing the full process tree from the startup script to figure out everything being launched and reading its source :(



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: