Bug 1635961

Summary: sudo does not work
Product: Red Hat Developer Toolset Reporter: GV <rhel>
Component: devtoolset-7-toolchain-containerAssignee: Marek Polacek <mpolacek>
Status: CLOSED DUPLICATE QA Contact: qe-baseos-tools-bugs
Severity: high Docs Contact:
Priority: unspecified    
Version: unspecified   
Target Milestone: alpha   
Target Release: 8.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-10-09 15:52:14 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description GV 2018-10-04 06:13:52 UTC
Description of problem:
$ sudo -V
/var/tmp/sclWC1Nlf: line 8: -V: command not found
$sudo -h
/var/tmp/sclCp4Cct: line 8: -h: command not found
$ sudo -- bash
/var/tmp/sclxlN7dp: line 8: --: command not found
$ sudo -n -- bash
/var/tmp/sclzhzU3U: line 8: -n: command not found
$ which sudo
/opt/rh/devtoolset-7/root/usr/bin/sudo
$ rpm -qf /opt/rh/devtoolset-7/root/usr/bin/sudo
devtoolset-7-runtime-7.1-4.el7.x86_64

Comment 2 Marek Polacek 2018-10-09 15:52:14 UTC

*** This bug has been marked as a duplicate of bug 1319936 ***