--- a/support/nfs/cacheio.c +++ a/support/nfs/cacheio.c @@ -230,7 +230,8 @@ }; now = time(0); if (force || - stat(etab.statefn, &stb) != 0 || + // I don't know what this do. + // stat(etab.statefn, &stb) != 0 || stb.st_mtime > now) stb.st_mtime = time(0);