Re: Checksum for iso image netinst i386

2012-09-27 Thread Eduardo M KALINOWSKI
On 09/26/2012 07:00 PM, Wally Lepore wrote:
 I'm looking for a complete tutorial that explains how to accomplish
 this otherwise simple procedure that had become difficult for me.

Instead of worrying so much about verifying the checksum, you could have
used your time to simply try to install Debian. If it failed for some
strange reason, then there could have been a problem downloading the
file (unlikely) or burning it to cd (more likely). If it worked, you'd
already have your running system.

-- 
BOFH excuse #125:

we just switched to Sprint.

Eduardo M KALINOWSKI
edua...@kalinowski.com.br


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/50642cad.3000...@kalinowski.com.br



Re: Checksum for iso image netinst i386

2012-09-27 Thread Darac Marjal
On Thu, Sep 27, 2012 at 07:38:37AM -0300, Eduardo M KALINOWSKI wrote:
 On 09/26/2012 07:00 PM, Wally Lepore wrote:
  I'm looking for a complete tutorial that explains how to accomplish
  this otherwise simple procedure that had become difficult for me.
 
 Instead of worrying so much about verifying the checksum, you could have
 used your time to simply try to install Debian. If it failed for some
 strange reason, then there could have been a problem downloading the
 file (unlikely) or burning it to cd (more likely). If it worked, you'd
 already have your running system.

That depends on WHY he's wanting to verify it. Either he's checking to
see that the download is complete and correct or he's checking that
what's he's downloaded is what Debian provided. It's entirely possible
for someone to upload a malicious ISO that runs correctly, yet installs
a backdoor (see, for example, the recent news about phpMyAdmin).



signature.asc
Description: Digital signature


Re: Checksum for iso image netinst i386

2012-09-27 Thread Mat Kovach
Wally Lepore writes:
 On Wed, Sep 26, 2012 at 10:22 PM, Wally Lepore wallylep...@gmail.com wrote:
  On Wed, Sep 26, 2012 at 7:49 PM Ralf Mardorf wrote:
  I don't know how to do that on Windows.
  Don't you have a burning software that will show the MD5sum of the ISO?
  If so, simply compare the sum with sum from the http links without
 software.
 
  Hi Ralf,
 
  Yes I do have software on windows called winmd5sum that does all
  this automatically using a different process. The Cd Burner method you
  mention is also another way. I will look into that. Also I discovered
  there are many different ways to verify that a downloaded file is
  error free. Using the program md5sum.exe is just one of many different
  methods using the command line. I simply wanted to learn this
  particular method, that's all.

Here is what I did

- Download a program to check MD5SUM on Windows:
http://www.pc-tools.net/win32/md5sums/

- I extracted the zip file into c:\md5sum on my system.

- I downloaded a netinstall image from 
http://cdimage.debian.org/debian-cd/6.0.5/i386/iso-cd/

  debian-6.0.5-i386-netinst.iso

- Also there was a file called MD5SUMS.txt, I download that also.
Both the iso and MD5SUMS.txt file are in my download directory.
(In this case c:\Users\testusr\Downloads)

- I ran md5sum.exe on the ISO:
c:\md5sum\md5sum.exe -u c:\Users\testusr\Downloads\debian-6.0.5-i386-netinst.iso

Note: I used the -u flag, this tells md5sum.exe to mimic the output of 
the UNIX md5sum command, which was used to create MD5SUMS.txt.

OUTPUT:
C:\Users\testusr\Downloadsc:\md5sum\md5sums.exe -u  
c:\Users\testusr\Downloads\debian-6.0.5-i386-netinst.iso 
bdf926d604258ce17dfba0b5ef067f17 *debian-6.0.5-i386-netinst.iso

- I opened a notepad session, cutting and pasting the output of the 
md5sum command into a new session.

- I then opened the MD5SUMS.txt file in a seperated notepad session and
looked for the debian-6.0.5-i386-netinst.iso line:

bdf926d604258ce17dfba0b5ef067f17  debian-6.0.5-i386-netinst.iso

-I cut and pasted that line directly under the output of the md5sum command
I had put into the notepad session previously, getting the following
file:

bdf926d604258ce17dfba0b5ef067f17 *debian-6.0.5-i386-netinst.iso
bdf926d604258ce17dfba0b5ef067f17  debian-6.0.5-i386-netinst.iso

Hence, I can verify that ISO and come to the conclusion that this 
is pretty darn complicated on Windows.

To double check my work, I verified on my Debian system:

mek@kuip:tmp- md5sum -c MD5SUMS.txt 21 | grep netinst
debian-6.0.5-i386-netinst.iso: OK

Hope that helps.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120927133226.2d434...@bendel.debian.org



Re: Checksum for iso image netinst i386

2012-09-27 Thread Wally Lepore
 On Thu, Sep 27, 2012 at 11:12 AM, Mat Kovach siddfi...@f-m.fm wrote:

 I was using Firefox on my Windows system. I right clicked on the
 MD5SUMS file and went to 'Save Link As'. It saved the file as
 MD5SUMS.txt (Note, I may have typed the .txt extension myself
 in the Save As dialog box. I tend to make sure I assigned
 extensions to files when I same them on Windows systems).
.(continued)

Hi Mat

Yes I am also using Firefox. I did the procedure you described in
regards to downloading the MD5SUM.txt file. It worked. In windows 7 I
don't have to type the file extension (,txt) as it defaults to .txt in
the save as type selection box. However, I do understand your
procedure as I also tend to always type in the file extensions myself.

