Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: bash upgrading problem
Date: Mon, 21 Jan 2019 18:03:44
Message-Id: q251hd$66b6$1@ciao.gmane.org
In Reply to: Re: [gentoo-user] Re: bash upgrading problem by Jacques Montier
1 On 19/01/2019 12:51, Jacques Montier wrote:
2 > I did not have any problem with bash emerge so far.
3 > Here is the attached log.
4 > As usual, i successfully logged with my root password (su -) and then
5 > #emerge -uv bash
6 >
7 > The only thing i did some days ago, was to change my user jacques password.
8 > In the sudoers file, i have the row : jacques ALL=(ALL) NOPASSWD: ALL
9 > So with sudo, i don't have to write the root password.
10 >
11 > It is not version bash related as i tried to re-emerge the
12 > installed app-shells/bash and it fails.
13
14 I can't see why "emerge -uv bash" would ever invoke sudo. So I'd say
15 that you should first find out what command is being executed with sudo.
16 To do that, try to emerge bash, and when the sudo prompt pops up, switch
17 to another terminal window and do:
18
19 ps aux | grep sudo
20
21 What's the output of that?

Replies

Subject Author
Re: [gentoo-user] Re: bash upgrading problem Jacques Montier <jmontier@×××××.com>