diff --git a/visudo.pod b/visudo.pod index 2e6ae4fce..9b4c7f302 100644 --- a/visudo.pod +++ b/visudo.pod @@ -49,6 +49,24 @@ and exit. =back +=head1 ERRORS + +=over 4 + +=item sudoers file busy, try again later. + +Either someone is currently editing the I file +or there is a stale sudoers lock file (/etc/stmp by default) +that you need to delete. + += item /etc/stmp: Permission denied + +You didn't run B as root. + += item Can't find you in the passwd database + +Your userid does not appear in the passwd file. + =head1 FILES /etc/sudoers file of authorized users.