Posted on 01-29-2020 03:16 AM
Hi
Is anyone else having trouble with getting reposado/margarita to service macOS Catalina? As far as I can see it still servicing Mojave and earlier fine but all Catalinas at present get a message "Can't load data from the Software Update Server".
We are using the apache2 method from https://github.com/wdas/reposado/blob/master/docs/URL_rewrites.md
I have cleared the contents of the .htaccess file and re-pasted the entirity of the example to ensure there aren't any typo's etc. Both reposado and margarita have been updated and apache (and the server) restarted.
But still the same message.
If I browse to the catalog url it opens in the browser and if i run the curl command it gives me what looks like the correct catalog.
There are updates approved in Margarita which are not installed on the mac.
Is there a simple trick that i am missing?
Thanks
Vinod
Solved! Go to Solution.
Posted on 01-29-2020 04:40 AM
When I worked at my old employer a few months ago the setup did work for me.
In your curl test your are using the wrong user agent though. I don't know if that is the problem here
Posted on 01-29-2020 05:10 AM
^^ this and it is working I just updated
Posted on 01-30-2020 03:12 AM
Thanks for the confirmation, after creating a new branch and running the repo_sync things seem to have resolved themselves and the updates are being served again, not sure what had gone wrong.
Posted on 01-29-2020 04:40 AM
When I worked at my old employer a few months ago the setup did work for me.
In your curl test your are using the wrong user agent though. I don't know if that is the problem here
Posted on 01-29-2020 05:10 AM
^^ this and it is working I just updated
Posted on 01-30-2020 03:12 AM
Thanks for the confirmation, after creating a new branch and running the repo_sync things seem to have resolved themselves and the updates are being served again, not sure what had gone wrong.