Custom Query (196 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (91 - 93 of 196)

Ticket Resolution Summary Owner Reporter
#88 fixed Better subversion error messages andersk
Description

(From help.mit.edu #821565.)

We need to return a better error message when ldapize can’t find the vhost:

$ svn log svn://username.scripts.mit.edu/foobar
svn: Malformed network data
#89 fixed @reboot cron jobs sometimes start before afsagent gets tokens geofft
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.

#95 fixed Onserver scripts hard-code deploy directory ezyang
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.