Skip to main content

We had a NETSUS failure this week which resulted in me having to rebuild the server. I'm having an issue with any non 10.9 machines picking up updates, they get the following error: Script result: The operation couldn’t be completed. (NSURLErrorDomain error -1100.). Im pretty sure i needed to do something before so all machines could use the same branch in NETSUS, can anyone help?

Everyone currently has the below catalog set

http://10.86.6.124/content/catalogs/index_Cabot.sucatalog


Try to set OS-specific URLs:

10.6:
http://10.86.6.124/content/catalogs/others/index-leopard-snowleopard.merged-1_root.sucatalog"

10.7:
http://10.86.6.124/content/catalogs/others/index-lion-snowleopard-leopard.merged-1_root.sucatalog"

10.8:
http://10.86.6.124/content/catalogs/others/index-mountainlion-lion-snowleopard-leopard.merged-1_root.sucatalog"

10.9:
http://10.86.6.124/content/catalogs/others/index-10.9-mountainlion-lion-snowleopard-leopard.merged-1_root.sucatalog"

Instead, try to change the mod_rewrite of the NetSUS Apache. I've never got this working correctly for all versions...


We had this working before our server died, is there any instructions on changing the mod-rewrite?