implement two changes to better handle, identify, and recover from
authorAaron Klingaman <alk@cs.princeton.edu>
Tue, 31 Jan 2006 21:19:03 +0000 (21:19 +0000)
committerAaron Klingaman <alk@cs.princeton.edu>
Tue, 31 Jan 2006 21:19:03 +0000 (21:19 +0000)
commitd4e6bea456b74aec211e7df9757cfd49a815f2b5
tree6c3f5f1e1cc9b11d4844628ea1ee640d02740afd
parent74805210999f262a76c24a7723e28edf02b95f93
implement two changes to better handle, identify, and recover from
situation where no detected network driver is found. this should prevent
machines from installing, and booting, only to become unresponsive due to
no loaded network driver.

the two changes are:
1. write out modprobe.conf at each boot, instead of only after install
2. if no network devices are written to modprobe.conf during boot,
send a message to the tech contacts about missing net driver, and
put the node into debug.
source/configuration
source/notify_messages.py
source/steps/ChainBootNode.py
source/steps/InstallWriteConfig.py