On 2017-03-10, Allan Streib <[email protected]> wrote: > Solved. As these things usually are, it was simple in hindsight. > > # ls -ld / > drwxr-x--- 13 root wheel 512 Mar 7 15:09 /
Ah, I should have thought of checking directory perms. There are definitely somesituarions where pkg_add (which is used by openup) has problems if run with a restrictive umask, so it might be somethimg to do with that, or it might be something to do with the script that gets run when the binpatch package is installed. You'll have better luck with these if you "umask 022" before running them.

