Jump to content
7 posts in this topic

Recommended Posts

I hope this helps to clear up some of the confusion.

 

For those of you that have never heard of an MD5 sum, they are very useful and easy to use. An md5 sum allows you to identify a file without having to actually open the file and compare every character. It generates a unique code based on the file you provide to it.

 

To execute an MD5 sum on OS X:

md5 <filename>

 

To execute an MD5 sum on windows:

You need a program to do it (not included with windows as far as I know).

I have been using winMD5. It install right into your "Send to" menu for easy access. It take a while depending on the file size. A 2GB ISO make take 30 seconds. Smaller files should be almost instant. But dont think that the program doesnt work if it doesn't pop up instantly.

 

To execute an MD5 on Linux:

Varies depending on disto ...

try "md5" or "md5sum"

 

Here is a list of MD5's that I have generate for you to compare again so you don't have to go and do them all to figure out which you have.

MD5 sums of the different Release versions.
This should help to make sure people are using the proper sets of files.

MD5 (oah750.v0.4) = 5e0610f1c480e011d3c843157b4ca781
MD5 (oah750.v0.2) = 5e0610f1c480e011d3c843157b4ca781
MD5 (oah750.v0.3) = f05e3db7d9b57c85c63e144953b4070c
MD5 (oah750d.v0.4) = 4334a5f2c8a4d18e289713fc7e2693f8
MD5 (oah750d.dm) = 4334a5f2c8a4d18e289713fc7e2693f8
MD5 (oah750d.v0.2) = b974161b384a1edce41f17583d44d783
MD5 (oah750d.v0.3) = b974161b384a1edce41f17583d44d783
MD5 (libSystem.B.dylib.v0.4) = 38bc57b0ac93fa6753a4bd08b1b7c9a3
MD5 (libSystem.B.dylib.v0.2) = 38bc57b0ac93fa6753a4bd08b1b7c9a3
MD5 (libSystem.B.dylib.v0.3) = fd7b154eee219df411e2f33ab7868b5c
MD5 (mach_kernel.v0.4_1) = 92d8e9dd1e1132deffc48baae789f29d
MD5 (mach_kernel.v0.4) = 76d3e32009f4c199343454ba2154715b
MD5 (mach_kernel.v0.3) = a07c3fc95a1f53530666ff33805d083e
MD5 (mach_kernel.v0.2) = 7b74786045497321c22016bc193d439c
MD5 (CoreGraphics.v0.4) = 1b02362228dbc303da6e75948c464459
MD5 (CoreGraphics.v0.2) = 1b02362228dbc303da6e75948c464459
MD5 (CoreGraphics.v0.3) = 9f87ca9f1d420f110b4b7f8300d9a752
MD5 (CoreGraphics.orig) = e4f8a3bdb9f7b6d0d79d46eb2cf21585

 

The extensions should help identify the versions.

*.v0.4_1 is a small update of v0.4

*.v0.4 are from versions 0.4 of the release.

*.v0.3 are from versions 0.3 of the release.

*.v0.2 are from versions 0.2 of the release.

*.dm are from the original dm image.

*.orig no explanation is needed

 

If I have made any mistakes here let me know.

Questions Welcome.

Link to comment
https://www.insanelymac.com/forum/topic/834-what-files-are-what-now/
Share on other sites

MD5 (oah750.v0.4) = 5e0610f1c480e011d3c843157b4ca781

MD5 (oah750.v0.2) = 5e0610f1c480e011d3c843157b4ca781

 

MD5 (CoreGraphics.v0.4) = 1b02362228dbc303da6e75948c464459

MD5 (CoreGraphics.v0.2) = 1b02362228dbc303da6e75948c464459

 

MD5 (libSystem.B.dylib.v0.4) = 38bc57b0ac93fa6753a4bd08b1b7c9a3

MD5 (libSystem.B.dylib.v0.2) = 38bc57b0ac93fa6753a4bd08b1b7c9a3

 

MD5 (oah750d.v0.2) = b974161b384a1edce41f17583d44d783

MD5 (oah750d.v0.3) = b974161b384a1edce41f17583d44d783

 

Something wrong there :D

Mine shows MD5 (CoreGraphics) = d483f945b15a99313ff2c6f3d1e6c7d8

 

This is from DVD installation and the file is located

/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A

 

Is that the correct location?

Guys, you need to know something about OSX..

 

Every time an application installs and OSX Does its "Optimizing System Performance", what ends up happening is it's running a process called "update_prebinding". This process modifies the actual library and framework files. This means the MD5 changes. So the MD5 of your CoreGraphics file, after running update_prebinding, could change depending on what libraries/frameworks have been installed.

 

I believe this is also why, after a fresh install, I still get crashes on oah750d and ATSServer, but only usually a couple times. After that, they never crash again.

 

You can read about some of this here, in the first few posts.

 

http://sourceforge.net/mailarchive/forum.p...iewmonth=200304

 

I think this is very important to know.

×
×
  • Create New...