Discussion:
CD Burning
(too old to reply)
jim bob and joe bob
2005-04-22 14:15:39 UTC
Permalink
This must seem like a ridiculous question but here goes. How do you
check the md5sum? Is it done from Linux or MacOS? If from linux, how
can one be expected to do it if you have no linux installation yet?
kk
Jack Malmostoso
2005-04-22 14:18:26 UTC
Permalink
Post by jim bob and joe bob
How do you
check the md5sum? Is it done from Linux or MacOS?
I answer here, bookmark this ;)

Along with iso images (for example foo.iso) there is always a file called
foo.md5 or similar. Inside there there is an alphanumeric value like this:

dc36329c6400345cb2d013c144e55de2

So to check if the iso is correct, you should have the same md5sum.
To check it you can use the md5sum command (I think in the OSX shell it is
present, just try it):

$ md5sum foo.iso

or, if you have the .md5 file, put it along with the iso and issue

$ md5sum -c foo.md5

Ok? Further questions?
--
Post by jim bob and joe bob
I can (well, almost) hear you asking yourselves "why?". Hurd will be
out in a year (or two, or next month, who knows), and I've already got
minix.
Rod Smith
2005-04-22 14:39:31 UTC
Permalink
Post by jim bob and joe bob
This must seem like a ridiculous question but here goes. How do you
check the md5sum? Is it done from Linux or MacOS? If from linux, how
can one be expected to do it if you have no linux installation yet?
You need a program to compute the MD5 sum. In Linux, this program is
called md5sum, and is usually installed by default. Offhand, I'm not sure
if it's included with Mac OS (it might be included with Mac OS X, but I
doubt if it's included with pre-X versions of Mac OS). Try a Google search
on "md5sum MacOS" if it's not installed on your system.
--
Rod Smith, ***@rodsbooks.com
http://www.rodsbooks.com
Author of books on Linux, FreeBSD, and networking
dominik heer
2005-04-25 13:47:27 UTC
Permalink
Post by jim bob and joe bob
This must seem like a ridiculous question but here goes. How do you
check the md5sum? Is it done from Linux or MacOS? If from linux, how
can one be expected to do it if you have no linux installation yet?
kk
Mac OS X doesn't offer md5sum (yet) but you can actually calculate the
md5 checksum by invoking the following command in a Terminal:

$ openssl md5 your.iso

compare the output to the one (named your.iso.md5) located on the server
where you downloaded the image.
IMPORTANT: Calculate the checksum _before_ you mount the image (e.g.
Disk Copy)

dominik
jim bob and joe bob
2005-04-25 14:32:24 UTC
Permalink
Post by dominik heer
Post by jim bob and joe bob
This must seem like a ridiculous question but here goes. How do you
check the md5sum? Is it done from Linux or MacOS? If from linux, how
can one be expected to do it if you have no linux installation yet?
kk
Mac OS X doesn't offer md5sum (yet) but you can actually calculate the
$ openssl md5 your.iso
compare the output to the one (named your.iso.md5) located on the server
where you downloaded the image.
IMPORTANT: Calculate the checksum _before_ you mount the image (e.g.
Disk Copy)
dominik
Thanks. I would like to point out that if one does not already have a
running linux system recommending md5sum is a little silly. In
practice, I have had trouble burning cds that work but I do not believe
it has been because of corrupted downloads. Rather it has been operator
malfunction or just using the wrong burning software.
kk
Jack Malmostoso
2005-04-25 16:29:41 UTC
Permalink
Post by jim bob and joe bob
I would like to point out that if one does not already have a
running linux system recommending md5sum is a little silly.
It is not true. The fact that an utility is not installed by default does
not mean it is useless.
--
Post by jim bob and joe bob
I can (well, almost) hear you asking yourselves "why?". Hurd will be
out in a year (or two, or next month, who knows), and I've already got
minix.
Unruh
2005-04-25 17:44:55 UTC
Permalink
Post by Jack Malmostoso
Post by jim bob and joe bob
I would like to point out that if one does not already have a
running linux system recommending md5sum is a little silly.
It is not true. The fact that an utility is not installed by default does
not mean it is useless.
especially as it is also available on other systems.
eg the very first item when I googled for md5sum was a download for
windows.
jim bob and joe bob
2005-04-25 21:39:32 UTC
Permalink
Post by Unruh
Post by Jack Malmostoso
Post by jim bob and joe bob
I would like to point out that if one does not already have a
running linux system recommending md5sum is a little silly.
It is not true. The fact that an utility is not installed by default does
not mean it is useless.
especially as it is also available on other systems.
eg the very first item when I googled for md5sum was a download for
windows.
Windows? Wash your mouth out with soap!! I have not yet found a
version for pre X macs.
kk
David Harrison
2005-04-26 08:56:34 UTC
Permalink
Post by jim bob and joe bob
especially as it is also available on other systems. eg the very first
item when I googled for md5sum was a download for
windows.
Windows? Wash your mouth out with soap!! I have not yet found a
version for pre X macs.
kk
However there are some versions of Python for MacOS 9, for example, and
there is a python MD5-checking script.

