I've finally got the my mac mini up to run the regression tests and it
currently fails with the following error.
I'm not sure if this is a new problem or not, though, and I'm
completely unfamiliar with OS/X's sandboxing. To me it reads like
sshd is trying to load the dynamic library from inside the preauth
privsep chroot and failing.
ssh_sandbox_child: sandbox_init: dlopen(/usr/lib/libsandbox.1.dylib,
261): image not found [preauth]
debug1: do_cleanup [preauth]
debug1: monitor_read_log: child log fd closed
$ ls -l /usr/lib/libsandbox.1.dylib
-rwxr-xr-x 1 root wheel 383216 Dec 11 16:21 /usr/lib/libsandbox.1.dylib
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
On Tue, Feb 23, 2016 at 11:22 AM, Darren Tucker <dtucker at zip.com.au> wrote: [...]> ssh_sandbox_child: sandbox_init: dlopen(/usr/lib/libsandbox.1.dylib, > 261): image not found [preauth]For the record: fixed by djm in https://anongit.mindrot.org/openssh.git/commit/?id=39f303b1f36d934d8410b05625f25c7bcb75db4d -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.