ясные 10.04 LTS => Точные 12.04.1: обновление не работает

Я погуглил и изучил все известные проблемы о форумах человечности, связанных с обновлением распределения, но я не могу выяснить, почему 10.04 серверов LTS не обнаружат последний LTS 12.04.1. Я предполагаю, так как 12.04 новый dist, не о многом сообщают для связанных проблем

Вот то, что я сделал:

apt-get update

apt-get upgrade

apt-get install update-manager-core

это было уже установлено так никакое обновление для этого пакета.

Я проверил:/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

Я также проверил, что мои sourcelist прежде, чем работать склонный - добираются:/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 ./

и затем следующее руководство Ubuntu для Точного обновления команда ниже должно работать:

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

Я попробовал без опции выпуска dev-d, но получил тот же результат

Ядро:

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

Linux Distrib:

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

Исходный список:

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

Таким образом, я пропускаю что-то?

Сервер получал доступ снаружи через прокси, но я предоставляю прямой доступ к этому серверу для предотвращения любой проблемы доступа в Интернет или перенаправления, но никакой подсказки...

Любая справка ценилась бы

0
задан 14 September 2012 в 12:48

4 ответа

Вы попытались выполнить '-обновление-версии' без '-d' опция? Из того, что я помню, что '-d' опция только используется для обновления до альфы/бета-версии ОС.

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
1
ответ дан 21 October 2019 в 11:51

Найденный этим .

страница, связанная со сверху, говорит:

  1. Запускают Системные/Администрации/Программное обеспечение Источники
  2. На вкладке Updates, устанавливают Шоу новые выпуски распределения: к выпускам Долговременной поддержки только, затем сурово обращайтесь.
  3. Нажимают Alt-F2, и тип update-manager -d
    1. Нажимают кнопку Check для проверки на новые обновления. Если существуют какие-либо обновления установки, используйте кнопку Install Updates для установки их, и пресс-чек снова после этого завершен.
    2. сообщение А будет казаться сообщающим Вам доступности нового выпуска. Нажмите Upgrade.

Следуют экранным инструкциям.

я беру это, чтобы означать, что Вы должны делать это графически.

0
ответ дан 21 October 2019 в 11:51

Могло бы стоить сделать

sudo apt-get dist-upgrade 

, чтобы гарантировать, что это обновляет все до текущих 10.04.4 на существующей ОС сначала; т.е. то, что apt-get upgrade не обновит.

0
ответ дан 21 October 2019 в 11:51

скопируйте вставку в своем source.list и выполненное-обновление-версии.

# 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
0
ответ дан 21 October 2019 в 11:51

Другие вопросы по тегам:

Похожие вопросы: