On Fri, Nov 16, 2018 at 05:07:41PM +0100, Willy Tarreau wrote:
> On Fri, Nov 16, 2018 at 04:57:19PM +0100, William Lallemand wrote:
> > This patch series allows you to connect to a leaving process from the
> > master CLI, which might be convenient for debugging purpose :-)
>  
> Now merged, thank you. However when I try it I get an error message
> indicating that it cannot find the socket, but I suppose this is
> normal at this stage :
> 
>   master> show proc
>   # <PID> <type> <relative PID> <reloads>
>   3414 master 0 -1
>   3441 worker 1 0
>   3437 worker 1 1
> 
>   master> @-1 show info
>   Can't find the target CLI!
> 
> Then it quits.
> 
> Thanks,
> Willy
> 

Hi,

That's because you should have done `@!3437 show info`
-1 is just the number of reloads of the master which is not incremented (yet).

-- 
William Lallemand

Reply via email to