Re: MD5sum mismatch

2009-01-07 Thread Richard

   Thanks,
   I just missed it. I wasted my bandwidth by downloading it twice.
   Manolis Kiagias wrote:

Richard wrote:
  

   Hi to all the members of the List.
   I am new to this list. But not new to FreeBSD. Twice I have tried to
   download 7.1 i386 dvd1 iso from 2 different ftp servers. But I am
   getting a totally different md5sum from the one listed in the website
   or ftp sites.
   Am I getting the right one?. The downloaded file for sure is not
   corrupt. Because I can unzip it,mount it and view the contents in it.
   Did anyone see the difference.
   The md5sum that I am getting is:
   7d56d43359d7b7e05c0d450bafb4c8fa  7.1-RELEASE-i386-dvd1.iso.gz
   (md5sum)
  


You've taken the md5 of the compressed gz file

  

   64e8fe534e2e185d1f897bb742e06a1aae830f2978cb6b8c339977460fd6dfd6
   7.1-RELEASE-i386-dvd1.iso.gz (sha256sum)
   The md5sum that is listed in the website is :
MD5 (7.1-RELEASE-i386-dvd1.iso) = bbb47ab60bda55270ddd9ff4f73b9dc8
  


This refers to the md5 of the uncompressed file

  

SHA256 (7.1-RELEASE-i386-dvd1.iso) = 303be4ce844f0cb18aa38a41988dc5fba960427dbc
c69263410308176cb5875f

Can anyone please confirm whether I am getting the right one.


  


You are getting the right one, simply decompress before checking, i.e.

gunzip 7.1-RELEASE-i386-dvd1.iso.gz
md5 7.1-RELEASE-i386.dvd1.iso

  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: MD5sum mismatch

2009-01-07 Thread Manolis Kiagias
Richard wrote:
>Hi to all the members of the List.
>I am new to this list. But not new to FreeBSD. Twice I have tried to
>download 7.1 i386 dvd1 iso from 2 different ftp servers. But I am
>getting a totally different md5sum from the one listed in the website
>or ftp sites.
>Am I getting the right one?. The downloaded file for sure is not
>corrupt. Because I can unzip it,mount it and view the contents in it.
>Did anyone see the difference.
>The md5sum that I am getting is:
>7d56d43359d7b7e05c0d450bafb4c8fa  7.1-RELEASE-i386-dvd1.iso.gz
>(md5sum)
>   

You've taken the md5 of the compressed gz file

>64e8fe534e2e185d1f897bb742e06a1aae830f2978cb6b8c339977460fd6dfd6
>7.1-RELEASE-i386-dvd1.iso.gz (sha256sum)
>The md5sum that is listed in the website is :
> MD5 (7.1-RELEASE-i386-dvd1.iso) = bbb47ab60bda55270ddd9ff4f73b9dc8
>   

This refers to the md5 of the uncompressed file

> SHA256 (7.1-RELEASE-i386-dvd1.iso) = 
> 303be4ce844f0cb18aa38a41988dc5fba960427dbc
> c69263410308176cb5875f
>
> Can anyone please confirm whether I am getting the right one.
>
>
>   
You are getting the right one, simply decompress before checking, i.e.

gunzip 7.1-RELEASE-i386-dvd1.iso.gz
md5 7.1-RELEASE-i386.dvd1.iso
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


MD5sum mismatch

2009-01-07 Thread Richard

   Hi to all the members of the List.
   I am new to this list. But not new to FreeBSD. Twice I have tried to
   download 7.1 i386 dvd1 iso from 2 different ftp servers. But I am
   getting a totally different md5sum from the one listed in the website
   or ftp sites.
   Am I getting the right one?. The downloaded file for sure is not
   corrupt. Because I can unzip it,mount it and view the contents in it.
   Did anyone see the difference.
   The md5sum that I am getting is:
   7d56d43359d7b7e05c0d450bafb4c8fa  7.1-RELEASE-i386-dvd1.iso.gz
   (md5sum)
   64e8fe534e2e185d1f897bb742e06a1aae830f2978cb6b8c339977460fd6dfd6
   7.1-RELEASE-i386-dvd1.iso.gz (sha256sum)
   The md5sum that is listed in the website is :
