Closed kelbstf closed 3 years ago
Hello, i should have added, that logging in to MariaDB on mysql CLI with the questionable user account wwroot and accessing the database warewulf perfectly works. In the meantime also tried with raising the GRANTS to ALL for that user on that db, but that did not help either...
Best regards
In the meantime checked the following: switched from "wwroot" to "root" in "/etc/warewulf/database-root.conf", started wwinit DATABASE and found that "mariadb.log" still is flooded with:
2021-09-24 17:28:33 92 [Warning] Access denied for user 'wwroot'@'localhost' (using password: YES)
2021-09-24 17:28:33 92 [Warning] Aborted connection 92 to db: 'unconnected' user: 'wwroot' host: 'localhost' (CLOSE_CONNECTION)
which seems to indicate that this file "database-root.conf" is not evaluated by warewulf at all?
Turned out that the server had to be rebooted to make the config change effective; this falls in line with the impression that this problem was cache related.
Hello All,
It looks like the problem described in "wwinit database: Access denied to wwroot #64" (https://github.com/warewulf/warewulf3/issues/64) returned for
MariaDB logfiles keep notifying:
And wwinit fails like this:
Where:
Actually this error shows up right from the beginning, with a clean installation, and did not improve, when changing the password and/or rewriting the permissions directly in mysql.
I tested for all the typical mysql authentication related errors, but everything looks as healthy as it can get. Not sure whether Warewulf has an option to raise the log level?
Does any one of you has a similar problem/can help, please?
Best regards