Notifications
Clear all
Install & Setup
5
Posts
2
Users
0
Reactions
349
Views
Topic starter
05/14/2024 10:34
Have a clean install of Carbonio CE 24.3. Looks like there's a problem with zmdailyreport:
zextras:~$ /opt/zextras/libexec/zmdailyreport --help Can't locate Mail/Mailer.pm in @INC (you may need to install the Mail::Mailer module) (@INC contains: /opt/zextras/common/lib/perl5/x86_64-linux-gnu-thread-multi /opt/zextras/common/lib/perl5/Zimbra/DB /opt/zextras/common/lib/perl5/Zimbra/Mon /opt/zextras/common/lib/perl5/Zimbra/SOAP /opt/zextras/common/lib/perl5/x86_64-linux-gnu-thread-multi /opt/zextras/common/lib/perl5 /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.34.0 /usr/local/share/perl/5.34.0 /usr/lib/x86_64-linux-gnu/perl5/5.34 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.34 /usr/share/perl/5.34 /usr/local/lib/site_perl) at ./libexec/zmdailyreport line 29. BEGIN failed--compilation aborted at ./libexec/zmdailyreport line 29.
Is there a way to fix it? I have absolutely no experience with Perl
This topic was modified 6 months ago 2 times by regul8or
05/14/2024 12:49
Hi,
I just checked /opt/zextras/libexec/zmdailyreport on Carbonio Release 24.3.0 and could not found any error.
zextras@mail:~$ zmcontrol -v Carbonio Release 24.3.0 zextras@mail:~$ zextras@mail:~$ zextras@mail:~$ /opt/zextras/libexec/zmdailyreport --help Usage: zmdailyreport [options] Options: --mail Send report via email, default is stdout --help This help message --user User to deliver report to, default is localconfig smtp_destination zextras@mail:~$ zextras@mail:~$
Could you please tell us more about what OS you are using?
Regards,
Sharif
Topic starter
05/14/2024 13:00
Hello. Operating system is:
$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.4 LTS Release: 22.04 Codename: jammy
Carbonio is 2 nodes install (with existing PostgreSQL) with the following roles:
Server 1:
sudo apt install \ carbonio-appserver \ carbonio-directory-server \ carbonio-mailbox-db \ carbonio-storages-ce \ service-discover-server
Server 2:
sudo apt install \ carbonio-mta \ carbonio-proxy \ carbonio-user-management \ carbonio-webui \ service-discover-agent
Topic starter
05/14/2024 13:17
WHOA! I tried node 1 but in fact it should be run on node 2:
zextras@srv-carb-proxy-1:~$ /opt/zextras/libexec/zmdailyreport --help Usage: zmdailyreport [options] Options: --mail Send report via email, default is stdout --help This help message --user User to deliver report to, default is localconfig smtp_destination
Sorry for inconvinience 😔
05/14/2024 13:55