MD5 (7.1-RELEASE-i386-dvd1.iso) = bbb47ab60bda55270ddd9ff4f73b9dc8
SHA256 (7.1-RELEASE-i386-dvd1.iso) = 303be4ce844f0cb18aa38a41988dc5fba960427dbc
c69263410308176cb5875f

Can anyone please confirm whether I am getting the right one.

Thanks,
Richard
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: md5sum is missing, but not entirely

2007-01-18 Thread Kris Kennaway
On Thu, Jan 18, 2007 at 01:29:44AM -0800, [EMAIL PROTECTED] wrote:
> > > The command to calculate md5 sums is 'md5', not 'md5sum',
> > > and it is part of the base.
> ...
> > > Not sure why apropos md5 shows md5sum and gmd5sum (g for gnu?),
> > > maybe it's from a port.
> > > I also suspect that gmd5sum is a link to md5sum or vice versa.
> 
> gmd5sum is indeed from a port, but md5sum does not exist at all
> on my system, either as an executable or as a manpage.  md5 does
> exist, as both an executable and a manpage.  Either md5 or gmd5sum
> can be used to verify downloads; as someone else mentioned they
> produce the same results (although formatted differently).
> 
> > The coreutils package installs the GNU utilities that form the
> > basis of Linux distributions - grep, chmod etc.  Since most of
> > these names clash with the FreeBSD base system, the binaries all
> > get renamed with a "g" prefix. The GNU docs still internally
> > refer to them with their original names e.g. "man gmd5sum" will
> > refer to md5sum
> 
> It still seems like a bug that apropos includes "md5sum(1)" in its
> output, when no such manpage exists.

Bug in that port's manpage.  Talk to the port maintainer or fix it
yourself and submit the patch.

Kris


pgpfZiT0OHhDp.pgp
Description: PGP signature


Re: md5sum is missing, but not entirely

2007-01-18 Thread perryh
> > The command to calculate md5 sums is 'md5', not 'md5sum',
> > and it is part of the base.
...
> > Not sure why apropos md5 shows md5sum and gmd5sum (g for gnu?),
> > maybe it's from a port.
> > I also suspect that gmd5sum is a link to md5sum or vice versa.

gmd5sum is indeed from a port, but md5sum does not exist at all
on my system, either as an executable or as a manpage.  md5 does
exist, as both an executable and a manpage.  Either md5 or gmd5sum
can be used to verify downloads; as someone else mentioned they
produce the same results (although formatted differently).

> The coreutils package installs the GNU utilities that form the
> basis of Linux distributions - grep, chmod etc.  Since most of
> these names clash with the FreeBSD base system, the binaries all
> get renamed with a "g" prefix. The GNU docs still internally
> refer to them with their original names e.g. "man gmd5sum" will
> refer to md5sum

It still seems like a bug that apropos includes "md5sum(1)" in its
output, when no such manpage exists.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: md5sum is missing, but not entirely

2007-01-17 Thread RW
On Wed, 17 Jan 2007 07:36:30 -
"Martin Tournoij" <[EMAIL PROTECTED]> wrote:
> The command to calculate md5 sums is 'md5', not 'md5sum', and it is
> part of the base.
> 
> On my system (6.2-RC2)
> apropos md5 | grep sum:
> md5(1), sha1(1), sha256(1), rmd160(1) - calculate a message-digest  
> fingerprint (checksum) for a file.
> 
> Not sure why apropos md5 shows md5sum and gmd5sum (g for gnu?), maybe
> it's from a port.
> I also suspect that gmd5sum is a link to md5sum or vice versa.

The coreutils package installs the GNU utilities that form the basis of
Linux distributions - grep, chmod etc.  Since most of these names clash
with the FreeBSD base system, the binaries all get renamed with a
"g" prefix. The GNU docs still internally refer to them with their
original names e.g. "man gmd5sum" will refer to md5sum
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: md5sum is missing, but not entirely

