=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/TROUBLESHOOTING,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/sudo/Attic/TROUBLESHOOTING 2003/04/19 21:57:17 1.6 +++ src/usr.bin/sudo/Attic/TROUBLESHOOTING 2004/09/28 15:10:50 1.7 @@ -11,9 +11,9 @@ Q) Sudo compiles but when I run it I get "Sorry, sudo must be setuid root." and sudo quits. A) Sudo must be setuid root to do its work. You need to do something like - `chmod 4111 /usr/local/bin/sudo'. Also, the filesystem sudo resides - on must *not* be mounted with the nosuid mount option or sudo will - not be able to work. Another possibility is you may have '.' in + `chmod 4111 /usr/local/bin/sudo'. Also, the file system sudo resides + on must *not* be mounted (or exported) with the nosuid option or sudo + will not be able to work. Another possibility is you may have '.' in 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.