Your message dated Fri, 3 Oct 2008 12:20:48 +0200
with message-id <[EMAIL PROTECTED]>
and subject line MySQL GRANT TABLES not in sync with 
/etc/bugzilla3/dbconfig-params
has caused the Debian Bug report #498672,
regarding bugzilla3 installation db fails
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
498672: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498672
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: bugzilla3
Version: 3.0.4.1-2

When I try to install bugzilla3 from apt-get (lenny) then i am getting the follow error:

server04:~# dpkg --configure bugzilla3
Setting up bugzilla3 (3.0.4.1-2) ...
dbconfig-common: writing config to /etc/dbconfig-common/bugzilla3.conf
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO).
unable to connect to mysql server.
error encountered creating user:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
dbconfig-common: bugzilla3 configure: ignoring errors from here forwards
dbconfig-common: flushing administrative password
init_db_vars (, bugzilla3, bugzilla3, gjSdQ9Z1c7b4)
Creating new localconfig (localhost, bugzilla3, bugzilla3, gjSdQ9Z1c7b4)
/usr/share/bugzilla3/debian/localconfig /etc/bugzilla3/localconfig differ: byte 764, line 13 ucf --debconf-ok /etc/bugzilla3/localconfig.LClbzYbnbw /etc/bugzilla3/localconfig
Running checksetup.pl with answer file

* This is Bugzilla 3.0.4.1-2 on perl 5.10.0
* Running on Linux 2.6.26-1-686 #1 SMP Thu Aug 28 12:00:54 UTC 2008

Checking perl modules...
Checking for          CGI.pm (v3.33)   ok: found v3.41
Checking for        TimeDate (v2.21)   ok: found v2.22
Checking for             DBI (v1.41)   ok: found v1.605
Checking for       PathTools (v0.84)   ok: found v3.2501
Checking for Template-Toolkit (v2.12)   ok: found v2.19
Checking for      Email-Send (v2.00)   ok: found v2.192
Checking for Email-MIME-Modifier (any)     ok: found v1.442

Checking available perl DBD modules...
Checking for          DBD-Pg (v1.45)   ok: found v2.8.7
Checking for       DBD-mysql (v2.9003) ok: found v4.007

The following Perl modules are optional:
Checking for              GD (v1.20)   ok: found v2.39
Checking for     Template-GD (any)      not found
Checking for           Chart (v1.0)    ok: found v2.4.1
Checking for         GDGraph (any)     ok: found v1.44
Checking for      GDTextUtil (any)     ok: found v0.86
Checking for        XML-Twig (any)      not found
Checking for      MIME-tools (v5.406)  ok: found v5.427
Checking for     libwww-perl (any)     ok: found v5.813
Checking for     PatchReader (v0.9.4)   not found
Checking for      PerlMagick (any)     ok: found v6.3.7
Checking for       perl-ldap (any)      not found
Checking for       SOAP-Lite (any)      not found
Checking for     HTML-Parser (v3.40)   ok: found v3.56
Checking for   HTML-Scrubber (any)     ok: found v0.08
Checking for Email-MIME-Attachment-Stripper (any)      not found
Checking for     Email-Reply (any)      not found
Checking for        mod_perl (v1.999022)  not found

* NOTE: You must run any commands listed below as root.

**********************************************************************
* OPTIONAL MODULES                                                   *
**********************************************************************
* Certain Perl modules are not required by Bugzilla, but by          *
* installing the latest version you gain access to additional        *
* features.                                                          *
*                                                                    *
* The optional modules you do not have installed are listed below,   *
* with the name of the feature they enable. If you want to install   *
* one of these modules, just run the appropriate command in the      *
* "COMMANDS TO INSTALL" section.                                     *
**********************************************************************

***********************************************************************
*                    MODULE NAME * ENABLES FEATURE(S)                 *
***********************************************************************
*                    Template-GD * Graphical Reports                  *
*                    Email-Reply * Inbound Email                      *
* Email-MIME-Attachment-Stripper * Inbound Email                      *
*                      perl-ldap * LDAP Authentication                *
*                       XML-Twig * Move Bugs Between Installations    *
*                    PatchReader * Patch Viewer                       *
*                      SOAP-Lite * XML-RPC Interface                  *
*                       mod_perl * mod_perl                           *
***********************************************************************
COMMANDS TO INSTALL:

    Template-GD: apt-get install libtemplate-plugin-gd-perl
    Email-Reply: /usr/bin/perl -MCPAN -e 'install "Email::Reply"'
Email-MIME-Attachment-Stripper: /usr/bin/perl -MCPAN -e 'install "Email::MIME::Attachment::Stripper"'
      perl-ldap: apt-get install libnet-ldap-perl
       XML-Twig: apt-get install libxml-twig-perl
    PatchReader: /usr/bin/perl -MCPAN -e 'install "PatchReader"'
      SOAP-Lite: apt-get install libsoap-lite-perl
       mod_perl: apt-get install libapache2-mod-perl2
Reading /etc/bugzilla3/localconfig...

OPTIONAL NOTE: If you want to be able to use the 'difference between two
patches' feature of Bugzilla (which requires the PatchReader Perl module
as well), you should install patchutils from:

    http://cyberelk.net/tim/patchutils/

Checking for       DBD-mysql (v2.9003) ok: found v4.007
There was an error connecting to MySQL:

    Access denied for user 'bugzilla3'@'localhost' (using password: YES)

This might have several reasons:

* MySQL is not running.
* MySQL is running, but there is a problem either in the
  server configuration or the database access rights. Read the Bugzilla
  Guide in the doc directory. The section about database configuration
  should help.
* Your password for the 'bugzilla3' user, specified in $db_pass, is
  incorrect, in '/etc/bugzilla3/localconfig'.
* There is a subtle problem with Perl, DBI, or MySQL. Make
sure all settings in '/etc/bugzilla3/localconfig' are correct. If all else fails, set
  '$db_check' to 0.

/var/lib/dpkg/info/bugzilla3.postinst: Configuration of bugzilla3 failed. Please check if the system requirements are fulfilled.
dpkg: error processing bugzilla3 (--configure):
 subprocess post-installation script returned error exit status 14
Errors were encountered while processing:
 bugzilla3




--- End Message ---
--- Begin Message ---
Package: bugzilla3
Version: 3.0.4.1-2
Retitle: MySQL GRANT TABLES not in sync with /etc/bugzilla3/dbconfig-params

Yes the problem occur if your MySQL GRANT password does not match with
the "dbpass" variable in /etc/bugzilla3/dbconfig-params.

The problem I found is the test for a simple GRANT table entry for the
user "dbuser". dbconfig-common is not able to check if the password
"dbpass" match with the current MySQL. Otherwise it would be a
security issue ;-)

Please update your MySQL GRANT table of the
/etc/bugzilla3/dbconfig-params file if you change the password in
MySQL.

-- 
Raphael Bossek


--- End Message ---

Reply via email to