| Mon | Tue | Wed | Thu | Fri | Sat | Sun |
|---|---|---|---|---|---|---|
| < | > | |||||
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
| 29 | 30 | |||||
Choose skin
Michael K. Johnson
Post details: My Network Has Been Mangled
NetworkManager updates seem to do a very poor job of maintaining compatibility with configuration saved by earlier versions of NetworkManager. I don't know if it is lack of sane schema migration or something else, but when (after updating the NetworkManager stack) networking goes flaky, I sometimes have to do the following steps to return my system to having working networking.
$ killall nm-applet $ sudo service NetworkManager stop $ gconftool-2 --recursive-unset /system/networking $ sudo service NetworkManager start $ nm-applet&
Of course, this removes all my networking configuration, so I have to start over. But that's better than totally broken (or just flaky) networking.
It is very annoying when the system that requires this action belongs to a less Linux-savvy family member whose networking has just been damaged by an update to NetworkManager.
I sure hope that as NetworkManager moves to being the core network configuration tool for systems, it gets more reliable! As it is, I feel that NetworkManager has been earning the epithet "NetworkMangler" that I've heard applied to it so often.
Comments:
No Comments for this post yet...
Comments are closed for this post.