Skip to content

Instantly share code, notes, and snippets.

@userow
Last active June 24, 2021 11:13
Show Gist options
  • Save userow/484d6ebcbf729230588f19b4ab73fc56 to your computer and use it in GitHub Desktop.
Save userow/484d6ebcbf729230588f19b4ab73fc56 to your computer and use it in GitHub Desktop.
Issues fix after SSD moved from one MBP to another
https://discussions.apple.com/thread/8434674
!!! change ownership and access rights
cd ~
sudo chmod -R u+w .
sudo chown -R $(whoami) .
!!! when KeyChain is buggy
  ~   at 11:10:21  ─╮
❯ cd ~/Library/Keychains ─╯
ls -@Oaen
total 2104
drwxr-xr-x 9 501 20 - 288 Jun 24 11:06 .
drwx------@ 82 501 20 hidden 2624 Jun 24 02:55 ..
com.apple.FinderInfo 32
0: ABCDEFAB-CDEF-ABCD-EFAB-CDEF0000000C deny delete
-rw-r--r--@ 1 501 20 - 6148 Jun 24 03:03 .DS_Store
com.apple.FinderInfo 32
-rw-r--r-- 1 501 20 - 0 Aug 13 2020 .fl34AC2A0A
-rw------- 1 501 20 - 0 Aug 13 2020 .flC23220F1
drwx------ 12 501 20 - 384 Jun 21 11:32 7BE1A29F-E7DF-5571-B407-68C2983B35E1
drwx------ 13 501 20 - 416 Jun 24 11:04 FB565170-DE71-5709-A98D-8775D6481853
-rw-r--r--@ 1 501 20 - 1041980 Jun 24 11:06 login.keychain-db
com.apple.quarantine 20
-rw------- 1 501 20 - 23792 Jun 24 11:04 metadata.keychain-db
  ~/Library/Keychains   at 11:10:27  ─╮
❯ xattr -d com.apple.quarantine login.keychain-db ─╯
  ~/Library/Keychains   at 11:12:11  ─╮
❯ cd ~/Library/Keychains ─╯
ls -@Oaen
total 2104
drwxr-xr-x 9 501 20 - 288 Jun 24 11:06 .
drwx------@ 82 501 20 hidden 2624 Jun 24 02:55 ..
com.apple.FinderInfo 32
0: ABCDEFAB-CDEF-ABCD-EFAB-CDEF0000000C deny delete
-rw-r--r--@ 1 501 20 - 6148 Jun 24 03:03 .DS_Store
com.apple.FinderInfo 32
-rw-r--r-- 1 501 20 - 0 Aug 13 2020 .fl34AC2A0A
-rw------- 1 501 20 - 0 Aug 13 2020 .flC23220F1
drwx------ 12 501 20 - 384 Jun 21 11:32 7BE1A29F-E7DF-5571-B407-68C2983B35E1
drwx------ 13 501 20 - 416 Jun 24 11:04 FB565170-DE71-5709-A98D-8775D6481853
-rw-r--r-- 1 501 20 - 1041980 Jun 24 11:06 login.keychain-db
-rw------- 1 501 20 - 23792 Jun 24 11:04 metadata.keychain-db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment