commit | 3cd58bf80555fd22687a11672d5c0dd4c11c2089 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Sep 17 08:35:38 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Sep 17 08:35:38 2020 +0200 |
tree | 79646dfd37afb90bf102171c86c67cf0507b161d | |
parent | 36722d2274127ef91959296bb5299c8120b16ce7 [diff] |
MINOR: sock_unix: report the errno string in binding errors Just like with previous patch, let's report UNIX socket binding errors in plain text. we can now see for example: [ALERT] 260/083531 (13365) : Starting frontend f: cannot switch final and temporary UNIX sockets (Operation not permitted) [/tmp/root.sock] [ALERT] 260/083640 (13375) : Starting frontend f: cannot change UNIX socket ownership (Operation not permitted) [/tmp/root.sock]