Wir freuen uns, die Verfügbarkeit von Debian 7.0(Release Notes) und Ubuntu 13.04(Release Notes) für den Einsatz im Linode Manager in 32- und 64-Bit-Varianten bekannt zu geben. Sie können unsere Dokumentation in der Linode Library lesen, wenn Sie sich nicht sicher sind, wie Sie eine Linux-Distribution im Linode Manager einsetzen können.
Debian 7.0 (Wheezy) wird ein Jahr nach der nächsten Hauptversion von Debian unterstützt. Das Projekt Debian arbeitet derzeit mit einem zweijährigen Veröffentlichungszyklus, so dass das geschätzte EOL-Datum irgendwann im Jahr 2016 liegt. Die 13.04-Version von Ubuntu (Raring Ringtail) wird von Canonical bis Januar 2014 unterstützt. Wenn Sie eine Version von Ubuntu mit einer längeren Supportdauer benötigen, können Sie Ubuntu 12.04 LTS einsetzen, das bis April 2017 unterstützt wird.
Zusätzlich zu diesen neuen Distributionsangeboten haben wir unsere Images Debian 6 und Ubuntu 12.04 LTS aktualisiert. Das Debian 6-Image enthält aktualisierte Systempakete und die Entfernung von nfs-common und portmap. Das Ubuntu 12.04 LTS-Image wurde auf Ubuntu 12.04.2 aktualisiert, das neben der Entfernung des whoopsie-Pakets auch eine Korrektur für den in unserer Verfügbarkeitsankündigung erwähnten Fehler enthält.
Zum Wohl!
-Tim
Kommentare (19)
Thanks for the good work guys 🙂 Looking forward to this.
Thanks for the news. Is there an easy way to update currently used Ubuntu LTS 12.04 to match your update image? Would apt-get update take care of this? Or do I have to reinstall it using your image?
Yup, the following will get you from 12.04 to 12.04.2…
sudo apt-get update
sudo apt-get remove whoopsie
sudo apt-get upgrade
An LTS release of Ubuntu will only update to another LTS release. So if you’re on 12.04 LTS, it won’t auto-update to 13.04. You’ll need to wait for 14.04 LTS.
@Mohamed^^
apt-get update and apt-get upgrade should be enough 🙂
The same question, but for Debian: is there a way to upgrade a debian6-x64 based node without creating a new system disk?
@Raffaele: you can change ‘squeeze’ to ‘wheezy’ in /etc/apt/sources.list and then run apt-get update && apt-get dist-upgrade.
I don’t see the point why apt-get dist-upgrade with Debian is impossible per se.
Thanks guys, our fleet will rock Debian 7.0 pretty soon!
Raffaele: You can simply follow the upgrade procedures from the documentation.
Very nice, I will create a new instance of wheezy
: D
…and what about ext4? If I’m not mistaken, this is the new default file system for debian7, isn’t it?
Are you planning the support for ext4 too?
Thanks for the upgrade. Now I am using Ubuntu 13.04. 🙂
I have successfully upgraded my box to Wheezy from Squeeze with “apt-get”. See this Linode document for the reference
https://library.linode.com/upgrading/upgrade-to-debian-7-wheezy
If you have 3rd party repositories, just be aware when updating that these repo’s might not yet have Ubuntu 13.04 packages.
So double check.
@geoff “do-release-upgrade -d” will upgrade an LTS to the next non-LTS release.
@Feng: it’s not impossible per se. It’s just that Linode’s default sources.list file explicitly names the version (“squeeze”) rather than using “stable”. That effectively pins the system to that version of Debian rather than having it float to the current stable version. If you use “stable” in sources.list instead of “squeeze” or “wheezy”, dist-upgrade will automatically upgrade when the stable release changes.
Downside: if you happen to have out-of-date packages when the version switch occurs, things can go wonky in a hurry. You won’t know exactly when the switch will happen, so it’s easy to get caught by it. That’s probably why the Linode default is “you won’t get it until you ask for it”.
Nice and thanks for the upgrade.
This is a great news!
@Feng: thanks for the link, it’s very helpful.