Google instaló algo llamado
GoogleSoftwareUpdateAgent
Se ejecutará sin fin en segundo plano cada hora, consumiendo recursos y durando la batería.
Aquí hay un fragmento del registro del sistema de la Consola.
Aug 16 03:40:58 myMBA GoogleSoftwareUpdateAgent[18523]: 2017-08-16 03:40:58.581 GoogleSoftwareUpdateAgent[18523/0x7fffe42623c0] [lvl=2] -[KSAgentApp(PrivateMethods) setupLoggerOutput] Agent default/global settings: <KSAgentSettings:0x100420620 bundleID=com.google.Keystone.Agent lastCheck=2017-08-16 05:11:24 +0000 lastServerCheck=2017-08-16 05:11:22 +0000 lastCheckStart=2017-08-16 00:35:06 +0000 checkInterval=604800.000000 uiDisplayInterval=604800.000000 sleepInterval=60480.000000 jitterInterval=900 maxRunInterval=0.000000 isConsoleUser=1 ticketStorePath=/Users/xxxyyy/Library/Google/GoogleSoftwareUpdate/TicketStore/Keystone.ticketstore runMode=3 daemonUpdateEngineBrokerServiceName=com.google.Keystone.Daemon.UpdateEngine daemonAdministrationServiceName=com.google.Keystone.Daemon.Administration logEverything=0 logBufferSize=2048 alwaysPromptForUpdates=0 productIDToUpdate=(null) lastUIDisplayed=2016-09-03 01:32:53 +0000 alwaysShowStatusItem=0 updateCheckTag=(null) printResults=NO userInitiated=NO>
Aug 16 04:41:21 myMBA GoogleSoftwareUpdateAgent[18567]: 2017-08-16 04:41:21.560 GoogleSoftwareUpdateAgent[18567/0x7fffe42623c0] [lvl=2] -[KSAgentApp(PrivateMethods) setupLoggerOutput] Agent default/global settings: <KSAgentSettings:0x100332590 bundleID=com.google.Keystone.Agent lastCheck=2017-08-16 05:11:24 +0000 lastServerCheck=2017-08-16 05:11:22 +0000 lastCheckStart=2017-08-16 00:35:06 +0000 checkInterval=604800.000000 uiDisplayInterval=604800.000000 sleepInterval=60480.000000 jitterInterval=900 maxRunInterval=0.000000 isConsoleUser=1 ticketStorePath=/Users/xxxyyy/Library/Google/GoogleSoftwareUpdate/TicketStore/Keystone.ticketstore runMode=3 daemonUpdateEngineBrokerServiceName=com.google.Keystone.Daemon.UpdateEngine daemonAdministrationServiceName=com.google.Keystone.Daemon.Administration logEverything=0 logBufferSize=2048 alwaysPromptForUpdates=0 productIDToUpdate=(null) lastUIDisplayed=2016-09-03 01:32:53 +0000 alwaysShowStatusItem=0 updateCheckTag=(null) printResults=NO userInitiated=NO>
Parece que está intentando actualizar el software de Google en mi Mac. He cambiado su intervalo de verificación de 18000 (5 hr) a 604800 (una vez por semana) con
defaults write com.google.Keystone.Agent checkInterval 604800
pero está ignorando eso.
Macbook Air 2012 con Sierra.
¿Cómo puedo solucionarlo o eliminarlo?