[%# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # This Source Code Form is "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. #%] [%# INTERFACE: # This template has the same interface as create.html.tmpl #%] [% USE Bugzilla %] [% cgi = Bugzilla.cgi %] [% PROCESS global/header.html.tmpl title = "Enter $terms.ABug" onload = "PutDescription()" style_urls = ['skins/standard/bug.css'] javascript_urls = ['js/util.js', 'js/field.js'] yui = ['autocomplete'] %] [% defaultcontent = "Description of problem:\n\n\n" _ "Version-Release number of selected component (if applicable):\n\n\n" _ "How reproducible:\n\n\nSteps to Reproduce:\n1.\n2.\n3.\n" %] [%# This script displays the descriptions for selected components. %]

Submit [% terms.abug %] using the expert [% terms.bug %] form.

[% INCLUDE "bug/field-label.html.tmpl" field = bug_fields.product %] [% INCLUDE "bug/field-label.html.tmpl" field = bug_fields.component editable = 1 %] [% INCLUDE "bug/field-label.html.tmpl" field = bug_fields.version editable = 1 %] [% INCLUDE bug/field.html.tmpl bug = default, field = bug_fields.rep_platform, editable = 1, value = default.rep_platform %] [% INCLUDE "bug/field-label.html.tmpl" field = bug_fields.cf_rpmpkg editable = 1 %] [% INCLUDE "bug/field-label.html.tmpl" field = bug_fields.bug_file_loc editable = 1 %] [% INCLUDE "bug/field-label.html.tmpl" field = bug_fields.short_desc editable = 1 %] [% INCLUDE "bug/field-label.html.tmpl" field = bug_fields.bug_severity editable = 1 %] [% INCLUDE "bug/field-label.html.tmpl" field = bug_fields.assigned_to editable = 1 %] [% Hook.process('form') %]
[% product.name FILTER html %]
Select a component to see its description here.

The area where the problem occurs. To pick the right component, you could use the same one as similar [% terms.bugs %] you found in your search, or read the full list of component descriptions (opens in new window) if you need more help.

The version in which the problem occurs.

This is where you can identify exactly which RPM package is involved in this [% terms.bug %] report. For instance, if you know the problem you are having is with the program mysqld, then execute rpm -qif /usr/sbin/mysqld. This will tell you the name and version of the RPM package (i.e. mariadb-core-10.1.24-1.mga6) as well as other information. In particular, you are looking for the "Source RPM" field (i.e. mariadb-10.1.24-1.mga6.src.rpm) -- this is the information you should provide here. Alternatively, you may use rpm -qf /usr/sbin/mysqld --qf '%{SOURCERPM}\n' to obtain the information. If you do not know the location of the program in question, use rpm -qif `which mysqld`. Please enter that information above.

URL that demonstrates the problem you are submitting (optional).

A sentence which summarizes the problem. Please be descriptive and use lots of keywords.

Bad example: mail crashed
Good example: crash in Evolution while checking for new POP mail

Details [% INCLUDE global/textarea.html.tmpl id = 'comment' name = 'comment' minrows = 13 cols = constants.COMMENT_COLS mandatory = 1 defaultcontent = defaultcontent %] [% IF user.is_insider %]
[% END %]

Expand on the Summary. Please be as specific as possible about what is wrong.

Bad example: I can't seem to login to the system. Please help!
Good example: Description of problem:

I'm unable to login to the system via ssh. The /var/log/messages log indicates there is a problem with the pam module pam_ldap, but the /etc/pam.d/system-auth file doesn't contain that module and I'm not using LDAP. I looked at /etc/pam.d/sshd and it does contain that module but I'm not sure how it got there, unless it was due to the super-spiffy super-ldap-mojo package I installed yesterday.

Version-Release number of selected component (if applicable):

openldap-2.4.40-3.1.mga5, pam-1.1.8-10.1.mga5

How reproducible:

Every time I attempt to login.

Steps to Reproduce:
1. ssh user@host
2. see the rejection

Indicate how serious the problem is, or if your [% terms.bug %] is a request for a new feature.

[% INCLUDE global/userselect.html.tmpl id => "assigned_to" name => "assigned_to" value => assigned_to disabled => assigned_to_disabled size => 30 emptyok => 1 %]

Leave blank to assign to the default component owner.

That's it! Thanks very much. You'll be notified by email about any progress that is made on fixing your [% terms.bug %]. Thank you for choosing Mageia!

[% PROCESS global/footer.html.tmpl %]