Closed aaaaalbert closed 9 years ago
Darwin Kernel Version 14.5.0: Wed Jul 29 02:26:53 PDT 2015; root:xnu-2782.40.9~1/RELEASE_X86_64 10.10.5 N/A
Thanks!
Darwin Kernel Version 13.4.0: Wed Mar 18 16:20:14 PDT 2015; root:xnu-2422.115.14~1/RELEASE_X86_64 kern.ipc.maxsockets: 512
Darwin Kernel Version 12.6.0: Wed Mar 18 16:23:48 PDT 2015; root:xnu-2050.48.19~1/RELEASE_X86_64 kern.ipc.maxsockets: 512
$ uname -v; sysctl kern.ipc.maxsockets Darwin Kernel Version 13.4.0: Wed Mar 18 16:20:14 PDT 2015; root:xnu-2422.115.14~1/RELEASE_X86_64 kern.ipc.maxsockets: 512
Per PR #7, my fix is to use a default of 512
.
Thank you all for testing and contibuting!
The Mac/BSD resource measurement script expects a
sysctl
key namedkern.ipc.maxsockets
to find the maximum number of sockets that a Seattle install should use. On OS X 10.10, this key does not always exist, and the mechanics of when it exists or is missing are unknown currently.The error is seen during install,
David A. Herrera from Universidad Antonio Nariño in Colombia helped developing and testing a patch, which essentially goes and preinitializes the number to
512
(the number found on my OS 10.6.8 box).Before sending a PR, I would appreciate any Mac users to chime in and report the value found on their machines (if it exists!) by sending the output of
Thanks everyone for contributing!