MacNagios
MacNagios copied to clipboard
Support for Lion, Mountain Lion, possibly older versions still?
I use Lion as it works, still gets updates, and I have no compelling reason to upgrade.
I would really like to use your app but it seems I cannot due to the version of OSX I am using. How difficult would it be to add support for older versions?
Alright. I don't have an easy way to test on earlier versions but this build has a fix that handles the only 10.9 dependency that I know of: https://drive.google.com/file/d/0B8eMv4SjaICldVUzQ2VzcGZfRjQ
Please try it out and let me know. If it crashes also please include the stack trace in your reply so I can see what call is causing the problem.
Thank you for the quick reply. Can you provide instructions on generating a stack trace?
Please forgive my ignorance, I am not an expert Mac user. My Mac is used as a very expensive terminal emulator.
edit: I pulled this out of Console.app -
5/23/14 10:11:55.385 AM com.apple.coreservices.uiagent: May 23 10:11:55 lembascake CoreServicesUIAgent[86139] <Notice>: Application failed to launch (id = com.peabody.MacNagios, version = 0.3.1 reason = kLSIncompatibleSystemVersionErr)
5/23/14 3:26:24.957 PM MacNagios: Unable to load nib file: MainMenu, exiting
5/23/14 3:26:24.959 PM com.apple.launchd.peruser.501: ([0x0-0x2eb2eb].com.peabody.MacNagios[61647]) Exited with code: 1
5/23/14 3:28:52.401 PM MacNagios: Unable to load nib file: MainMenu, exiting
5/23/14 3:28:52.402 PM com.apple.launchd.peruser.501: ([0x0-0x2ef2ef].com.peabody.MacNagios[62247]) Exited with code: 1
5/23/14 3:28:54.754 PM MacNagios: Unable to load nib file: MainMenu, exiting
5/23/14 3:28:54.756 PM com.apple.launchd.peruser.501: ([0x0-0x2f02f0].com.peabody.MacNagios[62258]) Exited with code: 1
5/23/14 3:28:58.154 PM MacNagios: Unable to load nib file: MainMenu, exiting
5/23/14 3:28:58.156 PM com.apple.launchd.peruser.501: ([0x0-0x2f12f1].com.peabody.MacNagios[62277]) Exited with code: 1
Yeah I'm not sure myself but that console output might do just as well. It says version 0.3.1 there, so I'm wondering if either I forgot to update the version somewhere or you are not using the new build I gave you.
In any case, after looking this over, I'm going to try to build it against the 10.6 MacOS SDK. Will try that out hopefully tonight and if it builds and runs successfully with then I'll make a new version that I assume will work back to 10.6.
Any update on this?
Sorry - been very busy on other projects. I did give this a bit more work but ran into a few things and haven't been able to resolve it yet. Will try again when I can.
With OSX 10.10 out now, compatibility that far back is becoming less and less appealing. I did try some things on this a while back but was unable to make it work with the time that I had. If someone wants to contribute a pull request I'll be happy to review and merge if it's decent.