On Mon, 2006-06-26 at 08:29 -0300, Marc G. Fournier wrote: > Up to 48 right now, and still nothing to show for it ...
Is it possible that these processes are blocked while exiting? There's currently an unresolved bug where processes get wedged either during startup or exit. See if you have any processes in state "START" in top, or with an E in the "STAT" column: ps ax -O ppid,flags,mwchan | awk '$6 ~ /E/ || $6 == "STAT"' Gavin _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"