Custom Query (196 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (193 - 195 of 196)

Ticket Resolution Summary Owner Reporter
#297 fixed whois server broken on F17 ezyang
Description

What it says on the tin.

    /usr/lib/python2.7/site-packages/web/template.py in __getattr__
        raise AttributeError, k ...
    ▶ Local vars
    templates/layout.html in __template__
        <title>scripts.mit.edu: $self.title</title> ...
    ▶ Local vars
    /afs/athena.mit.edu/contrib/scripts/web_scripts/home/whois/whois.py in GET
        return render.layout(render.query(message)) ...
    ▶ Local vars
    /usr/lib/python2.7/site-packages/web/application.py in handle_class
        return tocall(*args) ...
    ▶ Local vars
    /usr/lib/python2.7/site-packages/web/application.py in _delegate
        return handle_class(cls) ...
    ▶ Local vars
    /usr/lib/python2.7/site-packages/web/application.py in handle
        return self._delegate(fn, self.fvars, args) ...
    ▶ Local vars
    /usr/lib/python2.7/site-packages/web/application.py in process
        return self.handle() ...
    ▶ Local vars }}}
#146 fixed whoisd should deal with lost connections to slapd mitchb mitchb
Description

Apparently restarting slapd (now that we sort of can do so) will break whoisd because it only opens a single connection when it starts up. We should make it try to reconnect if it loses that connection so that the whois webapp doesn't silently break.

#180 fixed whoisd should have a init script ezyang
Description

So we can run service whoisd restart or service scripts-whoisd restart.

Note: See TracQuery for help on using queries.