2010/9/22 Eric Pailleau
<address@hidden>
Le 22/09/2010 17:23, Rubén Dávila a écrit :
I've tried this options, but doesn't work:
Compare your monit env with your terminal env.
Simply do in your unicorn monit action :
"/usr/bin/env > /tmp/monit.env"
I've tried this, but it doesn't create the file in /tmp/monit.env
Start monit then and in your terminal
$> env > /tmp/terminal.env
This command works fine and create the file normally.
$> diff -y --suppress-common-lines /tmp/monit.env /tmp/terminal.env
Tell us if there is any difference.
Regards