Custom Query (196 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (64 - 66 of 196)

Ticket Owner Reporter Resolution Summary
#89 geofft fixed @reboot cron jobs sometimes start before afsagent gets tokens
Description

Users' @reboot cron jobs, which often depend on being able to get stuff out of AFS, tend to race with afsagent getting tokens in an @reboot cron job. This is dumb, and we should make sure afsagent gets tokens before cron (or really, anything else that might want AFS) comes up. Quentin suggested doing this in AFS's initscript; we could also add another initscript.

#90 mitchb andersk fixed Upgrade SNI patch
Description

https://sni.velox.ch/misc/httpd-2.2.x-sni.patch was updated 2009-04-08, so we should update our patched httpd.

#95 ezyang fixed Onserver scripts hard-code deploy directory
Description

All of the onserver scripts for autoinstallers hardcode the deploy directory:

use strict;
use lib "/mit/scripts/deploy/bin";
use onserver;

As a result, scriptsdev=dev doesn't result in deploydev onserver.pm being used.

Fix is somewhat unclear. Can we make Perl read out of the directory the script lives in?

Note: See TracQuery for help on using queries.