site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Yes, kernel core dumps work on Intel since around the time of the Mac Pro. S+E -- Quinn "The Eskimo!" <http://www.apple.com/developer/> Apple Developer Relations, Developer Technical Support, Core OS/Hardware At 13:58 -0700 18/9/07, Terry Lambert wrote: That's the most recent documentation. It seems a bit dated; I'm pretty sure it works on Intel machines these days, and has for a while. We're in the process of updating TN2118. The plan is a publish an interim version, with the Intel information corrected, and then follow that up with a full revision (probably post-Leopard). However, for a variety of reasons, both human and technical, the interim update hasn't made it to the public web site yet. I expect that the folks responsible will have that corrected very soon. As far as launchd integration goes, that info will be in the full revision. In the interim, I've pasted a launchd property list file that you can use on 10.4.x. Oh, and I fully expect that future system software will include an appropriate property list by default (albeit disabled). Sorry about the delays. Sometimes it seems like the Technote Gods are laughing at us )-: --------------------------------------------------------------------------- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>InitGroups</key> <true/> <key>Label</key> <string>com.apple.kdumpd</string> <key>ProgramArguments</key> <array> <string>/usr/libexec/kdumpd</string> <string>/PanicDumps</string> </array> <key>Sockets</key> <dict> <key>Listener</key> <dict> <key>SockServiceName</key> <string>1069</string> <key>SockType</key> <string>dgram</string> </dict> </dict> <key>UserName</key> <string>nobody</string> <key>inetdCompatibility</key> <dict> <key>Wait</key> <true/> </dict> </dict> </plist> --------------------------------------------------------------------------- _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Quinn