linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* With recent kernels find gets stuck at nothing.
@ 2004-04-07  2:21 Han Boetes
  0 siblings, 0 replies; only message in thread
From: Han Boetes @ 2004-04-07  2:21 UTC (permalink / raw)
  To: linux-kernel

Hi,

To debug why the locate cronjob got stuck I tracked down is going on:

So I run this little script:

#!/bin/sh
find / ! \( -fstype jfs -or -fstype reiserfs -or -fstype ext2 -or -fstype ext3 -or -fstype afs -or -fstype xfs \) -prune -or -path /tmp -prune -or -path /var/tmp -prune -or -path /var/spool -prune -or -path /usr/tmp -prune -or -path /mnt -prune -or -print

Now the odd thing happens quite frequently: It's gets stuck just in the
middle of some directory. When this happens I can not start any new
applications. It stays this way until I go to the firebird window which
gets itself back from swap memory (it seems) and then the find command
continues.

I run kernel-2.6.5 with jfs as filesystem and I do not use
preempting. I have an athlon 1700+ and 256mb memory.


I hope this is sufficient information to be able to repeat this
problem. Otherwise please let me know what additional information you
want to know.



# Han

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-04-07  2:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-07  2:21 With recent kernels find gets stuck at nothing Han Boetes

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).