We recently setup NetSUS on an Ubuntu VM that we'd like to use to push out certain updates to our users. The install seemed to go fine: Installed the service, changed the IP to the Static IP dedicated to it, and changed the login user passwords. However, when I try to sync the System Update Server manually, nothing happens.
If I check the logs for Reposado_sync.py, I get this output:
Here's the text output:
(in the interest of saving space, I've deleted entries from 5/27 to 6/4 because it's the exact same two lines on all those days)
May 24 14:41:40 repo_sync run started
May 24 14:41:40 Downloading 5635386 bytes from https://swscan.apple.com/content/catalogs/others/index-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog...
May 24 14:41:41 562 products found in https://swscan.apple.com/content/catalogs/others/index-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog
May 24 14:41:41 Downloading 1359 bytes from http://swcdn.apple.com/content/downloads/05/56/031-02368/a0h5nceqb9kjzzs3eus566vngukimq9j86/BootCampESD.smd...
May 24 14:41:41 Downloading 629362811 bytes from http://swcdn.apple.com/content/downloads/05/56/031-02368/a0h5nceqb9kjzzs3eus566vngukimq9j86/BootCampESD.pkg...
May 24 14:44:42 repo_sync run started
May 24 14:44:43 562 products found in https://swscan.apple.com/content/catalogs/others/index-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog
May 24 14:45:32 repo_sync run started
May 24 14:45:33 562 products found in https://swscan.apple.com/content/catalogs/others/index-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog
May 24 14:51:51 repo_sync run started
May 24 14:51:52 562 products found in https://swscan.apple.com/content/catalogs/others/index-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog
May 25 03:00:01 repo_sync run started
May 25 03:00:02 562 products found in https://swscan.apple.com/content/catalogs/others/index-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog
May 26 03:00:01 repo_sync run started
May 26 03:00:02 562 products found in https://swscan.apple.com/content/catalogs/others/index-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog
(Repeats for days)
Jun 04 03:00:01 repo_sync run started
Jun 04 03:00:02 Downloading 5644324 bytes from https://swscan.apple.com/content/catalogs/others/index-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog...
Jun 04 03:00:02 563 products found in https://swscan.apple.com/content/catalogs/others/index-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog
Jun 05 03:00:01 repo_sync run started
Jun 05 03:00:02 Downloading 5636038 bytes from https://swscan.apple.com/content/catalogs/others/index-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog...
Jun 05 03:00:03 562 products found in https://swscan.apple.com/content/catalogs/others/index-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog
Jun 05 13:59:26 repo_sync run started
Jun 05 13:59:27 562 products found in https://swscan.apple.com/content/catalogs/others/index-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog
Jun 05 13:59:56 repo_sync run started
Jun 05 13:59:57 562 products found in https://swscan.apple.com/content/catalogs/others/index-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog
Jun 05 14:32:15 repo_sync run started
Jun 05 14:32:16 562 products found in https://swscan.apple.com/content/catalogs/others/index-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog
It looks like it starts to try and download the updates then stops when the sync runs again, and nothing further gets pulled down.
Not sure what the issue is, especially since my Linux Fu is weak. I can try scrapping the whole thing and starting over if I misstepped somewhere, but I just don't know enough about Linux to know where I went wrong.
I followed all the steps in the ReadMe doc on NetSUS's GitHub page, but it still ended up this way.
Any assistance on this matter would be great, as we've been without Updates for a couple of weeks now due to this issue.
Thanks!