1

Topic: << ERROR >> MD5 check failed. Script exit ...

==== Required information ====
- iRedMail version (check /etc/iredmail-release):
- Linux/BSD distribution name and version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Web server (Apache or Nginx):
- Manage mail accounts with iRedAdmin-Pro?
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====
Hello

i'm trying to install iredmail 0.9.6 on Centos 6.6 , but when i run bash iRedmail.sh i get the following result :

[root@server iRedMail-0.9.6]# bash iRedMail.sh
< SKIP > Function: check_new_iredmail.
< SKIP > Function: create_repo_rhel.
[ INFO ] Fetching source tarballs ...
[ INFO ] + 1 of 3: http://iredmail.org/yum/misc/roundcubem … ete.tar.gz
[ INFO ] + 2 of 3: http://iredmail.org/yum/misc/iRedAPD-2.0.tar.bz2
[ INFO ] + 3 of 3: http://iredmail.org/yum/misc/iRedAdmin-0.7.tar.bz2
[ INFO ] Validate packages ...
md5sum: misc/roundcubemail-1.2.4-complete.tar.gz: No such file or directory
misc/roundcubemail-1.2.4-complete.tar.gz: FAILED open or read
md5sum: misc/iRedAPD-2.0.tar.bz2: No such file or directory
misc/iRedAPD-2.0.tar.bz2: FAILED open or read
md5sum: misc/iRedAdmin-0.7.tar.bz2: No such file or directory
misc/iRedAdmin-0.7.tar.bz2: FAILED open or read
md5sum: WARNING: 3 of 3 listed files could not be read
    [ FAILED ]
<< ERROR >> MD5 check failed. Script exit ...


any idea what could be causing this ?

cheers

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: << ERROR >> MD5 check failed. Script exit ...

kinneyscott5 wrote:

md5sum: misc/roundcubemail-1.2.4-complete.tar.gz: No such file or directory
md5sum: misc/iRedAPD-2.0.tar.bz2: No such file or directory
md5sum: misc/iRedAdmin-0.7.tar.bz2: No such file or directory

Files were not successfully downloaded. Can you access url 'http://www.iredmail.org/' from this server?

3

Re: << ERROR >> MD5 check failed. Script exit ...

i tried to ping it and it said

[root@server iRedMail-0.9.6]# ping http://iredmail.org
ping: unknown host http://iredmail.org

4

Re: << ERROR >> MD5 check failed. Script exit ...

You cannot ping "http://", try:

ping iredmail.org

Also, ping is not enough, please try to access it with 'wget' or 'curl':

curl http://www.iredmail.org/

5

Re: << ERROR >> MD5 check failed. Script exit ...

[root@server ~]# ping iredmail.org
ping: unknown host iredmail.org
[root@server ~]# curl http://www.iredmail.org/
curl: (6) Couldn't resolve host 'www.iredmail.org'
[root@server ~]#

6

Re: << ERROR >> MD5 check failed. Script exit ...

kinneyscott5 wrote:

[root@server ~]# ping iredmail.org
ping: unknown host iredmail.org
[root@server ~]# curl http://www.iredmail.org/
curl: (6) Couldn't resolve host 'www.iredmail.org'
[root@server ~]#

Seems your DNS server cannot resolve iredmail.org. May i know which country the server is in?

Can you ping IP "173.254.22.21"? Also try 'curl http://173.254.22.21/'?
If IP works, try to run iRedMail installer like below:

IREDMAIL_MIRROR='http://173.254.22.21' bash iRedMail.sh

7

Re: << ERROR >> MD5 check failed. Script exit ...

Hi

my vps is located in france

yes i can  ping 173.254.22.21
PING 173.254.22.21 (173.254.22.21) 56(84) bytes of data.
64 bytes from 173.254.22.21: icmp_seq=1 ttl=48 time=169 ms
64 bytes from 173.254.22.21: icmp_seq=2 ttl=48 time=169 ms
64 bytes from 173.254.22.21: icmp_seq=3 ttl=48 time=169 ms

and i can curl it too

but IREDMAIL_MIRROR='http://173.254.22.21' bash iRedMail.sh gets

[root@server iRedMail-0.9.6]# IREDMAIL_MIRROR='http://173.254.22.21' bash iRedMail.sh
< SKIP > Function: check_new_iredmail.
< SKIP > Function: create_repo_rhel.
[ INFO ] Fetching source tarballs ...
[ INFO ] + 1 of 3: http://173.254.22.21/yum/misc/roundcube … ete.tar.gz
[ INFO ] + 2 of 3: http://173.254.22.21/yum/misc/iRedAPD-2.0.tar.bz2
[ INFO ] + 3 of 3: http://173.254.22.21/yum/misc/iRedAdmin-0.7.tar.bz2
[ INFO ] Validate packages ...
misc/roundcubemail-1.2.4-complete.tar.gz: OK
misc/iRedAPD-2.0.tar.bz2: OK
misc/iRedAdmin-0.7.tar.bz2: OK
    [ OK ]
[ INFO ] Install package: dialog
[ INFO ] Installing package(s): dialog
Loaded plugins: fastestmirror
Setting up Install Process
Determining fastest mirrors
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6 … nfra=stock error was
14: PYCURL ERROR 6 - "Couldn't resolve host 'mirrorlist.centos.org'"
Error: Cannot find a valid baseurl for repo: base
[ INFO ] Install package: dialog
[ INFO ] Installing package(s): dialog
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6 … nfra=stock error was
14: PYCURL ERROR 6 - "Couldn't resolve host 'mirrorlist.centos.org'"
Error: Cannot find a valid baseurl for repo: base
[ INFO ] Checking configuration file: /root/iRedMail-0.9.6/config ...[ INFO ] NOT FOUND. Launching installation wizard to generate one.
/root/iRedMail-0.9.6/dialog/config_via_dialog.sh: line 42: dialog: command not found
[ INFO ] Exit.

8

Re: << ERROR >> MD5 check failed. Script exit ...

looks like i had a problem with the dns

fixed it for now

thank you