LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-01-2016, 01:08 AM   #1
slashmais
LQ Newbie
 
Registered: Mar 2007
Posts: 21

Rep: Reputation: 0
mismatching iso sizes for amd64-iso


dowloaded http://mirrors.slackware.com/slackwa...are64-14.2-iso -specified size is 2.6G

the size of the downloaded iso is 3.7GB (3.4(GiB)

is this downloaded size OK?

if OK, how do I verify integrity?
 
Old 09-01-2016, 01:28 AM   #2
chris.willing
Member
 
Registered: Jun 2014
Location: Brisbane, Australia
Distribution: Slackware,LFS
Posts: 914

Rep: Reputation: 619Reputation: 619Reputation: 619Reputation: 619Reputation: 619Reputation: 619
Compare md5sums of the actual iso i.e. run:
Code:
md5sum /path/to/slackware64-14.2-install-dvd.iso
and compare result with the contents of http://mirrors.slackware.com/slackwa...ll-dvd.iso.md5
 
Old 09-01-2016, 01:47 AM   #3
slashmais
LQ Newbie
 
Registered: Mar 2007
Posts: 21

Original Poster
Rep: Reputation: 0
from your link: 522db1d2845aaab22078530c67f858c1 slackware64-14.2-install-dvd.iso

my result: 4a363a303dc411c1ffe613a9807148fb slackware64-14.2-install-dvd.iso

to be expected since the size are ~1G different, if the size is wrong so would be the checksum
 
Old 09-01-2016, 02:33 AM   #4
STDOUBT
Member
 
Registered: May 2010
Location: Stumptown
Distribution: Slackware64
Posts: 583

Rep: Reputation: 242Reputation: 242Reputation: 242
slashmais, is there any way you could verify/double-check the link you used for download?
The larger size (~3.7GB) is close to the size of the source iso (for 14.2_x86!)

If you choose to try and download again, I think you may have better luck using a torrent.
Torrents are supposedly "bit-perfect" as they verify as they go.
http://www.slackware.com/getslack/torrents.php
 
Old 09-01-2016, 03:14 AM   #5
slashmais
LQ Newbie
 
Registered: Mar 2007
Posts: 21

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by STDOUBT View Post
slashmais, is there any way you could verify/double-check the link you used for download?
The larger size (~3.7GB) is close to the size of the source iso (for 14.2_x86!)

If you choose to try and download again, I think you may have better luck using a torrent.
Torrents are supposedly "bit-perfect" as they verify as they go.
http://www.slackware.com/getslack/torrents.php
The site it dowloaded from is: http://ftp.is.co.za/mirror/ftp.slack...nstall-dvd.iso (using wget -c ...)

..download again.. I've got a 3G-connection to the web, dowload rate is sloooow, this download took 2+ days!

(In the meantimer I'm installing virtualbox and will attempt to install this iso in it to see if it is usable
but I would appreciate resolution either way)
 
Old 09-01-2016, 08:47 AM   #6
chris.willing
Member
 
Registered: Jun 2014
Location: Brisbane, Australia
Distribution: Slackware,LFS
Posts: 914

Rep: Reputation: 619Reputation: 619Reputation: 619Reputation: 619Reputation: 619Reputation: 619
You can check its viability immediately with something like:
Code:
sudo mount -o loop /path/to/slackware64-14.2-install-dvd.iso /mnt/tmp/
ls -l /mnt/tmp
Assuming that fails in your case (because the download is no good), my guess is that the server doesn't support continuation as requested by -c option of your wget command. In that case, any interruption results in a full download being added to whatever was downloaded before the interruption (my interpretation of -c|--continue option in man wget).
 
1 members found this post helpful.
Old 09-01-2016, 09:10 AM   #7
kernel-of-truth
LQ Newbie
 
Registered: Sep 2016
Distribution: 80% rhel/centos, 20% ubuntu server
Posts: 4

Rep: Reputation: Disabled
Try using a mirror site.

For whatever reason, I'm not able to download ISOs using the link on the Vector Linux site, but when I use a mirror site, the download completes successfully.

L
 
Old 09-02-2016, 04:28 AM   #8
slashmais
LQ Newbie
 
Registered: Mar 2007
Posts: 21

Original Poster
Rep: Reputation: 0
@chris.willing: checked with the loop mount & it looks valid

I'm puzzled by the size difference, any ideas what's going on?

Are there any place where I can download a list of md5sums for the included packages,
obviously cannot fully trust the list in the iso?

I emailed slackware(info@) yesterday, but no response (yet?) - do they care?
 
Old 09-02-2016, 05:13 AM   #9
chris.willing
Member
 
Registered: Jun 2014
Location: Brisbane, Australia
Distribution: Slackware,LFS
Posts: 914

Rep: Reputation: 619Reputation: 619Reputation: 619Reputation: 619Reputation: 619Reputation: 619
Quote:
Originally Posted by slashmais View Post
@chris.willing: checked with the loop mount & it looks valid

I'm puzzled by the size difference, any ideas what's going on?
No it's quite strange. I'd be wary of installing it.

Quote:
Are there any place where I can download a list of md5sums for the included packages,
obviously cannot fully trust the list in the iso?
http://slackware.osuosl.org/slackwar.../CHECKSUMS.md5

Quote:
I emailed slackware(info@) yesterday, but no response (yet?) - do they care?
It's unlikely they're able to guess what went wrong with an arbitrary download somewhere in the world from one of many mirror sites.

BTW I started to download from the site you mentioned but gave up after 10% completed in about six hours. I have quite a good connection so I guess the server is not well connected. Maybe that's why it took you 2 days to download (rather than your 3G connection). I suggest you do a fresh download from a different site.

chris
 
Old 09-02-2016, 09:47 AM   #10
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,923
Blog Entries: 44

Rep: Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158
Member response

Hi,

Quote:
Originally Posted by slashmais View Post
The site it dowloaded from is: http://ftp.is.co.za/mirror/ftp.slack...nstall-dvd.iso (using wget -c ...)

..download again.. I've got a 3G-connection to the web, dowload rate is sloooow, this download took 2+ days!

(In the meantimer I'm installing virtualbox and will attempt to install this iso in it to see if it is usable
but I would appreciate resolution either way)
I would definitely try a different mirror. Try; ftp://elektroni.phys.tut.fi/slackware64-14.2-iso/

I would try wget without the '-c' continue option initially. If you do break the download and then attempt the wget -c and the server does not support continuation then the server will just start over with a unique appending number to the filename. the 'man wget' states that the '-c' is not necessary initially since a check will be made.

You should check the download hash code to insure a valid copy of the downloaded ISO. The '.md5' is provided to allow the user to verify the ISO file. Trust it!

EDIT: Downloading from ftp://elektroni.phys.tut.fi/slackware64-14.2-iso/ with wget http://ftp.is.co.za/mirror/ftp.slack...nstall-dvd.iso download will finish in 3.5 hours. I will check the hash. I need a new ISO image disk for a new laptop. I had a crash on one of my external drives so I lost my original Slackware64 14.2 Install ISO. I cannot find the DVD so I will generate a boot ISO and do the install. I could have done the download from a Desktop and the time would have been cut in half.Too lazy to go to the LAB. I am sitting here watching Golf since our course is closed due to the major rain storms here that flood the course. Pro closed the course and it looks like we won't be on until after next Tuesday.

Hope this helps.
Have fun & enjoy!

Last edited by onebuck; 09-02-2016 at 12:38 PM. Reason: add a comment & link
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Which ISO? AMD64 or IA64? aquaboot Debian 2 07-11-2012 09:53 AM
Extract ISO to HD, create ISO from Extractions, Boot ISO LemensTS Linux - Software 1 12-28-2010 01:10 PM
Man10.1 amd64 iso's barrythai Mandriva 3 01-21-2005 06:13 PM
amd64 where is the latest iso's barrys Mandriva 1 08-03-2004 12:02 PM
Does anyone Know how to open either .iso.rz or these .iso.xdelta,.iso.bz2,.iso.lzma?? maximalred Debian 5 06-09-2004 06:15 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:01 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration