You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Alice Chen (JIRA)" <ji...@apache.org> on 2015/07/22 20:19:14 UTC

[jira] [Created] (TRAFODION-966) LP Bug: 1415661 - trafodion_install test for Trafodion username too late

Alice Chen created TRAFODION-966:
------------------------------------

             Summary: LP Bug: 1415661 - trafodion_install test for Trafodion username too late
                 Key: TRAFODION-966
                 URL: https://issues.apache.org/jira/browse/TRAFODION-966
             Project: Apache Trafodion
          Issue Type: Bug
          Components: installer
            Reporter: Chris Tjepkema
            Assignee: Amanda Moran


See https://bugs.launchpad.net/trafodion/+bug/1415657
traf_setup contains:
# make sure the user didn't specify the sudo userid as the Trafodion userid
# because we rewrite the .bashrc file and don't want to mess up the user's
# current environment
if [ "$USER" == "$TRAF_USER" ]; then
    echo "***ERROR: The Trafodion username cannot be the same as the install username"
    exit -1
fi

This test should be just before a test for sudo access in the beginning of trafodion_install



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)