Google instalou algo chamado
GoogleSoftwareUpdateAgent
Isso funcionará infinitamente em segundo plano a cada hora, consumindo recursos e vida útil da bateria.
Aqui está um trecho do log do sistema do console.
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á tentando atualizar o software do Google no meu Mac. Alterei seu intervalo de verificação de 18000 (5 horas) para 604800 (uma vez por semana) com
defaults write com.google.Keystone.Agent checkInterval 604800
mas está ignorando isso.
Macbook Air 2012 com o Sierra.
Como faço para corrigi-lo ou matá-lo.
fonte