Page 1 of 1

Sudo is killing Haguichi

Posted: Mon Dec 06, 2010 9:45 pm
by specmod0
Sudo keeps popping up asking for a password? for the program Haguichi, How do i stop it from asking for a password? its cutting me off from my work.

Re: Sudo is killing Haguichi

Posted: Mon Dec 06, 2010 10:05 pm
by specmod0
anyone know?

Re: Sudo is killing Haguichi

Posted: Tue Dec 07, 2010 9:25 am
by unexistance
Hi,

Locate the exact binary of haguichi, then:
- open a terminal
- sudo visudo
- add a new line like below line (modify accordingly)

Code: Select all

<actual-username>   ALL=(ALL) ALL,NOPASSWD: /full/path/to/haguichi
Regards,