I'm using centos 7, and when I want to run yum update console showing me below warning :
Configuration file /etc/yum/pluginconf.d/getpagespeed.conf not found Unable to find configuration file for plugin getpagespeed Loaded plugins: fastestmirror How can I remove first two warning ?
getpagespeedis a set of external yum repositories, not plugins.GetPageSpeedseems to be a (questionably related?) Russian IT service/web server blog thing? So, you seem to have set up a non-standard yum plugin, which even my google does not seem to know. How did you set up this plugin? You will have to disable it the same way.rpm -qa|grep yum, the contents of/etc/yum.conf, relevant lines ofyum -v updateand check for references togetpagespeedin/etcby runninggrep -Ri getpagespeed /etc.