Jáder Marasca wrote:
>
> They definitely are not there!
>
> In fact I used the cheapest CDR I could to find!

> How can I verify the ISO checksum (MD5) of my ISO? I'm a
> newbie on Linux...
Normally what you do is download both the iso and the checksum to the same directory, change to that directory and run the following command:
# md5sum -c smeserver-5.1.2.iso.md5sum
But the last time I checked there was a little error in smeserver-5.1.2.iso.md5sum: it points to smeserver-5.1.2rc2.iso. Apparently this is the iso they used for the release, but they forgot to update smeserver-5.1.2.iso.md5sum.
So, what you can do is edit smeserver-5.1.2.iso.md5sum and change smeserver-5.1.2rc2.iso into smeserver-5.1.2.iso
Alternatively you could rename the iso:
-change to the directory that holds the iso and the checksum
-# mv smeserver-5.1.2.iso smeserver-5.1.2rc2.iso
You can now check the checksum for the iso with the above command.
If the iso is good, md5sum will say 'OK'. Once you've verified the iso and got a good one, make sure you read the documentation for EasyCD to see if there's anything special you need to do to write iso images to CDR and use good CDRs

>
> I'm using EasyCD from Roxio - updated from Web to 5.1.xxxxxx
>
> Thanks!