Sudo: Difference between revisions

From DWIKI
 
Line 23: Line 23:
== no password ==
== no password ==
  %sudo  ALL=(ALL) NOPASSWD: ALL
  %sudo  ALL=(ALL) NOPASSWD: ALL
== sudo: unable to resolve host ==
Fix /etc/hosts

Latest revision as of 14:09, 27 May 2024

Links

FAQ

sudo: sorry, you must have a tty to run sudo

Defaults:zabbix !requiretty
      

sudo: foo : user NOT in sudoers

maybe you tried including a file like /etc/sudoers.d/foo.conf ?


enable file after adding to /etc/sudoers.d/

visudo -v /etc/sudoers.d/myfile

no password

%sudo  ALL=(ALL) NOPASSWD: ALL

sudo: unable to resolve host

Fix /etc/hosts