=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/TROUBLESHOOTING,v retrieving revision 1.2.8.1 retrieving revision 1.3 diff -u -r1.2.8.1 -r1.3 --- src/usr.bin/sudo/Attic/TROUBLESHOOTING 2002/01/18 16:14:44 1.2.8.1 +++ src/usr.bin/sudo/Attic/TROUBLESHOOTING 2002/01/03 03:49:16 1.3 @@ -17,12 +17,6 @@ your $PATH before the directory containing sudo. If you are going to have '.' in your path you should make sure it is at the end. -Q) Sudo compiles but when I run it I get "seteuid(0): Operation not permitted" - and sudo quits. -A) The operating system you are running probably has broken support for - POSIX saved IDs. You should run configure with the "--disable-saved-ids" - option and rebuild sudo. - Q) Sudo never gives me a chance to enter a password using PAM, it just says 'Sorry, try again.' three times and quits. A) You didn't setup PAM to work with sudo. On Linux this generally