Do-Release-Upgrade retorna "nenhuma nova liberação encontrada"

1

Atualmente estou executando um servidor Ubuntu 14.04 LTS e gostaria de atualizá-lo para 16.04. Instalei a ferramenta update-manager-core e configurei-a para procurar por versões LTS, mas ela retorna "Nenhuma nova liberação encontrada" todas as vezes.

daniel@Owncloud:~$ sudo do-release-upgrade -d -s
Checking for a new Ubuntu release
No new release found

daniel@Owncloud:~$ cat /etc/update-manager/release-upgrades
# Default behavior for the release upgrader.

[DEFAULT]
# Default prompting behavior, valid options:
#
#  never  - Never check for a new release.
#  normal - Check to see if a new release is available.  If more than one new
#           release is found, the release upgrader will attempt to upgrade to
#           the release that immediately succeeds the currently-running
#           release.
#  lts    - Check to see if a new LTS release is available.  The upgrader
#           will attempt to upgrade to the first LTS release available after
#           the currently-running one.  Note that this option should not be
#           used if the currently-running release is not itself an LTS
#           release, since in that case the upgrader won't be able to
#           determine if a newer release is available.
Prompt=lts
    
por Daniel Guldberg Aaes 17.12.2016 / 14:16

0 respostas