You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Andrew Onischuk (JIRA)" <ji...@apache.org> on 2014/02/05 13:30:10 UTC

[jira] [Created] (AMBARI-4531) Failures on Suse install for Baikal

Andrew Onischuk created AMBARI-4531:
---------------------------------------

             Summary: Failures on Suse install for Baikal
                 Key: AMBARI-4531
                 URL: https://issues.apache.org/jira/browse/AMBARI-4531
             Project: Ambari
          Issue Type: Bug
            Reporter: Andrew Onischuk
            Assignee: Andrew Onischuk
             Fix For: 1.5.0


{code}
    provider_action()
  File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/__init__.py", line 40, in action_install
    self.install_package(package_name)
  File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/zypper.py", line 34, in install_package
    shell.checked_call(cmd)
  File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 32, in checked_call
    return _call(command, logoutput, True, cwd, env, preexec_fn, user)
  File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 72, in _call
    raise Fail(err_msg)
Fail: Execution of '/usr/bin/zypper --quiet install --auto-agree-with-licenses --no-confirm net-snmp-utils' returned 104. 'net-snmp-utils' not found.
stdout:   /var/lib/ambari-agent/data/output-131.txt

    provider_action()
  File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/__init__.py", line 40, in action_install
    self.install_package(package_name)
  File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/zypper.py", line 34, in install_package
    shell.checked_call(cmd)
  File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 32, in checked_call
    return _call(command, logoutput, True, cwd, env, preexec_fn, user)
  File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 72, in _call
    raise Fail(err_msg)
Fail: Execution of '/usr/bin/zypper --quiet install --auto-agree-with-licenses --no-confirm net-snmp-utils' returned 104. 'net-snmp-utils' not found.
{code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)