Installing passbolt with Centos7

while validating the passbolt.sh script getting an error, my server is centos 7

[ "$(sha256sum passbolt-repo-setup.ce.sh | awk '{print $1}')" = "6a378dd2c021dbbfe25b5dba08949f81df62605babc64d4a07a5fb91b8cbd347" ] && sudo bash ./passbolt-repo-setup.ce.sh || echo "Bad checksum. Aborting" && rm -f passbolt-repo-setup.ce.sh

Error is :
sysctl: reading key “net.ipv6.conf.all.stable_secret”
sysctl: reading key “net.ipv6.conf.default.stable_secret”
sysctl: reading key “net.ipv6.conf.lo.stable_secret”
sysctl: reading key “net.ipv6.conf.venet0.stable_secret”
PHP is already installed, you must execute this script on a vanilla server
Ex

Thanks in advance waiting for the early response!!

Hi @Krithi,

The issue is the fact that it is not a “vanilla” server, the moment you install php, apache2, Nginx etc. The passbolt script would then exit and display the bellow message

you must execute this script on a vanilla server

To solve this issue, reinstall centos 7 and the only thing you need to do first is

yum update -y && yum upgrade -y

Once the OS has been updated, you can then follow the instructions given on the Installation page

Location: Passbolt Help | Install Passbolt CE on CentOS 7

Regards
Bond

1 Like