Re: Why is Leopard annoying my users?
Re: Why is Leopard annoying my users?
- Subject: Re: Why is Leopard annoying my users?
- From: Alastair Houghton <email@hidden>
- Date: Tue, 20 Nov 2007 13:48:23 +0000
On 20 Nov 2007, at 00:34, James Bucanek wrote:
Poking around, I see these in /var/log/appfirewall.log
Nov 19 16:45:37 james-bucaneks-power-mac-g5 Firewall[45]: QRecall
is
listening from 0.0.0.0:49286 uid = 501 proto=6 Nov 19 16:45:37
james-bucaneks-power-mac-g5 Firewall[45]: QRecallScheduler is
listening
from 0.0.0.0:49287 uid = 501 proto=6 Nov 19 16:45:37
james-bucaneks-power-mac-g5 Firewall[45]: QRecallMonitor is
listening
from 0.0.0.0:49288 uid = 501 proto=6
My application is not a network service and is not creating any
incoming TCP sockets. I *am* creating some named BSD sockets for
distributed object communications (something I had to do to get the
app to run on Leopard -- yes, there's plenty of irony here).
Does anyone know what's causing this and how do I get it to stop?
Well regardless of whether or not you think your application isn't
creating any TCP sockets, it clearly is; protocol 6 is TCP and the
reason you're being pestered is that your programs are binding ports
for listening on any address.
Perhaps it's your DO set-up that needs altering here? Maybe posting
the code will help someone spot why it's trying to bind TCP sockets?
Kind regards,
Alastair.
--
http://alastairs-place.net
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden