| 9 | |
| 10 | ==== Updating custom Ubuntu1004-STD images to fix control network discovery race condition ==== |
| 11 | |
| 12 | Currently, we do not have an elegant method to automatically update client scripts on custom Ubutnu images. This issue is important enough that you will want to update any Ubuntu images created before March 2, 2012. |
| 13 | |
| 14 | {{{ |
| 15 | sudo curl --output /etc/dhcp3/dhclient-exit-hooks boss.isi.deterlab.net/downloads/client-update/Ubuntu1004-dhclient-exit-hooks |
| 16 | sudo curl --output /usr/local/etc/emulab/findcnet boss.isi.deterlab.net/downloads/client-update/Ubuntu1004-findcnet |
| 17 | sudo chmod a+rx /etc/dhcp3/dhclient-exit-hooks /usr/local/etc/emulab/findcnet |
| 18 | sudo chown root:root /etc/dhcp3/dhclient-exit-hooks /usr/local/etc/emulab/findcnet |
| 19 | }}} |
| 20 | |
| 21 | |