On Sun, May 16, 2010 at 11:08:23PM -0300, Bruno Guimarães Sousa wrote:
> Hi everyone,
> using debian squeeze here.
> I installed haproxy through aptitude.
> Executing "/etc/init.d/haproxy start" doesn't starts haproxy process and I
> can't see a log anywhere.
what version is this ? Please report the output of "haproxy -vv".
> Where is the log? What can be happening?
The logs are sent via syslog over UDP on 127.0.0.1. You have to make your
syslog listen to the UDP socket. Some syslog daemons require the "-r"
argument for this, in others you have to add a new source.
If haproxy does not start, it's very likely that your configuration
is wrong and that the error messages are intercepted or sent to /dev/null.
In order to see the errors, please do :
haproxy -c -f /path/to/config-file
Regards,
Willy