David H
jim bob and joe bob
2005-04-26 18:08:34 UTC
Permalink
Post by David Harrison
Post by jim bob and joe bob
especially as it is also available on other systems. eg the very
first item when I googled for md5sum was a download for
windows.
Windows? Wash your mouth out with soap!! I have not yet found a
version for pre X macs.
kk
However there are some versions of Python for MacOS 9, for example, and
there is a python MD5-checking script.
David H
I have Python. I installed it to try and run bittorrent but failed to
make it work. Not sure what I did wrong.
kk
Jack Malmostoso
2005-04-26 18:22:10 UTC
Permalink
Post by jim bob and joe bob
I have Python. I installed it to try and run bittorrent but failed to
make it work. Not sure what I did wrong.
Use Azureus.
--
Post by jim bob and joe bob
I can (well, almost) hear you asking yourselves "why?". Hurd will be
out in a year (or two, or next month, who knows), and I've already got
minix.
jim bob and joe bob
2005-04-26 20:34:34 UTC
Permalink
Post by Jack Malmostoso
Post by jim bob and joe bob
I have Python. I installed it to try and run bittorrent but failed to
make it work. Not sure what I did wrong.
Use Azureus.
I guess I need to be more specific with my rantings. What I have found
is that if you start from MacOS pre X system and try to go to Linux
there is one hurdle after another to be surmounted. The iso images are
difficult to burn. The X-windows configuration is a real pain. Python
failed me for reason(s) that I do not understand. Azureus seems to not
be available for pre X MacOS. Besides it is a Java app and Java on the
Mac is notoriously flawed.
On the other hand, if you succeed in getting Linux to run on one of
these antiquated machines it does run very nicely. There are still
problems to overcome. I have yet to get any sound at all. Not sure
why. Xcdroast will not find my burner because it is IDE, not SCSI. Cds
mount just fine from the file system, just no burning. The last word on
that was that at least a 2.4 kernal was necessary, which I am running.
Much of the information for previous kernals involves compiling a kernal
with custom features. Compiling a kernal (for me at least) would be
another steep learning curve. It is probably something I will learn if
I live long enough.
I guess my point is that even though the people on this list are helpful
to the extreme, getting Linux up and running on an old mac in any kind
of useful configuration does not seem to be for a novice.
That's my rant and I'm sticking to it.
kk
Jack Malmostoso
2005-04-26 22:18:10 UTC
Permalink
Post by jim bob and joe bob
I guess I need to be more specific with my rantings.
[cut]

Well, I didn't know you are not using OSX, on an "old" mac :)
Actually I know there is a way to run bittorrent on OS9, but I don't
remember where I read it.

