Checklist
[ ] I have read intro post: https://community.passbolt.com/t/about-the-installation-issues-category/12
[ ] I have read the tutorials, help and searched for similar issues
[ ] I provide relevant information about my server (component names and versions, etc.)
[ ] I provide a copy of my logs and healthcheck
I describe the steps I have taken to trouble shoot the problem
[* ] I describe the steps on how to reproduce the issue
Hello, I followed the RHEL install procedures as I am on a RHEL 9 flavor.
I have gotten past all of the install to where I get to the config web page.
It complains about the credentials, but the creds are correct. I am not a DB person and I think the install got botched with something about the DB. The install config never asked me about HAVEGED if that matters.
The install asked about Maria DB for which I installed. It asked about NGINX which to me is running due to having the web page up.
I just need another pointer on what to try next I guess.
Also, I disabled SE Linux.
If I do a netstat I see port 3306 LISTENING but only over IPV6?
Trying the mysql commands gets me nothing but:
"Enter password:
ERROR 1045 (28000): Access denied for user ‘pbolt’@‘localhost’ (using password: YES)
"
or with root:
ERROR 1045 (28000): Access denied for user ‘root’@‘localhost’ (using password: YES)
So my assumption is the PB install did not get through the DB part correctly?
Yes it had me create root pw, user and pw, and asked for DB name etc.
I do not see MariaDB running but I am behind in how to find this as ps does not see nor does systemctl. I have looked around the passbolt web here and apologize if I missed something simple.
I am just using IP no domain name.
Config page I use 127…
FYI:
VMware VM, version 19, 2 Intel GOLD Xeon vcpu, 6GB RAM. Oracle Linux 9, SE Disabled, version of passbole is whatever the Yum repo had that I followed in the passbolt RHEL9 install.