Custom Query (196 matches)
Results (106 - 108 of 196)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#86 | fixed | Running multiple autoinstalled instances of Trac causes them all to look the same | xavid | |
Description |
This is because the trac.fcgis are all symlinks to the same executable, so Apache thinks they're the same script and reuses old processes from one site for the other site. A simple solution is to copy /mit/scripts/deploy/trac/trac.fcgi into place instead of symlinking it. |
|||
#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. |