Guys , suddenly I start to have Airport Base Station Agent it is eating some memory , I did investigate and these service is checking on the new software updates and monitoring base station status , but after I disable it all from airport admin utility service is still their , can you advise how to disable it completely without removing it manually from startup items and if we really need it ?
I also have noticed this process running under my activity monitor. I dont have an airport base station and therefore dont need this agent running and would like to stop i. I have removed this item from this accounts login preferences and also went under the airport utility and disable all checks that were being performed by the utility. Even after restart this service is still running.
How can i safely remove this app and/or stop this service from running>
I found a way to disable the Airport base station agent by modifying its startup files. I do not know what the implications for my system will be (I do not use an air port base station, nor Time Machine over WiFi).
First I went to the airport utility and disabled everything I found under preferences which was in any way connected to the daemon (it provides some searching and queering, I guess). Then opened the Terminal and navigated to
/System/Library/LaunchAgents .
+cd /System/Library/LaunchAgents+
opened the
com.apple.AirPortBaseStationAgent.plist file with vim (note the sudo):
+sudo vim com.apple.AirPortBaseStationAgent.plist+
Changed the following:
<key>OnDemand</key>
<false/>
with:
<key>OnDemand</key>
<true/>
Saved the file and closed vim. Then unloaded the daemon with:
Then rebooted and since the daemon is set to load only on demand now and there is no demand for it by anything on the system, it simply does not start.
This thread has been closed by the system or the community team.
You may vote for any posts you find helpful, or search the Community for additional answers.
AirPort Base Station Agent
Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.