Custom Query (196 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (121 - 123 of 196)

Ticket Owner Reporter Resolution Summary
#295 ezyang fixed bash: lspci: command not found
Description

Due to https://bugzilla.redhat.com/show_bug.cgi?id=827440

Right now, w-e is hot-patched /etc/profile.d/qt-graphicssystem.{csh,sh} to have the fully qualified path to lspci. Alternatives include modifying mbash, removing kde-settings, or just waiting until Fedora fixes it.

#297 ezyang fixed whois server broken on F17
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 }}}
#309 ezyang invalid conserver log rotation doesn't work / spews
Description

On conan-obrien

/etc/cron.daily/logrotate:
kill: 91: Usage: kill [-s sigspec | -signum | -sigspec] [pid | job]... or
kill -l [exitstatus]
error: error running non-shared postrotate script for /var/log/conserver/bees-knees.log of '/var/log/conserver/*.log '
kill: 91: Usage: kill [-s sigspec | -signum | -sigspec] [pid | job]... or
kill -l [exitstatus]
error: error running non-shared postrotate script for /var/log/conserver/miracle-cure.log of '/var/log/conserver/*.log '
kill: 91: Usage: kill [-s sigspec | -signum | -sigspec] [pid | job]... or
kill -l [exitstatus]
error: error running non-shared postrotate script for /var/log/conserver/server.log of '/var/log/conserver/*.log '
run-parts: /etc/cron.daily/logrotate exited with return code 1

The trouble is that /var/run/conserver.pid no longer has a pid in it. But this is not the case for david-letterman. Quite vexing.

Note: See TracQuery for help on using queries.