lucid 10.04 LTS = Preciso 12.04.1: atualização não funciona

0

Eu pesquisei e examinei todos os problemas conhecidos em fóruns do ubuntu relacionados à atualização de distribuição, mas não consigo entender por que um servidor 10.04 LTS não detectará o último LTS 12.04.1. Eu acho que desde 12.04 é uma nova dist, não é muito relatado para questões relacionadas

Aqui está o que eu fiz:

apt-get update

apt-get upgrade

apt-get install update-manager-core

já foi instalado, portanto, não há atualização para este pacote.

Eu verifiquei: / etc / update-manager / release-upgrades

[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

Também verifiquei meu sourcelist antes de executar o apt-get: /etc/apt/sources.list

deb http://archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ lucid-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ lucid-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu lucid-security main restricted
deb-src http://security.ubuntu.com/ubuntu lucid-security main restricted
deb http://security.ubuntu.com/ubuntu lucid-security universe
deb-src http://security.ubuntu.com/ubuntu lucid-security universe
deb http://security.ubuntu.com/ubuntu lucid-security multiverse
deb-src http://security.ubuntu.com/ubuntu lucid-security multiverse
# deb http://landscape.canonical.com/packages/hardy ./
# deb-src http://landscape.canonical.com/packages/hardy ./

e, em seguida, seguindo o guia do Ubuntu para atualização precisa, o comando abaixo deve funcionar:

root@xxxxxxxxx:/etc/apt# do-release-upgrade  -d
Checking for a new ubuntu release
No new release found

Eu tentei sem dev release option -d mas consegui o mesmo resultado

Kernel:

root@xxxxxxxxx:/etc/apt# uname -a
Linux XXXXXXXXX 2.6.32-42-generic #95-Ubuntu SMP Wed Jul 25 15:57:54 UTC 2012 i686 GNU/Linux

Distribuição do Linux:

root@XXXXXXXXX:/etc# cat lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.04
DISTRIB_CODENAME=lucid
DISTRIB_DESCRIPTION="Ubuntu 10.04.4 LTS"

Lista de origens:

root@XXXXXXXXX:/etc/apt# cat sources.list
deb http://archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ lucid-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ lucid-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu lucid-security main restricted
deb-src http://security.ubuntu.com/ubuntu lucid-security main restricted
deb http://security.ubuntu.com/ubuntu lucid-security universe
deb-src http://security.ubuntu.com/ubuntu lucid-security universe
deb http://security.ubuntu.com/ubuntu lucid-security multiverse
deb-src http://security.ubuntu.com/ubuntu lucid-security multiverse

Então, estou sentindo falta de algo?

O servidor estava acessando fora através de um proxy, mas eu concedo acesso direto a este servidor para evitar qualquer problema ou redirecionamento de acesso à Internet, mas nenhuma pista ...

Qualquer ajuda seria apreciada

    
por Rastom 30.08.2012 / 17:40

4 respostas

1

Você já tentou executar o 'do-release-upgrade' sem a opção '-d'? Pelo que me lembro, a opção '-d' é usada apenas para atualizar para uma versão alfa / beta do SO.

do-release-upgrade --help

Usage: do-release-upgrade [options]

Options:
  -h, --help            show this help message and exit
  -V, --version         Show version and exit
  -d, --devel-release   Check if upgrading to the latest devel release is
                        possible
    
por deoren 30.08.2012 / 19:10
0

Encontrado este .

A página vinculada ao acima diz:

  1. Iniciar sistema / administração / fontes de software
  2. Na guia Atualizações, defina Mostrar novas versões de distribuição: somente para versões de suporte de longo prazo e, em seguida, pressione Fechar.
  3. Pressione Alt-F2 e digite update-manager -d
    1. Clique no botão Verificar para verificar novas atualizações. Se houver atualizações para instalar, use o botão Instalar Atualizações para instalá-las e pressione Verificar novamente após a conclusão.
    2. Será exibida uma mensagem informando sobre a disponibilidade da nova versão. Clique em Atualizar.

Siga as instruções na tela.

Acho que isso significa que você deve fazer isso graficamente.

    
por azaqiel 30.08.2012 / 18:09
0

Pode valer a pena fazer

sudo apt-get dist-upgrade 

para garantir que atualize tudo para o atual 10.04.4 no sistema operacional existente primeiro; ou seja, o que apt-get upgrade não atualizará.

    
por Donty 09.09.2012 / 09:58
0

copie e cole na sua source.list e execute do-release-upgrade.

# deb cdrom:[Ubuntu-Server 10.04.2 LTS _Lucid Lynx_ - Release amd64 (20110211.1)]/ lucid main restricted

# deb cdrom:[Ubuntu-Server 10.04.2 LTS _Lucid Lynx_ - Release amd64 (20110211.1)]/ lucid main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://ch.archive.ubuntu.com/ubuntu/ precise main restricted
deb-src http://ch.archive.ubuntu.com/ubuntu/ precise main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://ch.archive.ubuntu.com/ubuntu/ precise-updates main restricted
deb-src http://ch.archive.ubuntu.com/ubuntu/ precise-updates main restricted

deb http://ch.archive.ubuntu.com/ubuntu/ precise universe
deb-src http://ch.archive.ubuntu.com/ubuntu/ precise universe
deb http://ch.archive.ubuntu.com/ubuntu/ precise-updates universe
deb-src http://ch.archive.ubuntu.com/ubuntu/ precise-updates universe

deb http://ch.archive.ubuntu.com/ubuntu/ precise multiverse
deb-src http://ch.archive.ubuntu.com/ubuntu/ precise multiverse
deb http://ch.archive.ubuntu.com/ubuntu/ precise-updates multiverse
deb-src http://ch.archive.ubuntu.com/ubuntu/ precise-updates multiverse

deb http://ch.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse
deb-src http://ch.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse

deb http://archive.canonical.com/ubuntu precise partner
deb-src http://archive.canonical.com/ubuntu precise partner

deb http://security.ubuntu.com/ubuntu precise-security main restricted
deb-src http://security.ubuntu.com/ubuntu precise-security main restricted
deb http://security.ubuntu.com/ubuntu precise-security universe
deb-src http://security.ubuntu.com/ubuntu precise-security universe
deb http://security.ubuntu.com/ubuntu precise-security multiverse
deb-src http://security.ubuntu.com/ubuntu precise-security multiverse
    
por Vicky Dhindsa 22.11.2015 / 08:21