Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with serverversion.plist in osx server

Status
Not open for further replies.

awilso

IS-IT--Management
Jul 5, 2005
2
GB
Hi,

I made a mistake today when loading ilife onto mac osx server. I have overwritten the serverversion.plist file in system/library/coreservices/ and as a result the os now thinks it not osx server. It hasn't affected the server itself, but it now doesn't look for server updates.

Does anyone know how I can get serverversion.plist back to its original spec so that I can resolve the problem.

Sorry - I feel like a complete Dork for doing this.

cheers

Andrew
 
this page might help:-


this is the contents of my SystemVersion.plist (which i think is similar)

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "[URL unfurl="true"]http://www.apple.com/DTDs/PropertyList-1.0.dtd">[/URL]
<plist version="1.0">
<dict>
	<key>ProductBuildVersion</key>
	<string>7U16</string>
	<key>ProductCopyright</key>
	<string>Apple Computer, Inc. 1983-2004</string>
	<key>ProductName</key>
	<string>Mac OS X</string>
	<key>ProductUserVisibleVersion</key>
	<string>10.3.8</string>
	<key>ProductVersion</key>
	<string>10.3.8</string>
</dict>
</plist>


Kind Regards
Duncan
 
Thanks Duncan,

I shall check through the details and let you know how I get on.

Kind regards

Andrew

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top