Custom Query (1145 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (55 - 57 of 1145)

Ticket Resolution Summary Owner Reporter
#567 wontfix upstart is too cool for invoke-rc.d broder

Reported by broder, 14 years ago.

Description

Now that a bunch of stuff has been upstart-ified (is that the word?), invoke-rc.d $JOB reload doesn't work anymore.

I think this means that we should do something like

if [ -e /etc/init/gdm.conf ]; then
    reload gdm
elif hash invoke-rc.d >/dev/null 2>&1; then
    invoke-rc.d gdm reload
else
    /etc/init.d/gdm reload
fi

Otherwise nothing kicks gdm.

#763 fixed Upgrade Trac to 0.12 when we move to demeter jdreed

Reported by jdreed, 13 years ago.

Description

See also #718

#607 wontfix Upgrade to OpenAFS 1.6 as soon as possible jdreed jdreed

Reported by jdreed, 14 years ago.

Description

There exists something called "pagbug", wherein users don't end up in a PAG and don't get tokens, but do get tickets. It manifests itself primarily on dialups due to the high number of logins. We believe this no longer exists in OpenAFS 1.6.

Note: See TracQuery for help on using queries.