Skip to content
Snippets Groups Projects
  1. Mar 09, 2007
  2. Jan 09, 2007
    • Mike Hibler's avatar
      Frisbee MFS changes: · 346c0562
      Mike Hibler authored
       * support FreeBSD 6
       * client-side changes to support enable/disable of ACPI via slicefix
       * use dynamically linked Emulab binaries in frisbee MFS (for size)
      346c0562
  3. Dec 01, 2006
  4. Nov 14, 2005
  5. Nov 08, 2005
  6. May 31, 2005
  7. Nov 05, 2004
  8. Nov 03, 2004
  9. Sep 29, 2004
  10. Jun 16, 2004
    • David G Andersen's avatar
      And another one - DHCP support now works for the initial boot in · c4c14e35
      David G Andersen authored
      the case that they didn't give us a hostname.  It just mocks up a
      bogus hostname of dhcp-ip.wa.emulab.net and sends that along.
      The substantive change is that it now prefers extracting the IP
      address from the ifconfig for the interface instead of via hostname,
      which is pretty unreliable.  But it'll try both.
      c4c14e35
    • David G Andersen's avatar
      A fully backwards compatable change to move DHCP name resolution · 2dbc0cac
      David G Andersen authored
      from the burned-on-CD register.pl script into the downloaded
      netbed-setup.pl script.  Doesn't actually change anything, but
      a CD burned with the new register.pl and intended for DHCP could
      be fixed by a revised netbed-setup without requiring a new CD.
      
      This is a transition commit to fix some minor brokenness and
      inflexibility before I really revamp things to enable DHCP support,
      which may require a v5 CD instead of incremental changes to the v4 CD.
      We'll see...
      2dbc0cac
  11. Jun 15, 2004
  12. Jun 04, 2004
  13. May 18, 2004
    • Mike Hibler's avatar
      Fixes for CD boot: · 8174369d
      Mike Hibler authored
      1. tbbootconfig: ensure block is zeroed on first init, fix cut/paste error
      2. rc.frisbee: cleanup interface to slicefix
      3. slicefix: cleanup, make it work correctly, init tbboot block for cd boot
      
      Unrelated:
      1. link-agent makefile: build link-agent when doing client-install
      8174369d
  14. May 12, 2004
  15. May 10, 2004
  16. Aug 20, 2003
  17. Aug 09, 2003
  18. Jun 23, 2003
  19. Jun 18, 2003
  20. Jun 16, 2003
  21. Jun 10, 2003
  22. Apr 22, 2003
    • Leigh B. Stoller's avatar
      Okay, try again with correct comment: Switch from MD5 verification of · 02ac154a
      Leigh B. Stoller authored
      all files (fdisk, slice images, tarballs) to proper digital signatures
      using the new priv/pub key pair recently installed (and the mksig
      script). The key pair is password protected, so it is not as
      convenient as an MD5, but such is life. The sig files are either
      stored locally on the CD, or can be specifed as an https:// URL to be
      downloaded with wget and verified using the public key stored on the
      CD in /etc/emulab_pubkey.pem.
      
      This version of the script is not compatible with older CDs (version 3
      or earlier). The web interface will return the proper version to the
      requester based on its CD version (from boss:/z/testbed/distributions).
      The old version is stored as netbed-setup-v3.pl, while the new version
      is stored as netbed-setup-v4.pl. These names are relevant to the web
      interface (cdromcheckin.php3), but are otherwise arbitrary (they can
      be anything). Note that version 1 and 2 CDs do not download a script
      (hardwired on the CD).
      02ac154a
    • Leigh B. Stoller's avatar
      Switch from MD5 verification of the downloaded script (netbed-setup.pl) · d008343a
      Leigh B. Stoller authored
      to a proper digital signature using the new priv/pub key pair recently
      installed (and the mksig script). The key pair is password protected,
      so it is not as convenient as an MD5, but such is life. The sig is
      returned as an https:// URL to be downloaded with wget and verified
      using the public key stored on the CD in /etc/emulab_pubkey.pem.
      d008343a
  23. Nov 19, 2002
  24. Oct 22, 2002
    • Leigh B. Stoller's avatar
      * As of version 3, the CDROM now downloads the entire register.pl · 29895454
      Leigh B. Stoller authored
        script. The old script is just a wrapper that asks the page for the
        real script, which is run on the node. We return a url and md5 in
        the response, which the node then gets with wget. Right now the md5
        and the url are hardwired in the page, and the script goes in
        /z/testbed/distributions on boss. Needs to be DB loaded instead. The
        node will wait forever until it can get the script. ^C on the
        console will drop the node into a shell if the user knows the root
        password.
      
        Security is flimsy still; we depend on the ssl connection to ensure
        that the script is really coming from emulab. Should probably sign
        the script.
      29895454
  25. Sep 28, 2002
  26. Sep 19, 2002
  27. Sep 10, 2002
  28. Aug 19, 2002
    • Mike Hibler's avatar
      Assorted cleanups for version 0.2: · 2af0f789
      Mike Hibler authored
      emulabboot.sh: make sure tbbootconfig is executable
      rc.emulab: fix exit code
      register.sh: pass netbed_IP on to register.pl
      waipconfig.pl:
      	fix exit code
      	attempt to intuit gateway: (addr & mask) | 1
      	code to set netmask based on network type, but for now stick with
      		common 255.255.255.0
      	more exotic code for determining disk (grubs through dmesg output
      		looking for disks, checks sizes to make sure they are
      		big enough)
      register.pl:
      	use IP address passed in rather than trying to resolve from hostname
      	check hash of on CD image (we may want to disable this, takes a
      		long time)
      	get rid of hack when calling tbbootconfig since it is now fixed
      2af0f789
    • Mike Hibler's avatar
      fcb68f60
    • Mike Hibler's avatar
      add "-c 16" to avoid warnings · e3216a33
      Mike Hibler authored
      e3216a33
    • Mike Hibler's avatar
      Testbed "bootblock" manipulator · 94ad81b2
      Mike Hibler authored
      94ad81b2
  29. Aug 17, 2002
    • Leigh B. Stoller's avatar
      Add MAKEDEV calls. · 27536642
      Leigh B. Stoller authored
      27536642
    • Mike Hibler's avatar
      more fixes: · c82712e0
      Mike Hibler authored
      	take debug option out of imageunzip from cd (dooh!)
      	call shutdown instead of reboot on CD system,
      	   prevents long hangs due to unflushable buffers
      	add stop option to register.sh so it doesn't whine during shutdown
      c82712e0
Loading