[sudo-users] Frequently getting timestamp errors

Todd C. Miller Todd.Miller at courtesan.com
Fri Aug 26 10:48:53 EDT 2005


If memory serves the utimes() system call is broken in some versions
of Linux.  If you build sudo yourself you could comment out the
following in config.h

#define HAVE_FUTIMES 1
#define HAVE_UTIMES 1

and then rebuild sudo.

 - todd



More information about the sudo-users mailing list