Closed
Bug 216054
Opened 21 years ago
Closed 21 years ago
checksetup.pl fails to complete add admin account stage
Categories
(Bugzilla :: Installation & Upgrading, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: dan, Assigned: zach)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686) Gecko/20030530 Galeon/1.3.5
Build Identifier: Mozilla/5.0 (X11; U; Linux i686) Gecko/20030530 Galeon/1.3.5
Platform: Redhat 9.0 fully patched/ mysql-server-3.23.56-1.9
after creating and configuring bugs useraccount as per the documentation and
configuring localconfig to reflect changes, this is the output of the
checksetup.pl script
Checking perl modules ...
Checking for AppConfig (v1.52) ok: found v1.55
Checking for CGI::Carp (any) ok: found v1.26
Checking for Data::Dumper (any) ok: found v2.12
Checking for Date::Parse (any) ok: found v2.27
Checking for DBI (v1.13) ok: found v1.37
Checking for DBD::mysql (v1.2209) ok: found v2.1021
Checking for File::Spec (v0.82) ok: found v0.83
Checking for File::Temp (any) ok: found v0.13
Checking for Template (v2.07) ok: found v2.10
Checking for Text::Wrap (v2001.0131) ok: found v2001.0929
Checking for CGI::Carp (any) ok: found v1.26
The following Perl modules are optional:
Checking for GD (v1.19) not found
Checking for Chart::Base (v0.99) not found
Checking for XML::Parser (any) ok: found v2.31
If you you want to see graphical bug dependency charts, you may install
the optional libgd and the Perl modules GD-1.19 and Chart::Base-0.99b, e.g. by
running (as root)
perl -MCPAN -e'install "LDS/GD-1.19.tar.gz"'
perl -MCPAN -e'install "N/NI/NINJAZ/Chart-0.99b.tar.gz"'
Checking user setup ...
Precompiling templates ...
Checking for MySQL Server (v3.22.5) ok: found v3.23.56
Populating duplicates table...
this is where the script ends. the admin creation process isnt completed
Is this a known redhat bug? ive searched the bug database and cant see any clear
reference to this
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Assignee | ||
Comment 1•21 years ago
|
||
checksetup.pl should do this when you already have an admin account in your
database. Can you remove your 'bugs' database completely (or whatever you call
the database Bugzilla uses) and try running checksetup.pl again?
yup that did the trick. the weird thing is that the first time checksetup.pl
ran, it gave connection errors. anyway...
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Target Milestone: --- → Bugzilla 2.18
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•