Still working your recommended procedure. Yes, probably is a lot
easier in Debian :)

Thank you
Wally

On Thu, Sep 27, 2012 at 11:12 AM, Mat Kovach siddfi...@f-m.fm wrote:
 Wally Lepore writes:
  On Thu, Sep 27, 2012 at 8:48 AM, Mat Kovach siddfi...@f-m.fm wrote:
 
  Here is what I did
 
  - Download a program to check MD5SUM on Windows:
  http://www.pc-tools.net/win32/md5sums/. (continued)
 
  - Also there was a file called MD5SUMS.txt, I download that also.
  Both the iso and MD5SUMS.txt file are in my download directory.
  (In this case c:\Users\testusr\Downloads).(continued)

 Hi Matt,

 I very much appreciate the extremely detailed walk-thru you put
 together. Just amazing! I most certainly appreciate all the effort.  I
 never noticed and consequently never downloaded the file called,
 MD5SUMS.txt. That is my problem. I'll go back and look for it.  I
 downloaded the iso file only (debian-6.0.5-i386-netinst.iso).

 Where did you find the file MD5SUMS.txt ? I went to the link you
 provided and looked at the first file listed which is simply called
 MD5SUMS. It open as a text file listing many hashes. There was nothing
 to download. I just copied the hash that relates to the debian iso
 file (debian-6.0.5-i386-netinst.iso).

 I was using Firefox on my Windows system. I right clicked on the
 MD5SUMS file and went to 'Save Link As'. It saved the file as
 MD5SUMS.txt (Note, I may have typed the .txt extension myself
 in the Save As dialog box. I tend to make sure I assigned
 extensions to files when I same them on Windows systems).

 Since you were taking the time to verify the ISO image and it
 can be rather tedious to do so on Windows -- at least in my
 experience -- I figured I would take the time to help you out.

 Glad you found it useful and hope your experience with Debian
 works out for you.

 Mat




-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/caldxikokecj8t_6-a3wqujvho_yknuwrwgxykdjnwg3hsnc...@mail.gmail.com



Re: Checksum for iso image netinst i386

2012-09-26 Thread Shane Johnson
Wally,
Try this : http://www.debian.org/CD/verify

On Wed, Sep 26, 2012 at 3:21 PM, Wally Lepore wallylep...@gmail.com wrote:

 On Tue, 25 Sep 2012 22:30:45 +0200, Wally Lepore wrote:
 
  I just downloaded the netinst (stable) release of Debian for i386
  architecture.
  Before I burn the iso image to a CD, I'd like to verify that it was
  downloaded without errors. Can anyone point the way to the checksum
  number?

 On Tue, Sep 25, 2012 at 4:41 PM, Ralf Mardorf wrote:
 
  http://www.debian.org/CD/faq/ ;)

 Hi Ralph,

 Thank you. I did search the FAQ prior to posting but did not initially
 see a reference to my question until I re-checked again. The FAQ title
 I have read is titled:

 How can I verify the downloaded ISO images and written optical media?
 source: http://www.debian.org/CD/faq/#verify

 Still working on the verify process.

 Thank you


 --
 To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact
 listmas...@lists.debian.org
 Archive:
 http://lists.debian.org/caldxikr6sxhmemy07vk5kb68o4mreenakozp_6xdsa_6cp1...@mail.gmail.com




-- 
Shane D. Johnson
IT Administrator
Rasmussen Equipment


Re: Checksum for iso image netinst i386

2012-09-26 Thread Wally Lepore
On Wed, Sep 26, 2012 at 5:48 PM, Shane Johnson wrote:
 Wally,
 Try this : http://www.debian.org/CD/verify

Hi Shane,

Yes I did see this before but still not sure what I'm looking at or
how to proceed. Are you saying that I don't need to use md5sum?

I'm looking for a complete tutorial that explains how to accomplish
this otherwise simple procedure that had become difficult for me.

Thank you
Wally

On Wed, Sep 26, 2012 at 5:48 PM, Shane Johnson
s...@rasmussenequipment.com wrote:
 Wally,
 Try this : http://www.debian.org/CD/verify

 On Wed, Sep 26, 2012 at 3:21 PM, Wally Lepore wallylep...@gmail.com wrote:

 On Tue, 25 Sep 2012 22:30:45 +0200, Wally Lepore wrote:
 
  I just downloaded the netinst (stable) release of Debian for i386
  architecture.
  Before I burn the iso image to a CD, I'd like to verify that it was
  downloaded without errors. Can anyone point the way to the checksum
  number?

 On Tue, Sep 25, 2012 at 4:41 PM, Ralf Mardorf wrote:
 
  http://www.debian.org/CD/faq/ ;)

 Hi Ralph,

 Thank you. I did search the FAQ prior to posting but did not initially
 see a reference to my question until I re-checked again. The FAQ title
 I have read is titled:

 How can I verify the downloaded ISO images and written optical media?
 source: http://www.debian.org/CD/faq/#verify

 Still working on the verify process.

 Thank you


 --
 To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact
 listmas...@lists.debian.org
 Archive:
 http://lists.debian.org/caldxikr6sxhmemy07vk5kb68o4mreenakozp_6xdsa_6cp1...@mail.gmail.com




 --
 Shane D. Johnson
 IT Administrator
 Rasmussen Equipment




