[MCOL-308] Add CMake and RPM build checks for net-snmp Created: 2016-09-23 Updated: 2016-10-10 Resolved: 2016-10-10 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | Build |
| Affects Version/s: | None |
| Fix Version/s: | 1.0.4 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Ben Thompson (Inactive) | Assignee: | David Hill (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | 2016-19 | ||||||||
| Description |
|
Build / RPMs need to verify net-snmp is available for use. |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2016-09-23 ] |
|
Should be pretty simple |
| Comment by David Hill (Inactive) [ 2016-10-04 ] |
|
Too much of the snmp was removed with this change... Columnstore still needs to build the snmptrapd and it looks like all that was removed... I thought we was just removing the snmp libraries from here and would be using the system snmp libraries for the building of snmptrapd and other things. So I'm reopening this, snmptrapd needs to be part of the package of columnstore at this time for the alarms to work. NOW there is another MCOL for removing the snmptraps, which at that time the snmptrapd would be removed.. That is Here is the issue in the current build because snmptrapd was removed: ProcessMonitor pm1 ACTIVE Tue Oct 4 16:55:01 2016 9186 |
| Comment by David Hill (Inactive) [ 2016-10-04 ] |
|
reopen |
| Comment by Andrew Hutchings (Inactive) [ 2016-10-05 ] |
|
It doesn't need to rebuild snmptrapd, it just needs ProcessConfig.xml to point to the OS version. It wasn't spotted on my machine because I had a stale sbin directory, sorry about that. I'll make a fix this morning. |
| Comment by Andrew Hutchings (Inactive) [ 2016-10-05 ] |
|
Fix for the issue hill flagged can be found at https://github.com/mariadb-corporation/mariadb-columnstore-engine/pull/35 |
| Comment by David Hill (Inactive) [ 2016-10-10 ] |
|
passed testing |