You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by "Thomas Bouron (JIRA)" <ji...@apache.org> on 2015/06/19 16:58:00 UTC

[jira] [Created] (BROOKLYN-150) Error creating user group on Suse 11 SP3 Entreprise Server

Thomas Bouron created BROOKLYN-150:
--------------------------------------

             Summary: Error creating user group on Suse 11 SP3 Entreprise Server
                 Key: BROOKLYN-150
                 URL: https://issues.apache.org/jira/browse/BROOKLYN-150
             Project: Brooklyn
          Issue Type: Bug
    Affects Versions: 0.7.0-M2
         Environment: Suse 11 SP3 Entreprise Server
            Reporter: Thomas Bouron


When Brooklyn finishes to provision the VM, it tries to create a new user and the group "wheel" by executing {{groupadd -f wheel}} command.

On Suse 11 SP3 Entreprise Server, the {{-f}} option does not exists and therefore, the command returns a {{9}} exit cod. This causes the VM provisioning to fail. Here are the related trace from the debug log:

{code}
2015-06-19 10:26:22,592 DEBUG brooklyn.SSH [Thread-236778]: [root@129.185.160.28:22:stderr] groupadd: Group `wheel' already exists.
2015-06-19 10:26:22,592 WARN  b.l.jclouds.JcloudsLocation [brooklyn-execmanager-KYIvifUV-8424]: exit code 9 when creating user for {id=urn:vcloud:....}
{code}



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