How To Upgrade Ubuntu 9.04 (Jaunty Jackalope) To 9.10 (Karmic Koala)

Discussion in 'HOWTO-Related Questions' started by melwood, Nov 3, 2009.

  1. melwood

    melwood New Member

    The courrier-base package and all dependencies are not updating because of the bug in the courier-base package also mentioned in the "Perfect Server" howto.

    You get the following error:

    Code:
    update-alternatives: error: alternative link /usr/share/man/man5/maildir.5.gz is already managed by maildir.5.gz.
    Any idea what to do?

    melwood
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Have you tried this before the upgrade?
    Code:
    update-alternatives --remove-all maildir.5
    update-alternatives --remove-all maildirquota.7
     
  3. melwood

    melwood New Member

    Yes, it's not working:

    Code:
    bla@blu:/home/bla# update-alternatives --remove-all maildir.5
    update-alternatives: error: no alternatives for maildir.5.
    bla@blu:/home/bla# update-alternatives --remove-all maildirquota.7
    update-alternatives: error: no alternatives for maildirquota.7.
    melwood
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Hm, maybe the best is to completely remove all Courier packages before the upgrade, then do the upgrad and install Courier again afterwards. Instead of removing Courier you could also try this with maildrop.
     
  5. melwood

    melwood New Member

    Any change I'll break my mail configuration or delete any mail accounst when I do this?

    melwood
     
  6. falko

    falko Super Moderator Howtoforge Staff

    No, this will just remove the Courier packages.
     
  7. melwood

    melwood New Member

    Thanks for the help!

    Code:
    aptitude remove maildrop
    aptitude safe-upgrade
    update-alternatives --remove-all maildir.5
    update-alternatives --remove-all maildirquota.7
    aptitude install maildrop
    did the trick. :)
     

Share This Page