Friday, September 16, 2022
Expelling demons from 2020 Air: when Disk Utility says to run against the Container (and more)
Monterey T2 bug - First Aid, unlocking disk, operation canceled - Do an SMC reset
When I tried to run Disk Utility on my 2020 Intel Air running Monterey I got:
Running First Aid on ..
Unlocking Disk
Operation Canceled.
Google found exactly one reference to this in a 2021 Apple Discussion post with a link to an Apple Support article that has since been removed ...
... That turned out to the known issue linked with the T2 Security chip (https://support.apple.com/en-us/HT203127). Resetting the SMC solved that problem as well as the original problem with the hard drive.
Resetting SMC (I used two methods) fixed the bug and First Aid was able to continue. (There are other problems, but at least this one was fixed.)
I don't know if this insanely rare or if Google simply isn't that useful any more (probably both). Resharing here.
Monday, September 05, 2022
Managing multiple Apple Store Apple IDs in Monterey: how to sign out and thus change default Apple ID for app update and purchase
There's a lot of complexity in Apple's software, but my nomination for the ultimate complexity is the web of undocumented and slowly changing rules and tools around Apple's Digital Rights Management (FairPlay) including rights to use media (music, video) and software (apps) for both individuals and family members.
I don't think anyone truly understands it all, not even Apple's senior developers. Sometime in the past decade Tim Cook said he'd fix the Apple ID problem and then things went silent. It's a nightmare. I remember when changing a phone number associated with an Apple ID could switch the ownership arrangement for device history (presumably a matching problem between disparate databases).
My most recent experience with this was trying to fix the default Apple Store Apple ID used to for Mac App Store DRM on my wife's Air Monterey account. It was defaulting to an Apple ID we used to share for iTunes purchases 10+ years ago. I've been slowly disentangling it for 4 years now and the rules change with each macOS/iOS release. Currently there's a bit more tooling to sort out who owns what on a Mac but it's obscure.
As far as I can tell the controls for this are now hidden in the App Store app. That kind of makes sense, because the rules (and Apple's DRM contracts) for movies/TV, music and apps are all likely different. You have to go into the App Store app, which can show the apps associated with multiple Apple IDs, then you have to sign out from the menu:
After signing out the default account for App Store purchases was her Apple ID.Monday, August 29, 2022
Monterey orphaned our physical podcast files. What can we do with them?
Podcasts started out as distributing MP3 files; back then iTunes was a great podcast app (and music and audiobooks, and voice memos and more -- it was a glorious app before the fall.)
Over the years Podcasts really shifted to streaming, listen once, don't keep. Then, somewhere post Mojave (Monterey) Apple orphaned the physical podcast files stored in iTunes. The Finder shows physical files in your media library but neither Music.app or Podcast.app can browse them. Music. app's browser Get Info still shows the media type dropdown, but there's only one type! (Music)
If you click on a podcast file iTunes will play it and import the file into the media library where it has media type Music but genre podcast.
So the fix is:
1. Move Podcast folder out of media library
2. Reimport all podcast as music.
3. For genre podcast multi-edit to make more like podcasts. You use macOS Music.app column browse to see all with genre "podcast", select all then hit cmd-I. You'll see a prompt asking if you wish to multi-edit (yes). Then in Options select: 'remember playback position' 'skip when shuffling'. I think this operation may fail if a file is being uploaded to Apple Music (at least I get to burn GB of Apple Storage!) so let uploads complete if it doesn't work.
PS. Voice Memos are supposed to have a migrate path, but that didn't show for me.
Saturday, August 27, 2022
Using Apple's USB-C to T2 adapter: not for video but still good
Tuesday, August 23, 2022
Migration Assistant from Mojave to Monterey is mostly a train wreck
Ugh. Almost nothing went well with doing migration assistant from Mojave to Monterey. I had to trash my Photo Library and recreate a new system photo library to repopulate from iCloud. I had to turn off iCloud Drive, delete the Archive versions, then turn it back on again. A bug with deleting user accounts was unrelated but took up an hour or two.
Kind of what I'm used to with Apple to be honest.
I probably would have been better off to migrate my documents folder and my mail files manually, then recreate the rest.
Unrelated but also sad: I hoped Apple's T2 to USB-C cable would let me continue to use my T2 hub and related peripherals (some Firewire 800!) but it's unstable in early testing.
Can't empty trash because VoiceTrigger is in use: It's a macOS system integrity bug
If you delete a user account in some versions of macOS (Monterey in my case) where the user account was created in certain earlier versions of macOS you will run into a System Integrity bug.
There's a folder called VoiceTrigger that in the deleted user account that is protected by System Integrity (~/Library/VoiceTrigger/SAT. ) It's located in the User's Library, so it should not be SIP protected. (In Monterey there's nothing there called SAT).
I'm guessing the bug is that it was never supposed to be SIP protected but in some version of macOS it was. Maybe Big Sur. (There's a second bug because the error message is incorrect. The problem isn't that the file is in use, the problem is it's SIP protected.)
I found the fix in in r/MacOS - disable SIP, delete, re-enable SIP:
Disable System Integrity Protection
Click the menu.
Select Restart...
Hold down Command-R to boot into the Recovery System.
Click the Utilities menu and select Terminal.
Type csrutil disable and press return.
Close the Terminal app.
Click the menu and select Restart....
Login normally, then Empty the Trash Can
Re-Enable System Integrity Protection
Click the menu.
Select Restart...
Hold down Command-R to boot into the Recovery System.
Click the Utilities menu and select Terminal.
Type csrutil enable and press return.
Close the Terminal app.
Click the menu and select Restart....
Things other's suggested that didn't work:
1. Terminal: sudo rm -rf ~/.Trash/*
Note you need to be admin to do this. There's a way to escalate non-admin to use sudo but I think Apple has basically given up on non-admin user accounts.
2. Turn off iCloud document sync.