Skip to content

Instantly share code, notes, and snippets.

@jalons

jalons/minionlog Secret

Created December 23, 2014 18:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jalons/b95e62f3f3b7c2eacbeb to your computer and use it in GitHub Desktop.
Save jalons/b95e62f3f3b7c2eacbeb to your computer and use it in GitHub Desktop.
windows errors
2014-12-23 12:39:26,016 [salt.loader ][CRITICAL] Failed to load grains defined in grain file core.ip4 in function <funct
ion ip4 at 0x0000000002BE1518>, error:
Traceback (most recent call last):
File "salt/loader.py", line 911, in gen_grains
File "salt/grains/core.py", line 1024, in ip4
File "salt/utils/network.py", line 513, in ip_addrs
File "salt/utils/network.py", line 416, in interfaces
File "salt/utils/network.py", line 372, in win_interfaces
File "wmi.py", line 1147, in __getattr__
File "win32com/client/dynamic.py", line 522, in __getattr__
AttributeError: winmgmts:.Win32_NetworkAdapterConfiguration
2014-12-23 12:39:26,072 [salt.loader ][CRITICAL] Failed to load grains defined in grain file core.os_data in function <f
unction os_data at 0x0000000002BE1358>, error:
Traceback (most recent call last):
File "salt/loader.py", line 911, in gen_grains
File "salt/grains/core.py", line 775, in os_data
File "salt/grains/core.py", line 403, in _memdata
File "wmi.py", line 1147, in __getattr__
File "win32com/client/dynamic.py", line 522, in __getattr__
AttributeError: winmgmts:.Win32_PhysicalMemory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment