When entering the following sudo command to check for updates and see if my configuration has worked. This happens..
sudo /usr/local/munki/managedsoftwareupdate -vv
Managed Software Update Tool
Copyright 2010-2014 The Munki Project
https://github.com/munki/munki
Starting...
No client cert info provided, so no client keychain will be created.
Checking for available updates...
Getting manifest bootstrap...
Retrieving list of software for this machine...
Bytes received: 291
Status: 404
Headers: {u'Content-Length': u'291', u'Keep-Alive': u'timeout=5, max=100', u'Server': u'Apache', u'Connection': u'Keep-Alive', u'Date': u'Mon, 07 Dec 2015 20:02:32 GMT', u'Content-Type': u'text/html; charset=iso-8859-1'}
ERROR: Could not retrieve manifest bootstrap from the server: HTTP result 404: not found
ERROR: Could not retrieve managed install primary manifest.
Checking Apple Software Update catalog...
Caching CatalogURL https://swscan.apple.com/content/catalogs/others/index-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog
Status: 304
Headers: {u'Expires': u'Tue, 08 Dec 2015 00:02:33 GMT', u'Keep-Alive': u'timeout=15, max=306', u'Server': u'Apache', u'Connection': u'Keep-Alive', u'Etag': u'"448359-5261a5fb11800"', u'Cache-Control': u'max-age=14400', u'Date': u'Mon, 07 Dec 2015 20:02:33 GMT'}
Item is unchanged on the server.
/tmp/munki_swupd_cache/mirror/apple.sucatalog already exists and is up-to-date.
Skipping Apple Software Update check because sucatalog is unchanged, installed Apple packages are unchanged and we recently did a full check.
ERROR: Could not read plist: /Library/Managed Installs/manifests/client_manifest.plist
ERROR: plist does not exist.
The following Apple Software Updates are available to install:
+ Security Update 2015-004-1.0
*Restart required
Run managedsoftwareupdate --installonly to install the downloaded updates.
Finishing...
Getting info on currently installed applications...
Done.
Can someone please help and tell me why these two error are coming up:
ERROR: Could not retrieve manifest bootstrap from the server: HTTP result 404: not found
ERROR: Could not retrieve managed install primary manifest.
When entering the following sudo command: sudo defaults write /Library/Preferences/ManagedInstalls SoftwareRepoURL "http://IP ADDRESS/munki_repo"
Is that format correct for the software repo URL?
--
You received this message because you are subscribed to the Google Groups "munki-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to munki-discus...@googlegroups.com.
To post to this group, send email to munki-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/1e168f11-0e8c-428e-a0c9-13b8e5ff973b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I am sorry but how exactly would I curl that address? would i do it using the sudo command again?
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/f4baa99b-eb54-4065-b9e3-a8609c3fe1e9%40googlegroups.com.
I am sorry but how exactly would I curl that address? would i do it using the sudo command again?
On Monday, December 7, 2015 at 3:17:11 PM UTC-5, Nick McSpadden wrote:
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/f4baa99b-eb54-4065-b9e3-a8609c3fe1e9%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/CAJySx-kEs%3DvPNZvuM7-YLeVk%3D%3DRn_v9eBrKyBfgQjJYYPKU5Bg%40mail.gmail.com.
The requested URL /munki_repo was not found on this server.
when i try to curl the ip address i get:
admin$ curl http://<ip address>/munki_repo
You don't have permission to access /munki_repo/ on this server.
--
You received this message because you are subscribed to the Google Groups "munki-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to munki-discus...@googlegroups.com.
To post to this group, send email to munki-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/d8a610f3-634c-413d-885f-1f662b4d7f26%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "munki-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to munki-discus...@googlegroups.com.
To post to this group, send email to munki-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/6326ce47-6809-4cf8-9e85-60cd9e95c4ea%40googlegroups.com.
Yes that is what i did. I entered in the correct IP Address which was indicated in the network section of system preferences.
The requested URL /munki_repo was not found on this server.
nyc-yosemitemini:~ admin$ chmod -R a+rX munki_repo
chmod: munki_repo: No such file or directory
clearly i can see my munki _repo folder in my User/Shared/ folder
and file sharing is enabled in the server.app
Yes that is what i did. I entered in the correct IP Address which was indicated in the network section of system preferences.Even after enabling Apache 2 and typing in the url in a browser i am still receiving the same error :Not Found
The requested URL /munki_repo was not found on this server.
Apache Server at IP ADDRESS Port 80
--
You received this message because you are subscribed to the Google Groups "munki-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to munki-discus...@googlegroups.com.
To post to this group, send email to munki-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/31f6ccb8-00c3-4c57-84fd-3214bc41d53a%40googlegroups.com.
1. Start up Apache manually:sudo apachectl start
3. Then go to http://localhost/munki_repo
The requested URL /munki_repo was not found on this server.
nyc-yosemitemini:~ admin$ curl http://IP ADDRESS/munki_repo
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /munki_repo was not found on this server.</p>
<hr>
<address>Apache Server at IP ADDRESS Port 80</address>
</body></html>
How is it that when entering the url that folder cannot be found if it is there?
--
You received this message because you are subscribed to the Google Groups "munki-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to munki-discus...@googlegroups.com.
To post to this group, send email to munki-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/013cc738-3a9d-4625-adc8-7d8f5fc208be%40googlegroups.com.
After entering in the following command in terminal: sudo ln -s /Users/Shared/munki_repo /Library/WebServer/Documents/