Changes between Version 5 and Version 6 of UbuntuImage


Ignore:
Timestamp:
Mar 12, 2012 3:54:02 PM (12 years ago)
Author:
jhickey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UbuntuImage

    v5 v6  
    77Ubuntu 10.04.  Reverse path filtering disabled in sysctl.conf because the feature can break connectivity.  Updated to kernel 2.6.32-31 with IPOD; gawk favored over mawk; and with better compatibility with nve on bvx2200.
    88
     9
     10==== Updating custom Ubuntu1004-STD images to fix control network discovery race condition ====
     11
     12Currently, 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{{{
     15sudo curl --output /etc/dhcp3/dhclient-exit-hooks boss.isi.deterlab.net/downloads/client-update/Ubuntu1004-dhclient-exit-hooks
     16sudo curl --output /usr/local/etc/emulab/findcnet boss.isi.deterlab.net/downloads/client-update/Ubuntu1004-findcnet
     17sudo chmod a+rx /etc/dhcp3/dhclient-exit-hooks /usr/local/etc/emulab/findcnet
     18sudo chown root:root /etc/dhcp3/dhclient-exit-hooks /usr/local/etc/emulab/findcnet
     19}}}
     20
     21
    922=== Ubuntu804-STD ===
    1023