Fresh installation ...
 
Notifications
Clear all

Fresh installation of Carbonio CE 24.7.1 on single server Ubuntu server 22.04

2 Posts
1 Users
0 Reactions
60 Views
(@bear38)
Joined: 3 weeks ago
Posts: 2
Topic starter  

Hi all,

I'm newby in carbonio and trying to install it on a single server using the "Automatic Script-based Installation".

I register to receive the email with repository information.

When i'm tried the installation script, it stop running at this point :

Bootstrap mode: new install
Installing LDAP configuration database...done.
Setting defaults...done.
Checking for port conflicts
Saving config in /opt/zextras/config.17968...done.
Operations logged to /tmp/zmsetup.20240902-130416.log
Setting local config values...done.
Setting up CA...failed.
service-discover: error: Carbonio is not correctly initialized, please run carbonio-bootstrap (missing required field 'zimbra_ldap_password' in localconfig)
gpg: can't open '/etc/zextras/service-discover/cluster-credentials.tar.gpg': No such file or directory
gpg: decrypt_message failed: No such file or directory
tar: This does not look like a tar archive
tar: consul-acl-secret.json: Not found in archive
tar: Exiting with failure status due to previous errors
Insert the cluster credential password:

Here is the content of the log file "/tmp/zmsetup.20240902-130416.log":

Mon Sep 2 13:04:41 2024 Running as zextras user: /opt/zextras/bin/zmlocalconfig -f -e zimbra_ldap_userdn='uid=zimbra,cn=admins,cn=zimbra' 2> /dev/null
Mon Sep 2 13:04:41 2024 done.
Mon Sep 2 13:04:41 2024 Setting up CA...
Mon Sep 2 13:04:41 2024
Running as zextras user: /opt/zextras/bin/zmcertmgr createca -new
unable to find/run '/opt/zextras/openssl/bin/openssl'
at /opt/zextras/bin/zmcertmgr line 2162.
CertMgr::verifyExe(CertMgr=HASH(0x55ae37bca480), "/opt/zextras/openssl/bin/openssl") called at /opt/zextras/bin/zmcertmgr line 2205
CertMgr::Openssl(CertMgr=HASH(0x55ae37bca480), "/opt/zextras/openssl/bin/openssl") called at /opt/zextras/bin/zmcertmgr line 511
CertMgr::new("CertMgr", "command", "createca", "new", 1) called at /opt/zextras/bin/zmcertmgr line 393
Mon Sep 2 13:04:42 2024 failed.

I check the /opt/zextras and there is no openssl directory.

Can you reproduce this error ?

How can i resolve that problem ?

Kind regards

Bear38

.

This topic was modified 3 weeks ago by Bear38

   
Quote
(@bear38)
Joined: 3 weeks ago
Posts: 2
Topic starter  

Hi,

FYI, here is my workaround :

Install required repositories and :

apt install carbonio-openssl
mkdir -p /opt/zextras/openssl/bin
ln -s /opt/zextras/common/bin/openssl /opt/zextras/openssl/bin/
bash install_carbonio_ce_singleserver_ubuntu.sh

 

 


   
ReplyQuote