2007-01-17 Thread David Kelly
On Tue, Jan 16, 2007 at 10:29:57PM -0800, [EMAIL PROTECTED] wrote:
> Both the executable and the manpage for md5sum seem to be missing
> from this 6.1-RELEASE system, making it difficult to check the
> downloaded 6.2-RELEASE and FreeSBIE ISOs.  Isn't md5sum supposed
> to be part of the base?
> 
> Meanwhile, "apropos md5" yields this line, among others
> 
>   gmd5sum(1), md5sum(1) - compute and check MD5 message digest
> 
> but "man md5sum" says
> 
>   No manual entry for md5sum
> 
> How did that line get into the apropos, when the corresponding
> manpage is (apparently) not installed?

When was your whatis(1) database last updated?

md5sum is part of ports/sysutils/coreutils. IIRC its output is in a
little different format than md5, but the calculation results are the
same.

-- 
David Kelly N4HHE, [EMAIL PROTECTED]

Whom computers would destroy, they must first drive mad.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: md5sum is missing, but not entirely

2007-01-17 Thread Martin Tournoij

On Wed, 17 Jan 2007 06:29:57 -, <[EMAIL PROTECTED]> wrote:


Both the executable and the manpage for md5sum seem to be missing
from this 6.1-RELEASE system, making it difficult to check the
downloaded 6.2-RELEASE and FreeSBIE ISOs.  Isn't md5sum supposed
to be part of the base?

Meanwhile, "apropos md5" yields this line, among others

  gmd5sum(1), md5sum(1) - compute and check MD5 message digest

but "man md5sum" says

  No manual entry for md5sum

How did that line get into the apropos, when the corresponding
manpage is (apparently) not installed?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to  
"[EMAIL PROTECTED]"



The command to calculate md5 sums is 'md5', not 'md5sum', and it is part  
of the base.


On my system (6.2-RC2)
apropos md5 | grep sum:
md5(1), sha1(1), sha256(1), rmd160(1) - calculate a message-digest  
fingerprint (checksum) for a file.


Not sure why apropos md5 shows md5sum and gmd5sum (g for gnu?), maybe it's  
from a port.

I also suspect that gmd5sum is a link to md5sum or vice versa.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: md5sum is missing, but not entirely

2007-01-17 Thread Nikos Vassiliadis
On Wednesday 17 January 2007 08:29, [EMAIL PROTECTED] wrote:
> Both the executable and the manpage for md5sum seem to be missing
> from this 6.1-RELEASE system, making it difficult to check the
> downloaded 6.2-RELEASE and FreeSBIE ISOs.  Isn't md5sum supposed
> to be part of the base?
> 

yes, md5 is part of the base system. Just leave the "sum" part out
of it. There is also "openssl md5 $FILE" available.

> Meanwhile, "apropos md5" yields this line, among others
You have missed:
dgst(1), md5(1), md4(1), md2(1), sha1(1), sha(1), mdc2(1), \
ripemd160(1) - message digests

HTH, Nikos
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: md5sum is missing, but not entirely

2007-01-17 Thread Kris Kennaway
On Tue, Jan 16, 2007 at 10:29:57PM -0800, [EMAIL PROTECTED] wrote:
> Both the executable and the manpage for md5sum seem to be missing
> from this 6.1-RELEASE system, making it difficult to check the
> downloaded 6.2-RELEASE and FreeSBIE ISOs.  Isn't md5sum supposed
> to be part of the base?
> 
> Meanwhile, "apropos md5" yields this line, among others
> 
>   gmd5sum(1), md5sum(1) - compute and check MD5 message digest
> 
> but "man md5sum" says
> 
>   No manual entry for md5sum
> 
> How did that line get into the apropos, when the corresponding
> manpage is (apparently) not installed?

I dunno, it doesn't seem to be part of my FreeBSD system (nor has it
ever been in FreeBSD, afaik).  Are you sure you didnt run that command
on a Linux system by mistake?

The md5 utility is called md5 in FreeBSD, and "apropos md5" correctly
returns for me:

md5(1), sha1(1), sha256(1), rmd160(1) - calculate a message-digest fingerprint 
(checksum) for a file

Kris