-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CALDXikoOmK74sUZY_OQjQGwF+CDky65_rOZh5Bdv=msfjoj...@mail.gmail.com



Re: Checksum for iso image netinst i386

2012-09-26 Thread Shane Johnson
Wally,
I understood from what I linked that it is part of the ISO.  I did some
poking around my local mirror and found this :
http://mirrors.xmission.com/debian-cd/current/i386/iso-cd/SHA512SUMS

Hope this helps.

Shane


On Wed, Sep 26, 2012 at 4:00 PM, Wally Lepore wallylep...@gmail.com wrote:

 On Wed, Sep 26, 2012 at 5:48 PM, Shane Johnson wrote:
  Wally,
  Try this : http://www.debian.org/CD/verify

 Hi Shane,

 Yes I did see this before but still not sure what I'm looking at or
 how to proceed. Are you saying that I don't need to use md5sum?

 I'm looking for a complete tutorial that explains how to accomplish
 this otherwise simple procedure that had become difficult for me.

 Thank you
 Wally

 On Wed, Sep 26, 2012 at 5:48 PM, Shane Johnson
 s...@rasmussenequipment.com wrote:
  Wally,
  Try this : http://www.debian.org/CD/verify
 
  On Wed, Sep 26, 2012 at 3:21 PM, Wally Lepore wallylep...@gmail.com
 wrote:
 
  On Tue, 25 Sep 2012 22:30:45 +0200, Wally Lepore wrote:
  
   I just downloaded the netinst (stable) release of Debian for i386
   architecture.
   Before I burn the iso image to a CD, I'd like to verify that it was
   downloaded without errors. Can anyone point the way to the checksum
   number?
 
  On Tue, Sep 25, 2012 at 4:41 PM, Ralf Mardorf wrote:
  
   http://www.debian.org/CD/faq/ ;)
 
  Hi Ralph,
 
  Thank you. I did search the FAQ prior to posting but did not initially
  see a reference to my question until I re-checked again. The FAQ title
  I have read is titled:
 
  How can I verify the downloaded ISO images and written optical media?
  source: http://www.debian.org/CD/faq/#verify
 
  Still working on the verify process.
 
  Thank you
 
 
  --
  To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
  with a subject of unsubscribe. Trouble? Contact
  listmas...@lists.debian.org
  Archive:
 
 http://lists.debian.org/caldxikr6sxhmemy07vk5kb68o4mreenakozp_6xdsa_6cp1...@mail.gmail.com
 
 
 
 
  --
  Shane D. Johnson
  IT Administrator
  Rasmussen Equipment
 
 




-- 
Shane D. Johnson
IT Administrator
Rasmussen Equipment


Re: Checksum for iso image netinst i386

2012-09-26 Thread Wally Lepore
On Wed, Sep 26, 2012 at 6:20 PM, Shane Johnson
s...@rasmussenequipment.com wrote:
 Wally,
 I understood from what I linked that it is part of the ISO.  I did some
 poking around my local mirror and found this :
 http://mirrors.xmission.com/debian-cd/current/i386/iso-cd/SHA512SUMS

 Hope this helps.

 Shane

Thanks Shane but the link you sent me opened with what appears to be
hundreds of hash numbers all merged together. It doesn't make sense.

Please check link. I'm using Firefox.

Thanks
Wally


On Wed, Sep 26, 2012 at 6:20 PM, Shane Johnson
s...@rasmussenequipment.com wrote:
 Wally,
 I understood from what I linked that it is part of the ISO.  I did some
 poking around my local mirror and found this :
 http://mirrors.xmission.com/debian-cd/current/i386/iso-cd/SHA512SUMS

 Hope this helps.

 Shane


 On Wed, Sep 26, 2012 at 4:00 PM, Wally Lepore wallylep...@gmail.com wrote:

 On Wed, Sep 26, 2012 at 5:48 PM, Shane Johnson wrote:
  Wally,
  Try this : http://www.debian.org/CD/verify

 Hi Shane,

 Yes I did see this before but still not sure what I'm looking at or
 how to proceed. Are you saying that I don't need to use md5sum?

 I'm looking for a complete tutorial that explains how to accomplish
 this otherwise simple procedure that had become difficult for me.

 Thank you
 Wally

 On Wed, Sep 26, 2012 at 5:48 PM, Shane Johnson
 s...@rasmussenequipment.com wrote:
  Wally,
  Try this : http://www.debian.org/CD/verify
 
  On Wed, Sep 26, 2012 at 3:21 PM, Wally Lepore wallylep...@gmail.com
  wrote:
 
  On Tue, 25 Sep 2012 22:30:45 +0200, Wally Lepore wrote:
  
   I just downloaded the netinst (stable) release of Debian for i386
   architecture.
   Before I burn the iso image to a CD, I'd like to verify that it was
   downloaded without errors. Can anyone point the way to the checksum
   number?
 
  On Tue, Sep 25, 2012 at 4:41 PM, Ralf Mardorf wrote:
  
   http://www.debian.org/CD/faq/ ;)
 
  Hi Ralph,
 
  Thank you. I did search the FAQ prior to posting but did not initially
  see a reference to my question until I re-checked again. The FAQ title
  I have read is titled:
 
  How can I verify the downloaded ISO images and written optical media?
  source: http://www.debian.org/CD/faq/#verify
 
  Still working on the verify process.
 
  Thank you
 
 
  --
  To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
  with a subject of unsubscribe. Trouble? Contact
  listmas...@lists.debian.org
  Archive:
 
  http://lists.debian.org/caldxikr6sxhmemy07vk5kb68o4mreenakozp_6xdsa_6cp1...@mail.gmail.com
 
 
 
 
  --
  Shane D. Johnson
  IT Administrator
  Rasmussen Equipment
 
 




 --
 Shane D. Johnson
 IT Administrator
 Rasmussen Equipment




