Web browsing is painfully slow this morning so I thought that I'd do a little investigation. I started the day with Fedora 19 and browsing was slow with both Firefox and Chrome. Then I booted Fedora 18 on the same computer just to see if there was any difference. No. Still slow. One of the first things I looked at was /etc/resolv.conf. In the past the content of that file was
Today the file looks like this:
I manually edited the file, thought that I should restart NetworkManager and did, then noticed that /etc/resolv.conf was restored to it's previous condition. So there it sits with one search line and one nameserver line. I think I'll switch to network and disable NetworkManager to see what happens.
Question is, has anyone else had a similar experience?
Maybe there are some know issues with NetworkManager that I'm not aware of?
PHP Code:
search hsd1.ma.comcast.net
nameserver 75.75.75.75
nameserver 75.75.76.76
PHP Code:
glenn@phenom18-> cat /etc/resolv.conf
# Generated by NetworkManager
search 75.75.76.76
nameserver 75.75.75.75
Question is, has anyone else had a similar experience?
Maybe there are some know issues with NetworkManager that I'm not aware of?