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.

Bug 1141720

Summary: next system update time is incorrect
Product: Red Hat Enterprise Linux 6 Reporter: Shwetha Kallesh <skallesh>
Component: subscription-managerAssignee: candlepin-bugs
Status: CLOSED NOTABUG QA Contact: John Sefler <jsefler>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.6   
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-09-15 13:12:14 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
next-system-check-in Time none

Description Shwetha Kallesh 2014-09-15 10:13:54 UTC
Description of problem:
next system update time is incorrect

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

[root@shwethaws ~]# subscription-manager version
server type: Red Hat Subscription Management
subscription management server: 0.9.26-1
subscription management rules: 5.11
subscription-manager: 1.12.14-5.el6
python-rhsm: 1.12.5-2.el6


How reproducible:


Steps to Reproduce:
cat /etc/rhsm/rhsm.conf | grep autoAttachInterval
autoAttachInterval = 1440

[root@shwethaws ~]# date
Mon Sep 15 15:31:07 IST 2014

[root@shwethaws ~]# service rhsmcertd restart
Stopping rhsmcertd...                                      [  OK  ]
Starting rhsmcertd...                                      [  OK  ]

Launch subscription-manager-gui

click on help and select about link



Actual results:

see attachment 

Expected results:

should be Sep 16 15:36:20 2014

Additional info:

[root@shwethaws ~]# tail -f /var/log/rhsm/rhsmcertd.log
Mon Sep 15 09:54:34 2014 [INFO] (Cert Check) Certificates updated.
Mon Sep 15 13:54:26 2014 [INFO] (Auto-attach) Certificates updated.
Mon Sep 15 13:54:35 2014 [INFO] (Cert Check) Certificates updated.
Mon Sep 15 15:34:14 2014 [INFO] rhsmcertd is shutting down...
Mon Sep 15 15:34:14 2014 [INFO] Starting rhsmcertd...
Mon Sep 15 15:34:14 2014 [INFO] Auto-attach interval: 1440.0 minute(s) [86400 second(s)]
Mon Sep 15 15:34:14 2014 [INFO] Cert check interval: 240.0 minute(s) [14400 second(s)]
Mon Sep 15 15:34:14 2014 [INFO] Waiting 120 second(s) [2.0 minute(s)] before running updates.
Mon Sep 15 15:36:20 2014 [INFO] (Auto-attach) Certificates updated.
Mon Sep 15 15:36:30 2014 [INFO] (Cert Check) Certificates updated.

Comment 2 Shwetha Kallesh 2014-09-15 12:41:29 UTC
Created attachment 937598 [details]
next-system-check-in Time