Ubuntu 24.04 (Stable LTS)のバグ修正や22.04等の古いバージョンからUpgradeがサポートされた 24.04.1 が8月29日にリリースされました。
当初の予定では8月15日に予定されていたリリースが29日へ延期されたりしていたので、かなりバタバタしていたのでしょう(upgradeに大きなバグが見つかった為(*1)と書かれている)
*1) https://discourse.ubuntu.com/t/ubuntu-24-04-1-point-release-delayed-until-august-29/47110
で、ようやく週末です。早速、upgradeしてみようとコマンドを打つと・・・
root@vps:~# do-release-upgrade -c
Checking for a new Ubuntu release
There is no development version of an LTS available.
To upgrade to the latest non-LTS development release
set Prompt=normal in /etc/update-manager/release-upgrades.
root@vps:~#
あれれ?リリースされているはずなのに。
root@vps:~# cat /etc/update-manager/release-upgrades|grep ^Prompt
Prompt=lts
root@vps:~# do-release-upgrade -d -c
Checking for a new Ubuntu release
New release '24.04.1 LTS' available.
Run 'do-release-upgrade' to upgrade to it.
root@vps:~#
LTS指定になっているのに、-dオプション(LTSじゃない開発版を指定)を付けると出てきます。なにかおかしいです。もう少し調べてみると
root@vps:~# cat /etc/update-manager/meta-release
# default location for the meta-release file
[METARELEASE]
URI = https://changelogs.ubuntu.com/meta-release
URI_LTS = https://changelogs.ubuntu.com/meta-release-lts
URI_UNSTABLE_POSTFIX = -development
URI_PROPOSED_POSTFIX = -proposed
root@vps:~#
root@vps:~# w3m -dump https://changelogs.ubuntu.com/meta-release-lts|grep ^Version
Version: 6.06 LTS
Version: 8.04.1 LTS
Version: 10.04.4 LTS
Version: 12.04.5 LTS
Version: 14.04.6 LTS
Version: 16.04.7 LTS
Version: 18.04.6 LTS
Version: 20.04.6 LTS
Version: 22.04.3 LTS
root@vps:~#
ありゃりゃ。一度upgradeが有効になったのに、無効にされていますね。何かあったのかな?
公式ページを見た感じでは何もアナウンスされていません。MLに流れてるかなー?と調べていくとubuntu-releaseというMLの9月5日のPOSTを見つけました(*2)。
*2) https://lists.ubuntu.com/archives/ubuntu-release/2024-September/006225.html
That's correct - the upgrade was disabled due to a critical bug in ubuntu-release-upgrader in the way it's using the apt solver. This is being worked on and as soon as this is fixed, we'll re-enable the upgrades. We're also working on an announcement post/mail so that people are aware. :)
upgradeにクリティカルなバグが見つかったからupgradeを無効にしてて、今、直してるところだから、問題が解決されたらupgradeを有効にするよと。
そのバグを踏まなければ大丈夫なんでしょうけれど、急いで24.04へupgradeする必要があるわけでもないので、ここはバグが直るまで待ちですね。
手元にあるマシンならば新規で入れ直すのもアリですけれど、リモートで管理しているサーバはなにかあるとめんどいので 🙂