As for linux: the first point you have to make very clear when trying
something new is that it will be *different*.
I switched to linux 3 years ago and never looked back, but I perfectly
understand that other people might not find it as good as I find it, and
more than this I understand that many people DON'T WANT to read *anything*
before using a computer. I don't agree with that behaviour, but that's the
way it is.
To use linux in a quick and proficient way, you have to learn a bit of its
inner mechanics. Period.
--
Post by jim bob and joe bob
I can (well, almost) hear you asking yourselves "why?". Hurd will be
out in a year (or two, or next month, who knows), and I've already got
minix.
jim bob and joe bob
2005-04-27 02:34:33 UTC
Permalink
Post by Jack Malmostoso
Post by jim bob and joe bob
I guess I need to be more specific with my rantings.
[cut]
Well, I didn't know you are not using OSX, on an "old" mac :)
Actually I know there is a way to run bittorrent on OS9, but I don't
remember where I read it.
As for linux: the first point you have to make very clear when trying
something new is that it will be *different*.
I switched to linux 3 years ago and never looked back, but I perfectly
understand that other people might not find it as good as I find it, and
more than this I understand that many people DON'T WANT to read *anything*
before using a computer. I don't agree with that behaviour, but that's the
way it is.
To use linux in a quick and proficient way, you have to learn a bit of its
inner mechanics. Period.
I mostly agree with you Jack. I have learned quite a bit about linux
already. Some I have read. Some has been with your help and the help
of others here. Some from experimenting with the system.
What I was getting at with all this was that it can be daunting for one
to try linux from little or no knowledge of it. Many of the tricks that
get suggested are really beyond the ability of a complete novice.
I think we agree: the learning curve is steep to begin with.
Until linux is as easy to install as MacOS or at least as easy as
Windoze its user base will grow slowly.
kk
Jack Malmostoso
2005-04-27 07:14:43 UTC
Permalink
Post by jim bob and joe bob
I think we agree: the learning curve is steep to begin with.
Until linux is as easy to install as MacOS or at least as easy as
Windoze its user base will grow slowly.
I think you have been "unlucky" to start your linux experience with a
tricky machine as an old mac can be.
On a newworld machine (not to speak of x86 arch) you would have probably
felt much more comfortable and much better assisted: unfortunately the ppc
scene got "alive" in the last year or so and support for older machines is
hard to find, since few people ran linux on those machines.
I can suggest you to google in the linux.debian.ports.powerpc archive:
that is the usenet gateway to the debian-ppc list, which is full of good
advice. Maybe you can find some useful information there.
Hope it helps!
--
Post by jim bob and joe bob
I can (well, almost) hear you asking yourselves "why?". Hurd will be
out in a year (or two, or next month, who knows), and I've already got
minix.
I R A Darth Aggie
2005-04-25 20:37:37 UTC
Permalink
On Mon, 25 Apr 2005 15:47:27 +0200,
+ Mac OS X doesn't offer md5sum (yet)
Maybe not.

% which md5sum
/sw/bin/md5sum

This is on a 10.3.7 machine. I did install the developer's CD, the one
containing GCC, so that may be where it came from.

James
--
Consulting Minister for Consultants, DNRC
I can please only one person per day. Today is not your day. Tomorrow
isn't looking good, either.
I am BOFH. Resistance is futile. Your network will be assimilated.
dominik heer
2005-04-25 21:16:50 UTC
Permalink
Post by I R A Darth Aggie
On Mon, 25 Apr 2005 15:47:27 +0200,
+ Mac OS X doesn't offer md5sum (yet)
Maybe not.
% which md5sum
/sw/bin/md5sum
This is on a 10.3.7 machine. I did install the developer's CD, the one
containing GCC, so that may be where it came from.
James
Is it possible that you have fink installed on your system? The path /sw
sound like. But I might be misinformed since I don't use fink anymore.
By the way: I guess the non-developer version of OS X also comes with gcc.

Dominik
Loading...