Commit 367aab2f authored by gerv%gerv.net's avatar gerv%gerv.net

Lots of formatting fixups, removed tab characters. Also removed incorrect DB_File requirement.

parent 4f2def13
...@@ -5,7 +5,7 @@ This is Bugzilla. See <http://www.mozilla.org/bugs/>. ...@@ -5,7 +5,7 @@ This is Bugzilla. See <http://www.mozilla.org/bugs/>.
DISCLAIMER DISCLAIMER
========== ==========
Bugzilla is not a package where you can just plop it in a directory, Bugzilla is not a package where you can just plop it in a directory,
twiddle a few things, and you're off. Installing Bugzilla assumes you twiddle a few things, and you're off. Installing Bugzilla assumes you
know your variant of UNIX or Microsoft Windows well, are familiar with the know your variant of UNIX or Microsoft Windows well, are familiar with the
command line, and are comfortable compiling and installing a plethora command line, and are comfortable compiling and installing a plethora
...@@ -14,7 +14,7 @@ fair Perl proficiency, and if you use a webserver other than Apache you ...@@ -14,7 +14,7 @@ fair Perl proficiency, and if you use a webserver other than Apache you
should be intimately familiar with the security mechanisms and CGI should be intimately familiar with the security mechanisms and CGI
environment thereof. environment thereof.
Bugzilla has not undergone a complete security review. Security holes Bugzilla has not undergone a complete security review. Security holes
may exist in the code. Great care should be taken both in the installation may exist in the code. Great care should be taken both in the installation
and usage of this software. Carefully consider the implications of and usage of this software. Carefully consider the implications of
installing other network services with Bugzilla. installing other network services with Bugzilla.
...@@ -29,14 +29,14 @@ installing other network services with Bugzilla. ...@@ -29,14 +29,14 @@ installing other network services with Bugzilla.
we use some writing conventions. Bourne shell prompts are used we use some writing conventions. Bourne shell prompts are used
generically to indicate any shell. generically to indicate any shell.
File Names file.extension File Names file.extension
Directory Names directory/ Directory Names directory/
Commands to be typed <shell> command Commands to be typed <shell> command
Prompt of user command under bash shell: bash$ Prompt of user command under bash shell: bash$
Prompt of root user command under bash shell: bash# Prompt of root user command under bash shell: bash#
Prompt of user command under tcsh shell: tcsh$ Prompt of user command under tcsh shell: tcsh$
Environment Variables VARIABLE Environment Variables VARIABLE
Emphasized word *word* Emphasized word *word*
============ ============
...@@ -46,13 +46,13 @@ generically to indicate any shell. ...@@ -46,13 +46,13 @@ generically to indicate any shell.
0. Introduction 0. Introduction
Installation of bugzilla is pretty straightforward, particularly if your Installation of bugzilla is pretty straightforward, particularly if your
machine already has MySQL and the MySQL-related perl packages installed. machine already has MySQL and the MySQL-related perl packages installed.
If those aren't installed yet, then that's the first order of business. The If those aren't installed yet, then that's the first order of business. The
other necessary ingredient is a web server set up to run cgi scripts. other necessary ingredient is a web server set up to run cgi scripts.
While using Apache for your webserver is not required, it is recommended. While using Apache for your webserver is not required, it is recommended.
Bugzilla has been successfully installed under Solaris, Linux, and Bugzilla has been successfully installed under Solaris, Linux, and
Win32. The peculiarities of installing on Win32 (Win98+/NT/2K) are not Win32. The peculiarities of installing on Win32 (Win98+/NT/2K) are not
included in this README; please consult the Bugzilla Guide for more included in this README; please consult the Bugzilla Guide for more
detailed Win32 installation instructions. detailed Win32 installation instructions.
...@@ -63,7 +63,7 @@ in plain text (docs/txt), HTML (docs/html), or SGML source (docs/sgml). ...@@ -63,7 +63,7 @@ in plain text (docs/txt), HTML (docs/html), or SGML source (docs/sgml).
1. Installing the Prerequisites 1. Installing the Prerequisites
The software packages necessary for the proper running of bugzilla are: The software packages necessary for the proper running of bugzilla are:
1. MySQL database server and the mysql client (3.22.5 or greater) 1. MySQL database server and the mysql client (3.22.5 or greater)
2. Perl (5.004 or greater) 2. Perl (5.004 or greater)
...@@ -76,20 +76,20 @@ in plain text (docs/txt), HTML (docs/html), or SGML source (docs/sgml). ...@@ -76,20 +76,20 @@ in plain text (docs/txt), HTML (docs/html), or SGML source (docs/sgml).
9. DB_File Perl module (optional, for bug charting) 9. DB_File Perl module (optional, for bug charting)
10. The web server of your choice. Apache is recommended. 10. The web server of your choice. Apache is recommended.
For the contrib/bug_email.pl interface, you also need: For the contrib/bug_email.pl interface, you also need:
11. MIME::Parser Perl module 11. MIME::Parser Perl module
You must also run Bugzilla on a filesystem that supports file locking via You must also run Bugzilla on a filesystem that supports file locking via
flock(). This is necessary for Bugzilla to operate safely with multiple flock(). This is necessary for Bugzilla to operate safely with multiple
instances. instances.
It is a good idea, while installing Bugzilla, to ensure it is not It is a good idea, while installing Bugzilla, to ensure it is not
accessible from the Internet. The machine may be vulnerable to attacks accessible from the Internet. The machine may be vulnerable to attacks
while you are installing. while you are installing.
1.1. Getting and setting up MySQL database (3.22.5 or greater) 1.1. Getting and setting up MySQL database (3.22.5 or greater)
Visit MySQL homepage at http://www.mysql.org/ and grab the latest stable Visit MySQL homepage at http://www.mysql.org/ and grab the latest stable
release of the server. Both binaries and source are available and which release of the server. Both binaries and source are available and which
you get shouldn't matter. Be aware that many of the binary versions you get shouldn't matter. Be aware that many of the binary versions
of MySQL store their data files in /var which on many installations of MySQL store their data files in /var which on many installations
...@@ -127,14 +127,14 @@ a few perl modules; this can be quite ornery if your perl installation ...@@ -127,14 +127,14 @@ a few perl modules; this can be quite ornery if your perl installation
isn't up to snuff. isn't up to snuff.
SHORTCUT: You can skip the following Perl module installation SHORTCUT: You can skip the following Perl module installation
steps by installing "Bundle::Bugzilla" from CPAN, which includes them. steps by installing "Bundle::Bugzilla" from CPAN, which includes them.
All Perl module installation steps require you have an active Internet All Perl module installation steps require you have an active Internet
connection. connection.
bash# perl -MCPAN -e 'install "Bundle::Bugzilla"' bash# perl -MCPAN -e 'install "Bundle::Bugzilla"'
Bundle::Bugzilla doesn't include GD, Chart::Base, or MIME::Parser, Bundle::Bugzilla doesn't include GD, Chart::Base, or MIME::Parser,
which are not essential to a basic Bugzilla install. If installing which are not essential to a basic Bugzilla install. If installing
this bundle fails, you should install each module individually to this bundle fails, you should install each module individually to
isolate the problem. isolate the problem.
...@@ -142,7 +142,7 @@ isolate the problem. ...@@ -142,7 +142,7 @@ isolate the problem.
1.3. DBI Perl module 1.3. DBI Perl module
The DBI module is a generic Perl module used by other database related The DBI module is a generic Perl module used by other database related
Perl modules. For our purposes it's required by the MySQL-related Perl modules. For our purposes it's required by the MySQL-related
modules. As long as your Perl installation was done correctly the modules. As long as your Perl installation was done correctly the
DBI module should be a breeze. It's a mixed Perl/C module, but Perl's DBI module should be a breeze. It's a mixed Perl/C module, but Perl's
...@@ -159,7 +159,7 @@ which does all the hard work for you. ...@@ -159,7 +159,7 @@ which does all the hard work for you.
To use the CPAN shell to install DBI: To use the CPAN shell to install DBI:
bash# perl -MCPAN -e 'install "DBI"' bash# perl -MCPAN -e 'install "DBI"'
(replace DBI with the name of the module you wish to install, Data::Dumper, (replace DBI with the name of the module you wish to install, Data::Dumper,
etc...) etc...)
...@@ -172,44 +172,44 @@ To do it the hard way: ...@@ -172,44 +172,44 @@ To do it the hard way:
make test make test
make install make install
If everything went ok that should be all it takes. For the vast If everything went ok that should be all it takes. For the vast
majority of perl modules this is all that's required. majority of perl modules this is all that's required.
1.4 Data::Dumper Perl module 1.4 Data::Dumper Perl module
The Data::Dumper module provides data structure persistence for Perl The Data::Dumper module provides data structure persistence for Perl
(similar to Java's serialization). It comes with later sub-releases of (similar to Java's serialization). It comes with later sub-releases of
Perl 5.004, but a re-installation just to be sure it's available won't Perl 5.004, but a re-installation just to be sure it's available won't
hurt anything. hurt anything.
Data::Dumper is used by the MySQL related Perl modules. It can be Data::Dumper is used by the MySQL related Perl modules. It can be
found on CPAN (link in Appendix A) and can be installed by following found on CPAN (link in Appendix A) and can be installed by following
the same four step make sequence used for the DBI module. the same four step make sequence used for the DBI module.
1.5. MySQL related Perl module collection 1.5. MySQL related Perl module collection
The Perl/MySQL interface requires a few mutually-dependent perl The Perl/MySQL interface requires a few mutually-dependent perl
modules. These modules are grouped together into the the modules. These modules are grouped together into the the
Msql-Mysql-modules package. This package can be found at CPAN (link Msql-Mysql-modules package. This package can be found at CPAN (link
in Appendix A). After the archive file has been downloaded it should in Appendix A). After the archive file has been downloaded it should
be untarred. be untarred.
The MySQL modules are all build using one make file which is generated The MySQL modules are all build using one make file which is generated
by running: by running:
perl Makefile.PL perl Makefile.PL
The MakeMaker process will ask you a few questions about the desired The MakeMaker process will ask you a few questions about the desired
compilation target and your MySQL installation. For many of the questions compilation target and your MySQL installation. For many of the questions
the provided default will be adequate. the provided default will be adequate.
When asked if your desired target is the MySQL or mSQL packages When asked if your desired target is the MySQL or mSQL packages
selected the MySQL related ones. Later you will be asked if you wish selected the MySQL related ones. Later you will be asked if you wish
to provide backwards compatibility with the older MySQL packages; you to provide backwards compatibility with the older MySQL packages; you
must answer YES to this question. The default will be no, and if you must answer YES to this question. The default will be no, and if you
select it things won't work later. select it things won't work later.
A host of 'localhost' should be fine and a testing user of 'test' and A host of 'localhost' should be fine and a testing user of 'test' and
a null password should find itself with sufficient access to run tests a null password should find itself with sufficient access to run tests
on the 'test' database which MySQL created upon installation. If 'make on the 'test' database which MySQL created upon installation. If 'make
test' and 'make install' go through without errors you should be ready test' and 'make install' go through without errors you should be ready
...@@ -217,7 +217,7 @@ to go as far as database connectivity is concerned. ...@@ -217,7 +217,7 @@ to go as far as database connectivity is concerned.
1.6. TimeDate Perl module collection 1.6. TimeDate Perl module collection
Many of the more common date/time/calendar related Perl modules have Many of the more common date/time/calendar related Perl modules have
been grouped into a bundle similar to the MySQL modules bundle. This been grouped into a bundle similar to the MySQL modules bundle. This
bundle is stored on the CPAN under the name TimeDate. A (hopefully bundle is stored on the CPAN under the name TimeDate. A (hopefully
current) link can be found in Appendix A. The component module we're current) link can be found in Appendix A. The component module we're
...@@ -227,23 +227,23 @@ instructions should work perfectly for this simple package. ...@@ -227,23 +227,23 @@ instructions should work perfectly for this simple package.
1.7. GD Perl module (1.8.3) 1.7. GD Perl module (1.8.3)
The GD library was written by Thomas Boutell a long while ago to The GD library was written by Thomas Boutell a long while ago to
programatically generate images in C. Since then it's become almost a programatically generate images in C. Since then it's become almost a
defacto standard for programatic image construction. The Perl bindings defacto standard for programatic image construction. The Perl bindings
to it found in the GD library are used on a million web pages to generate to it found in the GD library are used on a million web pages to generate
graphs on the fly. That's what bugzilla will be using it for so you'd graphs on the fly. That's what bugzilla will be using it for so you'd
better install it if you want any of the graphing to work. better install it if you want any of the graphing to work.
Actually bugzilla uses the Graph module which relies on GD itself, Actually bugzilla uses the Graph module which relies on GD itself,
but isn't that always the way with OOP. At any rate, you can find the but isn't that always the way with OOP. At any rate, you can find the
GD library on CPAN (link in Appendix A). GD library on CPAN (link in Appendix A).
The latest version of the GD library can be found at: The latest version of the GD library can be found at:
http://www.boutell.com/gd/ http://www.boutell.com/gd/
1.8. Chart::Base Perl module (0.99c) 1.8. Chart::Base Perl module (0.99c)
The Chart module provides bugzilla with on-the-fly charting The Chart module provides bugzilla with on-the-fly charting
abilities. It can be installed in the usual fashion after it has been abilities. It can be installed in the usual fashion after it has been
fetched from CPAN where it is found as the Chart-x.x... tarball in a fetched from CPAN where it is found as the Chart-x.x... tarball in a
directory to be listed in Appendix A. Note that as with the GD perl directory to be listed in Appendix A. Note that as with the GD perl
...@@ -251,26 +251,20 @@ module, only the specific versions listed above will work. Earlier ...@@ -251,26 +251,20 @@ module, only the specific versions listed above will work. Earlier
versions used GIF's, which are no longer supported by the latest versions used GIF's, which are no longer supported by the latest
versions of GD. versions of GD.
1.9. DB_File Perl module 1.9. HTTP server
DB_File is a module which allows Perl programs to make use of the facilities provided by You have a freedom of choice here - Apache, Netscape or any other
Berkeley DB version 1.x. This module is required by collectstats.pl which is used for
bug charting. If you plan to make use of bug charting, you must install this module.
1.10. HTTP server
You have a freedom of choice here - Apache, Netscape or any other
server on UNIX would do. You can easily run the web server on a different server on UNIX would do. You can easily run the web server on a different
machine than MySQL, but need to adjust the MySQL "bugs" user permissions machine than MySQL, but need to adjust the MySQL "bugs" user permissions
accordingly. accordingly.
You'll want to make sure that your web server will run any file You'll want to make sure that your web server will run any file
with the .cgi extension as a cgi and not just display it. If you're using with the .cgi extension as a cgi and not just display it. If you're using
apache that means uncommenting the following line in the srm.conf file: apache that means uncommenting the following line in the srm.conf file:
AddHandler cgi-script .cgi AddHandler cgi-script .cgi
With apache you'll also want to make sure that within the access.conf With apache you'll also want to make sure that within the access.conf
file the line: file the line:
Options ExecCGI Options ExecCGI
...@@ -291,7 +285,7 @@ to do this. ...@@ -291,7 +285,7 @@ to do this.
2. Installing the Bugzilla Files 2. Installing the Bugzilla Files
You should untar the Bugzilla files into a directory that you're You should untar the Bugzilla files into a directory that you're
willing to make writable by the default web server user (probably willing to make writable by the default web server user (probably
'nobody'). You may decide to put the files off of the main web space 'nobody'). You may decide to put the files off of the main web space
for your web server or perhaps off of /usr/local with a symbolic link for your web server or perhaps off of /usr/local with a symbolic link
...@@ -301,18 +295,18 @@ directories if they were accidentally tarred up with the rest of Bugzilla) ...@@ -301,18 +295,18 @@ directories if they were accidentally tarred up with the rest of Bugzilla)
and make sure you can access the files in that directory through your and make sure you can access the files in that directory through your
web server. web server.
HINT: If you symlink the bugzilla directory into your Apache's HINT: If you symlink the bugzilla directory into your Apache's
HTML heirarchy, you may receive "Forbidden" errors unless you HTML heirarchy, you may receive "Forbidden" errors unless you
add the "FollowSymLinks" directive to the <Directory> entry add the "FollowSymLinks" directive to the <Directory> entry
for the HTML root. for the HTML root.
Once all the files are in a web accessible directory, make that Once all the files are in a web accessible directory, make that
directory writable by your webserver's user (which may require just directory writable by your webserver's user (which may require just
making it world writable). This is a temporary step until you run making it world writable). This is a temporary step until you run
the post-install "checksetup.pl" script, which locks down your the post-install "checksetup.pl" script, which locks down your
installation. installation.
Lastly, you'll need to set up a symbolic link from /usr/bonsaitools/bin Lastly, you'll need to set up a symbolic link from /usr/bonsaitools/bin
to the correct location of your perl executable (probably /usr/bin/perl). to the correct location of your perl executable (probably /usr/bin/perl).
Otherwise you must hack all the .cgi files to change where they look Otherwise you must hack all the .cgi files to change where they look
for perl. To make future upgrades easier, you should use the symlink for perl. To make future upgrades easier, you should use the symlink
...@@ -320,33 +314,33 @@ approach. ...@@ -320,33 +314,33 @@ approach.
3. Setting Up the MySQL database 3. Setting Up the MySQL database
After you've gotten all the software installed and working you're ready After you've gotten all the software installed and working you're ready
to start preparing the database for its life as a the back end to a high to start preparing the database for its life as a the back end to a high
quality bug tracker. quality bug tracker.
First, you'll want to fix MySQL permissions to allow access from First, you'll want to fix MySQL permissions to allow access from
Bugzilla. For the purpose of this README, the Bugzilla username Bugzilla. For the purpose of this README, the Bugzilla username
will be "bugs", and will have minimal permissions. Bugzilla has will be "bugs", and will have minimal permissions. Bugzilla has
not undergone a thorough security audit. It may be possible for not undergone a thorough security audit. It may be possible for
a system cracker to somehow trick Bugzilla into executing a command a system cracker to somehow trick Bugzilla into executing a command
such as "; DROP DATABASE mysql". such as "; DROP DATABASE mysql".
That would be bad. That would be bad.
Give the MySQL root user a password. MySQL passwords are Give the MySQL root user a password. MySQL passwords are
limited to 16 characters. limited to 16 characters.
bash$ mysql -u root mysql bash$ mysql -u root mysql
mysql> UPDATE user SET Password=PASSWORD ('new_password') mysql> UPDATE user SET Password=PASSWORD ('new_password')
WHERE user='root'; WHERE user='root';
mysql> FLUSH PRIVILEGES; mysql> FLUSH PRIVILEGES;
From this point on, if you need to access MySQL as the From this point on, if you need to access MySQL as the
MySQL root user, you will need to use "mysql -u root -p" and MySQL root user, you will need to use "mysql -u root -p" and
enter your new_password. Remember that MySQL user names have enter your new_password. Remember that MySQL user names have
nothing to do with Unix user names (login names). nothing to do with Unix user names (login names).
Next, we create the "bugs" user, and grant sufficient Next, we create the "bugs" user, and grant sufficient
permissions for checksetup.pl, which we'll use later, to work permissions for checksetup.pl, which we'll use later, to work
its magic. This also restricts the "bugs" user to operations its magic. This also restricts the "bugs" user to operations
within a database called "bugs", and only allows the account within a database called "bugs", and only allows the account
...@@ -354,15 +348,15 @@ to connect from "localhost". Modify it to reflect your setup ...@@ -354,15 +348,15 @@ to connect from "localhost". Modify it to reflect your setup
if you will be connecting from another machine or as a different if you will be connecting from another machine or as a different
user. user.
Remember to set bugs_password to some unique password. Remember to set bugs_password to some unique password.
mysql> GRANT SELECT,INSERT,UPDATE,DELETE,INDEX, mysql> GRANT SELECT,INSERT,UPDATE,DELETE,INDEX,
ALTER,CREATE,DROP,REFERENCES ALTER,CREATE,DROP,REFERENCES
ON bugs.* TO bugs@localhost ON bugs.* TO bugs@localhost
IDENTIFIED BY 'bugs_password'; IDENTIFIED BY 'bugs_password';
mysql> FLUSH PRIVILEGES; mysql> FLUSH PRIVILEGES;
Next, run the magic checksetup.pl script. (Many thanks to Holger Next, run the magic checksetup.pl script. (Many thanks to Holger
Schurig <holgerschurig@nikocity.de> for writing this script!) Schurig <holgerschurig@nikocity.de> for writing this script!)
It will make sure Bugzilla files and directories have reasonable It will make sure Bugzilla files and directories have reasonable
permissions, set up the "data" directory, and create all the MySQL permissions, set up the "data" directory, and create all the MySQL
...@@ -370,15 +364,15 @@ tables. ...@@ -370,15 +364,15 @@ tables.
bash$ ./checksetup.pl bash$ ./checksetup.pl
The first time you run it, it will create a file called "localconfig". The first time you run it, it will create a file called "localconfig".
4. Tweaking localconfig 4. Tweaking localconfig
This file contains a variety of settings you may need to tweak including This file contains a variety of settings you may need to tweak including
how Bugzilla should connect to the MySQL database. how Bugzilla should connect to the MySQL database.
The connection settings include: The connection settings include:
1. server's host: just use "localhost" if the MySQL server is 1. server's host: just use "localhost" if the MySQL server is
local local
...@@ -386,42 +380,42 @@ how Bugzilla should connect to the MySQL database. ...@@ -386,42 +380,42 @@ how Bugzilla should connect to the MySQL database.
3. MySQL username: "bugs" if you're following these directions 3. MySQL username: "bugs" if you're following these directions
4. Password for the "bugs" MySQL account in item 3. 4. Password for the "bugs" MySQL account in item 3.
Once you are happy with the settings, re-run checksetup.pl. On this Once you are happy with the settings, re-run checksetup.pl. On this
second run, it will create the database and an administrator account second run, it will create the database and an administrator account
for which you will be prompted to provide information. for which you will be prompted to provide information.
When logged into an administrator account once Bugzilla is running, When logged into an administrator account once Bugzilla is running,
if you go to the query page (off of the bugzilla main menu), you'll if you go to the query page (off of the bugzilla main menu), you'll
find an 'edit parameters' option that is filled with editable treats. find an 'edit parameters' option that is filled with editable treats.
Should everything work, you should have a nearly empty copy of the bug Should everything work, you should have a nearly empty copy of the bug
tracking setup. tracking setup.
The second time around, checksetup.pl will stall if it is on a The second time around, checksetup.pl will stall if it is on a
filesystem that does not fully support file locking via flock(), such as filesystem that does not fully support file locking via flock(), such as
NFS mounts. This support is required for Bugzilla to operate safely with NFS mounts. This support is required for Bugzilla to operate safely with
multiple instances. If flock() is not fully supported, it will stall at: multiple instances. If flock() is not fully supported, it will stall at:
"Now regenerating the shadow database for all bugs." "Now regenerating the shadow database for all bugs."
The checksetup.pl script is designed so that you can run it at any time The checksetup.pl script is designed so that you can run it at any time
without causing harm. You should run it after any upgrade to Bugzilla. without causing harm. You should run it after any upgrade to Bugzilla.
5. Setting Up Maintainers Manually (Optional) 5. Setting Up Maintainers Manually (Optional)
If you want to add someone else to every group by hand, you can do it If you want to add someone else to every group by hand, you can do it
by typing the appropriate MySQL commands. Run 'mysql -u root -p bugs' by typing the appropriate MySQL commands. Run 'mysql -u root -p bugs'
(you may need different parameters, depending on your security settings (you may need different parameters, depending on your security settings
according to section 3, above). Then: according to section 3, above). Then:
mysql> update profiles set groupset=0x7fffffffffffffff mysql> update profiles set groupset=0x7fffffffffffffff
where login_name = 'XXX'; where login_name = 'XXX';
replacing XXX with the Bugzilla email address. replacing XXX with the Bugzilla email address.
6. Setting Up the Whining Cron Job (Optional) 6. Setting Up the Whining Cron Job (Optional)
By now you've got a fully functional bugzilla, but what good are bugs By now you've got a fully functional bugzilla, but what good are bugs
if they're not annoying? To help make those bugs more annoying you can if they're not annoying? To help make those bugs more annoying you can
set up bugzilla's automatic whining system. This can be done by adding set up bugzilla's automatic whining system. This can be done by adding
the following command as a daily crontab entry (for help on that see that the following command as a daily crontab entry (for help on that see that
...@@ -431,24 +425,24 @@ crontab man page): ...@@ -431,24 +425,24 @@ crontab man page):
7. Bug Graphs (Optional) 7. Bug Graphs (Optional)
As long as you installed the GD and Graph::Base Perl modules you might As long as you installed the GD and Graph::Base Perl modules you might
as well turn on the nifty bugzilla bug reporting graphs. as well turn on the nifty bugzilla bug reporting graphs.
bash# crontab -e bash# crontab -e
Adding this entry runs collectstats daily at 5 after midnight: Adding this entry runs collectstats daily at 5 after midnight:
5 0 * * * cd <your-bugzilla-directory> ; ./collectstats.pl 5 0 * * * cd <your-bugzilla-directory> ; ./collectstats.pl
After two days have passed you'll be able to view bug graphs from the After two days have passed you'll be able to view bug graphs from the
Bug Reports page. Bug Reports page.
8. Real security for MySQL 8. Real security for MySQL
If you followed the README for setting up your "bugs" and "root" user in If you followed the README for setting up your "bugs" and "root" user in
MySQL, much of this should not apply to you. If you are upgrading MySQL, much of this should not apply to you. If you are upgrading
an existing installation of Bugzilla, you should pay close attention an existing installation of Bugzilla, you should pay close attention
to this section. to this section.
MySQL has "interesting" default security parameters: MySQL has "interesting" default security parameters:
mysqld defaults to running as root mysqld defaults to running as root
it defaults to allowing external network connections it defaults to allowing external network connections
it has a known port number, and is easy to detect it has a known port number, and is easy to detect
...@@ -457,25 +451,25 @@ MySQL has "interesting" default security parameters: ...@@ -457,25 +451,25 @@ MySQL has "interesting" default security parameters:
This means anyone from anywhere on the internet can not only drop the This means anyone from anywhere on the internet can not only drop the
database with one SQL command, and they can write as root to the system. database with one SQL command, and they can write as root to the system.
To see your permissions do: To see your permissions do:
> mysql -u root -p > mysql -u root -p
use mysql; use mysql;
show tables; show tables;
select * from user; select * from user;
select * from db; select * from db;
To fix the gaping holes: To fix the gaping holes:
DELETE FROM user WHERE User=''; DELETE FROM user WHERE User='';
UPDATE user SET Password=PASSWORD('new_password') WHERE user='root'; UPDATE user SET Password=PASSWORD('new_password') WHERE user='root';
FLUSH PRIVILEGES; FLUSH PRIVILEGES;
If you're not running "mit-pthreads" you can use: If you're not running "mit-pthreads" you can use:
GRANT USAGE ON *.* TO bugs@localhost; GRANT USAGE ON *.* TO bugs@localhost;
GRANT ALL ON bugs.* TO bugs@localhost; GRANT ALL ON bugs.* TO bugs@localhost;
REVOKE DROP ON bugs.* FROM bugs@localhost; REVOKE DROP ON bugs.* FROM bugs@localhost;
FLUSH PRIVILEGES; FLUSH PRIVILEGES;
With "mit-pthreads" you'll need to modify the "globals.pl" Mysql->Connect With "mit-pthreads" you'll need to modify the "globals.pl" Mysql->Connect
line to specify a specific host name instead of "localhost", and accept line to specify a specific host name instead of "localhost", and accept
external connections: external connections:
GRANT USAGE ON *.* TO bugs@bounce.hop.com; GRANT USAGE ON *.* TO bugs@bounce.hop.com;
...@@ -483,7 +477,7 @@ external connections: ...@@ -483,7 +477,7 @@ external connections:
REVOKE DROP ON bugs.* FROM bugs@bounce.hop.com; REVOKE DROP ON bugs.* FROM bugs@bounce.hop.com;
FLUSH PRIVILEGES; FLUSH PRIVILEGES;
Consider also: Consider also:
o Turning off external networking with "--skip-networking", o Turning off external networking with "--skip-networking",
unless you have "mit-pthreads", in which case you can't. unless you have "mit-pthreads", in which case you can't.
Without networking, MySQL connects with a Unix domain socket. Without networking, MySQL connects with a Unix domain socket.
...@@ -508,7 +502,7 @@ Consider also: ...@@ -508,7 +502,7 @@ Consider also:
Appendix A. Required Software Download Links Appendix A. Required Software Download Links
All of these sites are current as of February 17, 1999. Hopefully All of these sites are current as of February 17, 1999. Hopefully
they'll stay current for a while. they'll stay current for a while.
MySQL: http://www.mysql.org MySQL: http://www.mysql.org
...@@ -536,25 +530,25 @@ Chart::Base module: ...@@ -536,25 +530,25 @@ Chart::Base module:
Appendix B. Modifying Your Running System Appendix B. Modifying Your Running System
Bugzilla optimizes database lookups by storing all relatively static Bugzilla optimizes database lookups by storing all relatively static
information in the versioncache file, located in the data/ subdirectory information in the versioncache file, located in the data/ subdirectory
under your installation directory (we said before it needs to be writable, under your installation directory (we said before it needs to be writable,
right?!) right?!)
If you make a change to the structural data in your database (the If you make a change to the structural data in your database (the
versions table for example), or to the "constants" encoded in versions table for example), or to the "constants" encoded in
defparams.pl, you will need to remove the cached content from the data defparams.pl, you will need to remove the cached content from the data
directory (by doing a "rm data/versioncache"), or your changes won't show directory (by doing a "rm data/versioncache"), or your changes won't show
up! up!
That file gets automatically regenerated whenever it's more than an That file gets automatically regenerated whenever it's more than an
hour old, so Bugzilla will eventually notice your changes by itself, but hour old, so Bugzilla will eventually notice your changes by itself, but
generally you want it to notice right away, so that you can test things. generally you want it to notice right away, so that you can test things.
Appendix C. Upgrading from previous versions of Bugzilla Appendix C. Upgrading from previous versions of Bugzilla
The developers of Bugzilla are constantly adding new tables, columns and The developers of Bugzilla are constantly adding new tables, columns and
fields. You'll get SQL errors if you just update the code. The strategy fields. You'll get SQL errors if you just update the code. The strategy
to update is to simply always run the checksetup.pl script whenever to update is to simply always run the checksetup.pl script whenever
you upgrade your installation of Bugzilla. If you want to see what has you upgrade your installation of Bugzilla. If you want to see what has
...@@ -563,10 +557,10 @@ changed, you can read the comments in that file, starting from the end. ...@@ -563,10 +557,10 @@ changed, you can read the comments in that file, starting from the end.
Appendix D. History Appendix D. History
This document was originally adapted from the Bonsai installation This document was originally adapted from the Bonsai installation
instructions by Terry Weissman <terry@mozilla.org>. instructions by Terry Weissman <terry@mozilla.org>.
The February 25, 1999 re-write of this page was done by Ry4an Brase The February 25, 1999 re-write of this page was done by Ry4an Brase
<ry4an@ry4an.org>, with some edits by Terry Weissman, Bryce Nesbitt, <ry4an@ry4an.org>, with some edits by Terry Weissman, Bryce Nesbitt,
Martin Pool, & Dan Mosedale (But don't send bug reports to them! Martin Pool, & Dan Mosedale (But don't send bug reports to them!
Report them using bugzilla, at http://bugzilla.mozilla.org/enter_bug.cgi , Report them using bugzilla, at http://bugzilla.mozilla.org/enter_bug.cgi ,
...@@ -577,5 +571,5 @@ reflect changes for Bugzilla 2.12 release by Matthew P. Barnson. The ...@@ -577,5 +571,5 @@ reflect changes for Bugzilla 2.12 release by Matthew P. Barnson. The
securing MySQL section should be changed to become standard procedure securing MySQL section should be changed to become standard procedure
for Bugzilla installations. for Bugzilla installations.
Comments from people using this document for the first time are Comments from people using this document for the first time are
especially welcomed. especially welcomed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment