Fedora Linux Support Community & Resources Center
  #1  
Old 26th May 2010, 06:13 PM
satimis Offline
Registered User
 
Join Date: Jul 2004
Posts: 1,386
linuxdebianmozilla
How to check F13 md5sum

Hi Folks,

I have Fedora-13-i386-DVD.torrent download on;

Fedora Project Bittorrent Tracker
http://torrent.fedoraproject.org/

Finally the package folder downloaded;

$ cd Fedora-13-i386-DVD
$ ls
Code:
Fedora-13-i386-CHECKSUM  Fedora-13-i386-DVD.iso
$ sha256sum -c Fedora-13-i386-CHECKSUM
Code:
 
Fedora-13-i386-DVD.iso: FAILED
sha256sum: Fedora-13-i386-disc1.iso: No such file or directory
Fedora-13-i386-disc1.iso: FAILED open or read
sha256sum: Fedora-13-i386-disc2.iso: No such file or directory
Fedora-13-i386-disc2.iso: FAILED open or read
sha256sum: Fedora-13-i386-disc3.iso: No such file or directory
Fedora-13-i386-disc3.iso: FAILED open or read
sha256sum: Fedora-13-i386-disc4.iso: No such file or directory
Fedora-13-i386-disc4.iso: FAILED open or read
sha256sum: Fedora-13-i386-disc5.iso: No such file or directory
Fedora-13-i386-disc5.iso: FAILED open or read
sha256sum: Fedora-13-i386-netinst.iso: No such file or directory
Fedora-13-i386-netinst.iso: FAILED open or read
sha256sum: WARNING: 6 of 7 listed files could not be read
sha256sum: WARNING: 1 of 1 computed checksum did NOT match
Please advise the correct command to check the ISO image. Where can I find its md5sum file? TIA

B.R.
satimis
Reply With Quote
  #2  
Old 26th May 2010, 06:16 PM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
linuxopera
Re: How to check F13 md5sum

Bittorrents already verify download. Why repeat?

You appear to be in the wrong folder - i.e.: the target ISO file(s) is missing, or you have specified the checksum file as the target?

V
Reply With Quote
  #3  
Old 26th May 2010, 06:16 PM
SlowJet Offline
Registered User
 
Join Date: Jan 2005
Posts: 5,002
linuxfedorafirefox
Re: How to check F13 md5sum

sha256sum thef13.iso
123456

compare the 123456 to the number in the Fedora-13-i386-CHECKSUM text that is for the f13-dvd.iso.

SJ
__________________
Do the Math
Reply With Quote
  #4  
Old 26th May 2010, 06:27 PM
satimis Offline
Registered User
 
Join Date: Jul 2004
Posts: 1,386
linuxdebianmozilla
Re: How to check F13 md5sum

Quote:
Originally Posted by SlowJet View Post
sha256sum thef13.iso
123456

compare the 123456 to the number in the Fedora-13-i386-CHECKSUM text that is for the f13-dvd.iso.

SJ
Hi,

Thanks for your advice.

$ cd Fedora-13-i386-DVD
$ gedit Fedora-13-i386-CHECKSUM
Code:
.....
e499f393898231b2c49f176cc852c119b28fa0c60198d159a4c9a585c95fe0c3 *Fedora-13-i386-DVD.iso

$ sha256sum Fedora-13-i386-DVD.iso
Code:
853180e482ca404fc8aeb6f78d4a1158ca0261f6633abe9cc631785ca00931ca  Fedora-13-i386-DVD.iso
They look completely different

B.R.
satimis
Reply With Quote
  #5  
Old 26th May 2010, 06:32 PM
stoat Offline
Registered User
 
Join Date: Jun 2006
Posts: 7,551
linuxfedorafirefox
Re: How to check F13 md5sum

Hello satimis,

To me, all of the commands you ran were properly written. And the results indicate that the files are different IMO.
Reply With Quote
  #6  
Old 26th May 2010, 06:35 PM
SlowJet Offline
Registered User
 
Join Date: Jan 2005
Posts: 5,002
linuxfedorafirefox
Re: How to check F13 md5sum

$ sha256sum Fedora-13-Final.RC3-i386-DVD.iso
e499f393898231b2c49f176cc852c119b28fa0c60198d159a4 c9a585c95fe0c3 Fedora-13-Final.RC3-i386-DVD.iso

Becoz you have the rc3 version (of the check-sum-file.)
Your iso is unknown.

SJ
__________________
Do the Math

Last edited by SlowJet; 26th May 2010 at 06:39 PM. Reason: check-sum-file is rc3
Reply With Quote
  #7  
