Folks In Centos 6.5, I am getting the message in the log file every few minutes: NetworkManager: <info> Trying to start the supplicant... There is no wireless on that computer, but there are two NICs, because it is my home gateway. Is there some tweak that can prevent this message? The installation is a relatively new one, so all packages are "up-to-date". David Kurn
m.roth at 5-cent.us
2014-Jan-16 22:53 UTC
[CentOS] NetworkManger trying to start Supplicant
david wrote:> Folks > > In Centos 6.5, I am getting the message in the log file every few minutes: > > NetworkManager: <info> Trying to start the supplicant... > > There is no wireless on that computer, but there are two NICs, > because it is my home gateway. Is there some tweak that can prevent > this message? > > The installation is a relatively new one, so all packages are > "up-to-date".service NetworkManager stop chkconfig NetworkManager off chkconfig network --list If that's on, you should be fine. I still think there's no excuse for NetworkManager on a wired system.... mark