Mark Seidenstricker

Results 9 comments of Mark Seidenstricker

this works now if I only have security groups which match the exact cidr and ports listed. It still fails on rules which should not be in scope (different cidr)...

Yes it does seem to follow the reference you linked based on the `must only` condition. I was hoping for a way to look at all my security_group rules and...

If I use the current `must` condition then I'm still constrained by requiring all 4 ports in every group which has the 0.0.0.0/0 CIDR. The same if I use the...

Are you guys still having this issue? I remember hitting this as well, and I can look through my notes and post maybe more verbose steps to run the script...

I am running the 3.6.11+ kernel and using his script it does pull down and compile the right versions for me. The script gets the current kernel version from uname...

I'm not sure why, but the "make install" part the script dumps the .ko file into the 3.6.11 branch instead of the 3.6.11+ branch. That's why you have to manually...

We are experiencing this as well on the latest 2.12.0 release

Yes running once per subdirectory would work, but isn't ideal since my automation would then be customized for each repo. For now I've just abandoned yaml and written everything in...