1 (edited by lesly 2018-02-13 02:49:03)

Topic: get_all.sh: line 133: shasum: command not found

==== Required information ====
- iRedMail version (check /etc/iredmail-release):  iRedMail-0.9.8-beta1
- Linux/BSD distribution name and version: debian 9
- 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.
====
Hi all,
I want to try the beta version of iredmail.
I try to install it on debian 9.
When i run:  bash iRedMail.sh
i got the following error:
< SKIP > Function: check_new_iredmail.
[ INFO ] apt-get update ...
Ign:1 http://ftp.us.debian.org/debian stretch InRelease
Hit:2 http://ftp.us.debian.org/debian stretch Release
Reading package lists... Done
[ INFO ] Fetching source tarballs ...
[ INFO ] + 1 of 5: https://dl.iredmail.org/yum/misc/roundc … ete.tar.gz
[ INFO ] + 2 of 5: https://dl.iredmail.org/yum/misc/iRedAdmin-0.9.tar.bz2
[ INFO ] + 3 of 5: https://dl.iredmail.org/yum/misc/mlmmjadmin-1.0.tar.bz2
[ INFO ] + 4 of 5: https://dl.iredmail.org/yum/misc/iRedAPD-2.2.tar.bz2
[ INFO ] + 5 of 5: https://dl.iredmail.org/yum/misc/netdata-1.9.0.gz.run
[ INFO ] Validate downloaded source tarballs ...
get_all.sh: line 133: shasum: command not found
    [ FAILED ]
<< ERROR >> Package verification failed. Script exit ...

Thank's for help

----

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

2

Re: get_all.sh: line 133: shasum: command not found

lesly wrote:

==== Required information ====
- iRedMail version (check /etc/iredmail-release):  iRedMail-0.9.8-beta1
- Linux/BSD distribution name and version: debian 9
- 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.
====
Hi all,
I want to try the beta version of iredmail.
I try to install it on debian 9.
When i run:  bash iRedMail.sh
i got the following error:
< SKIP > Function: check_new_iredmail.
[ INFO ] apt-get update ...
Ign:1 http://ftp.us.debian.org/debian stretch InRelease
Hit:2 http://ftp.us.debian.org/debian stretch Release
Reading package lists... Done
[ INFO ] Fetching source tarballs ...
[ INFO ] + 1 of 5: https://dl.iredmail.org/yum/misc/roundc … ete.tar.gz
[ INFO ] + 2 of 5: https://dl.iredmail.org/yum/misc/iRedAdmin-0.9.tar.bz2
[ INFO ] + 3 of 5: https://dl.iredmail.org/yum/misc/mlmmjadmin-1.0.tar.bz2
[ INFO ] + 4 of 5: https://dl.iredmail.org/yum/misc/iRedAPD-2.2.tar.bz2
[ INFO ] + 5 of 5: https://dl.iredmail.org/yum/misc/netdata-1.9.0.gz.run
[ INFO ] Validate downloaded source tarballs ...
get_all.sh: line 133: shasum: command not found
    [ FAILED ]
<< ERROR >> Package verification failed. Script exit ...

Thank's for help


Hi again;
I change my OS to debian 8 and when i run the iRedmail.sh i got an error on ngix:
Job for nginx.service failed. See 'systemctl status nginx.service' and 'journalctl -xn' for details.
invoke-rc.d: initscript nginx, action "start" failed.
dpkg: error processing package nginx-full (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
nginx-full
E: Sub-process /usr/bin/dpkg returned an error code (1)
<< ERROR >> Installation failed, please check the terminal output.
<< ERROR >> If you're not sure what the problem is, try to get help in iRedMail
<< ERROR >> forum: https://forum.iredmail.org/
Thank's for help

3

Re: get_all.sh: line 133: shasum: command not found

lesly wrote:

get_all.sh: line 133: shasum: command not found

Does your server have package 'perl' installed before iRedMail installation?

4

Re: get_all.sh: line 133: shasum: command not found

iRedMail-0.9.8-beta1 has been re-packed with this fix, could you please try again?
https://www.iredmail.org/download.html

5

Re: get_all.sh: line 133: shasum: command not found

ZhangHuangbin wrote:

iRedMail-0.9.8-beta1 has been re-packed with this fix, could you please try again?
https://www.iredmail.org/download.html

Hi Zhang,
I just install the new beta version on debian 8. Perl is already installed.
When i run the iRedmail.sh i got this error:

After this operation, 497 MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  libwbxml2-0 libsbjson2.3 libsope-xml4.9 libsope-core4.9 libsope-mime4.9
  libsope-appserver4.9 libsope-gdl1-4.9 libsope-ldap4.9
  sope4.9-libxmlsaxdriver sope4.9-gdl1-mysql sogo sogo-activesync
E: There are problems and -y was used without --force-yes
<< ERROR >> Installation failed, please check the terminal output.
<< ERROR >> If you're not sure what the problem is, try to get help in iRedMail
<< ERROR >> forum: https://forum.iredmail.org/

Thank's for help

6

Re: get_all.sh: line 133: shasum: command not found

What's the output when you run command below?

apt-key adv --keyserver https://keys.gnupg.net --recv-key 0x810273C4
apt-key adv --keyserver pgp.mit.edu --recv-key 0x810273C4

7

Re: get_all.sh: line 133: shasum: command not found

ZhangHuangbin wrote:

What's the output when you run command below?

apt-key adv --keyserver https://keys.gnupg.net --recv-key 0x810273C4
apt-key adv --keyserver pgp.mit.edu --recv-key 0x810273C4

Hi Zhang,
I just install :
apt-get install libwbxml2-0
and after that i run bash iRedMail.sh
It's looks OK.
I 'll test other  features .
Thank's