[
https://issues.apache.org/jira/browse/BROOKLYN-150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aled Sage resolved BROOKLYN-150.
--------------------------------
Resolution: Fixed
Fix Version/s: 0.9.0
This is related to https://issues.apache.org/jira/browse/BROOKLYN-188. Also see
the fix in https://github.com/jclouds/jclouds/pull/868, which should have fixed
this as well.
> 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
> Fix For: 0.9.0
>
>
> 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]:
> [[email protected]: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.15#6346)