linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: run-parts,find, kupdated: What are they and how to control them?
  2003-07-18 13:25 run-parts,find, kupdated: What are they and how to control them? joe briggs
@ 2003-07-18 12:58 ` Olaf Dietsche
  2003-07-18 15:10 ` DervishD
  2003-07-18 19:02 ` Brian Jackson
  2 siblings, 0 replies; 4+ messages in thread
From: Olaf Dietsche @ 2003-07-18 12:58 UTC (permalink / raw)
  To: joe briggs; +Cc: linux-kernel

joe briggs <jbriggs@briggsmedia.com> writes:

> Please - can someone explain what happens here once a day when my machine 
> becomes completely unusable, a tremendous amount of disk i/o begins to occur, 
> and 'top' shows "run-parts" and "find" at > 80% cpu utilization. What are 
> they doing?  Are they necessary?  Can they be controlled. In Googling for 
> these answers first, all I see are compaints, but no answers. Can someone 
> PLEASE either explain what these are doing and how they are controlled, or 
> point me in the right direction? Many thanks.

This has nothing to do with the kernel. I guess, it's a cron job. Do a

$ grep find /etc/crontab /etc/cron*/*

and look wether one of the entries corresponds with the time when your
machine becomes unusable.

Regards, Olaf.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* run-parts,find, kupdated: What are they and how to control them?
@ 2003-07-18 13:25 joe briggs
  2003-07-18 12:58 ` Olaf Dietsche
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: joe briggs @ 2003-07-18 13:25 UTC (permalink / raw)
  To: linux-kernel

Please - can someone explain what happens here once a day when my machine 
becomes completely unusable, a tremendous amount of disk i/o begins to occur, 
and 'top' shows "run-parts" and "find" at > 80% cpu utilization. What are 
they doing?  Are they necessary?  Can they be controlled. In Googling for 
these answers first, all I see are compaints, but no answers. Can someone 
PLEASE either explain what these are doing and how they are controlled, or 
point me in the right direction? Many thanks.

-- 
Joe Briggs
Briggs Media Systems
105 Burnsen Ave.
Manchester NH 01304 USA
TEL 603-232-3115 FAX 603-625-5809 MOBILE 603-493-2386
www.briggsmedia.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: run-parts,find, kupdated: What are they and how to control them?
  2003-07-18 13:25 run-parts,find, kupdated: What are they and how to control them? joe briggs
  2003-07-18 12:58 ` Olaf Dietsche
@ 2003-07-18 15:10 ` DervishD
  2003-07-18 19:02 ` Brian Jackson
  2 siblings, 0 replies; 4+ messages in thread
From: DervishD @ 2003-07-18 15:10 UTC (permalink / raw)
  To: joe briggs; +Cc: linux-kernel

    Hi Joe :)

 * joe briggs <jbriggs@briggsmedia.com> dixit:
> Can someone 
> PLEASE either explain what these are doing and how they are controlled, or 
> point me in the right direction? Many thanks.

    Your problem has nothing to do with the kernel itself. Your
problem is that you have cron jobs that eat resources. If you don't
want them, just disable cron, or delete the cron jobs, etc...

    Without knowing your distro, your cron config or more details for
you system I cannot tell you more. Just in case, find is a binary
for... finding files; run-parts is for running things in your
/etc/rc* directories and kupdated is the buffer cache manager (well,
more or less...). BTW, googling for 'kupdated' shows a lot of info...

    I don't know of a mailing list related to this kind of questions,
so I think this can be as good as any. If you want more help you will
have to give me more information about your problem.

    Raúl Núñez de Arenas Coronado

-- 
Linux Registered User 88736
http://www.pleyades.net & http://raul.pleyades.net/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: run-parts,find, kupdated: What are they and how to control them?
  2003-07-18 13:25 run-parts,find, kupdated: What are they and how to control them? joe briggs
  2003-07-18 12:58 ` Olaf Dietsche
  2003-07-18 15:10 ` DervishD
@ 2003-07-18 19:02 ` Brian Jackson
  2 siblings, 0 replies; 4+ messages in thread
From: Brian Jackson @ 2003-07-18 19:02 UTC (permalink / raw)
  To: linux-kernel

Look for updatedb in your cron jobs. That's usually what causes a bunch of 
find activity for me. You can either diable them or setup /etc/updatedb.conf 
to prune some fs's/path's that don't need to be slocate'd. HTH

--Brian Jackson

On Friday 18 July 2003 08:25 am, joe briggs wrote:
> Please - can someone explain what happens here once a day when my machine
> becomes completely unusable, a tremendous amount of disk i/o begins to
> occur, and 'top' shows "run-parts" and "find" at > 80% cpu utilization.
> What are they doing?  Are they necessary?  Can they be controlled. In
> Googling for these answers first, all I see are compaints, but no answers.
> Can someone PLEASE either explain what these are doing and how they are
> controlled, or point me in the right direction? Many thanks.

-- 
OpenGFS -- http://opengfs.sourceforge.net
Home -- http://www.brianandsara.net


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-07-18 18:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-18 13:25 run-parts,find, kupdated: What are they and how to control them? joe briggs
2003-07-18 12:58 ` Olaf Dietsche
2003-07-18 15:10 ` DervishD
2003-07-18 19:02 ` Brian Jackson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).