메인 콘텐츠로 건너뛰기
블로그LinodeDebian 7.0 및 Ubuntu 13.04

Debian 7.0 및 Ubuntu 13.04

우리는 의 가용성을 발표하게 되어 기쁘게 생각합니다. Debian 7.0(릴리스 노트)및 Ubuntu 13.04(릴리스 노트)32 비트 맛과 64 비트 맛 모두에서 Linode 관리자 내에서 배포합니다. 리노드 관리자에 Linux 배포 방법을 잘 모르는 경우 Linode 라이브러리에서 문서를 읽을 수 있습니다.

Debian 7.0 (Wheezy) 다음 메이저 후 1 년 지원됩니다 Debian 석방. Debian 프로젝트는 현재 2년 릴리스 주기로 운영되므로 2016년에 예상 EOL 날짜는 언젠가입니다. 13.04 릴리스 Ubuntu (Raring Ringtail)는 2014년 1월까지 정식에서 지원됩니다. 릴리스가 필요한 경우 Ubuntu 더 긴 지원 수명을 통해 배포할 수 있습니다. Ubuntu 2017년 4월까지 지원을 받고 있는 12.04 LTS.

이러한 새로운 배포 제품 외에도 당사는 Debian 6 및 Ubuntu 12.04 LTS 이미지. Debian 6 이미지에는 업데이트된 시스템 패키지와 nfs 공통 및 포트맵 제거가 포함됩니다. Ubuntu 12.04 LTS 이미지가 업데이트되었습니다. Ubuntu 12.04.2 는 후프시 패키지의 제거뿐만 아니라 우리의 가용성 발표에 언급 된 버그에 대한 수정을 포함한다.

건배!

- 팀

댓글 (19)

  1. Author Photo

    Thanks for the good work guys 🙂 Looking forward to this.

  2. Author Photo

    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?

  3. Author Photo

    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

  4. Author Photo

    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.

  5. Author Photo

    @Mohamed^^

    apt-get update and apt-get upgrade should be enough 🙂

  6. Author Photo
    Raffaele Tripodo

    The same question, but for Debian: is there a way to upgrade a debian6-x64 based node without creating a new system disk?

  7. Author Photo
    Graham Edgecombe

    @Raffaele: you can change ‘squeeze’ to ‘wheezy’ in /etc/apt/sources.list and then run apt-get update && apt-get dist-upgrade.

  8. Author Photo

    I don’t see the point why apt-get dist-upgrade with Debian is impossible per se.

  9. Author Photo

    Thanks guys, our fleet will rock Debian 7.0 pretty soon!

  10. Author Photo

    Raffaele: You can simply follow the upgrade procedures from the documentation.

  11. Author Photo

    Very nice, I will create a new instance of wheezy
    : D

  12. Author Photo
    Raffaele Tripodo

    …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?

  13. Author Photo

    Thanks for the upgrade. Now I am using Ubuntu 13.04. 🙂

  14. Author Photo

    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

  15. Author Photo
    Peter van der Does

    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.

  16. Author Photo

    @geoff “do-release-upgrade -d” will upgrade an LTS to the next non-LTS release.

  17. Author Photo

    @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”.

  18. Author Photo

    Nice and thanks for the upgrade.

  19. Author Photo
    Thu Thuat May Tinh

    This is a great news!
    @Feng: thanks for the link, it’s very helpful.

댓글 남기기

이메일 주소는 게시되지 않습니다. 필수 필드가 표시됩니다 *