You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Vitaly Brodetskyi (JIRA)" <ji...@apache.org> on 2015/04/29 18:50:06 UTC

[jira] [Created] (AMBARI-10841) If /selinux/enforce file exists with value 0 cluster deployment fails

Vitaly Brodetskyi created AMBARI-10841:
------------------------------------------

             Summary: If /selinux/enforce file exists with value 0 cluster deployment fails
                 Key: AMBARI-10841
                 URL: https://issues.apache.org/jira/browse/AMBARI-10841
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: 2.1.0
            Reporter: Vitaly Brodetskyi
            Assignee: Vitaly Brodetskyi
            Priority: Critical
             Fix For: 2.1.0


If file {{/selinux/enforce}} exists with value 0, then service starts fail with the error:

{noformat}
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 214, in execute
    method(env)
  File "/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/hooks/before-START/scripts/hook.py", line 32, in hook
    setup_hadoop()
  File "/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/hooks/before-START/scripts/shared_initialization.py", line 32, in setup_hadoop
    sudo=True,
  File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 148, in __init__
    self.env.run()
  File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 152, in run
    self.run_action(resource, action)
  File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 118, in run_action
    provider_action()
  File "/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py", line 274, in action_run
    raise ex
Fail: Execution of 'setenforce 0' returned 1. setenforce: SELinux is disabled
{noformat}



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