Old 26th May 2010, 08:13 PM
jaymann Offline
Registered User
 
Join Date: May 2008
Location: Somewhere in time
Posts: 44
linuxfedorafirefox
Re: How to check F13 md5sum

https://fedoraproject.org/en/verify

Code:
$ sha256sum -c *-CHECKSUM
__________________
su -c 'yum remove mono-core'
F10/11, Pent 4 550, 500gb HD, 2gb Ram
Acer Aspire One - FC13 RC3
Reply With Quote
  #8  
Old 26th May 2010, 09:18 PM
stoat Offline
Registered User
 
Join Date: Jun 2006
Posts: 7,551
windows_xp_2003ie
Re: How to check F13 md5sum

Just to clarify somewhat (I think)... The hashes in the final version's CHECKSUM file are apparently identical to the hashes for the RC3 version. See here...
http://forums.fedoraforum.org/showthread.php?t=245546
So yes, it appears that the file you are checking is not (or is not a perfect copy of) the final version of Fedora-13-i386-DVD.iso.
Reply With Quote
  #9  
Old 27th May 2010, 02:28 AM
BugRocks1's Avatar
BugRocks1 Offline
Registered User
 
Join Date: Jan 2010
Posts: 897
linuxfedorafirefox
Re: How to check F13 md5sum

Hmmm...something is wrong.

Code:
echo '[1] - Going to the Desktop' && cd ~/Desktop && echo '[2] - Downloading the checksum files' && urlgrabber https://fedoraproject.org/static/checksums/Fedora-13-i386-CHECKSUM https://fedoraproject.org/static/checksums/Fedora-13-x86_64-CHECKSUM && echo '[3] - Downloading the GPG keys' && curl https://fedoraproject.org/static/fedora.gpg | gpg --import && echo '[4]Verifying the GPG keys from the CHECKSUM files' && gpg --verify-files *-CHECKSUM && echo '[5]Verifying the ISO checksums' && sha256sum -c *-CHECKSUM
e.g.:
Code:
$ echo '[1] - Going to the Desktop' && cd ~/Desktop && echo '[2] - Downloading the checksum files' && urlgrabber https://fedoraproject.org/static/checksums/Fedora-13-i386-CHECKSUM https://fedoraproject.org/static/checksums/Fedora-13-x86_64-CHECKSUM && echo '[3] - Downloading the GPG keys' && curl https://fedoraproject.org/static/fedora.gpg | gpg --import && echo '[4]Verifying the GPG keys from the CHECKSUM files' && gpg --verify-files *-CHECKSUM && echo '[5]Verifying the ISO checksums' && sha256sum -c *-CHECKSUM
[1] - Going to the Desktop
[2] - Downloading the checksum files
[3] - Downloading the GPG keys
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  6318  100  6318    0     0   6071      0  0:00:01  0:00:01 --:--:-- 15485
gpg: key D22E77F2: "Fedora (11) <fedora@fedoraproject.org>" not changed
gpg: key 57BBCCBA: "Fedora (12) <fedora@fedoraproject.org>" not changed
gpg: key E8E40FDE: "Fedora (13) <fedora@fedoraproject.org>" not changed
gpg: key 217521F6: "Fedora EPEL <epel@fedoraproject.org>" not changed
gpg: Total number processed: 4
gpg:              unchanged: 4
[4]Verifying the GPG keys from the CHECKSUM files
gpg: Signature made Thu 20 May 2010 09:44:42 AM JST using RSA key ID E8E40FDE
gpg: Good signature from "Fedora (13) <fedora@fedoraproject.org>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 8E5F 73FF 2A18 1765 4D35  8FCA 7EDC 6AD6 E8E4 0FDE
gpg: Signature made Thu 20 May 2010 09:44:45 AM JST using RSA key ID E8E40FDE
gpg: Good signature from "Fedora (13) <fedora@fedoraproject.org>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 8E5F 73FF 2A18 1765 4D35  8FCA 7EDC 6AD6 E8E4 0FDE
[5]Verifying the ISO checksums
Fedora-13-i386-DVD.iso: OK
sha256sum: Fedora-13-i386-disc1.iso: No such file or directory
Fedora-13-i386-disc1.iso: FAILED open or read
sha256sum: Fedora-13-i386-disc2.iso: No such file or directory
Fedora-13-i386-disc2.iso: FAILED open or read
sha256sum: Fedora-13-i386-disc3.iso: No such file or directory
Fedora-13-i386-disc3.iso: FAILED open or read
sha256sum: Fedora-13-i386-disc4.iso: No such file or directory
Fedora-13-i386-disc4.iso: FAILED open or read
sha256sum: Fedora-13-i386-disc5.iso: No such file or directory
Fedora-13-i386-disc5.iso: FAILED open or read
sha256sum: Fedora-13-i386-netinst.iso: No such file or directory
Fedora-13-i386-netinst.iso: FAILED open or read
sha256sum: WARNING: 6 of 7 listed files could not be read
Fedora-13-x86_64-DVD.iso: OK
sha256sum: Fedora-13-x86_64-disc1.iso: No such file or directory
Fedora-13-x86_64-disc1.iso: FAILED open or read
sha256sum: Fedora-13-x86_64-disc2.iso: No such file or directory
Fedora-13-x86_64-disc2.iso: FAILED open or read
sha256sum: Fedora-13-x86_64-disc3.iso: No such file or directory
Fedora-13-x86_64-disc3.iso: FAILED open or read
sha256sum: Fedora-13-x86_64-disc4.iso: No such file or directory
Fedora-13-x86_64-disc4.iso: FAILED open or read
sha256sum: Fedora-13-x86_64-disc5.iso: No such file or directory
Fedora-13-x86_64-disc5.iso: FAILED open or read
sha256sum: Fedora-13-x86_64-netinst.iso: No such file or directory
Fedora-13-x86_64-netinst.iso: FAILED open or read
sha256sum: WARNING: 6 of 7 listed files could not be read
This page needs to be updated those instructions don't work.
https://fedoraproject.org/en/verify

