Summary
You are experiencing system crashes on Linux machines. Check the content of /etc/updatedb.conf
.
Solution
Run the following as root: <`installDir
>/i686_Linux/bin/ecfixupdatedb`.
If this does not address the problem, manually update /etc/updatedb.conf
so that PRUNEFS
includes efs100
and PRUNEPATHS
includes /efs /efsroots
, as in the example.
Example
PRUNEFS="sysfs selinuxfs usbdevfs devpts NFS nfs nfs4 afs sfs proc smbfs cifs autofs auto iso9660 udf efs100" PRUNEPATHS="/tmp /usr/tmp /var/tmp /afs /net /sfs /selinux /udev /mnt/floppy /media /efs /efsroots"
This article is part of our Knowledge Base and is provided for guidance-based purposes only. The solutions or workarounds described here are not officially supported by CloudBees and may not be applicable in all environments. Use at your own discretion, and test changes in a safe environment before applying them to production systems.