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

111 questions
3
votes
4 answers

one step Bugzilla installation

I'm looking into installing Bugzilla either on a Windows or Linux box. Bugzilla requires a bunch of packages (apache, sql, mail sending?). Does anyone know of a pre-packaged installer which includes most common options or a linux virtual machine…
Martin
2
votes
1 answer

Bugzilla migration from ubuntu 10.04 to 14.04 with Mysql 5.1 to Mysql 5.5

I am running Bugzilla 4.0 on Ubuntu 10.04.4 LTS running on physical server & thought of upgrading it to Ubuntu 14.04 on Hyper-V for testing. After migration of bugzilla webroot 4.0 to Ubuntu 14.04 with MySql 5.1 server to MySql 5.5 & other required…
Caterpillar
  • 1,132
  • 2
  • 23
  • 47
2
votes
1 answer

Is there a way to enable a log file to spawn-fcgi and fcgiwrap?

I'm trying to setup Bugzilla. I'm getting a 403 error. There are no error messages in the nginx error log file. I'm pretty sure that the 403 message is being sent from upstream. I say that because I can create a 403 error in the nginx error log…
101010
  • 355
  • 7
  • 19
2
votes
2 answers

Repository bugzilla package changed to bugzilla3 in Lenny - is it upgradable?

This question was asked in debianhelp.org almost half a year ago, but never got an answer. I wasn't the one who posted it, however I was today facing exactly the same question: Hello all! We are using a Bugzilla server install on a Debian 4/Etch …
Pukku
  • 121
  • 5
2
votes
2 answers

Bugzilla LDAP authentication broke after admin pw change - CentOS

Hey everyone I'm having an issue trying to get bugzilla authentication working again. I have looked all over and cant seem to find this anywhere. I am running bugzilla on a centOS server and over the weekend changed my network admin password causing…
user1857654
  • 29
  • 1
  • 1
  • 7
2
votes
1 answer

Apache reverse proxy encodes characters

I have setup apache reverse proxy to serve bugzilla from behind a firewall with following config ProxyRequests Off ProxyPass /bugzilla http://88.88.88.75/bugzilla nocanon ProxyPassReverse /bugzilla http://88.88.88.75/bugzilla
rojanu
  • 179
  • 1
  • 9
2
votes
3 answers

How can I run Bugzilla on Windows with Strawberry Perl?

I've been at it for 3 days now, and run into, usually, a Storage.pm problem with the "Binary image v18.86 being greater than 2.7". I've tried different Bugzilla's: 3.0.8, 3.2.4, 3.4rc1. Next I'll be trying different Perl's, (using 5.10.0.4 portable…
mpbloch
  • 982
  • 9
  • 14
2
votes
2 answers

Bugzilla can't install DBD::mysql

Im not at all familiar with anything that I am doing right now... so I am extremely nervous about it. I have some websites running on my server using mysql. I use mysql -v and I get: mysql Ver 14.12 Distrib 5.0.77, for redhat-linux-gnu (x86_64)…
Beyerz
  • 123
  • 6
2
votes
1 answer

Error installing Bugzilla on CentOS

I have been trying to install Bugzilla on a CentOS EC2 instance for days now and I'm running into this error. I have no idea what to do and Google is providing me no help. Can anyone point me in the right direction? Output is derived from…
Will P
  • 21
  • 1
2
votes
3 answers

Bugzilla : No SASL mechanism found

I am using Bugzilla on windows 7. I am using the unofficial Bugzilla installer. I followed the steps accordingly and gave valid credentials wherever required. I open Bugzilla and try to create a new account , but i get the following error. Software…
nitesh
  • 21
  • 1
  • 3
2
votes
2 answers

How to limit the number of concurrent CGI script invocations in Apache 2.2?

How can I limit the number of concurrent CGI invocations in Apache 2.2.x? More specifically, my problem is this: I have Apache hosting a Bugzilla instance and other stuff on one server. There's very little legitimate concurrent use of Bugzilla.…
hsivonen
  • 195
  • 1
  • 9
2
votes
2 answers

what is the location of the log file for bugzilla on windows

We are using Bugzlla on windows. We set up the SMTP server configuration in the admin parameters. But Bugzilla is unable to send emails. It always reports "Could not authenticate user". How to know the details of the error? Everything we configured…
dotcoder
  • 115
  • 1
  • 5
2
votes
2 answers

Bugzilla through an apache reverse proxy

I am trying to access bugzilla through an apache reverse proxy. I have the usual ProxyPass and ProxyPassReverse settings and this works to bring back the page, but it does not bring back any formating, style or graphics. I have tried to ensure that…
cmdematos
  • 319
  • 1
  • 4
  • 13
2
votes
4 answers

Set up server at home for running svn and Bugzilla

I'm a fairly experienced developer, but when it comes to servers and network related stuff, I'm pretty green. We are developing a web site, and I would like to set up a server that can host my SubVersion repository, and also host Bugzilla for when…
erikric
  • 123
  • 4
2
votes
4 answers

Perl CGI.pm module wildly out-of-date on RedHat/CentOS 5

I am trying to install all my Perl modules from RPM (using rpmforge.net), instead of just acquiring them from CPAN. My ultimate goal is to get Bugzilla 3.4.4 running. It requires CGI.pm 3.21 or later; the perl package on RHEL5 (5.8.8) comes with…
crb
  • 7,998
  • 1
  • 38
  • 53