Advertisement
Guest User

Untitled

a guest
Nov 2nd, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. ----------
  2. State: - pkg
  3. Name: vim
  4. Function: installed
  5. Result: False
  6. Comment: An exception occurred in this state: Traceback (most recent call last):
  7. File "/usr/lib/python2.7/dist-packages/salt/state.py", line 1237, in call
  8. self.__run_num += 1
  9. File "/usr/lib/python2.7/dist-packages/salt/states/pkg.py", line 421, in installed
  10. fromrepo=fromrepo, **kwargs)
  11. File "/usr/lib/python2.7/dist-packages/salt/states/pkg.py", line 108, in _find_install_targets
  12. cur_pkgs = __salt__['pkg.list_pkgs'](versions_as_list=True)
  13. File "/usr/lib/python2.7/dist-packages/salt/modules/apt.py", line 601, in list_pkgs
  14. out = __salt__['cmd.run_all'](cmd).get('stdout', '')
  15. File "/usr/lib/python2.7/dist-packages/salt/modules/cmdmod.py", line 685, in run_all
  16. reset_system_locale=reset_system_locale)
  17. File "/usr/lib/python2.7/dist-packages/salt/modules/cmdmod.py", line 344, in _run
  18. proc = salt.utils.timed_subprocess.TimedProc(cmd, **kwargs)
  19. File "/usr/lib/python2.7/dist-packages/salt/utils/timed_subprocess.py", line 20, in __init__
  20. self.stdin = self.stdin.replace('\\n', '\n')
  21. TypeError: __init__() got an unexpected keyword argument 'with_communicate'
  22.  
  23. Changes:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement