Unable to open env file: /etc/environment errors
crankycronos posted this on Jan 29th 2008 under 10.x, Ensim Fixes
01-Dec-2008 NOTE: This post is superceded with a different method.
See http://www.ensimfixes.com/?p=46
The /var/log/secure log is full of these stupid error messages. For some reason, they forgot to add this file to all the domains and the server. The fix is really easy!
touch /etc/environment for i in `sitelookup -a domain`; do touch /home/virtual/$i/etc/environment; done
Enjoy!
