Bug 682326
Summary: | https://server.testrelm/ipa/xml: Bad Request intermittent errors | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Jenny Severance <jgalipea> | ||||
Component: | mod_nss | Assignee: | Rob Crittenden <rcritten> | ||||
Status: | CLOSED ERRATA | QA Contact: | Chandrasekar Kannan <ckannan> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 6.1 | CC: | benl, dpal, kchamart | ||||
Target Milestone: | rc | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | mod_nss-1.0.8-12.el6 | Doc Type: | Bug Fix | ||||
Doc Text: |
Due to an incorrect use of the memcpy() function in the mod_nss module, running the Apache HTTP Server with this module enabled could cause some requests to fail with the following message written to the error_log file:
request failed: error reading the headers
This update applies a patch to ensure that the memcpy() function is now used in accordance with the current specification, and using the mod_nss module no longer causes HTTP requests to fail.
|
Story Points: | --- | ||||
Clone Of: | |||||||
: | 749401 (view as bug list) | Environment: | |||||
Last Closed: | 2011-05-19 14:15:10 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | 669118 | ||||||
Bug Blocks: | 749401 | ||||||
Attachments: |
|
Description
Jenny Severance
2011-03-04 20:52:08 UTC
Any logs from the server would be helpful too. If nothing is happening on the server it might indicate networking issues. If there is something we would want to see it. I meant the other side. I see that the attached log is from the server. Is there anything on the client? I am running these tests on the server ... there isn't a client in the environment at this time. This needs to be fixed in mod_nss. This is caused by a glibc change related to memcpy(). I didn't think this change was done in RHEL 6 otherwise I would have fixed this already. I haven't seen this problem in RHEL 6 myself, though I've only done limited testing. Backported patch from Fedora Jenny, do you have a quick reproducer(I know you said 'intermittent', but just checking) or can you point me to the 'CLI admin commands' you were trying? Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Due to an incorrect use of the memcpy() function in the mod_nss module, running the Apache HTTP Server with this module enabled could cause some requests to fail with the following message written to the error_log file: request failed: error reading the headers This update applies a patch to ensure that the memcpy() function is now used in accordance with the current specification, and using the mod_nss module no longer causes HTTP requests to fail. VERIFIED. - RHEL 6.1(x86_64) nightly - Version info: ----------------------------- [root@tiger ~]# rpm -q mod_nss mod_nss-1.0.8-12.el6.x86_64 ----------------------------- Verification procedure: 1. Configure IPA server 2. Ensure there is valid a Krb ticket for 'admin' user(if not get one) # kinit admin 3. Run any ipa command like 'ipa user-find admin' (or 'ipa user-show admin') for an hour or two 4.Ensure there are no 'failed requests' in /var/log/httpd/error_log Successful verification Result ###################################################### [root@tiger ~]# kinit admin ###################################################### [root@tiger ~]# klist Ticket cache: FILE:/tmp/krb5cc_0 Default principal: admin.PNQ.REDHAT.COM Valid starting Expires Service principal 05/02/11 03:59:31 05/03/11 03:59:27 krbtgt/LAB.ENG.PNQ.REDHAT.COM.PNQ.REDHAT.COM [root@tiger ~]# ###################################################### [root@tiger ~]# while [ true ] ; do ipa user-find admin ; done -------------- 1 user matched -------------- User login: admin Last name: Administrator Home directory: /home/admin Login shell: /bin/bash Account disabled: False Member of groups: admins ---------------------------- Number of entries returned 1 ---------------------------- . . . ###################################################### [root@tiger ~]# grep -i "request failed" /var/log/httpd/error_log [root@tiger ~]# ###################################################### An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-0735.html |