Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
This bug is created as a clone of upstream ticket:
https://fedorahosted.org/389/ticket/47341
using logconv.pl -m - the first field is the time from the access log - the second field is the gmtime time_t value of the first field - converting the gmtime value back to the original date does not work.
for CBP
Comment 3Sankar Ramalingam
2014-06-19 09:09:23 UTC
(In reply to Sankar Ramalingam from comment #3)
> Request you to add steps to verify bugzilla
Use logconv.pl with the -m or the -M option - verify that the timestamp field in the -m/-M report matches the access log timestamp. The timestamp field is the first column in the -m/-M report. It is in unix time_t format. You can convert to a "human readable" format like this:
$ date --date='@1400000000'
Tue May 13 10:53:20 MDT 2014
Replace 1400000000 with the timestamp field from the -m/-M report.
Comment 5srkrishn@redhat.com
2014-07-18 07:33:31 UTC
this bug has been verified:
logconv.pl -M /tmp/access /var/log/dirsrv/slapd-hp-ms-01-c04/access.20140717-022403
18/Jul/2014:01:28:00 -0400,1405661280,434,0,217,0,0,
[root@hp-ms-01-c04 tmp]#
[root@hp-ms-01-c04 tmp]# date --date='@1405661280'
Fri Jul 18 01:28:00 EDT 2014
this was tested on the build : 1.2.11.15.38-289-ds-base
Comment 6Sankar Ramalingam
2014-07-31 10:12:04 UTC
Marking the bug as Verified, based on the previous comment from Sriram,
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
http://rhn.redhat.com/errata/RHBA-2014-1385.html