Every day I get this message popping up saying there's a software update, even though iv been on the latest version since the day it was released .
In my case nothing. Nor doesWhat doessoftwareupdate -l
return in Terminal?
--list --all
return anything so it's not even some SDK update or similar for Xcode or the command line utilities. It's just some new bug introduced with Sonoma.👍Every day I get this message popping up saying there's a software update, even though iv been on the latest version since the day it was released .
View attachment 2405159
Yes, there seems to be a Rosetta update package under /Library/Updates on my MBP:Do you have any folder in /Library/Updates/ ?
Has anybody tried to run OnyX - maintenance? https://www.titanium-software.fr/en/onyx.html
$ sw_vers
ProductName: macOS
ProductVersion: 14.6.1
BuildVersion: 23G93
$ ls -lR /Library/Updates
total 184
-rw-r--r--@ 1 root wheel 87K Aug 18 06:59 ProductMetadata.plist
drwxr-xr-x 3 root wheel 96B Aug 7 21:13 Rosetta
-rw-r--r-- 1 root wheel 222B Aug 7 08:54 index.plist
/Library/Updates/Rosetta:
total 0
drwxr-xr-x 3 root wheel 96B Aug 7 21:13 SoftwareUpdate
/Library/Updates/Rosetta/SoftwareUpdate:
total 752
-rw------- 1 _softwareupdate _softwareupdate 376K Aug 7 21:01 RosettaUpdateAuto.pkg
I would delete everything in /Library/Updates from Recovery.Yes, there seems to be a Rosetta update package under /Library/Updates on my MBP
Sounds reasonable, but it'd be nice to hear from others who've seen the spurious update notification as to whether they have the /Library/Updates/Rosetta folder.I would delete everything in /Library/Updates from Recovery.
$ cat /Library/Apple/usr/share/rosetta/rosetta
translation is done
as preferred long in advance
rosetta idles
Sounds reasonable, but it'd be nice to hear from others who've seen the spurious update notification as to whether they have the /Library/Updates/Rosetta folder.
This may be old news to others, but in casting about for a way to see what version of Rosetta is installed on my machine, I found this haiku:
Code:$ cat /Library/Apple/usr/share/rosetta/rosetta translation is done as preferred long in advance rosetta idles
Thanks for verifying. I'm going to follow @bogdanw's suggestion and nuke the folder from Recovery and see what happens, solely in the interests of science - it's really a very minor irritation, after all.I'm getting the same updates available popup each morning.
I have the same Rosetta files in /Library/Updates/ you mentioned.
The sha1sum is the same for the downloaded pkg and the one in /Library/Updates/Rosetta:My suspicion is that Rosetta was downloaded before the macOS update (14.6 or 14.6.1), but not installed and it can’t be installed as the downloaded version is not for 14.6. The installation keeps failing, the files are not deleted, hence the message.
You could compare the RosettaUpdateAuto pkg from /Library/Updates/ with the one for 14.6.1 (23G93)
https://swcdn.apple.com/content/dow...zinznh6yj833ti2z5o26hyr/RosettaUpdateAuto.pkg
$ sudo shasum -a 1 ~/Desktop/RosettaUpdateAuto.pkg /Library/Updates/Rosetta/SoftwareUpdate/RosettaUpdateAuto.pkg
Password:
c0135f6db26fc248c20714ebe80371f8bd99350f /Users/grumpus/Desktop/RosettaUpdateAuto.pkg
c0135f6db26fc248c20714ebe80371f8bd99350f /Library/Updates/Rosetta/SoftwareUpdate/RosettaUpdateAuto.pkg