Gentoo Archives: gentoo-user

From: Jacques Montier <jmontier@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: bash upgrading problem
Date: Mon, 21 Jan 2019 18:25:33
Message-Id: CAHVEG0CaBZE7wVVAFV6HvYuva0qO=ETPwQwiW4ELOUNnZE9nsw@mail.gmail.com
In Reply to: [gentoo-user] Re: bash upgrading problem by Nikos Chantziaras
1 Le lun. 21 janv. 2019 à 19:04, Nikos Chantziaras <realnc@×××××.com> a
2 écrit :
3
4 >
5 > I can't see why "emerge -uv bash" would ever invoke sudo. So I'd say
6 > that you should first find out what command is being executed with sudo.
7 > To do that, try to emerge bash, and when the sudo prompt pops up, switch
8 > to another terminal window and do:
9 >
10 > ps aux | grep sudo
11 >
12 > What's the output of that?
13 >
14 >
15 >
16 ps aux | grep sudo
17 267:root 19845 0.0 0.0 54260 4304 pts/0 S+ 19:23 0:00 sudo
18 eix-update
19 269:root 19857 0.0 0.0 10856 916 pts/1 S+ 19:24 0:00 grep
20 -n sudo
21
22 --
23 Jacques

Replies

Subject Author
[gentoo-user] Re: bash upgrading problem Nikos Chantziaras <realnc@×××××.com>