[Date Prev] [Date Index] [Date Next] [Thread Prev] [Thread Index] [Thread Next]

Re: what is normal conserver hang during reconfig

Chris Fowler cfowler@outpostsentinel.com
Wed, 19 Oct 2016 05:15:05 GMT





From: "Bryan Stansell via users" <users@conserver.com>
To: users@conserver.com
Sent: Wednesday, October 19, 2016 1:10:43 AM
Subject: Re: what is normal conserver hang during reconfig
> On Oct 18, 2016, at 9:16 PM, Chris Fowler via users <users@conserver.com> wrote:
>
> Does a HUP close and open consoles?  Does a HUP open consoles that are down?   If it si going after consoles that are down and blocking that could be what is going on.
>

A HUP doesn't close and open consoles (it will reopen log files though).  It will try and open anything down (socket connections are set up to be non-blocking).
A could down with DNS look ups could be the culprit.  At this point I'd strace it to see where it is spending time.