|
Bugzilla – Full Text Bug Listing |
| Summary: | cacti-0.8.6f-2 failed to open sesssion | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | a b <wharms> |
| Component: | Other | Assignee: | Wolfgang Rosenauer <wolfgang.rosenauer> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Final | ||
| Target Milestone: | SUSE Linux 10.1 | ||
| Hardware: | Other | ||
| OS: | SuSE Linux 10.0 | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
a b
2005-10-24 15:19:30 UTC
i found an hint in an other ml that solves THAT problem rpm -i php4-session now an other error shows up :) Warning: mysql_connect(): Access denied for user 'cactiuser'@'localhost' (using password: YES) in /usr/share/cacti/lib/adodb/drivers/adodb-mysql.inc.php on line 339 obviously the mysqldb is not configured correcly I suppose this is something you must do yourself... (who would even say that the used database is the local one, or why should there be created mysql-users during a package installation?). At the moment, there is no dependency set for php4-session. Wolfgang: Can you check that, please? And maby provide a comment about the mysql-user? Thanks. the cacti installation now exspects some defaults from cacti/include/config.php maybe you can provide a script for a first install ? default values in cacti: $database_type = "mysql"; $database_default = "cacti"; $database_hostname = "localhost"; $database_username = "cactiuser"; $database_password = "cactiuser"; about comment #1: if php4-session is required and not required by the cacti RPM this is a bug, which will be fixed. The setup description can be found at /usr/share/cacti/docs/INSTALL I will think about adding a small script which will setup a local database. anyway. That's not major. The session bug is fixed for upcoming products. If /usr/share/cacti/docs/INSTALL is not sufficient I would be interested in the expectations what should be provided to make it easier. (Please in a new bug) |