Bug 472895
| Summary: | Monitoring fails to start with new perl-Class-MethodMaker | ||
|---|---|---|---|
| Product: | [Community] Spacewalk | Reporter: | Miroslav Suchý <msuchy> |
| Component: | Server | Assignee: | Miroslav Suchý <msuchy> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 0.4 | CC: | jpazdziora |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-01-22 16:30:50 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: | 456552 | ||
|
Description
Miroslav Suchý
2008-11-25 14:28:16 UTC
So, Mirek, it's time you fixed that monitoring code, huh? Fixed by ecee30bc476245a179db94805b0b5efb98fe7dc8 With the 2.08 version of Class::MethodMaker # rpm -q perl-Class-MethodMaker perl-Class-MethodMaker-2.08-4.el5 the following monitoring # rpm -q spacewalk-monitoring spacewalk-monitoring-0.4.3-1.el5 starts just fine: # /usr/sbin/rhn-satellite start Starting rhn-satellite... Starting RHN Taskomatic... Starting tomcat5: [ OK ] Starting httpd: [ OK ] 2009-01-15 12:24:28 Monitoring: Debug level = 0 2009-01-15 12:24:28 Monitoring: Switches: start 2009-01-15 12:24:28 Monitoring: STARTING... 2009-01-15 12:24:28 InstallSoftwareConfig: STARTING... 2009-01-15 12:24:28 InstallSoftwareConfig: Grabbing local config info 2009-01-15 12:24:29 InstallSoftwareConfig: STARTED OK 2009-01-15 12:24:29 InstallSoftwareConfig: ============ STATUS =============== 2009-01-15 12:24:29 InstallSoftwareConfig: Last action: start 2009-01-15 12:24:29 InstallSoftwareConfig: STARTED and RUNNING 2009-01-15 12:24:29 InstallSoftwareConfig: =================================== 2009-01-15 12:24:29 GenerateNotifConfig: STARTING... 2009-01-15 12:24:29 GenerateNotifConfig: STARTED OK 2009-01-15 12:24:29 GenerateNotifConfig: ============ STATUS =============== 2009-01-15 12:24:29 GenerateNotifConfig: Last action: start 2009-01-15 12:24:29 GenerateNotifConfig: ** Can be installed for SysV startup ** 2009-01-15 12:24:29 GenerateNotifConfig: Run levels: 3 2009-01-15 12:24:29 GenerateNotifConfig: Start sequence: 70 2009-01-15 12:24:29 GenerateNotifConfig: Stop sequence: 40 2009-01-15 12:24:30 GenerateNotifConfig: STARTED and RUNNING 2009-01-15 12:24:30 GenerateNotifConfig: GoGo options: 2009-01-15 12:24:30 GenerateNotifConfig: --fname=GenerateNotifConfig 2009-01-15 12:24:30 GenerateNotifConfig: --command=/usr/bin/generate-config 2009-01-15 12:24:30 GenerateNotifConfig: --user=nocpulse 2009-01-15 12:24:30 GenerateNotifConfig: --hbfile=/var/log/notification/generate_config.log 2009-01-15 12:24:30 GenerateNotifConfig: --hbfreq=300 2009-01-15 12:24:30 GenerateNotifConfig: --hbcheck=600 2009-01-15 12:24:30 GenerateNotifConfig: =================================== 2009-01-15 12:24:31 NotifEscalator: STARTING... [...] 2009-01-15 12:24:47 InstallSoftwareConfig: STARTED and RUNNING 2009-01-15 12:24:47 InstallSoftwareConfig: =================================== 2009-01-15 12:24:47 NPBootstrap: STARTING... 2009-01-15 12:24:48 NPBootstrap: Found scheduler configuration file - not requesting one 2009-01-15 12:24:48 NPBootstrap: STARTED OK 2009-01-15 12:24:49 NPBootstrap: ============ STATUS =============== 2009-01-15 12:24:49 NPBootstrap: Last action: start 2009-01-15 12:24:49 NPBootstrap: STARTED and RUNNING 2009-01-15 12:24:49 NPBootstrap: Cluster Description: RHN Monitoring Satellite 2009-01-15 12:24:49 NPBootstrap: Cluster ID: a13fa9fd0eb5 2009-01-15 12:24:49 NPBootstrap: Node ID: 2 2009-01-15 12:24:49 NPBootstrap: =================================== 2009-01-15 12:24:49 SputLite: STARTING... 2009-01-15 12:24:49 SputLite: STARTED OK |