-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CALDXikp6GO16WN7EZiOxsBvJrUtE-LT2C1a-7=woefh_8ju...@mail.gmail.com



Re: Checksum for iso image netinst i386

2012-09-26 Thread Shane Johnson
Wally,
The first part of the line is the SHA512 hash and the last half is the CD
the hash is for.  If you go back to the directory from the URL I sent (
http://mirrors.xmission.com/debian-cd/current/i386/iso-cd/) you can find
the hashs for whichever format you  are most comfortable with.

Shane


On Wed, Sep 26, 2012 at 4:27 PM, Wally Lepore wallylep...@gmail.com wrote:

 On Wed, Sep 26, 2012 at 6:20 PM, Shane Johnson
 s...@rasmussenequipment.com wrote:
  Wally,
  I understood from what I linked that it is part of the ISO.  I did some
  poking around my local mirror and found this :
  http://mirrors.xmission.com/debian-cd/current/i386/iso-cd/SHA512SUMS
 
  Hope this helps.
 
  Shane

 Thanks Shane but the link you sent me opened with what appears to be
 hundreds of hash numbers all merged together. It doesn't make sense.

 Please check link. I'm using Firefox.

 Thanks
 Wally


 On Wed, Sep 26, 2012 at 6:20 PM, Shane Johnson
 s...@rasmussenequipment.com wrote:
  Wally,
  I understood from what I linked that it is part of the ISO.  I did some
  poking around my local mirror and found this :
  http://mirrors.xmission.com/debian-cd/current/i386/iso-cd/SHA512SUMS
 
  Hope this helps.
 
  Shane
 
 
  On Wed, Sep 26, 2012 at 4:00 PM, Wally Lepore wallylep...@gmail.com
 wrote:
 
  On Wed, Sep 26, 2012 at 5:48 PM, Shane Johnson wrote:
   Wally,
   Try this : http://www.debian.org/CD/verify
 
  Hi Shane,
 
  Yes I did see this before but still not sure what I'm looking at or
  how to proceed. Are you saying that I don't need to use md5sum?
 
  I'm looking for a complete tutorial that explains how to accomplish
  this otherwise simple procedure that had become difficult for me.
 
  Thank you
  Wally
 
  On Wed, Sep 26, 2012 at 5:48 PM, Shane Johnson
  s...@rasmussenequipment.com wrote:
   Wally,
   Try this : http://www.debian.org/CD/verify
  
   On Wed, Sep 26, 2012 at 3:21 PM, Wally Lepore wallylep...@gmail.com
   wrote:
  
   On Tue, 25 Sep 2012 22:30:45 +0200, Wally Lepore wrote:
   
I just downloaded the netinst (stable) release of Debian for i386
architecture.
Before I burn the iso image to a CD, I'd like to verify that it
 was
downloaded without errors. Can anyone point the way to the
 checksum
number?
  
   On Tue, Sep 25, 2012 at 4:41 PM, Ralf Mardorf wrote:
   
http://www.debian.org/CD/faq/ ;)
  
   Hi Ralph,
  
   Thank you. I did search the FAQ prior to posting but did not
 initially
   see a reference to my question until I re-checked again. The FAQ
 title
   I have read is titled:
  
   How can I verify the downloaded ISO images and written optical
 media?
   source: http://www.debian.org/CD/faq/#verify
  
   Still working on the verify process.
  
   Thank you
  
  
   --
   To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
   with a subject of unsubscribe. Trouble? Contact
   listmas...@lists.debian.org
   Archive:
  
  
 http://lists.debian.org/caldxikr6sxhmemy07vk5kb68o4mreenakozp_6xdsa_6cp1...@mail.gmail.com
  
  
  
  
   --
   Shane D. Johnson
   IT Administrator
   Rasmussen Equipment
  
  
 
 
 
 
  --
  Shane D. Johnson
  IT Administrator
  Rasmussen Equipment
 
 




-- 
Shane D. Johnson
IT Administrator
Rasmussen Equipment


Re: Checksum for iso image netinst i386

2012-09-26 Thread Ralf Mardorf
On Wed, 2012-09-26 at 18:27 -0400, Wally Lepore wrote:
 On Wed, Sep 26, 2012 at 6:20 PM, Shane Johnson
 s...@rasmussenequipment.com wrote:
  Wally,
  I understood from what I linked that it is part of the ISO.  I did some
  poking around my local mirror and found this :
  http://mirrors.xmission.com/debian-cd/current/i386/iso-cd/SHA512SUMS
 
  Hope this helps.
 
  Shane
 
 Thanks Shane but the link you sent me opened with what appears to be
 hundreds of hash numbers all merged together. It doesn't make sense.
 
 Please check link. I'm using Firefox.

http://mirrors.xmission.com/debian-cd/current/i386/iso-cd/MD5SUMS
bdf926d604258ce17dfba0b5ef067f17  debian-6.0.5-i386-netinst.iso

OT:
http://mirrors.xmission.com/debian-cd/current/amd64/iso-cd/MD5SUMS
a213b1d6da1996c677706d843b6ee0f2  debian-6.0.5-amd64-netinst.iso


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1348699875.1198.73.camel@localhost.localdomain



Re: Checksum for iso image netinst i386

2012-09-26 Thread Wally Lepore
On Wed, Sep 26, 2012 at 6:31 PM, Shane Johnson wrote:

 The first part of the line is the SHA512 hash and the last half is the CD
 the hash is for.  If you go back to the directory from the URL I sent
 (http://mirrors.xmission.com/debian-cd/current/i386/iso-cd/) you can find
 the hashs for whichever format you  are most comfortable with.

Hi Shane,

The first part of what line please? What is SHA512 Hash? I really
appreciate the help but I'm new to the verify iso download procedure
and would like to learn how-to use the md5sum program. Not sure I
understand what you suggest and how it relates relates.

I'll re-read your replies again and see if I can better understand.

Thank you Shane
Wally

On Wed, Sep 26, 2012 at 6:31 PM, Shane Johnson
s...@rasmussenequipment.com wrote:
 Wally,
 The first part of the line is the SHA512 hash and the last half is the CD
 the hash is for.  If you go back to the directory from the URL I sent
 (http://mirrors.xmission.com/debian-cd/current/i386/iso-cd/) you can find
 the hashs for whichever format you  are most comfortable with.

 Shane


 On Wed, Sep 26, 2012 at 4:27 PM, Wally Lepore wallylep...@gmail.com wrote:

 On Wed, Sep 26, 2012 at 6:20 PM, Shane Johnson
 s...@rasmussenequipment.com wrote:
  Wally,
  I understood from what I linked that it is part of the ISO.  I did some
  poking around my local mirror and found this :
  http://mirrors.xmission.com/debian-cd/current/i386/iso-cd/SHA512SUMS
 
  Hope this helps.
 
  Shane

 Thanks Shane but the link you sent me opened with what appears to be
 hundreds of hash numbers all merged together. It doesn't make sense.

 Please check link. I'm using Firefox.

 Thanks
 Wally


 On Wed, Sep 26, 2012 at 6:20 PM, Shane Johnson
 s...@rasmussenequipment.com wrote:
  Wally,
  I understood from what I linked that it is part of the ISO.  I did some
  poking around my local mirror and found this :
  http://mirrors.xmission.com/debian-cd/current/i386/iso-cd/SHA512SUMS
 
  Hope this helps.
 
  Shane
 
 
  On Wed, Sep 26, 2012 at 4:00 PM, Wally Lepore wallylep...@gmail.com
  wrote:
 
  On Wed, Sep 26, 2012 at 5:48 PM, Shane Johnson wrote:
   Wally,
   Try this : http://www.debian.org/CD/verify
 
  Hi Shane,
 
  Yes I did see this before but still not sure what I'm looking at or
  how to proceed. Are you saying that I don't need to use md5sum?
 
  I'm looking for a complete tutorial that explains how to accomplish
  this otherwise simple procedure that had become difficult for me.
 
  Thank you
  Wally
 
  On Wed, Sep 26, 2012 at 5:48 PM, Shane Johnson
  s...@rasmussenequipment.com wrote:
   Wally,
   Try this : http://www.debian.org/CD/verify
  
   On Wed, Sep 26, 2012 at 3:21 PM, Wally Lepore wallylep...@gmail.com
   wrote:
  
   On Tue, 25 Sep 2012 22:30:45 +0200, Wally Lepore wrote:
   
I just downloaded the netinst (stable) release of Debian for i386
architecture.
Before I burn the iso image to a CD, I'd like to verify that it
was
downloaded without errors. Can anyone point the way to the
checksum
number?
  
   On Tue, Sep 25, 2012 at 4:41 PM, Ralf Mardorf wrote:
   
http://www.debian.org/CD/faq/ ;)
  
   Hi Ralph,
  
   Thank you. I did search the FAQ prior to posting but did not
   initially
   see a reference to my question until I re-checked again. The FAQ
   title
   I have read is titled:
  
   How can I verify the downloaded ISO images and written optical
   media?
   source: http://www.debian.org/CD/faq/#verify
  
   Still working on the verify process.
  
   Thank you
  
  
   --
   To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
   with a subject of unsubscribe. Trouble? Contact
   listmas...@lists.debian.org
   Archive:
  
  
   http://lists.debian.org/caldxikr6sxhmemy07vk5kb68o4mreenakozp_6xdsa_6cp1...@mail.gmail.com
  
  
  
  
   --
   Shane D. Johnson
   IT Administrator
   Rasmussen Equipment
  
  
 
 
 
 
  --
  Shane D. Johnson
  IT Administrator
  Rasmussen Equipment
 
 




 --
 Shane D. Johnson
 IT Administrator
 Rasmussen Equipment




-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/caldxikrypfgymvj7-ftjkkgtty_q2exbgpkuwsano2sxajz...@mail.gmail.com



Re: Checksum for iso image netinst i386

2012-09-26 Thread Wally Lepore
 On Wed, Sep 26, 2012 at 6:31 PM, Shane Johnson wrote:

 If you go back to the directory from the URL I sent
 (http://mirrors.xmission.com/debian-cd/current/i386/iso-cd/) you can find
 the hashs for whichever format you  are most comfortable with.

Hi Shane,

Ok, I think I'm understanding. In regards to the link you sent
( http://mirrors.xmission.com/debian-cd/current/i386/iso-cd/ ),  I
opened the format titled, md5sum and it previewed the hash numbers
for all the iso files related to the i386 debian download.

I believe the hash that relates to my downloaded iso is:

bdf926d604258ce17dfba0b5ef067f17  debian-6.0.5-i386-netinst.iso

ok but now what do I do with this hash in regards to the program
md5sum.exe and my command prompt in windows?

Thanks again Shane?
Wally

On Wed, Sep 26, 2012 at 7:06 PM, Wally Lepore wallylep...@gmail.com wrote:
 On Wed, Sep 26, 2012 at 6:31 PM, Shane Johnson wrote:

 The first part of the line is the SHA512 hash and the last half is the CD
 the hash is for.  If you go back to the directory from the URL I sent
 (http://mirrors.xmission.com/debian-cd/current/i386/iso-cd/) you can find
 the hashs for whichever format you  are most comfortable with.

 Hi Shane,

 The first part of what line please? What is SHA512 Hash? I really
 appreciate the help but I'm new to the verify iso download procedure
 and would like to learn how-to use the md5sum program. Not sure I
 understand what you suggest and how it relates relates.

 I'll re-read your replies again and see if I can better understand.

 Thank you Shane
 Wally

 On Wed, Sep 26, 2012 at 6:31 PM, Shane Johnson
 s...@rasmussenequipment.com wrote:
 Wally,
 The first part of the line is the SHA512 hash and the last half is the CD
 the hash is for.  If you go back to the directory from the URL I sent
 (http://mirrors.xmission.com/debian-cd/current/i386/iso-cd/) you can find
 the hashs for whichever format you  are most comfortable with.

 Shane


 On Wed, Sep 26, 2012 at 4:27 PM, Wally Lepore wallylep...@gmail.com wrote:

 On Wed, Sep 26, 2012 at 6:20 PM, Shane Johnson
 s...@rasmussenequipment.com wrote:
  Wally,
  I understood from what I linked that it is part of the ISO.  I did some
  poking around my local mirror and found this :
  http://mirrors.xmission.com/debian-cd/current/i386/iso-cd/SHA512SUMS
 
  Hope this helps.
 
  Shane

 Thanks Shane but the link you sent me opened with what appears to be
 hundreds of hash numbers all merged together. It doesn't make sense.

 Please check link. I'm using Firefox.

 Thanks
 Wally


 On Wed, Sep 26, 2012 at 6:20 PM, Shane Johnson
 s...@rasmussenequipment.com wrote:
  Wally,
  I understood from what I linked that it is part of the ISO.  I did some
  poking around my local mirror and found this :
  http://mirrors.xmission.com/debian-cd/current/i386/iso-cd/SHA512SUMS
 
  Hope this helps.
 
  Shane
 
 
  On Wed, Sep 26, 2012 at 4:00 PM, Wally Lepore wallylep...@gmail.com
  wrote:
 
  On Wed, Sep 26, 2012 at 5:48 PM, Shane Johnson wrote:
   Wally,
   Try this : http://www.debian.org/CD/verify
 
  Hi Shane,
 
  Yes I did see this before but still not sure what I'm looking at or
  how to proceed. Are you saying that I don't need to use md5sum?
 
  I'm looking for a complete tutorial that explains how to accomplish
  this otherwise simple procedure that had become difficult for me.
 
  Thank you
  Wally
 
  On Wed, Sep 26, 2012 at 5:48 PM, Shane Johnson
  s...@rasmussenequipment.com wrote:
   Wally,
   Try this : http://www.debian.org/CD/verify
  
   On Wed, Sep 26, 2012 at 3:21 PM, Wally Lepore wallylep...@gmail.com
   wrote:
  
   On Tue, 25 Sep 2012 22:30:45 +0200, Wally Lepore wrote:
   
I just downloaded the netinst (stable) release of Debian for i386
architecture.
Before I burn the iso image to a CD, I'd like to verify that it
was
downloaded without errors. Can anyone point the way to the
checksum
number?
  
   On Tue, Sep 25, 2012 at 4:41 PM, Ralf Mardorf wrote:
   
http://www.debian.org/CD/faq/ ;)
  
   Hi Ralph,
  
   Thank you. I did search the FAQ prior to posting but did not
   initially
   see a reference to my question until I re-checked again. The FAQ
   title
   I have read is titled:
  
   How can I verify the downloaded ISO images and written optical
   media?
   source: http://www.debian.org/CD/faq/#verify
  
   Still working on the verify process.
  
   Thank you
  
  
   --
   To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
   with a subject of unsubscribe. Trouble? Contact
   listmas...@lists.debian.org
   Archive:
  
  
   http://lists.debian.org/caldxikr6sxhmemy07vk5kb68o4mreenakozp_6xdsa_6cp1...@mail.gmail.com
  
  
  
  
   --
   Shane D. Johnson
   IT Administrator
   Rasmussen Equipment
  
  
 
 
 
 
  --
  Shane D. Johnson
  IT Administrator
  Rasmussen Equipment
 
 




 --
 Shane D. Johnson
 IT Administrator
 Rasmussen Equipment




-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of 

Re: Checksum for iso image netinst i386

2012-09-26 Thread Shane Johnson
At the bottom of this page is basic instructions on how to get hashs.
 Sorry for the outside of debian but it's what I could find the fastest :P

http://www.openoffice.org/download/checksums/3.4.0_checksums.html

Shane

On Wed, Sep 26, 2012 at 5:17 PM, Wally Lepore wallylep...@gmail.com wrote:

  On Wed, Sep 26, 2012 at 6:31 PM, Shane Johnson wrote:

  If you go back to the directory from the URL I sent
  (http://mirrors.xmission.com/debian-cd/current/i386/iso-cd/) you can
 find
  the hashs for whichever format you  are most comfortable with.

 Hi Shane,

 Ok, I think I'm understanding. In regards to the link you sent
 ( http://mirrors.xmission.com/debian-cd/current/i386/iso-cd/ ),  I
 opened the format titled, md5sum and it previewed the hash numbers
 for all the iso files related to the i386 debian download.

 I believe the hash that relates to my downloaded iso is:

 bdf926d604258ce17dfba0b5ef067f17  debian-6.0.5-i386-netinst.iso

 ok but now what do I do with this hash in regards to the program
 md5sum.exe and my command prompt in windows?

 Thanks again Shane?
 Wally

 On Wed, Sep 26, 2012 at 7:06 PM, Wally Lepore wallylep...@gmail.com
 wrote:
  On Wed, Sep 26, 2012 at 6:31 PM, Shane Johnson wrote:
 
  The first part of the line is the SHA512 hash and the last half is the
 CD
  the hash is for.  If you go back to the directory from the URL I sent
  (http://mirrors.xmission.com/debian-cd/current/i386/iso-cd/) you can
 find
  the hashs for whichever format you  are most comfortable with.
 
  Hi Shane,
 
  The first part of what line please? What is SHA512 Hash? I really
  appreciate the help but I'm new to the verify iso download procedure
  and would like to learn how-to use the md5sum program. Not sure I
  understand what you suggest and how it relates relates.
 
  I'll re-read your replies again and see if I can better understand.
 
  Thank you Shane
  Wally
 
  On Wed, Sep 26, 2012 at 6:31 PM, Shane Johnson
  s...@rasmussenequipment.com wrote:
  Wally,
  The first part of the line is the SHA512 hash and the last half is the
 CD
  the hash is for.  If you go back to the directory from the URL I sent
  (http://mirrors.xmission.com/debian-cd/current/i386/iso-cd/) you can
 find
  the hashs for whichever format you  are most comfortable with.
 
  Shane
 
 
  On Wed, Sep 26, 2012 at 4:27 PM, Wally Lepore wallylep...@gmail.com
 wrote:
 
  On Wed, Sep 26, 2012 at 6:20 PM, Shane Johnson
  s...@rasmussenequipment.com wrote:
   Wally,
   I understood from what I linked that it is part of the ISO.  I did
 some
   poking around my local mirror and found this :
   http://mirrors.xmission.com/debian-cd/current/i386/iso-cd/SHA512SUMS
  
   Hope this helps.
  
   Shane
 
  Thanks Shane but the link you sent me opened with what appears to be
  hundreds of hash numbers all merged together. It doesn't make sense.
 
  Please check link. I'm using Firefox.
 
  Thanks
  Wally
 
 
  On Wed, Sep 26, 2012 at 6:20 PM, Shane Johnson
  s...@rasmussenequipment.com wrote:
   Wally,
   I understood from what I linked that it is part of the ISO.  I did
 some
   poking around my local mirror and found this :
   http://mirrors.xmission.com/debian-cd/current/i386/iso-cd/SHA512SUMS
  
   Hope this helps.
  
   Shane
  
  
   On Wed, Sep 26, 2012 at 4:00 PM, Wally Lepore wallylep...@gmail.com
 
   wrote:
  
   On Wed, Sep 26, 2012 at 5:48 PM, Shane Johnson wrote:
Wally,
Try this : http://www.debian.org/CD/verify
  
   Hi Shane,
  
   Yes I did see this before but still not sure what I'm looking at or
   how to proceed. Are you saying that I don't need to use md5sum?
  
   I'm looking for a complete tutorial that explains how to accomplish
   this otherwise simple procedure that had become difficult for me.
  
   Thank you
   Wally
  
   On Wed, Sep 26, 2012 at 5:48 PM, Shane Johnson
   s...@rasmussenequipment.com wrote:
Wally,
Try this : http://www.debian.org/CD/verify
   
On Wed, Sep 26, 2012 at 3:21 PM, Wally Lepore 
 wallylep...@gmail.com
wrote:
   
On Tue, 25 Sep 2012 22:30:45 +0200, Wally Lepore wrote:

 I just downloaded the netinst (stable) release of Debian for
 i386
 architecture.
 Before I burn the iso image to a CD, I'd like to verify that
 it
 was
 downloaded without errors. Can anyone point the way to the
 checksum
 number?
   
On Tue, Sep 25, 2012 at 4:41 PM, Ralf Mardorf wrote:

 http://www.debian.org/CD/faq/ ;)
   
Hi Ralph,
   
Thank you. I did search the FAQ prior to posting but did not
initially
see a reference to my question until I re-checked again. The FAQ
title
I have read is titled:
   
How can I verify the downloaded ISO images and written optical
media?
source: http://www.debian.org/CD/faq/#verify
   
Still working on the verify process.
   
Thank you
   
   
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact

Re: Checksum for iso image netinst i386

2012-09-26 Thread Wally Lepore
 On Wed, Sep 26, 2012 at 6:31 PM, Shane Johnson wrote:

 If you go back to the directory from the URL I sent
 (http://mirrors.xmission.com/debian-cd/current/i386/iso-cd/) you can find
 the hashs for whichever format you  are most comfortable with.

Hi Shane,

Ok, I think I'm understanding. In regards to the link you sent
( http://mirrors.xmission.com/debian-cd/current/i386/iso-cd/ ),  I
opened the format titled, md5sum and it previewed the hash numbers
for all the iso files related to the i386 debian download.

I believe the hash that relates to my downloaded iso is:

bdf926d604258ce17dfba0b5ef067f17  debian-6.0.5-i386-netinst.iso

ok but now what do I do with this hash in regards to the program
md5sum.exe and my command prompt in windows?

Thanks again Shane?


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CALDXikr=az8coa2rv1dvt0z72jqjmpwj5nzhv+c7-qwu5j_...@mail.gmail.com



Re: Checksum for iso image netinst i386

2012-09-26 Thread Wally Lepore
On Wed, Sep 26, 2012 at 7:20 PM, Shane Johnson wrote:

 At the bottom of this page is basic instructions on how to get hashs.  Sorry
 for the outside of debian but it's what I could find the fastest :P

 http://www.openoffice.org/download/checksums/3.4.0_checksums.html

Hi Shane,

Ok I'll give it a read and get back to you. Thanks so much for helping
this Linux newbie.

cheers
wally


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CALDXikrg=71sazwmyy5e7trncbceaae6o5hwqx9hg69r8ry...@mail.gmail.com



Re: Checksum for iso image netinst i386

2012-09-26 Thread Wally Lepore
On Wed, Sep 26, 2012 at 6:51 PM, Ralf Mardorf wrote:

 http://mirrors.xmission.com/debian-cd/current/i386/iso-cd/MD5SUMS
 bdf926d604258ce17dfba0b5ef067f17  debian-6.0.5-i386-netinst.iso

 OT:
 http://mirrors.xmission.com/debian-cd/current/amd64/iso-cd/MD5SUMS
 a213b1d6da1996c677706d843b6ee0f2  debian-6.0.5-amd64-netinst.iso

Hi Ralf,

Thank you very much for the links. Yes I see the hash's. How and what
do I need to type into the command prompt to verify in regards to the
program I installed called md5sum.exe?

Thank you
wally


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/caldxikoggrm0gzw3hqym2pnczaiv8yun-6nbfvcumzk4xm1...@mail.gmail.com



Re: Checksum for iso image netinst i386

2012-09-26 Thread Ralf Mardorf
On Wed, 2012-09-26 at 19:37 -0400, Wally Lepore wrote:
 On Wed, Sep 26, 2012 at 6:51 PM, Ralf Mardorf wrote:
 
  http://mirrors.xmission.com/debian-cd/current/i386/iso-cd/MD5SUMS
  bdf926d604258ce17dfba0b5ef067f17  debian-6.0.5-i386-netinst.iso
 
  OT:
  http://mirrors.xmission.com/debian-cd/current/amd64/iso-cd/MD5SUMS
  a213b1d6da1996c677706d843b6ee0f2  debian-6.0.5-amd64-netinst.iso
 
 Hi Ralf,
 
 Thank you very much for the links. Yes I see the hash's. How and what
 do I need to type into the command prompt to verify in regards to the
 program I installed called md5sum.exe?

I don't know how to do that on Windows.

Shane's Link explains some ways for Windows.

Don't you have a burning software that will show the MD5sum of the ISO?
If so, simply compare the sum with sum from the http links without
software.

Regards,
Ralf


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1348703351.1198.82.camel@localhost.localdomain



Re: Checksum for iso image netinst i386

2012-09-26 Thread Wally Lepore
On Wed, Sep 26, 2012 at 10:22 PM, Wally Lepore wallylep...@gmail.com wrote:
 On Wed, Sep 26, 2012 at 7:49 PM Ralf Mardorf wrote:
 I don't know how to do that on Windows.
 Don't you have a burning software that will show the MD5sum of the ISO?
 If so, simply compare the sum with sum from the http links without
software.

 Hi Ralf,

 Yes I do have software on windows called winmd5sum that does all
 this automatically using a different process. The Cd Burner method you
 mention is also another way. I will look into that. Also I discovered
 there are many different ways to verify that a downloaded file is
 error free. Using the program md5sum.exe is just one of many different
 methods using the command line. I simply wanted to learn this
 particular method, that's all.

 I've found some interesting links in regards to this subject. I will
 get back to the mailing list with my results. See the link below
 please.

 http://en.wikipedia.org/wiki/Md5sum

 Thanks again Ralf
 Wally


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/caldxikrlebahoe8pjhlwigm87+e6re6lznp0dmrc+17pq+f...@mail.gmail.com



Re: Checksum for iso image netinst i386

2012-09-25 Thread Ralf Mardorf
On Tue, 25 Sep 2012 22:30:45 +0200, Wally Lepore wallylep...@gmail.com  
wrote:



Hi Members

I just downloaded the netinst (stable) release of Debian for i386
architecture. The file will fit on one CD as it is only 180MB.

Before I burn the iso image to a CD, I'd like to verify that it was
downloaded without errors. Can anyone point the way to the checksum
number?

source: http://www.debian.org/CD/netinst/

  http://www.debian.org/CD/faq/ ;)


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/op.wk7k3qn1qhadp0@suse11-2