pingimage

Archive for December, 2008

Mongrel changes its user and group id to the user you specify when started as another user (say, root).
However, it does not change the environment variables from the user it was started as. In particular, ENV["USER"] and ENV["HOME"] remain set to, say, ‘root’ and ‘/root’ respectively.
If you then try to use the ruby gpgme wrappers [...]