From ac5633f39f94b812db5ba16ed6bec91ea4bc19fb Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Wed, 4 May 2011 15:19:40 +0000 Subject: [PATCH] added incompatible sudoers options --- lam/docs/manual-sources/howto.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml index 100ae85c..4910757c 100644 --- a/lam/docs/manual-sources/howto.xml +++ b/lam/docs/manual-sources/howto.xml @@ -4135,6 +4135,11 @@ Have fun! You might need to run the sudo command once manually to init sudo. The command "sudo -l" will show all possible sudo commands of the current user. + + Attention: Please do not use the + options "Defaults requiretty" and "Defaults env_reset" in /etc/sudoers. + Otherwise you might get errors like "you must have a tty to run sudo" or + "no tty present and no askpass program specified".