You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Dmitry Lysnichenko (JIRA)" <ji...@apache.org> on 2014/08/20 12:09:26 UTC

[jira] [Updated] (AMBARI-6934) Broken ambari-server setup on sles11sp1

     [ https://issues.apache.org/jira/browse/AMBARI-6934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dmitry Lysnichenko updated AMBARI-6934:
---------------------------------------

    Description: 
This commit AMBARI-6899 broke ambari-server setup on sles11sp1.
{code}
Adjusting ambari-server permissions and ownership...
Checking firewall...
Traceback (most recent call last):
  File "/usr/sbin/ambari-server.py", line 4422, in <module>
    main()
  File "/usr/sbin/ambari-server.py", line 4224, in main
    setup(options)
  File "/usr/sbin/ambari-server.py", line 2142, in setup
    if firewall_obj.stderrdata and len(firewall_obj.stderrdata) > 0:
AttributeError: 'SuseFirewallChecks' object has no attribute 'stderrdata'
{code}


Little more info; We do have iptables installed but no rules defined at install time. 
{code}
host # iptables -L
Chain INPUT (policy ACCEPT)
target     prot opt source               destination
Chain FORWARD (policy ACCEPT)
target     prot opt source               destination
Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination

I think SusEfirewall is strictly a opensuse package;

host # service SuSEfirewall2 status
service: no such service SuSEfirewall2
{code}

  was:
This commit AMBARI-6899 broke ambari-server setup on sles11sp1.
{code}
Adjusting ambari-server permissions and ownership...
Checking firewall...
Traceback (most recent call last):
  File "/usr/sbin/ambari-server.py", line 4422, in <module>
    main()
  File "/usr/sbin/ambari-server.py", line 4224, in main
    setup(options)
  File "/usr/sbin/ambari-server.py", line 2142, in setup
    if firewall_obj.stderrdata and len(firewall_obj.stderrdata) > 0:
AttributeError: 'SuseFirewallChecks' object has no attribute 'stderrdata'
{code}


> Broken ambari-server setup on sles11sp1
> ---------------------------------------
>
>                 Key: AMBARI-6934
>                 URL: https://issues.apache.org/jira/browse/AMBARI-6934
>             Project: Ambari
>          Issue Type: Task
>          Components: controller
>    Affects Versions: 1.7.0
>            Reporter: Dmitry Lysnichenko
>            Assignee: Dmitry Lysnichenko
>             Fix For: 1.7.0
>
>
> This commit AMBARI-6899 broke ambari-server setup on sles11sp1.
> {code}
> Adjusting ambari-server permissions and ownership...
> Checking firewall...
> Traceback (most recent call last):
>   File "/usr/sbin/ambari-server.py", line 4422, in <module>
>     main()
>   File "/usr/sbin/ambari-server.py", line 4224, in main
>     setup(options)
>   File "/usr/sbin/ambari-server.py", line 2142, in setup
>     if firewall_obj.stderrdata and len(firewall_obj.stderrdata) > 0:
> AttributeError: 'SuseFirewallChecks' object has no attribute 'stderrdata'
> {code}
> Little more info; We do have iptables installed but no rules defined at install time. 
> {code}
> host # iptables -L
> Chain INPUT (policy ACCEPT)
> target     prot opt source               destination
> Chain FORWARD (policy ACCEPT)
> target     prot opt source               destination
> Chain OUTPUT (policy ACCEPT)
> target     prot opt source               destination
> I think SusEfirewall is strictly a opensuse package;
> host # service SuSEfirewall2 status
> service: no such service SuSEfirewall2
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)