Custom Query (1145 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (133 - 135 of 1145)

Ticket Resolution Summary Owner Reporter
#810 invalid test jdreed

Reported by jdreed, 13 years ago.

Description

test

#1235 fixed tellme's usage message should use basename $0 jmorzins

Reported by jmorzins, 12 years ago.

Description

If a user runs "tellme" without any argument, the usage message that prints onscreen is confusing

The usage message uses echo "$0", but $0 is a very long path to the tellme script, which makes it hard to notice the root|combo|nmccombo options at the end.

Example:

$ tellme Usage: /afs/athena.mit.edu/system/config/tellme/arch/i386_rhel4/bin/tellme root|combo|nmccombo Where:

root - tell me the Athena root password. combo - tell me the Athena Cluster combination. nmccombo - tell me the New Media Center combination.

The problem is that the tellme script in /usr/bin execs the actual tellme script from /afs/athena.mit.edu/system/config/tellme/arch/i386_rhel4/bin/tellme

It could be fixed by using basename to get just the base program from $0

#1201 fixed telepathy-mission-control-5 is crashy kaduk

Reported by kaduk, 12 years ago.

Description

On precise, we seem to pretty frequently get notification popups that it has segfaulted, sometimes in exciting places like fclose(). Looking at launchpad, there are a lot of segfaults reported against it, indicating that its memory management is pretty terrible. It's Depended on by empathy, which is in turn Recommended by ubuntu-desktop. It's unclear if we can get away with punting empathy from the release, but we should probably do something so that our users don't get bombarded by these notifications.

Note: See TracQuery for help on using queries.