@scottalanmiller said in Errors Installing SaltStack on NetBSD 7.1.1:
Got it, it was a packaging versioning issue. I had accidentally set the verison to 8.0 when it was 7.1.1. I got a clean install and set the package version correctly and now it works fine.
If you want to know how to set the version accurately automatically, try this that I just made...
export PKG_PATH="http://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/`uname -m`/`uname -r`/All/"
That's exactly what I was thinking but didn't say anything. I wanted to see what you'd do.