Debian Lenny 终于到来

[撰文/yjwork]

经历了两天的无更新后,终于迎来了三个软件更新,其中包括 base-files ,其版本号为 5。base-files 是“Debian 基本系统文件,本软件包包含 Debian 系统的基本文件系统树和一些重要的文件,例如 /etc/debian_version、/etc/host.conf、/etc/issue、/etc/motd、/etc/profile、/etc/nsswitch.conf 及其它文件,还包括 Debian 系统中常用的几种许可协议的文本。”

以下是相关输出信息:

debian:/home/yjwork# cat /etc/debianversion 5.0 debian:/home/yjwork# uname -a Linux debian 2.6.26-1-amd64 #1 SMP Wed Nov 26 18:26:02 UTC 2008 x8664 GNU/Linux debian:/home/yjwork# cat /proc/version Linux version 2.6.26-1-amd64 (Debian 2.6.26-11) (waldi@debian.org) (gcc version 4.1.3 20080623 (prerelease) (Debian 4.1.2-23)) #1 SMP Wed Nov 26 18:26:02 UTC 2008 debian:/home/yjwork# cat /etc/issue Debian GNU/Linux 5.0 \n \l

debian:/home/yjwork# ls /boot config-2.6.26-1-amd64 initrd.img-2.6.26-1-amd64 System.map-2.6.26-1-amd64 grub initrd.img-2.6.26-1-amd64.bak vmlinuz-2.6.26-1-amd64 debian:/home/yjwork#

重启电脑后,你会发现,在终端的登录界面上出现的是:

Debian GNU/Linux 5.0 debian tty1

而以前是 Debian GNU/Linux lenny/sid debian tty1。

正在使用 Debian Lenny 测试版的同学可通过其内置的包管理工具更新。其他同学就等 Debian 官方的正式公布吧。

Read More:

21 Comments

  1. 1 shawlee Commented @ 2008-12-18 20:08Reply to this comment

    终于等到了。

  2. 2 oomengnan Commented @ 2008-12-18 20:31Reply to this comment

    熬成婆了 T_T

  3. 3 bingyuan Commented @ 2008-12-18 20:46Reply to this comment

    慢工出细活啊

  4. 4 颜小诗 Commented @ 2008-12-18 21:33Reply to this comment

    没用debian的人飘过。。。呵呵

  5. 5 yang Commented @ 2008-12-18 22:35Reply to this comment

    不错的。我一直使用着debian。服务器也是用它做得,不过是etch,没必要升级版本了,挺稳定的。

  6. 6 proguru Commented @ 2008-12-18 22:42Reply to this comment

    似乎没这么快到来

  7. 7 proguru Commented @ 2008-12-18 22:44Reply to this comment

    还有138个release critical bugs http://bugs.debian.org/release-critical/

  8. 8 proguru Commented @ 2008-12-18 23:10Reply to this comment

    他们还在为一些专有的firmware争论不休,谁让debian是最自由、最理想化的distro呢,也许真要等到09年6月lenny才能发布 http://www.linux-magazine.com/online/news/debiandeveloperstodeterminelennysfate

  9. 9 proguru Commented @ 2008-12-18 23:13Reply to this comment

    无意中发现toy网站的logo竟然与http://www.linux-magazine.com的一模一样,这logo是GPL的吗?

  10. 10 cyrus Commented @ 2008-12-18 23:16Reply to this comment

    @proguru 也不是完全一样的啦

  11. 11 宇义 Commented @ 2008-12-18 23:18Reply to this comment

    @proguru: 应该是巧合吧,这Logo没什么设计可言……还是有点不一样的 :)

  12. 12 Gundamdriver Commented @ 2008-12-18 23:47Reply to this comment

    我最愛用的Linux distribution...

    已用了Lenny很久,很穩定!

  13. 13 Ioky Commented @ 2008-12-19 8:01Reply to this comment

    等到颈都长啦~

  14. 14 Toy Commented @ 2008-12-19 9:24Reply to this comment

    @proguru: 看起来的确很像,但仔细分辨,还是有所不同:它的 L 较模糊,我们的很清晰;它的 L 居于正中,我们的则居上。真的是巧合啊。

  15. 15 eagleguo998 Commented @ 2008-12-19 14:28Reply to this comment

    网通没有国内的快速稳定的源。台湾与日本源用网络引导盘安装依然很慢。

  16. 16 xinliGG Commented @ 2008-12-19 22:20Reply to this comment

    一直用sid的,偶尔用experimental的打酱油路过

  17. 17 oomengnan Commented @ 2008-12-20 14:15Reply to this comment

    cn99的源貌似还不能连上。请大家提供快速稳定的源。

  18. 18 GunsNRose Commented @ 2008-12-20 22:21Reply to this comment

    oomengnan 用小日本的源吧,比较快 今天才刚安了一台debian etch ,然后看了看 GLIBC太老,直接源改成 Lenny 升级了 到debian官方找站点 http://www.debian.org/mirror/list

  19. 19 sunny_rain Commented @ 2008-12-20 23:58Reply to this comment

    GunsNRose 请教下,怎么改源升lenny的?把source.list里的源改成lenny,然后直接apt-get upgrade 升级?

  20. 20 weakish Commented @ 2008-12-21 12:56Reply to this comment

    @sunny_rain

    把source.list里的源改成lenny

    apt-get update

    apt-get upgrade

    apt-get dist-upgrade

  21. 21 sunny_rain Commented @ 2008-12-21 21:04Reply to this comment

    @weakish

    谢谢