Con la versión 1.8.2-1 de sudo es necesario añadir las rutas «seguras» al fichero /etc/sudoers.

De lo contrario cuando ejecutes algo como sudo aptitude verás cosas como:

dpkg: warning: 'ldconfig' not found in PATH or not executable.
dpkg: warning: 'start-stop-daemon' not found in PATH or not executable.
dpkg: error: 2 expected programs not found in PATH or not executable.
Note: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin.

Para arreglarlo añade lo siguiente:

Defaults	secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"

Y listo.



blog comments powered by Disqus