Le lun. 21 janv. 2019 à 19:04, Nikos Chantziaras <rea...@gmail.com> a écrit :
> > I can't see why "emerge -uv bash" would ever invoke sudo. So I'd say > that you should first find out what command is being executed with sudo. > To do that, try to emerge bash, and when the sudo prompt pops up, switch > to another terminal window and do: > > ps aux | grep sudo > > What's the output of that? > > > ps aux | grep sudo 267:root 19845 0.0 0.0 54260 4304 pts/0 S+ 19:23 0:00 sudo eix-update 269:root 19857 0.0 0.0 10856 916 pts/1 S+ 19:24 0:00 grep -n sudo -- Jacques