Josi M. Fandiqo wrote:
Bob Beck wrote:
[...]
run a ps -auwx and see what's chewing them all up? When you are out of
processes, not much happens.
unfortunatelly when I get the "table is full" error is too late and
the machine is hang :-(
If you have a logged-in shell you can do "exec ps -auwx" which won't
require a new process table slot. It replaces the shell so you'll be
effectively logged out after the ps completes, but hopefully with better
information :-)
Alternatively you could put the ps into a cron job and log to a file
every minute or so and do post-mortem analysis.
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.