Re: Socket (demand) based launchd daemons
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:cc:message-id:from:to:in-reply-to:content-type:mime-version:subject:date:references:x-mailer; bh=b7ULe5NtE8FB0+CzGSoF8kCjxTHfDntPRKykOwJEMA8=; b=nMwMC1qdoxvUsE9XAiLOdQrgRmi2TTNgQws0me/8+AaU4HIMBSd02pdFyuJp4Vf+ckz6YdYyZxtV9k173s0OwT2N8o0ElR9VTOxFOPQ08Tycg9X9LoXwlQg/HHJgNJKPGvRkwYyDwHdnbls6XNEWIYTwSxVc6Kuc45GYtm0KKk4= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type:mime-version:subject:date:references:x-mailer; b=nfosMPo48WUpCP/3L9a0GtPHuQT27QCjXqqyETq1dXtrFKkJ6yrNIPnGRunynf+4QcfdAqt5rtL0JO4ZNPtebjZYBFRRunHKg3GvGREtFvJBRfzWRQ5++Ma0L9ddNSJwd5jEBU6SkDyToegqscMYhbLO5PRbhErqMlC+KsMY8Rg= ERROR: While executing gem ... (Errno::EADDRINUSE) Address already in use - bind(2) Which makes sense. launchd has the socket (port) open so the server can not bind to it. The server needs to at least have the ability to accept the fd rather than starting from scratch. I'm going to poke around in the server code and see what I can find. Thank you for the help, Perry _______________________________________________ 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
participants (1)
-
Perry Smith