
14 Feb
2019
14 Feb
'19
7:40 p.m.
In case user wants to go ahead and install cockpit and the dashboard, user need to 1- do not do yum update on a fresh 7.6 Centos 2- install: dpdk-17.11-15.el7.x86_64.rpm # yum install dpdk-17.11-15.el7 3- install cockpit and dashboard # yum install cockpit cockpit-ovirt-dashboard -y 4- permanently exclude in yum.conf dpdk package until fix is available modify /etc/yum.conf and add a line that says: exclude=dpdk-* 5- use yum update as usual Alternate method: if user does not want to modify yum.conf then: # yum install dpdk-17.11-15.el7 # yum install cockpit cockpit-ovirt-dashboard -y # yum -x dpdk-* update # the -x parameter will exclude dpdk-* packages Install will then suceed.