On Sun, Dec 23, 2018 at 10:54:04PM +0000, [email protected] wrote:
> 
> _ burp, in server mode, is starting, logging such a following line:
>         Dec 23 22:09:18 burp burp[48269]: server 0.0.0.0:4971 (max 5)
>   and exits just after.  Adding the '-F' option makes it continuing to
>   run but it is not the normal mode.

Responding to myself.
It comes from the fact burp server is exiting (except if run with '-F'
option) when no 'listen' directive is specified for IPv6:

        $ pgrep -l burp
        14320 burp
        $
        $ grep '^listen' /etc/burp/burp-server.conf               
        listen = 0.0.0.0:4971
        listen = :::5971
        $
        $ vi  /etc/burp/burp-server.conf                          
        $
        $ grep '^listen' /etc/burp/burp-server.conf               
        listen = 0.0.0.0:4971
        $
        $
        $ rcctl restart burp
        burp(ok)
        burp(ok)
        $
        $ pgrep -l burp
        $
        $ vi  /etc/burp/burp-server.conf                          
        $
        $ grep '^listen' /etc/burp/burp-server.conf     
        listen = 0.0.0.0:4971
        listen = :::5971
        $ 
        $ rcctl restart burp
        burp(ok)
        $ 
        $ 
        $ pgrep -l burp
        76694 burp
        $ 


-- 
Olivier Cherrier
Phone: +352691754777
mailto:[email protected]

Reply via email to