6

linux sudo: no tty present and no askpass program specified

view full story
linux-howto

http://www.unix.com – Hi I have an Oracle DBA that is trying to install an RPM from Stratavia which is a web based portal and it executes the following: Code: Instance Wrapper=sudo -u oracle /opt/datapalette/jython/jython Server Wrapper=sudo -u root /opt/datapalette/jython/jython I've compared the /etc/sudoers file with another sudoers of a server where this was done successfully, but both file are identical wrt the oracle user Code: oracle ALL = NOPASSWD: DBSPI,NOPASSWD:NIMBUS oracle ALL = NOPASSWD: DBSPI,NOPASSWD:NIMBUS,NOPASSWD:ORA10204 datapal ALL = (oracle) NOPASSWD: ALL Please can someone (HowTos)