Skip to content
Snippets Groups Projects
  1. Nov 07, 2011
  2. Apr 25, 2007
  3. Apr 23, 2007
  4. Nov 08, 2004
    • Leigh B. Stoller's avatar
      Remove the SSLCERT defs and the network defs from configure proper. · b5b25b5d
      Leigh B. Stoller authored
      Move them to defs-default.
      
      Allow for per-user defs files to use . defs-default in them. I do this
      by temporarly changing the path when evaluating the defs file, adding
      the directory where the defs file lives. So, you can do this in your
      personal defs file, whic saves on a lot of typing!
      
      	. defs-default
      	TBOPSEMAIL=stoller@flux.utah.edu
      	TBLOGSEMAIL=stoller@flux.utah.edu
      	blah
      	blah
      	blah
      
      I also changed all of the *local* defs file to use the above format.
      b5b25b5d
  5. Jun 23, 2004
  6. Jun 15, 2004
  7. Apr 09, 2004
  8. Sep 18, 2003
  9. Sep 04, 2003
  10. Aug 06, 2003
  11. May 30, 2003
  12. Apr 09, 2003
    • Mac Newbold's avatar
      Add new script to notify users when they are over their quota. Runs from · 38310b4e
      Mac Newbold authored
      cron daily, on the fs node (ops) as root. Uses lots of configure variables
      so that it does the right thing in any installation, without any
      customization.
      
      One possible caveat regarding quotas: If FS_NODE != USERNODE, they don't
      have a login on the fs machine. So checking their quota won't work unless
      the rpc.rquotad(8) daemon is running on FS_NODE, which we currently don't
      do.
      
      In order to do this right, I had to add a new configure var,
      FS_WITH_QUOTAS, that has a space separated list of file systems that have
      quotas enabled. (Ie the default is 'FS_WITH_QUOTAS="/q /users"'.) It
      doesn't have any default, since I couldn't come up with a reasonable one.
      All the defs files have been updated appropriately to define this new
      variable.
      38310b4e
  13. Apr 02, 2003
    • Mac Newbold's avatar
      Massive reworking of our structure for defs files. · 09eb5852
      Mac Newbold authored
      Before:
      The main defs file (ie for configure) had an entry for WWWDEFS that
      pointed to a <@WWWDEFS@>-defs.php3 file in the www/ directory. The www
      defs file loaded some values about web pages, URLs, and some web
      configuration parameters.
      
      Problem:
      Anything that was only in the www defs file was not accessible in the rest
      of the universe (ie perl, C, and any other non-web-page scripts). For
      instance, you couldn't have a perl script send an email to a user with a
      link to the web site.
      
      Solution:
      Nuke all the www-defs files, move any important values into the main
      configure, and change the web defs infrastructure to respect that. This
      also meant adding about 3 lines each to all of the configure defs files.
      (There really are about 10 new values you can change in your defs file,
      but in almost all cases, the default values are the right thing.)
      
      Upgrading:
      External sites will need to move a few variables from their www-defs file
      into their configure defs file. The example file should make it pretty
      obvious. They may also want to customize some of the other vars that are
      mentioned in configure.in and www/defs.php3.in .
      09eb5852
  14. Jan 23, 2003
  15. Oct 22, 2002
  16. Jun 06, 2002
  17. Jan 18, 2002
  18. Jan 08, 2002
  19. Aug 20, 2001
  20. Jun 20, 2001
  21. May 15, 2001
  22. May 09, 2001
    • Leigh B. Stoller's avatar
      Configure changes. Instead of more and more arguments to configure · 7f36d33d
      Leigh B. Stoller authored
      (the new one is logs email address), move all those silly -with
      areguments into a definitions file. See defs-defaults and
      defs-stoller-emulab for examples. When you configure a development
      tree, you want to create your own defs file, and then configure like
      this:
      	/src/testbed/configure  \
      		--prefix=/usr/testbed/devel/stoller \
      		--with-TBDEFS=/src/testbed/defs-stoller-emulab \
      		--with-LEDA=/usr/testbed/LEDA/LEDA-4.0
      7f36d33d
Loading