Posted on 09-13-2016 07:00 AM
I know it is still a week to the release for macOS 10.12, but is the URL for macOS 10.12 available yet?
or will there be an update for NetSUS to support 10.12?
Posted on 12-27-2017 08:37 AM
I recently installed netSUS and got it running on centOS 7.
The problem I'm having is that when I add the latest CatalogURL (see below) to the /var/lib/reposado/preferences.plist file, it spits back when I do ./repo_sync that it's trying to 'resolve' each letter of the url. Here's a short snippet:
Could not replicate s: Error 6: Couldn't resolve host 's'
Could not replicate u: Error 6: Couldn't resolve host 'u'
Could not replicate c: Error 6: Couldn't resolve host 'c'
Could not replicate a: Error 6: Couldn't resolve host 'a'
Could not replicate t: Error 6: Couldn't resolve host 't'
Could not replicate a: Error 6: Couldn't resolve host 'a'
Could not replicate l: Error 6: Couldn't resolve host 'l'
Could not replicate o: Error 6: Couldn't resolve host 'o'
Could not replicate g: Error 6: Couldn't resolve host 'g'
For some reason, repo_sync isn't reading the line as a single line taht's a url. It's reading each character.
The url I entered in, using vi as the editor (as root) is exactly as shown:
<key>AppleCatalogURLs</key> <array> <string>https://swscan.apple.com/content/catalogs/others/index-10.12-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog</string> </array>
We only have Sierra and eventually plan to go to High Sierra using Jamf as it's mgmt tool so I want to control what updates my users get.
Thanks in advance!
S
any ideas?
Posted on 08-10-2018 01:18 AM
Been awhile since I looked at this server and I realised after 3 months it hasnt been syncing from Apples server!
Last Sync
May 7
Sync Status
Not Running
Disk Usage
422G
Number of Branches
1
I can see recent updates under the branch tho
yet when I do a software update -l from a High Sierra machine I get nothing?
heres my preferences .plist
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CurlPath</key> <string>/usr/bin/curl</string> <key>LocalCatalogURLBase</key> <string></string> <key>UpdatesMetadataDir</key> <string>/srv/SUS/metadata/</string> <key>UpdatesRootDir</key> <string>/srv/SUS/html/</string> <key>AppleCatalogURLs</key> <array> <string>https://swscan.apple.com/content/catalogs/others/index-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog</string> <string>https://swscan.apple.com/content/catalogs/others/index-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog</string> <string>https://swscan.apple.com/content/catalogs/others/index-10.12-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog</string>
and when I do a repo_sync:
WARNING: Product 031-87177 not added to branch 10.13 of index-10.13-10.12-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog. It is not in the corresponding Apple catalog. WARNING: Product 031-87176 not added to branch 10.13 of index-10.13-10.12-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog. It is not in the corresponding Apple catalog. WARNING: Product 031-87175 not added to branch 10.13 of index-10.13-10.12-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog. It is not in the corresponding Apple catalog. WARNING: Product 031-87174 not added to branch 10.13 of index-10.13-10.12-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog. It is not in the corresponding Apple catalog. WARNING: Product 031-87173 not added to branch 10.13 of index-10.13-10.12-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog. It is not in the corresponding Apple catalog. WARNING: Product 031-87172 not added to branch 10.13 of index-10.13-10.12-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog. It is not in the corresponding Apple catalog.
My root catalog is 10.13
any ideas