The bugzilla tag has no usage guidance.
2
votes
0answers
22 views
How are Linux kernel bugs being tracked?
What an hour of Googling bring out that mainstream Linux kernel bugs are being logged in two distinct systems:
Mailing list
This is the Linux kernel development discussion and bug reporting
...
0
votes
1answer
25 views
Cannot access bugzilla from apache
I installed bugzilla and added the following code to httpd.conf to access it from my browser
<Directory /var/www/html/bugzilla>
AddHandler cgi-script .cgi
Options +Indexes +ExecCGI
...
0
votes
0answers
24 views
Installing bugzilla on RHEL 6.x server
I am installing bugzilla on RHEL 6.x server which is not on internet.
I have followed below URL for installation:
http://www.thegeekstuff.com/2010/05/install-bugzilla-on-linux/
As my server is not ...
0
votes
1answer
17 views
Bugzilla automated email settings file
Several months ago I've successfully installed bugzilla on local test server. Now, I wanted to change my credentials email in bugzilla and I've got following email:
Bugzilla has received a request ...
1
vote
0answers
37 views
Customized Bugzilla whinning email format
The current email format is as below –
ID, Severity, Priority, Plt, Assignee, Status, Resolution, Summary
What I need is as below –
ID, Product, Component, Assignee, Status, Resolution, ...
0
votes
1answer
17 views
bugzilla-IRC integration
I have a bugzilla instance. I also have an IRC channel. I need a bot which can spew out any changes happening in bugzilla.
The bot should prompt or tell when any action from :-
a. Raising a bug
b. ...
-1
votes
1answer
108 views
how to patch bash vulnerability (shellshock) bug on RHEL? [duplicate]
We have over 10000 servers to patch for bash vulnerability (shellshock) bug. Now my question is what is the command to patch this bug ? And how we can check whether the patch has been installed and ...
0
votes
1answer
953 views
Cannot start Apache server with Bugzilla installed
Linux noob here... I've installed Bugzilla following the guide here, however, when I restart my Apache server (so I can login to the Bugzilla system), I get the following error...
Jun 27 16:10:30 ...
3
votes
2answers
957 views
No idea how to troubleshoot Bugzilla email issue
I'm a complete n00b when it comes to Bugzilla (and complex perl applications in general) so don't assume any level of knowledge in that area. If I haven't documented it in this post, assume I haven't ...