Bug 563173
Summary: | Timing in rhnsd broken, mismatch with man page | ||
---|---|---|---|
Product: | [Community] Spacewalk | Reporter: | Jan Pazdziora (Red Hat) <jpazdziora> |
Component: | Clients | Assignee: | Jan Pazdziora (Red Hat) <jpazdziora> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 0.7 | CC: | cperry, jmueller, mmello |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | rhnsd-4.9.3-1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-04-12 15:01:40 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: | |||
Bug Blocks: | 543511 |
Description
Jan Pazdziora (Red Hat)
2010-02-09 12:38:36 UTC
Taking. Actually, another issue is that the "running with check_in interval" message is always printed twice: Feb 9 07:13:35 hp-dx2200-01 rhnsd: Red Hat Network Services Daemon running with check_in interval set to 240 seconds. Feb 9 07:13:35 hp-dx2200-01 rhnsd: Red Hat Network Services Daemon running with check_in interval set to 240 seconds. Feb 9 07:13:35 hp-dx2200-01 rhnsd[7029]: Red Hat Network Services Daemon starting up. Feb 9 07:36:57 hp-dx2200-01 rhnsd[7029]: Exiting Feb 9 07:36:57 hp-dx2200-01 rhnsd: Red Hat Network Services Daemon running with check_in interval set to 40 seconds. Feb 9 07:36:57 hp-dx2200-01 rhnsd: Red Hat Network Services Daemon running with check_in interval set to 40 seconds. Feb 9 07:36:57 hp-dx2200-01 rhnsd[7266]: Red Hat Network Services Daemon starting up. That should also be fixed. Another issue: if there is /etc/sysconfig/rhn/rhnsd with INTERVAL=240 and rhnsd is started with --interval 80, it will run with value 80. If the daemon is then sent HUP, it will run with 240, not 80 set with the command line option. Is that correct? Fixes in Spacewalk master 5fe3abb16874bb8ac34706883a0530cbe1e8e2e2 to 51f27ff6e5e01df1023a07fe52660fc25dd1d237. Note that we will likely want to remove the actual handling from SIGHUP_handler and just set some flag and alarm the sleep as well. (In reply to comment #5) > Note that we will likely want to remove the actual handling from > SIGHUP_handler and just set some flag and alarm the sleep as well. Actually, it seems to behave reliably. Tagged and built as rhnsd-4.9.3-1. The fix was part of Spacewalk 0.8 client release. *** Bug 554756 has been marked as a duplicate of this bug. *** |