Questions tagged [bugzilla]

A widely used bug / defect tracking database originally from the Mozilla project.

A widely used and open-source bug / defect tracking database originally from the Mozilla project. Refer Bugzilla Home and the Wikipedia Article

112 questions
7
votes
4 answers

Problem with Postfix

I have Postfix installed and Sendmail is not running. I try to send mail using mail but the following warning comes up and the mail doesn't get sent: postdrop: warning: unable to look up public/pickup: No such file or directory This is also…
Chetan
  • 275
  • 3
  • 5
  • 10
6
votes
3 answers

How do you track and debug mySQL performance issues?

I have a server system running on Mac OS X 10.4 (Darwin Kernel Version 8.10.1). This server is used mainly as a Bugzilla Server, but there are some other web-based services running (Testlink, TikiWiki). The Bugzilla database has about 60000 bugs in…
Palmin
  • 350
  • 6
  • 10
6
votes
2 answers

In Mercurial, how can I tie a bunch of commits to a single issue in our bugtracker?

We currently use svn and, through the user of hooks, are able to ensure that every commit message is prefixed by a bug-number (which ties those commits to a problem report in our Bugzilla issue tracker.) We wish to move to mercurial with all of its…
Peter Howe
  • 203
  • 2
  • 8
5
votes
5 answers

Bugzilla mail_delivery_method using TLS for Gmail

I installed the TLS as described on this page and verified that the package is installed. I restarted the Apache server, logged in to BugZilla as admin and went to Administration -> Parameters -> Email. I can't see the option for SMTP::TLS under…
Matt
5
votes
0 answers

Bugzilla extremely slow on EC2, RDS PostgreSQL

The Problem I have installed Bugzilla on an EC2 instance, using PostgreSQL RDS as my database. After entering a few dozen bugs, Bugzilla became unbelievable slow, and I get a lot of timeouts. Server load The machine is pretty idle: 14:26:00 up 23…
Adam Matan
  • 12,504
  • 19
  • 54
  • 73
5
votes
2 answers

How do I build and configure a local CPAN module repo?

I'm a sys admin administering three air gapped (zero internet access) supercomputers. On one of the supercomputers we need to run Bugzilla. I already built my own local yum repository, but now I need to get Bugzilla up and running, which requires…
Lynn
  • 299
  • 6
  • 16
4
votes
3 answers

bugzilla3, mysql-server-5.1, mysql-server-5.0 and ubuntu

I'm trying to install bugzilla3. I previously had mysql-server-5.1 installed, and it gave the following error: Aborting downgrade from (at least) 5.1 to 5.0. dpkg: error processing…
Macha
  • 249
  • 2
  • 9
4
votes
4 answers

How do I get Bugzilla to authenticate with Active Directory LDAP?

After reading this guide and trying a ton of permutations based on that, is there an easy way to get Bugzilla working with an AD server? I keep getting the error: 80090308: LdapErr: DSID-0C0903A9, comment: AcceptSecurityContext error, data 52e,…
user65712
  • 389
  • 1
  • 8
  • 17
4
votes
1 answer

Can I integrate Bugzilla with an existing website and SVN server?

I am running a apache2 server which hosts a website, as well as svn source repository. Currently, the svn authentication is done with mod_auth_dbd which talks to a MySQL database. Users can log in to their accounts and modify account details…
Tim
  • 41
  • 2
3
votes
1 answer

iptables outgoing default policy is accept, but some ports appear blocked

I'm new to servers and iptables. I have a web app (happens to be bugzilla) running on my Centos 6.7 apache/httpd server, and it attempts to connect out to the web (updates.bugzilla.org) via port 80. It also attempts to connect out (to…
tniles
  • 133
  • 5
3
votes
1 answer

Why is Bugzilla slow to save my changes?

I've installed Bugzilla 4.4.5 from source on a CentOS 5 machine. Served through a virtual host on the standard CentOS 5 Apache install, using MySql and installed-from-source Perl. Originally the system worked well. A few weeks later, users were…
kwutchak
  • 211
  • 1
  • 7
3
votes
2 answers

Bugzilla install-module.pl can't find "make" but it's installed and in my path

I'm installing Bugzilla on a new Ubuntu server, and ./checksetup.pl finds one more library I need to install. So it tells me to run this command: /usr/bin/perl install-module.pl Math::Random::Secure When I run it, I get the following error: ERROR:…
Mnebuerquo
  • 204
  • 2
  • 6
  • 15
3
votes
5 answers

Broken upgrade of debian, causing perl issues

So I stuffed an upgrade of debian, both upgrade and dist-upgrade. I am more used to yum but thats no excuse. Now things are being silly. The majority of things work, however, my bugzilla install fails. On loading bugzilla I get a 500 error and this…
Christian
  • 779
  • 1
  • 13
  • 31
3
votes
1 answer

Correct way to set up Bugzilla collectstats.pl cron job?

To enable bug graphs in Bugzilla you need to run collectstats.pl as a nightly cron-job. The manual has a section on setting this up - add a cron job 5 0 * * * cd ; ./collectstats.pl However it doesn't say which user to run…
Rup
  • 255
  • 5
  • 15
3
votes
2 answers

Method or tool to migrate Bugzilla to Team Foundation Server (TFS)

What's is the best method or tool Bugzilla posts to the Team Foundation Server (TFS)?
Toro
  • 766
  • 3
  • 22
  • 30
1
2 3 4 5 6 7 8