Joe Eacott

Results 27 comments of Joe Eacott

Hi, I am trying to also use the Processing library and I'm not getting any information even to the Processing IDE. Can you explain what you have running on the...

@remyd1 Thanks for all this information. There seems to be problems often with git backends and the only person I know who has worked on that is @cmcmarrow so I'll...

@r-pufky Thanks for so much detail in the report. Ill get started on a fix for this.

So this boils down to salt see's the interface name as `Wintun Userspace Tunnel`, on Windows... But on linux, salt see's it as `salt-client`? And both systems are using `source_interface_name:...

It also looks like in `minion.py` there is a check for ``` if opts['source_interface_name']: log.trace("Custom source interface required: %s", opts["source_interface_name"]) interfaces = salt.utils.network.interfaces() log.trace("The following interfaces are available on this...

Thanks for getting all that information for me 😄 Going down the rabbit hole of all this _eventually_ leads to this function: ``` def get_interface_info(): """ This function will return...

Oh, finally could you run a `salt-call --local network.interfaces` for me and see what you get? Looks like we only count a network interface if its status is "Up", and...

You can also find the case described below.... https://portal.msrc.microsoft.com/en-us/security-guidance/releasenotedetail/2020-Mar The March 2020 information is missing CVE CVE-2020-0796 in the response data, which contains these KBs ... https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2020-0796 All of which...

This is also something I'd be interested in using. I find value in this because it means I don't have to create my own unique list from going month-to-month :)

@breshead Thanks for reporting this, I can confirm the behavior although the only difference is the type of exception that gets raised (even though the error message is the same)....