Re: StartupItemContext & Darwin 6.x
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Shantonu On Feb 27, 2005, at 5:56 AM, Stéphane Sudre wrote: On dimanche, février 27, 2005, at 04:03 AM, Kevin Van Vechten wrote: - Kevin On Feb 26, 2005, at 2:41 PM, Stéphane Sudre wrote: Is it possible to get the same behavior by running: SystemStarter -v start TheServiceName then? The only solution is to restart the computer, isn't it? _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... In Darwin 6, you can ssh in to the machine as root and start the daemon. In Darwin 6, ssh connections did not get put into their own bootstrap subset context, and used the context of the master sshd, which was the root bootstrap context. I believe executing SystemStarter on the command line will use the login context by default, which is the reason StartupItemContext was invented. On mercredi, février 23, 2005, at 02:55 AM, Kevin Van Vechten wrote: These commands have no equivalent in Darwin 6.x, they were introduced in Darwin 7.x. Event though StartupItemContext compiles on Darwin 6.x, it may require support from mach_init which isn't present in that version (this is just speculation). The How-To in the Darwin documentation (and the man page of SystemStarter in 10.2.8) is not really clear on the context. Would it be a StartupItem context (bootstrap) or another one? So basically, there is no way in Mac OS X 10.2 to cleanly kill a bootstrap process and relaunch it. _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/ssen% 40opendarwin.org This email sent to ssen@opendarwin.org This email sent to site_archiver@lists.apple.com
participants (1)
-
Shantonu Sen