Bug 246

Summary: Problem with background mode
Product: Sudo Reporter: Roland Baudin <roland65>
Component: SudoAssignee: Todd C. Miller <Todd.Miller>
Status: ASSIGNED ---    
Severity: normal    
Priority: low    
Version: 1.6.8   
Hardware: PC   
OS: Linux   

Description Roland Baudin 2007-05-11 10:47:19 MDT
Hi,
in a program, I tried to launch sudo in background using the following command :
xterm -e 'sudo -b /usr/bin/gedit'
but the gedit program is never launched.
I tried :
xterm -e 'sudo /usr/bin/gedit'
and this worked.
So I suspect a problem with the background mode...
My system : Debian Etch, xterm(225), and sudo 1.6.8p12
Thanks for your help!
Roland