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:20:09 UTC

[jira] [Created] (TRAFODION-1133) LP Bug: 1440836 - Fatal install error groupadd: group 'trafodion' already exists

Alice Chen created TRAFODION-1133:
-------------------------------------

             Summary: LP Bug: 1440836 - Fatal install error groupadd: group 'trafodion' already exists
                 Key: TRAFODION-1133
                 URL: https://issues.apache.org/jira/browse/TRAFODION-1133
             Project: Apache Trafodion
          Issue Type: Bug
          Components: installer
            Reporter: Chris Tjepkema
            Assignee: Amanda Moran
            Priority: Critical


installer-20150403_0830.tar.gz
Fatal install error if one node has group trafodion.



***INFO: modifying limits in /usr/lib/trafodion/trafodion.conf on all nodes
***INFO: create Trafodion userid "trafodion"
***INFO: Trafodion userid's (trafodion) home directory: /opt/trafodion
***INFO: testing sudo access
n004: groupadd: group 'trafodion' already exists
pdsh@n001: n004: ssh exited with exit code 9
***ERROR: unable to create Trafodion group: trafodion
***ERROR: Unable to create Trafodion userid: trafodion
***ERROR: Error while running traf_setup.
***ERROR: Setup not complete, review logs.
***ERROR: Exiting....

N004: groupdel trafodion

n004: groupadd: group 'trafodion' already exists
pdsh@n001: n004: ssh exited with exit code 9
n002: groupadd: group 'trafodion' already exists
pdsh@n001: n002: ssh exited with exit code 9
n003: groupadd: group 'trafodion' already exists


pdsh -w n001 -w n002 -w -n003 -w n004 groupdel trafodion
n004: groupdel: cannot remove the primary group of user 'trafodion'

pdsh -w n001 -w n002 -w -n003 -w n004 cat /etc/group | grep trafodion
n004: trafodion:x:501:

because Trafodion user exists on n004!
N004: userdel trafodion



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