Questions tagged [bugzilla]

Bugzilla is a "Defect Tracking System" or "Bug-Tracking System"

Bugzilla is a "Defect Tracking System" or "Bug-Tracking System". Defect Tracking Systems allow individual or groups of developers to keep track of outstanding bugs in their product effectively. Bug tracking used by the Mozilla projects. Inherently web-based, written in Perl, and uses MySQL as its database back-end

29 questions
34
votes
2 answers

How do I install Bugzilla?

I would like to use Bugzilla on my own computer to track and trace bugs in our own software. How do I set this up?
Rinzwind
  • 309,379
6
votes
1 answer

Why is Bugzilla missing from 12.04?

Why has the bugzilla package been removed from the Ubuntu 12.04 repository? Is there any PPA to make it work and update automatically or do I need to download from bugzilla website and backup/compile/install/restore every time? I couldn't find any…
GortiZ
  • 61
  • 2
5
votes
1 answer

How to enable SMTP with Authentication in Bugzilla 4

I have installed bugzilla 4.0. It's working, however, I am not able to use the feature to send with SMTP with uthentication. According to the release notes, if you install: Authen::SASL the SMTP::TLS should be available in the mail drop…
Saariko
  • 397
4
votes
1 answer

Apache not rendering Bugzilla cgi

I've just tried to install Bugzilla on my machine for test purposes. I'm going to evaluate the Bugzilla REST API for a company i'm currently interning at. The problem is that when I go to http://localhost/bugzilla/ this is what i'm seeing.…
Dobz
  • 251
3
votes
3 answers

Unable to locate package bugzilla3

I am on Ubuntu 12.04 and am trying to install bugzilla3. I did: sudo apt-get install bugzilla3 and I get: E: Unable to locate package bugzilla3 What's going on here?
Di Zou
  • 161
3
votes
1 answer

Job for mysql.service failed because the control process exited with error code

MySQL server was running fine last night, but this morning, when I tried to hit the Bugzilla server, I found it down. I tried to start it, but I get: Job for mysql.service failed because the control process exited with error code. See "systemctl…
jicman
  • 81
  • 1
  • 2
  • 9
2
votes
2 answers

Two sites on one Apache Installation

I have Observium installed on my Admin Cloud instance, I also need to add Bugzilla on to this server. I have installed Bugzilla successfully - /var/www/html/bugzilla Observium - /opt/observium I have setup the conf like…
2
votes
1 answer

Bugzilla stopped working after upgrade to 11.10

I have had a working version of bugzilla on 10.04. After I upgraded to 11.10 (_>11.04 -> 11.10) now BZ is not working. While trying ./checksetup.pl I get a gdlib error. Trying to solve it with: ./install_module --all throws this…
Saariko
  • 397
2
votes
1 answer

What is the correct value for LDAPbinddn in Bugzilla LDAP integration?

I have a new Bugzilla installation, and trying to connect it to my LDAP server. Can't seem to make it work. What is the correct value of this field: LDAPbinddn should be? I am able to bind with LDAP browser with the user:…
Saariko
  • 397
2
votes
1 answer

Cannot get bugzilla to work on Ubuntu Server 14.04.1 LTS

I have Ubuntu Server 14.04.1 LTS installed on my server computer. I've installed LAMP during installation process and phpmyadmin after that, which works without any problems. Then I've downloaded bugzilla-4.4.6 and extracted it into…
2
votes
2 answers

Internal Server Error 500 Bugzilla installation

I followed this tutorial in installing Bugzilla, I didn't encounter any problem not until I hit localhost/bugzilla in the URL. My sites-available/default config is as follows: #ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ Alias /bugzilla/…
2
votes
1 answer

How do I turn on a login page for Bugzilla?

I have Bugzilla 4.2.1 running on my Ubuntu 11.10, It working as it should and everything is fine. Now when somebody accesses the URL www.myapplication.com/bugs without logging in, it allows the user to view bugs and all the product/version/etc. How…
2
votes
1 answer

How do I track down changed dependencies for Bugzilla?

I'm trying to install Bugzilla 5.0.6 on Ubuntu 20.04. The Bugzilla docs state that I'll need the package 'libtemplate-perl-doc'. This does not exist in the 20.04 repos. A package search shows that it existed for 16.04 but disappeared by 18.04. I…
2
votes
0 answers

Can't send crash report

Where do I have to complain about bugs regarding the crash report system of Kubuntu 16.04? Or does anyone know about this bug? Background: a few days ago I tried to send a bug report, wich Kubuntu offered me to do (HDMI-problems), but I got this…
1
vote
0 answers

'bugz' command with a local Bugzilla site

We have a local Bugzilla site where I need to monitor the bugs whose status is changed. By default if I use bugz get , it redirects to https://bugs.gentoo.org/xmlrpc.cgi. How would I change this to our local Bugzilla site? Also given a…
1
2