Advertisement
Guest User

Error

a guest
Oct 22nd, 2014
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. sudo salt '*' state.highstate
  2.  
  3. Output
  4.  
  5. ----------
  6. ID: eth0
  7. Function: network.managed
  8. Result: False
  9. Comment: Interface file malformed: ['iface', 'eth0', 'inet'].
  10. Changes:
  11.  
  12.  
  13. sudo salt-call -l trace state.highstate
  14.  
  15. [INFO ] Executing state network.managed for eth0
  16. [ERROR ] Interface file malformed: ['iface', 'eth0', 'inet'].
  17. [WARNING ] /usr/lib/python2.7/dist-packages/salt/states/network.py:237: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  18. ret['comment'] = error.message
  19.  
  20. [ERROR ] Interface file malformed: ['iface', 'eth0', 'inet'].
  21. [INFO ] Completed state [eth0] at time 14:54:41.831394
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement