Advertisement
Guest User

Untitled

a guest
Aug 12th, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. root@cas-apple-salt:/etc/salt# salt 'CAS-15561' state.highstate
  2. CAS-15561:
  3. ----------
  4. State: - cmd
  5. Name: munki
  6. Function: script
  7. Result: False
  8. Comment: An exception occurred in this state: Traceback (most recent call last):
  9. File "/Library/Python/2.7/site-packages/salt/state.py", line 1237, in call
  10. *cdata['args'], **cdata['kwargs'])
  11. File "/Library/Python/2.7/site-packages/salt/states/cmd.py", line 629, in script
  12. run_check_cmd_kwargs, onlyif, unless, group
  13. File "/Library/Python/2.7/site-packages/salt/states/cmd.py", line 227, in _run_check
  14. if __salt__['cmd.retcode'](unless, **cmd_kwargs) == 0:
  15. File "/Library/Python/2.7/site-packages/salt/modules/cmdmod.py", line 660, in retcode
  16. timeout=timeout)['retcode']
  17. File "/Library/Python/2.7/site-packages/salt/modules/cmdmod.py", line 317, in _run
  18. proc = salt.utils.timed_subprocess.TimedProc(cmd, **kwargs)
  19. File "/Library/Python/2.7/site-packages/salt/utils/timed_subprocess.py", line 20, in __init__
  20. self.process = subprocess.Popen(args, stdin=subprocess.PIPE, **kwargs)
  21. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 679, in __init__
  22. errread, errwrite)
  23. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1228, in _execute_child
  24. raise child_exception
  25. CommandExecutionError: Failed to set supplemental groups to [80, 29, 1, 2, 5, 9, 8, 20, 3, 4, 1, 2, 3, 4, 5, 8, 9, 20, 29, 80]. Error: [Errno 22] Invalid argument
  26.  
  27. Changes:
  28. ----------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement