Custom Query (1145 matches)
Results (166 - 168 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#729 | fixed | from uses alternatives now | jdreed | geofft |
Description |
As of Maverick or something, from uses /etc/alternatives instead of just being a program in /usr/bin. So we should be participating with the alternatives system instead of diverting /usr/bin/from. I don't really know how to tell if a certain program is participating in the alternatives system, though.... Install something else that provides it and see what it does? |
|||
#732 | fixed | thunderbird-config should use new autoconfig | jdreed | jdreed |
Description |
(This is the second half of #709) With Thunderbird 3, dropping .cfg files in /usr/lib/thunderbird-<ver> is no longer encouraged (and in fact is hard, since /usr/lib/thunderbird is versioned). We can try triggers or stupid rules hacks to make the existing method limp along, but the Right(tm) way to do is documented (in draft form) at https://developer.mozilla.org/en/Thunderbird/Autoconfiguration This will almost certainly require coordination with OI, as autoconfig.mit.edu is currently reserved and possibly does awesome things in our Exchange infrastructure. |
|||
#736 | fixed | cluster installer prompts for VG overwrite when installing on a completely empty disk | jdreed | amb |
Description |
The cluster installer should work unattended, but instead it needs an installer to manually select "Yes". If this option (partman-lvm/confirm_nooverwrite) is set to true, however, installs blow up fatally with a "VG name already in use" error. See LP:154086. We might just want to have the cluster installer write a trash partition table out to disk first. We could possibly also punt LVM. |