---------- Post added at 03:22 PM CDT ---------- Previous post was at 03:14 PM CDT ----------

The hashes are ok but I miss something with the GPG keys because is giving out a warning.

---------- Post added at 05:28 PM CDT ---------- Previous post was at 03:22 PM CDT ----------

Silly me.

Quote:
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
I didn't sign that key so it is not trusted by me off course LoL

http://www.gnupg.org/gph/en/manual.html#AEN385

Last edited by BugRocks1; 27th May 2010 at 02:30 AM.
Reply With Quote
  #10  
Old 27th May 2010, 03:39 AM
satimis Offline
Registered User
 
Join Date: Jul 2004
Posts: 1,386
linuxfedorafirefox
Re: How to check F13 md5sum

Hi folks,

I download the Fedora-13-i386-DVD, the folder, using torrent.

$ ls Fedora-13-i386-DVD
Code:
Fodroa-13-i386-CHECKSUM  Fedora-13-i386-DVD.iso
Disregarding the md5sum being wrong I have Fedora13 installed successfully as a guest of KVM with Debian 5.0 as host. Fedora 13 is working so far.

I'm replying this thread on Fedora-13. For other problems I'll start new thread.

Thanks again for your advice.


B.R.
satimis
Reply With Quote
  #11  
Old 27th May 2010, 01:19 PM
stoat Offline
Registered User
 
Join Date: Jun 2006
Posts: 7,551
windows_xp_2003ie
Re: How to check F13 md5sum

Quote:
Originally Posted by satimis

Disregarding the md5sum being wrong I have Fedora13 installed successfully
I wonder if that is a good idea.
Reply With Quote
  #12  
Old 27th May 2010, 04:04 PM
satimis Offline
Registered User
 
Join Date: Jul 2004
Posts: 1,386
linuxdebianmozilla
Re: How to check F13 md5sum

Quote:
Originally Posted by stoat View Post
I wonder if that is a good idea.
Hi stoat,

To my surprise I rechecked the ISO image;
$ sha256sum Fedora-13-i386-DVD.iso
Code:
 
e499f393898231b2c49f176cc852c119b28fa0c60198d159a4c9a585c95fe0c3  Fedora-13-i386-DVD.iso
The md5sum is correct.

I recall the previous mistake may be caused by running;
$ sha256sum Fedora-13-i386-CHECKSUM

before.

I haven't closed the console and start a new console to run;
$ sha256sum Fedora-13-i386-DVD


B.R.
satimis
Reply With Quote
Reply

Tags
check, f13, md5sum

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
md5sum check marzugal Using Fedora 3 8th April 2005 03:57 PM
Check iso images with md5sum Jman Guides & Solutions (No Questions) 4 10th January 2005 04:34 AM
CHECK MD5SUM command cuongvt Using Fedora 8 29th October 2004 08:52 AM
FC2 Final DVD ISO, md5sum good, media check bad nharris EOL (End Of Life) Versions 6 2nd June 2004 01:13 AM


Current GMT-time: 08:33 (Wednesday, 22-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat