I posted in Jori's thread who had the same issue but the title might not
gain attention.

I just tried running through the initial install on EL7. I made sure to
disable selinux, port 1443 gives error:

{ "status":503, "message":"No server is available to handle this request" }


and syslog throws:
 packetfence: -e(1851) FATAL: unable to connect to database: Access denied
for user 'pf'@'localhost' (using password: YES) at -e line 1.#012
(pf::db::db_connect)

/usr/local/pf/conf/pfconfig.conf
# Copyright (C) Inverse inc.
[general]
backend=mysql

[mysql]
host=localhost
user=pf
pass=packet
db=pf
port=3306
table=keyed

db=pf is listed, but the db doesn't seem to have been created by the
installer:
MariaDB [(none)]> show databases;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| mysql              |
| performance_schema |
| test               |
+--------------------+
4 rows in set (0.01 sec)

Thanks,
Steve
_______________________________________________
PacketFence-users mailing list
PacketFence-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to