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

Written by James McDonald

July 9, 2008

If you use fwbuilder to compile and install your firewall rules you may have come accross
“sudo: sorry, you must have a tty to run sudo”

This is caused by a setting in the /etc/sudoers file “Defaults requiretty”

As root run
visudo
and comment out that line with a hash symbol
# Defaults requiretty

This is posted here for my benefit and future reference only. I am not sure of what security implications making this change would have. I take no responsibility for anyone toasting their box or getting hacked as a result of this information. If in doubt don’t change the setting.

FWBuilder 2.1.16 on Windows
CentOS 5.x

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.

You May Also Like…

Clear HSTS Settings in CHrome

Open chrome://net-internals/#hsts enter the domain in the query field and click Query to confirm it has HSTS settings...

Ubuntu on Hyper-v

It boils town to installing linux-azure # as root or sudo apt-get update apt-get install linux-azure...