Skip to main content
Question

NetSUS Server 3.0.1 is now available

  • May 29, 2014
  • 5 replies
  • 38 views

Forum|alt.badge.img+11

We have put out a new version of the NetSUS Server. The source has been updated on GitHub and it is also available as both an OVA and an installer.

Changes:

Thank you to everyone in the community that have helped in making this release.

https://github.com/jamf/NetSUS/blob/master/README.md

5 replies

antoinekinch11
Forum|alt.badge.img+9

If the NetSUS is not pulling down or displaying updates from the Apple catalog, how do you troubleshoot it? what should we be looking for? I had my server team install the latest NetSUS and when I login via the web interface and click on the root branch I do not see a list of updates.


Forum|alt.badge.img+13
  • Valued Contributor
  • July 14, 2014

FYI, if your SUS is behind a proxy, Reposado will need to be configured accordingly.

Modify the Reposado config file (/var/lib/reposado/preferences.plist) with something like this:

<key>AdditionalCurlOptions</key>
        <array>
            <string>proxy = "proxy.company.org:8000"</string>
    </array>

Forum|alt.badge.img+7
  • Contributor
  • October 8, 2014

I've updated to Ubuntu 14.04.1 and just installed NetSUS 3.0.1 after that update. Now my ssl is not working and my catalogs don't show up if I put the url into a browser. I tried using the NetSUSInstaller.run first to install it and then I used the CreateNetSUSInstaller.sh since the first one broke the ssl.

Here is a screenshot of what I'm getting when I go the the NetSUS url with https. external image link

When I try to go to the catalog in the url it says that catalog is not available.

Any ideas?


Forum|alt.badge.img+7
  • Contributor
  • October 8, 2014

Here are some errors I'm getting when installing NetSUS. external image link


Forum|alt.badge.img+10
  • Contributor
  • October 29, 2014

I'm still learning much about the appliance. If I'm running 3.0, how do I update to 3.0.1? I've been researching it but I'm unable to figure this out on my own.