Will try without chroot.
Contents of /etc/nsswitch.conf:
passwd: filesshadow: filesgroup: files
hosts: files dns
bootparams: nisplus [NOTFOUND=return] files
ethers: filesnetmasks: filesnetworks: filesprotocols: filesrpc:
filesservices: files
netgroup: nisplus
publickey: nisplus
automount: files nisplusaliases: files nisplus
On Friday, 12 December 2014, 6:16, Vincent Bernat <[email protected]> wrote:
❦ 12 décembre 2014 02:08 GMT, David Adams <[email protected]> :
> I ran strace on it just before CRASHTIME. It stopped on cue, with an
> exit code of 134.
>
> The strace output is here: haproxy strace - Pastebin.com
>
> As you'll see, it looks very strange - immediately after a series of
> futex calls (I've no idea of their significance, only noting that they
> don't appear in the strace at other times) then system returns a
> number of "No such file or directory" errors on a variety of system
> files, despite them being present before and after.
Your haproxy seems to crash while executing NSS-related code. ou can try
to remove the chroot directive and check if the problem still remains
after that.
Also, what is the content of your /etc/nsswitch.conf?
--
Avoid multiple exits from loops.
- The Elements of Programming Style (Kernighan & Plauger)