pgpuIRmVwCsyk.pgp
Description: PGP signature


md5sum is missing, but not entirely

2007-01-16 Thread perryh
Both the executable and the manpage for md5sum seem to be missing
from this 6.1-RELEASE system, making it difficult to check the
downloaded 6.2-RELEASE and FreeSBIE ISOs.  Isn't md5sum supposed
to be part of the base?

Meanwhile, "apropos md5" yields this line, among others

  gmd5sum(1), md5sum(1) - compute and check MD5 message digest

but "man md5sum" says

  No manual entry for md5sum

How did that line get into the apropos, when the corresponding
manpage is (apparently) not installed?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Md5sum

2004-03-01 Thread Kris Kennaway
On Tue, Mar 02, 2004 at 09:24:37AM +0800, Stephen Liu wrote:
> Hi all folks,
> 
> Where can I find this small program 'md5sum'.  I could not find it on CD1 
> which is the only CD in my possession.
> 
> # locate md5sum
> /usr/X11R6/bin/gst-md5sum
> /usr/X11R6/man/man1/gst-md5sum.1.gz
> /usr/local/share/python2.3/Tools/scripts/md5sum.py
> 
> Is it gst-md5sum similar to md5sum.  From 'man gst-md5sum' it seems a program 
> to generate sum but how to checksum.

It's called md5 in the non-GNU world, and it's included in the base system.

Kris


pgp0.pgp
Description: PGP signature


Re: Md5sum

2004-03-01 Thread albi
On Tue, 2 Mar 2004 09:24:37 +0800
Stephen Liu <[EMAIL PROTECTED]> wrote:

> Where can I find this small program 'md5sum'.  I could not find it on
> CD1 which is the only CD in my possession.

on Linux it's called md5sum, on FreeBSD md5

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Md5sum

2004-03-01 Thread Nathan Kinkade
On Tue, Mar 02, 2004 at 09:24:37AM +0800, Stephen Liu wrote:
> Hi all folks,
> 
> Where can I find this small program 'md5sum'.  I could not find it on CD1 
> which is the only CD in my possession.
> 
> # locate md5sum
> /usr/X11R6/bin/gst-md5sum
> /usr/X11R6/man/man1/gst-md5sum.1.gz
> /usr/local/share/python2.3/Tools/scripts/md5sum.py
> 
> Is it gst-md5sum similar to md5sum.  From 'man gst-md5sum' it seems a program 
> to generate sum but how to checksum.
> 
> Kindly advise.  TIA
> 
> B.R.
> Stephen Liu

How about md5(1)? 

Nathan
-- 
gpg --keyserver pgp.mit.edu --recv-keys D8527E49


pgp0.pgp
Description: PGP signature


Re: Md5sum

2004-03-01 Thread Jerry McAllister
> 
> Hi all folks,
> 
> Where can I find this small program 'md5sum'.  I could not find it on CD1 
> which is the only CD in my possession.

Is that different from plain ole  md5(1)  ??

That comes included in the base install.
It is what is used to generate the checksums in the file that 
goes along with the FreeBSD ISOs.

jerry

> 
> # locate md5sum
> /usr/X11R6/bin/gst-md5sum
> /usr/X11R6/man/man1/gst-md5sum.1.gz
> /usr/local/share/python2.3/Tools/scripts/md5sum.py
> 
> Is it gst-md5sum similar to md5sum.  From 'man gst-md5sum' it seems a program 
> to generate sum but how to checksum.
> 
> Kindly advise.  TIA
> 
> B.R.
> Stephen Liu
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Md5sum

2004-03-01 Thread Stephen Liu
Hi all folks,

Where can I find this small program 'md5sum'.  I could not find it on CD1 
which is the only CD in my possession.

# locate md5sum
/usr/X11R6/bin/gst-md5sum
/usr/X11R6/man/man1/gst-md5sum.1.gz
/usr/local/share/python2.3/Tools/scripts/md5sum.py

Is it gst-md5sum similar to md5sum.  From 'man gst-md5sum' it seems a program 
to generate sum but how to checksum.

Kindly advise.  TIA

B.R.
Stephen Liu

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"