Comment 14 for bug 32906

Revision history for this message
mon (javiermon-deactivatedaccount) wrote : Re: sudo shouldn’t ABSOLUTELY NEED to look up the host it’s running on

Hi
Yesterday I did a dist-upgrade from gutsy, I haven't touched my sudoers file:

sudo grep -v '^#' /etc/sudoers | grep -v '^$'
Defaults !lecture,tty_tickets,!fqdn
root ALL=(ALL) ALL
%admin ALL=(ALL) ALL

I found the bug and had to add a manual entry in etc/hosts:
127.0.0.1 cube

This happens both on my laptop and desktop computer (both upgraded from gutsy to hardy)

thanks