Had some troubles installing v-magine and found the root cause to be that the kernel-3.10.0-514.6.2.el7 package was not found in yum. Created a new function to download the kernel package directly from CentOS vault and install via rpm instead.
@stanleykylee thanks for your PR, the issue is due to CentOS mirrors not keeping repos for older versions. We just updated v-magine to CentOS 7.4 (1708).
Had some troubles installing v-magine and found the root cause to be that the kernel-3.10.0-514.6.2.el7 package was not found in yum. Created a new function to download the kernel package directly from CentOS vault and install via rpm instead.