NetSUS 4.0.0 Error in software update branch

dforman
New Contributor

Hi
I hope I am posting this in the right location. If not please let me know where I should.

The issue I am having is after a new install of NetSUS 4.0.0 and running the sync
for the first time I get one error on top of the software update branch that says
Under Name = Product 031-00553 is missing the sort key PostDate -- Product info database
Under Version = may incomplete
Under Date = be
Under the blue info icon it says = no product id found WARNING:

Thanks
Dave

4 REPLIES 4

dforman
New Contributor

Not sure what changed, but I loaded NetSUS 4.0.0 VM again and ran the sync
overnight and everything looks fine now.

Thanks
Dave

Bilgen
New Contributor

hi; @dforman Can you see the last mac os x updates ( 10.11.3.or 10.11.4 ) on the NetSUS 4.0.0 also which url are you using for El-capitan Osx ?
Thank you

dforman
New Contributor

Thanks for the reply

The latest update is:
OS X El Capitan Update version 10.11.4 date 2016-04-11

Not sure why but there are 3 listed and I have a number of updates that have double listing
like Safari 9.1

I am using the default URLs

/etc/apache2/sites-enabled/000-default.conf

vim: syntax=apache ts=4 sw=4 sts=4 sr noet

<IfModule mod_rewrite.c> RewriteEngine On

RewriteCond %{HTTP_USER_AGENT} Darwin/9

RewriteRule ^/index.sucatalog$ http://%{HTTP_HOST}/index-leopard.merged-1.sucatalog

RewriteCond %{HTTP_USER_AGENT} Darwin/10

RewriteRule ^/index.sucatalog$ http://%{HTTP_HOST}/index-leopard-snowleopard.merged-1.sucatalog

RewriteCond %{HTTP_USER_AGENT} Darwin/11

RewriteRule ^/index.sucatalog$ http://%{HTTP_HOST}/index-lion-snowleopard-leopard.merged-1.sucatalog

RewriteCond %{HTTP_USER_AGENT} Darwin/12

RewriteRule ^/index.sucatalog$ http://%{HTTP_HOST}/index-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog

RewriteCond %{HTTP_USER_AGENT} Darwin/13

RewriteRule ^/index.sucatalog$ http://%{HTTP_HOST}/index-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog

RewriteCond %{HTTP_USER_AGENT} Darwin/14

RewriteRule ^/index.sucatalog$ http://%{HTTP_HOST}/index-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog

RewriteCond %{HTTP_USER_AGENT} Darwin/15

RewriteRule ^/index.sucatalog$ http://%{HTTP_HOST}/index-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog

</IfModule>

</VirtualHost>

dforman
New Contributor