Advertisement
Guest User

Untitled

a guest
Jan 26th, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.29 KB | None | 0 0
  1. 2015-01-26 14:22:56.176 ERROR sahara.service.ops [-] Error during operating cluster 'cluster' (reason: RemoteCommandException: Error during command execution: "echo "mapr:mapr"|chpasswd"
  2. Return code: 1
  3. STDERR:
  4. chpasswd: (user mapr) pam_chauthtok() failed, error:
  5. Authentication token manipulation error
  6. chpasswd: (line 1, user mapr) password not changed
  7. )
  8. 2015-01-26 14:22:56.176 TRACE sahara.service.ops Traceback (most recent call last):
  9. 2015-01-26 14:22:56.176 TRACE sahara.service.ops File "/opt/stack/sahara/sahara/service/ops.py", line 113, in wrapper
  10. 2015-01-26 14:22:56.176 TRACE sahara.service.ops f(cluster_id, *args, **kwds)
  11. 2015-01-26 14:22:56.176 TRACE sahara.service.ops File "/opt/stack/sahara/sahara/service/ops.py", line 243, in _provision_scaled_cluster
  12. 2015-01-26 14:22:56.176 TRACE sahara.service.ops plugin.scale_cluster(cluster, instances)
  13. 2015-01-26 14:22:56.176 TRACE sahara.service.ops File "/opt/stack/sahara/sahara/plugins/mapr/plugin.py", line 61, in scale_cluster
  14. 2015-01-26 14:22:56.176 TRACE sahara.service.ops v_handler.scale_cluster(cluster, instances)
  15. 2015-01-26 14:22:56.176 TRACE sahara.service.ops File "/opt/stack/sahara/sahara/plugins/mapr/base/base_version_handler.py", line 119, in scale_cluster
  16. 2015-01-26 14:22:56.176 TRACE sahara.service.ops self.configurer.configure(cluster_context, instances)
  17. 2015-01-26 14:22:56.176 TRACE sahara.service.ops File "/opt/stack/sahara/sahara/plugins/mapr/base/base_cluster_configurer.py", line 73, in configure
  18. 2015-01-26 14:22:56.176 TRACE sahara.service.ops self._configure_environment(cluster_context, instances)
  19. 2015-01-26 14:22:56.176 TRACE sahara.service.ops File "/opt/stack/sahara/sahara/plugins/mapr/base/base_cluster_configurer.py", line 202, in _configure_environment
  20. 2015-01-26 14:22:56.176 TRACE sahara.service.ops self.configure_general_environment(cluster_context, instances)
  21. 2015-01-26 14:22:56.176 TRACE sahara.service.ops File "/opt/stack/sahara/sahara/plugins/mapr/base/base_cluster_configurer.py", line 249, in configure_general_environment
  22. 2015-01-26 14:22:56.176 TRACE sahara.service.ops self._set_user_password(i)
  23. 2015-01-26 14:22:56.176 TRACE sahara.service.ops File "/opt/stack/sahara/sahara/plugins/mapr/base/base_cluster_configurer.py", line 256, in _set_user_password
  24. 2015-01-26 14:22:56.176 TRACE sahara.service.ops run_as_root=True)
  25. 2015-01-26 14:22:56.176 TRACE sahara.service.ops File "/opt/stack/sahara/sahara/utils/ssh_remote.py", line 411, in execute_command
  26. 2015-01-26 14:22:56.176 TRACE sahara.service.ops get_stderr, raise_when_error)
  27. 2015-01-26 14:22:56.176 TRACE sahara.service.ops File "/opt/stack/sahara/sahara/utils/ssh_remote.py", line 480, in _run_s
  28. 2015-01-26 14:22:56.176 TRACE sahara.service.ops return self._run_with_log(func, timeout, *args, **kwargs)
  29. 2015-01-26 14:22:56.176 TRACE sahara.service.ops File "/opt/stack/sahara/sahara/utils/ssh_remote.py", line 368, in _run_with_log
  30. 2015-01-26 14:22:56.176 TRACE sahara.service.ops return self._run(func, *args, **kwargs)
  31. 2015-01-26 14:22:56.176 TRACE sahara.service.ops File "/opt/stack/sahara/sahara/utils/ssh_remote.py", line 477, in _run
  32. 2015-01-26 14:22:56.176 TRACE sahara.service.ops return procutils.run_in_subprocess(self.proc, func, args, kwargs)
  33. 2015-01-26 14:22:56.176 TRACE sahara.service.ops File "/opt/stack/sahara/sahara/utils/procutils.py", line 52, in run_in_subprocess
  34. 2015-01-26 14:22:56.176 TRACE sahara.service.ops raise SubprocessException(result['exception'])
  35. 2015-01-26 14:22:56.176 TRACE sahara.service.ops SubprocessException: RemoteCommandException: Error during command execution: "echo "mapr:mapr"|chpasswd"
  36. 2015-01-26 14:22:56.176 TRACE sahara.service.ops Return code: 1
  37. 2015-01-26 14:22:56.176 TRACE sahara.service.ops STDERR:
  38. 2015-01-26 14:22:56.176 TRACE sahara.service.ops chpasswd: (user mapr) pam_chauthtok() failed, error:
  39. 2015-01-26 14:22:56.176 TRACE sahara.service.ops Authentication token manipulation error
  40. 2015-01-26 14:22:56.176 TRACE sahara.service.ops chpasswd: (line 1, user mapr) password not changed
  41. 2015-01-26 14:22:56.176 TRACE sahara.service.ops
  42. 2015-01-26 14:22:56.176 TRACE sahara.service.ops
  43. 2015-01-26 14:22:56.349 INFO sahara.utils.general [-] Cluster status has been changed: id=4e12b0de-ab9c-4eaa-a589-b947a4eec3d6, New status=Error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement