Bug 1168441
| Summary: | CovalentSNMP/2.3.0, mod_snmp Apache HTTP Server doesn't start with the sample file on Windows | |||
|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Michal Karm Babacek <mbabacek> | |
| Component: | Apache Server (httpd) and Connectors | Assignee: | mark yarborough <myarboro> | |
| Status: | CLOSED EOL | QA Contact: | Michal Karm Babacek <mbabacek> | |
| Severity: | urgent | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 6.4.0 | CC: | jclere, mbabacek, myarboro, pcheung, rsvoboda, vtunka | |
| Target Milestone: | ER2 | |||
| Target Release: | EAP 6.4.0 | |||
| Hardware: | Unspecified | |||
| OS: | Windows | |||
| Whiteboard: | DR12:bug | |||
| Fixed In Version: | Doc Type: | Known Issue | ||
| Doc Text: |
Cause: ??
Consequence:
Workaround (if any):
Result:
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1188769 (view as bug list) | Environment: | ||
| Last Closed: | 2019-08-19 12:47:51 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: | ||||
| Bug Depends On: | 1193592 | |||
| Bug Blocks: | 1188769, 1193459 | |||
|
Description
Michal Karm Babacek
2014-11-27 00:05:14 UTC
Apache HTTP Server on Windows doesn't start. According to my notes the snmpd.conf was read when it was in conf (where httpd.conf is). In it possible to check that works? If not it is 2 BZ one trivial to fix and one more difficult. Placing it in conf/ helped: > [notice] SNMP: CovalentSNMP/2.3.0 started (address '1618' - pid '2860') It appears that the directive in mod_snmpd.conf is either silently ignored or it expects a different format (relative path to dir? absolute path to the actual file?) > # Directory where that contains the configuration file for SNMP agent > SNMPConf "C:/Program Files/jboss-ews-2.1/etc/httpd/conf.d/snmpd" The BZ isn't a blocker basically only a mod_snmp.conf.sample is delivered and that file needs to be fixed and copied to mod_snmp.conf Fixed in jb-ep-6.4-xb http://pkgs.devel.redhat.com/cgit/rpms/mod_snmp?h=jb-ep-6.4-xb Please rebuild. Lukas, can you please rebuild mod_snmp and jboss-ews-httpd and let me know when new builds are ready, so that I can update that for ER2 if possible? Thanks! Thanks Lukas for the rebuild. EAP 6.4.0 ER2 natives had been updated to include this fix. Both major points of this bugzilla failed QA in EAP 6.4.0.ER2: - snmpd.conf is still located in a directory the daemon won't read, see BZ 1188769 - log still contains weird error-info\n messages http://fpaste.org/186269/41255631/ The log message should go in another BZ which has to be handled as a known issue. |