Re: starting deamon from Post Install script error
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:mime-version:in-reply-to :references:content-type:message-id:content-transfer-encoding:from :subject:date:to:x-mailer; bh=ivStibnkO61DuNury1npwUxQBTN/Hrr7goTFQ2I36c8=; b=b8awbdV9EoznPEXi4J+RS8/Xy13F7NbK2XtT75o3TSXIDj/aLf3igmMfE+soDX5u7J jdVp1Ws6c+SPKpgt8hDasflR2rWuTNZ60sj7OXSY3rs7C2o2vleYbIwqXm5VcTSPC2hL abPLtHlPjTAj5EbEDzuZdJnM1Zv5pCUJ31irY= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:content-type:message-id :content-transfer-encoding:from:subject:date:to:x-mailer; b=CGvGWKcMq23uMTgbkN4nSTWu6nY8FaRrC2dSycaUMunKuLB/Lml3cPW3Sv7CC35BsX rV2ppgKSRGOYPr1+5WnyPJoAErJ7f1YeHOPXou42KzkOgnItFSs5Nmg9+XgXK0vFq929 wAGv450gGZeJB0BD+AnUh8oVHSElyb3mW8myI= On Dec 4, 2009, at 9:53 AM, Sivasankar Muthusamy wrote: hi all, _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... I have developed a deamon process which is like a tcp server. While installtion i start my deamon using "SystemStarter" from post install script, It starts fine. But when i try to connect from client it is crashing. If i kill that process and start again using SystemStarter it is working fine. or if i start it Manually from terminal it workin fine. the command which i used to start my deamon server in post install script and manually from terminal is sudo /sbin/SystemStarter start myserver I dont know what is the problem in starting this deamon from post install script using the above command line. Anyone Please help... Unless you need to support systems prior to Tiger, just switch to launchd. This email sent to site_archiver@lists.apple.com
participants (1)
-
Iceberg-Dev