1 (edited by hifall 2017-01-31 10:08:16)

Topic: Error: misc/iRedAPD-2.0.tar.bz2: No such file or directory

======== 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): Apache
- Manage mail accounts with iRedAdmin-Pro?
- Related log if you're reporting an issue:
====

I am trying to fresh-install the latest iRedMail on Ubuntu 16.04 LTS, and I am stuck in the process. Since it's a fresh install, some of the required info above is not available.

I am following the instructions in this link: http://www.iredmail.org/docs/install.ir … untu.html. I have completed all the steps successfully before the "Start iRedMail installer" step.

Next, when I tried this command (Since I am in China, I used IREDMAIL_MIRROR as instructed in the link):
sudo IREDMAIL_MIRROR='http://42.159.241.31' bash iRedMail.sh

I get output from terminal:
< SKIP > Function: check_new_iredmail.
[ INFO ] apt-get update ...
Hit:1 http://mirrors.tencentyun.com/ubuntu xenial InRelease
Hit:2 http://mirrors.tencentyun.com/ubuntu xenial-security InRelease
Hit:3 http://mirrors.tencentyun.com/ubuntu xenial-updates InRelease
Reading package lists... Done
[ INFO ] Fetching source tarballs ...
[ INFO ] + 1 of 3: http://42.159.241.31/yum/misc/roundcube … ete.tar.gz
[ INFO ] + 2 of 3: http://42.159.241.31/yum/misc/iRedAPD-2.0.tar.bz2
[ INFO ] + 3 of 3: http://42.159.241.31/yum/misc/iRedAdmin-0.7.tar.bz2
[ INFO ] Validate packages ...
misc/roundcubemail-1.2.3-complete.tar.gz: OK
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: 2 listed files could not be read
    [ FAILED ]
<< ERROR >> MD5 check failed. Script exit ...

It seems to me that iRedAPD-2.0.tar.bz2 and iRedAdmin-0.7.tar.bz2 are missing. What can I do to fix this?

Thanks!

----

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

2

Re: Error: misc/iRedAPD-2.0.tar.bz2: No such file or directory

hifall wrote:

sudo IREDMAIL_MIRROR='http://42.159.241.31' bash iRedMail.sh

Please switch to root user directly (with 'su -' or 'sudo su -') first, then run:

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

3

Re: Error: misc/iRedAPD-2.0.tar.bz2: No such file or directory

ZhangHuangbin wrote:
hifall wrote:

sudo IREDMAIL_MIRROR='http://42.159.241.31' bash iRedMail.sh

Please switch to root user directly (with 'su -' or 'sudo su -') first, then run:

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

Thanks for the quick reply. It seems to get me past the issue!