https://bugzilla.mindrot.org/show_bug.cgi?id=3177

Darren Tucker <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Darren Tucker <[email protected]> ---
A <defunct> process is a child process that has exited but has not yet
had its parent wait() for it yet.  There is a (usually) brief period
between when the process exits and its parent retrieves its exit
status.  Having a very small number of them appearing briefly is not
necessarily a problem.  Having the same pid appearing for any
significant time (say, more than a second) is probably a problem.

I had a look at the log, but did not see anything that would explain
what you're describing.

If you increase MaxStartups does the behaviour change?  The default is 
10:30:100 so I'd suggest trying "100:30:1000"

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to