Is softwareupdate Broken in 10.4.0?
28.11.06 15:23 |
OS X Server
I've seen this more than once - the Update tab in SA
doesn't do anything and neither does "softwareupdate
-l" - they just wait forever. Here's a workaround
(PPC!):
After that, softwareupdate and SA > Update seem to work again. :)
$ curl -O http://tinyurl.com/ynh85z
$ hdiutil attach ./*.dmg
$ cd /Volumes/Mac\ OS\ X\ Server\ 10.4.8\ Combined\ Update/
$ sudo installer -verbose -pkg ./MacOSXSrvrCombo10.4.8PPC.mpkg/ -target /
After that, softwareupdate and SA > Update seem to work again. :)
|