|
From: Marc P. <ma...@en...> - 2008-09-03 15:47:52
|
On Sep 3, 2008, at 10:15 AM, nadia kheffache wrote: > hi , > > I jute reintall backuppc, i have no error when i backup. when i > execut this command, i have no error: > > bash-3.1$ /usr/bin/sudo -u backuppc /usr/local/nagios/libexec/ > check_backuppc -v > BACKUPPC OK - (0/1) failures There is much discussion of sudo in the archives (search gmane), but the most likely is that your sudoers file requires that the caller have a TTY. Nagios plugins do not. Make sure that requiretty is disabled. -- Marc |