From: Todd C. Miller Date: Mon, 16 Feb 1998 23:57:59 +0000 (+0000) Subject: add busy stmp file explanation X-Git-Tag: SUDO_1_5_6~96 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c18a14bd05e6d76e2025162fb60eb8cefe1b880;p=sudo add busy stmp file explanation --- diff --git a/TROUBLESHOOTING b/TROUBLESHOOTING index 6ecf13f72..640f9020f 100644 --- a/TROUBLESHOOTING +++ b/TROUBLESHOOTING @@ -128,5 +128,10 @@ Q) When I compile sudo on Solaris with gcc I get: A) You probably didn't install the gcc-fixed include files. Try adding -D__EXTENSIONS__ to CFLAGS in the Makefile. +Q) When I run "visudo" it says "sudoers file busy, try again later." + and doesn't do anything. +A) You have a stale sudoers temporary file. The default location is + /etc/stmp. If you delete this file visudo will be happy again. + Q) How do you pronounce `sudo'? A) soo-doo (for superuser do).