Quando apro le Preferenze di Sistema (versione 14.0) e poi clicco su Sicurezza & Privacy, ricevo un messaggio di errore popup:
Preferences Error
There was an error in Security & Privacy preferences.
Sto usando macOS Sierra versione 10.12.4 (16E195) su MacBook Air (inizio 2014), Intel Core i5 da 1,4 GHz, DDR3 da 1600 GB a 4 MHz, Intel HD Graphics 5000 1536 MB
Informazioni sulle preferenze di sistema:
Version: 14.0
Obtained from: Apple
Last Modified: 4/12/17, 18:59
Kind: Intel
64-Bit (Intel): Yes
Signed by: Software Signing, Apple Code Signing Certification Authority, Apple Root CA
Location: /Applications/System Preferences.app
Ho cambiato l'impostazione della lingua, l'impostazione dell'ora, ecc. nel corso dell'uso. Non so molto sulla programmazione, ma ho usato Terminal per modificare alcune impostazioni manualmente. Ho anche cancellato alcuni file di cui avevo bisogno di una password da eliminare, per sbarazzarmi di iTunes. Perché mi sentivo così. Ho effettuato l'accesso su un altro account sullo stesso MacBook e ho riscontrato lo stesso problema con Preferenze di sistema > Sicurezza e amp; Trattamento dei dati personali.
Ho già provato a riavviare, accedere / uscire. Ho anche notato che mi sembra di essere in grado di aprire qualsiasi altra icona nelle preferenze di sistema. Il problema sembra probabile non è colpa mia, dato che è su entrambi i conti. È bene notare che ho usato la riga di comando per cercare di rivelare file e cose nascoste, ma non penso sia così.
Ero, in entrambi gli accessi, in un account amministratore con una password. Questo è l'errore della console:
error 10:53:05.711585 -0700 accountsd "ACDAuthenticationPluginManager: an authentication plugin of class (null) for auth type <private> could not be instantiated! Load Error: (null)"
error 10:53:05.711666 -0700 accountsd "The authentication plugin for account <private> could not be found!"
error 10:53:05.946849 -0700 accountsd "ACDAuthenticationPluginManager: an authentication plugin of class (null) for auth type <private> could not be instantiated! Load Error: (null)"
error 10:53:05.946930 -0700 accountsd "The authentication plugin for account <private> could not be found!"
error 10:53:06.046644 -0700 accountsd "ACDAuthenticationPluginManager: an authentication plugin of class (null) for auth type <private> could not be instantiated! Load Error: (null)"
error 10:53:06.046796 -0700 accountsd "The authentication plugin for account <private> could not be found!"
error 10:53:06.075493 -0700 com.apple.preference.security.remoteservice <private>
error 10:53:06.077179 -0700 com.apple.preference.security.remoteservice <private>
error 10:53:06.096064 -0700 sharingd SDConnectionManager:: XPC connection invalidated
error 10:53:06.127294 -0700 ReportCrash Failed to start process notifications for pid 674 (16)
Ho anche guardato alcune cose nel Terminale:
$ ls /Library/Preferences/com.apple.se*
/Library/Preferences/com.apple.security.appsandbox.plist
/Library/Preferences/com.apple.security.plist
/Library/Preferences/com.apple.security.systemidentities.plist
Ho provato la risposta contrassegnata come risolta da Maxym in " Sicurezza e riquadro di preferenze sulla privacy Error Mavericks " ma i clienti .plist non scompare:
Last login: Sun May 21 12:03:18 on ttys000
talib7@Elizabeths-MacBook-Air:~$ sudo -s
Password:
root@Elizabeths-MacBook-Air:~$ cd /var/db/locationd/
root@Elizabeths-MacBook-Air:/var/db/locationd$ ls -al
total 32
drwxr-x--- 5 _locationd _locationd 170 May 21 12:18 .
drwxr-xr-x 82 root wheel 2788 May 21 10:09 ..
drwx------ 4 _locationd _locationd 136 Sep 23 2014 Library
-rw-r--r-- 1 _locationd _locationd 5226 May 21 12:18 clients.plist
-rw-r--r-- 1 root _locationd 5000 May 21 10:45 clients.plist.saved
root@Elizabeths-MacBook-Air:/var/db/locationd$ killall locationd && rm clients.plist && killall locationd
root@Elizabeths-MacBook-Air:/var/db/locationd$ ls -al
total 32
drwxr-x--- 5 _locationd _locationd 170 May 21 12:28 .
drwxr-xr-x 82 root wheel 2788 May 21 10:09 ..
drwx------ 4 _locationd _locationd 136 Sep 23 2014 Library
-rw-r--r-- 1 _locationd _locationd 5226 May 21 12:28 clients.plist
-rw-r--r-- 1 root _locationd 5000 May 21 10:45 clients.plist.saved
root@Elizabeths-MacBook-Air:/var/db/locationd$ killall locationd && rm clients.plist && killall locationd
No matching processes were found
root@Elizabeths-MacBook-Air:/var/db/locationd$ ls -al
total 32
drwxr-x--- 5 _locationd _locationd 170 May 21 12:28 .
drwxr-xr-x 82 root wheel 2788 May 21 10:09 ..
drwx------ 4 _locationd _locationd 136 Sep 23 2014 Library
-rw-r--r-- 1 _locationd _locationd 5270 May 21 12:28 clients.plist
-rw-r--r-- 1 root _locationd 5000 May 21 10:45 clients.plist.saved
root@Elizabeths-MacBook-Air:/var/db/locationd$ killall locationd && cp clients.plist.saved clients.plist && killall locationd
root@Elizabeths-MacBook-Air:/var/db/locationd$ ls -al
total 32
drwxr-x--- 5 _locationd _locationd 170 May 21 12:28 .
drwxr-xr-x 82 root wheel 2788 May 21 10:09 ..
drwx------ 4 _locationd _locationd 136 Sep 23 2014 Library
-rw-r--r-- 1 _locationd _locationd 5270 May 21 12:28 clients.plist
-rw-r--r-- 1 root _locationd 5000 May 21 10:45 clients.plist.saved