On 10/17/07, Carl Witty <[EMAIL PROTECTED]> wrote:
> TRAC is down (6:07 PM on Wednesday).
>

Hey, I just wrote a script so trac will restart itself immediately
when it crashes
or is otherwise terminated, i.e., now trac is immortal:

#!/usr/bin/env python
import os

os.system("killemall sage_trac")

cmd = "/usr/bin/tracd --port 9002 --hostname
modular.math.washington.edu --auth *,sage_trac/conf/passwd,
sage.math.washington.edu 'sage_trac'"

while True:
    print cmd
    os.system(cmd)

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to