Hi, On Apr 4, 2012 3:19 PM, "Piavlo" <[email protected]> wrote: > > > Hi, > > Tried with several 1.4.* versions including latest, the get commands work and for set commands there is - Permission denied > > # echo "get weight common_slave/slave1a" | socat stdio /var/lib/haproxy/stats > 25 (initial 25) > > # echo "set weight common_slave/slave1a 50%" | socat stdio /var/lib/haproxy/stats > Permission denied > > > Any ideas? > > Thanks >
At a guess I'd say it's because you haven't set an auth level on the socket so its defaulting to user. Regards

