Something to remember about networking restartsI helped a coworker debug an interesting Linux problem today, and in the process wound up reinforcing something that I already more or less knew but hadn't really thought about for a while. Namely:
A networking restart will bring down and then restart all of your interfaces, reset parameters and so on, but the one thing it doesn't reset is kernel modules. They get loaded only once, the first time around. Usually this doesn't matter. When it does matter is when you've changed
some module parameters (or shuffled what kernel module maps to what
The bonding driver is what we were scratching our heads over today.
My coworker was trying to bring up a second bonding interface on a
system that already had one configured, and it just wasn't going; no
matter what he did, the (In the process I committed the classical mistake of doing ' |
These are my WanderingThoughts GettingAround This is part of CSpace, and is written by ChrisSiebenmann. * * * Atom feeds are available; see the bottom of most pages. Categories: links, linux, programming, python, snark, solaris, spam, sysadmin, tech, unix, web |