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
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