Forum Replies Created
-
AuthorPosts
-
Confusion
ParticipantStill having an issue actually. It has got through the downloading the packages section but is still failing when it is looking for the disk image.
I have the installESD.dmg in the /InstaDMG/InstallerFiles/InstallerDiscs location
[code]SCH408m014:InstaUp2Date itsadmin$ sudo ./instaUp2Date.py 10.7_vanilla
Parsing the catalog files for 10.7_vanilla
Mac OS X 10.7.2 Combo Update
Java For Mac OS X 10.7
Remote Desktop Client 3.5.1
Security Update 2011-005
iTunes 10.4.1Finding and validating the sources for 10.7_vanilla
Mac OS X 10.7.2 Combo Update – found based on checksum and verified in 12 seconds
Java For Mac OS X 10.7 – found based on checksum and verified in less than one second
Remote Desktop Client 3.5.1 – found based on checksum and verified in less than one second
Security Update 2011-005 – found based on checksum and verified in less than one second
iTunes 10.4.1 – found based on checksum and verified in 1 secondFinding the Installer disc for 10.7_vanilla
Traceback (most recent call last):
File “./instaUp2Date.py”, line 716, in
main()
File “./instaUp2Date.py”, line 678, in main
foundInstallerDiscs = findInstallerDisc.findInstallerDisc(allowedBuilds=thisController.installerDiscBuilds)
File “/Users/itsadmin/Desktop/InstaDMG/AddOns/InstaUp2Date/Resources/findInstallerDisc.py”, line 201, in findInstallerDisc
raise commonExceptions.FileNotFoundException(‘Unable to find OS Installer disc in any provided folder: %s%s’ % (str(searchItems), folderString))
Resources.commonExceptions.FileNotFoundException: Unable to find OS Installer disc in any provided folder: [‘/Users/itsadmin/Desktop/InstaDMG/InstallerFiles/InstallerDiscs’, ‘/Users/itsadmin/Desktop/InstaDMG/InstallerFiles/BaseOS’] ([], [])
SCH408m014:InstaUp2Date itsadmin$
[/code]Any ideas?
Confusion
ParticipantFigured it out. The port i was on was behind a proxy. I changed over to one of our open ports and now it is ok
Confusion
Participanti was able to work this out after looking in the Directory Utilitys search order i realised that the old entry was still listed in there.
I added the follwing two lines which remove its entry in the search orderdscl /Search -delete / CSPSearchPath /LDAPv3/itsdms062.cs.adelaide.edu.au
dscl /Search/Contacts -delete / CSPSearchPath /itsdms062.cs.adelaide.edu.auThe script now looks like this
[code]#!/bin/sh
#This script binds a machine to the OD#Unbind from existing OD
/usr/sbin/dsconfigldap -r itsdms062.cs.adelaide.edu.au
dscl /Search -delete / CSPSearchPath /LDAPv3/itsdms062.cs.adelaide.edu.au
dscl /Search/Contacts -delete / CSPSearchPath /itsdms062.cs.adelaide.edu.au
sleep 5#Join machine onto new OD master
/usr/sbin/dsconfigldap -v -f -a 10.32.16.172 -n 10.32.16.172 -u diradmin -p password -l pcadmin -q password
dscl /Search -create / SearchPolicy CSPSearchPath
dscl /Search -append / CSPSearchPath /LDAPv3/10.32.16.172
dscl /Search -append / CSPSearchPath “/Active Directory/All Domains”sleep 10
dscl /Search/Contacts -create / SearchPolicy CSPSearchPath
dscl /Search/Contacts -append / CSPSearchPath /LDAPv3/10.32.16.172
dscl /Search/Contacts -append / CSPSearchPath “/Active Directory/All Domains”
[/code]Confusion
ParticipantFound an apple article that covers my issue
http://support.apple.com/kb/TS2804however our server does not have com.apple.mcxprinting listed
Shouldnt this be in the details list by default? -
AuthorPosts
Recent Comments