You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to call network.traceroute on an OSX (Darwin) minion fails with a Traceback:
$ salt '_' network.traceroute cuda-fs1
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/salt/minion.py", line 428, in _thread_return
ret['return'] = func(_args, **kwargs)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/salt/modules/network.py", line 291, in traceroute
traceroute_version = re.findall('version (\d+).(\d+).(\d+)', out2)[0]
IndexError: list index out of range
Same exact thing works for Windows & Linux minions. Master is running 0.14.1.
The text was updated successfully, but these errors were encountered:
Trying to call network.traceroute on an OSX (Darwin) minion fails with a Traceback:
$ salt '_' network.traceroute cuda-fs1
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/salt/minion.py", line 428, in _thread_return
ret['return'] = func(_args, **kwargs)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/salt/modules/network.py", line 291, in traceroute
traceroute_version = re.findall('version (\d+).(\d+).(\d+)', out2)[0]
IndexError: list index out of range
Same exact thing works for Windows & Linux minions. Master is running 0.14.1.
The text was updated successfully, but these errors were encountered: