On Monday 01 December 2003 06:38 pm, Steven Elling wrote:
> On Sat, 2003-11-29 at 17:47, Andrew Cowie wrote:
> > On Sun, 2003-11-30 at 03:35, Renat Golubchyk wrote:
> > > You can also use the "watch" command, e.g. "watch ps aux" would
> > > run "ps aux" every 2 seconds and display the results. If you
> > > want to run it every 30 seconds just do "watch -n 30 ps aux".
> > > "man watch" for details. BTW, watch is in sys-apps/procps
> > > package, so you already have it.
> >
> > This is fantastic. I've wanted a command like this for years.
> >
> > You know what I love about the *nix community? There are always
> > things you don't know, but people out there will actually help
> > and offer suggestions.
> >
> > Thanks for the tip, Renat.
> >
> > AfC
> >
> >
> > --
> > [EMAIL PROTECTED] mailing list
>
> And here is a poor man's watch in those cases where watch is not
> available on the system your using:
>
> while true; do clear; date; echo; ps aux; sleep 30; done
>
>
> --
> [EMAIL PROTECTED] mailing list


        Thanks to all who've tried to help. I've used most of the suggestions 
I've been given but trying to catch the crashes has been like trying 
to catch fish in the middle of the Sahara. I've loaded the heck out 
of the box until it was swapping 300 megs I had several terminals 
open with various meathods of waching for problems. All of this told 
me nothing.
        The one thing that seems to be pertinant at this point is that for 
about 24 hours I had gtk-gnutella turned off. 4 hours after 
restarting it the box crashed. Perhaps this is a hint? Gtk-gnutella 
was one of the updates I did just before this whole situation 
started. I have reverted to the old version and am going to leave it 
running on another desktop and see what happens.
        I need to make it very clear that I appreciate all the effort that 
you've all put in to this. Even if I don't find a solution, I've 
learned a few more tricks. Great people, these Gentooers.... Freely 
giving what they learned the same way.
-- 
Regards, Ernie
100% Microsoft and Intel free


--
[EMAIL PROTECTED] mailing list

Reply via email to