> > I observed on one of our Debian 2.2 machines that daily cron still > > didn't finish after 5+ hours: > > > > # ps aux > > nobody 29273 0.0 0.4 1104 532 ? D 06:25 0:01 find / ( > > -fstype NFS -o -fstype nfs -o -fstype afs -o -fstype > > -fstype NFS --> network file system > > maybe it's "waiting" for some nonexistent network volume to become > availble? if you have none, maybe you need to remove references to > "imaginary" file systems...?
No, no, all these -fstype are PRUNED from updatedb (see /etc/updatedb.conf). The find line is much longer ... -Igor Mozetic