Am 30.11.2011 11:38, schrieb Hiisi:
> However in /etc/sudoers there's not a mention of my user. I've added the
> following string to it: hiisi   ALL=(ALL)       NOPASSWD: ALL
> Apparently it has no effect - I have to enter password each time sudo
> is invoked for the first time. What the heck and how do I solve this mystery?

where have you defined it and are this really TABs?

the following works since years on my build-machines to call "rpmbuild"
batch-scripts as builduser followed by a "yum localupdate" before the
next package is built to make sure that it uses the libraries from before

hopefully this is not broken in F16

## Allow root to run any commands anywhere
root    ALL=(ALL)       ALL
builduser   ALL=(ALL)       NOPASSWD: ALL

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to