site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:mime-version:subject:date:x-mailer; bh=3DTpok0ZVI6/ixfnRHsWnnK35AuHFOHbSpp42hbBi/4=; b=MGhXMqzxTfr8iJHQr/MyG9PJU+kcqGazQ5RXgXAmA5yPk7ACliJ+cBTLCA6oKmy6RN PlpJtTdl63g2Uz5yg3KpGaDX0twWEMkMXHYueorh7yw8JD9MZVHgi8BKH0YwVIb9lpnQ 6nYxkHz01a+9l2ft7mGz+eTuQZRU935Mb1uEE= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:mime-version:subject:date:x-mailer; b=asUo/mKSwpR/FWTuS5Ss2pAb6VmAbr67Or5ec8VDoW5O1KqLm3k2T2tNTe+nHFKwfG QYW5dH3eN2xH0V+AX5n56RXt4nwkWAloUvTbH45zdw2skkUcqbeY0/PYW0bwZRhUunUz r0ZUYt/JRaXBW1auG+yPkpfMDiIf0HLaCCek8= Hello all, I have a question about the launchd API from launch.h... background: Thanks, Jason _______________________________________________ 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... This email sent to site_archiver@lists.apple.com I have a daemon application that is using launchd but is a cross- platform application so I can't make it totally launchd aware (it's written in Java). It has a plist that lives in /Library/LaunchDaemons and starts up properly without any issues. My problem is that I have created a preference pane that I want the console use to be able to use to get status, set some configuration options and start/stop the service. The pref pane includes a setuid helper application that does proper authorization, etc. however, I can't seem to find my job through the launchd API in order to perform operaitons on it (start/stop, list status, etc). I'm thinking this is a mach-namespace issue... is there any way to resolve this? To force the API to use the root namespace??? I really don't want to write tons of hacks/scripts etc if possible. I am running on 10.5.5. If any other information is needed to assist, please let me know. smime.p7s