1 (edited by manuel.major 2012-12-05 01:56:18)

Topic: MD5 check failed

- iRedMail version: iRedMail-0.8.3
- Linux/BSD distribution name and version: Ubuntu 12.04 LTS

Hi, I´ve got this error installing iredmail:
< INFO > Fetching source tarballs ...
< INFO > + 1 of 6: http://iredmail.org/yum/misc/iRedAdmin-0.2.tar.bz2
< INFO > + 2 of 6: http://iredmail.org/yum/misc/roundcubemail-0.8.2.tar.gz
< INFO > + 3 of 6: http://iredmail.org/yum/misc/phpldapadmin-1.2.2.tgz
< INFO > + 4 of 6: http://iredmail.org/yum/misc/phpMyAdmin … es.tar.bz2
< INFO > + 5 of 6: http://iredmail.org/yum/misc/iRedAPD-1.3.8.tar.bz2
< INFO > + 6 of 6: http://iredmail.org/yum/misc/phpPgAdmin-5.0.4.tar.bz2
< INFO > Validate packages ...md5sum: misc/iRedAdmin-0.2.tar.bz2: No such file or directory
md5sum: misc/roundcubemail-0.8.2.tar.gz: No such file or directory
md5sum: misc/phpldapadmin-1.2.2.tgz: No such file or directorymisc/iRedAdmin-0.2.tar.bz2: FAILED open or read
misc/roundcubemail-0.8.2.tar.gz: FAILED open or read
md5sum: misc/phpldapadmin-1.2.2.tgz: FAILED open or read
misc/phpMyAdmin-3.5.3-all-languages.tar.bz2: No such file or directory
misc/phpMyAdmin-3.5.3-all-languages.tar.bz2: FAILED open or read
md5sum: misc/iRedAPD-1.3.8.tar.bz2: No such file or directory
misc/iRedAPD-1.3.8.tar.bz2: FAILED open or read
md5sum: misc/phpPgAdmin-5.0.4.tar.bz2: No such file or directory
misc/phpPgAdmin-5.0.4.tar.bz2: FAILED open or read
md5sum: WARNING: 1 line is improperly formatted
md5sum: WARNING: 6 listed files could not be read
        [ FAILED ]
< ERROR > MD5 check failed. Script exit ...

Can you help me?
I follow the solution on this post http://www.iredmail.org/forum/topic1271 … d5sum.html but same ERROR

----

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

2

Re: MD5 check failed

Solved:

Download all de 6 "files" from iredmail site , then upload to folder /iRedMail-0.8.3/pkgs/misc 
For me it was faster like this:
Make share in another server and then with wget downloaded to /iRedMail-0.8.3/pkgs/misc

wget http://192.168.1.1/ubuntu/iRedAdmin-0.2.tar.bz2
wget http://192.168.1.1/ubuntu/iRedAPD-1.3.8.tar.bz2
wget http://192.168.1.1/ubuntu/phpldapadmin-1.2.2.tgz
wget http://192.168.1.1/ubuntu/phpMyAdmin-3. … es.tar.bz2
wget http://192.168.1.1/ubuntu/phpPgAdmin-5.0.4.tar.bz2
wget http://192.168.1.1/ubuntu/roundcubemail-0.8.2.tar.gz

In the end run bash iRedMail.sh and it´s done.

Thanks!!!!