Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: ivanch0 on January 18, 2010, 12:31:50 AM

Title: Problems trying to download ISO file from mirrors
Post by: ivanch0 on January 18, 2010, 12:31:50 AM
Hello,

I am trying to download SME Server 7.4 from Internet and always got md5 checksum problems... I know it sounds like connection problems but I tried from almost all the available mirrors, at different locations.. via wireless, wired, and always the same. Torrent files from internet seems to be corrupted, Does anybody here knows a trusty and good location in order to try a new download?

Thanks in advance for any comment.
Title: Re: Problems trying to download ISO file from mirrors
Post by: janet on January 18, 2010, 01:15:11 AM
ivanch0

Quote
Does anybody here knows a trusty and good location in order to try a new download?

Code: [Select]
rsync --recursive --verbose --archive --partial --progress rsync://ftp.ibiblio.org/pub/linux/distributions/smeserver/releases/7/iso/i386/smeserver.iso .
Run the above from the sme command line, change download URL and iso filename as required. Don't leave out the dot at the end. You can use the same command to rsync against an existing iso file that is in the same folder you run the command from, only the differences will be downloaded (the original iso file will be overwritten though).

When download completes, run the command line md5 check.
Code: [Select]
md5sum smeserver.iso

Title: Re: Problems trying to download ISO file from mirrors
Post by: ivanch0 on January 18, 2010, 07:54:51 AM
Thanks for the tip Mary, It worked good  :D

--Ivan.