Custom Query (1145 matches)
Results (61 - 63 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#880 | wontfix | associate .ram files with RealPlayer | geofft | |
Description |
XINE doesn't have the necessary codecs to play 7.013's lecture videos. (Alternatively, we could extract those codecs from RealPlayer? and give them to XINE...) |
|||
#147 | wontfix | athdir doesn't work in compatibility mode (ie: linuxbin) | jdreed | |
Description |
athdir -t bin -p /mit/joeuser -l Should display a list of possible bin directories, ending with /mit/joeuser/linuxbin. Instead it ends with /mit/joeuser/%mbin. This has been broken on Linux under Athena 9 for who knows how long. (See bugs[27293]). We should either fix it, or punt support for ancient bindirs. Either is fine with me, and I'd be slightly in favor of punting, because: a) then athdir should no longer care about $ATHENA_HOSTTYPE, and we can remove that from init/cshrc; b) Nothing in "linuxbin" directories is likely to work anyway. |
|||
#406 | fixed | athena-auto-update does not retry configuring unconfigured packages | geofft | |
Description |
athena-auto-update checks aptitude --simulate --assume-yes full-upgrade for the string "0 packages upgraded, 0 newly installed, 0 to remove", and assumes that means that there's nothing to do. This fails to check for the string "The following partially installed packages will be configured:", which often occurs when everything's installed but there are unconfigured things. Importantly, this can cause machines to fall out of -cluster or -workstation if there's a transient upgrade problem that could be fixed with aptitude install by hand. |