TaopaiC on 三月 13th, 2008

使用發展中版本, 有可能遇到超大的問題, 今天的 ubuntu hardy 版本就是一例… 今天的 libc6 更新會導致無法執行程式, 無法執行更新/安裝套件的 dpkg 或 apt-get, 連 sudo / bash 也無法執行, 根本就是等死狀態 T_T ubuntuforums 的討論, 有人貼出大概的暫時解法: 用 live cd 開機 掛載 disk cp –parents `dpkg -L libc6-i686 | xargs` /path/to/mounted/disk/ cp –parents `dpkg -L libc6 | xargs` /path/to/mounted/disk/ 相關資料 WARNING: BREAKAGE ALERT: Do Not Upgrade Libc6 (March 12, [...]

Continue reading about Ubuntu Hardy今天超大的地雷 – libc6更新失敗

TaopaiC on 二月 19th, 2008

*update: 官方已解決此問題 更新 nvidia-glx-new 169.09+2.6.24.9-8.22 之後, xorg 的 glx extention 就載入失敗. (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules//libglx.so dlopen: /usr/lib/xorg/modules//libglx.so: cannot open shared object file: No such file or directory (EE) Failed to load /usr/lib/xorg/modules//libglx.so (II) UnloadModule: "glx" (EE) Failed to load module "glx" (loader failed, 7) 主因是 libglx.so 連結錯誤, 因為 ubuntu hardy 還在 feature freeze [...]

Continue reading about xorg glx module is missing in nvidia-glx-new 169.09

TaopaiC on 二月 17th, 2008

* update: feature freeze 已結束 Ubuntu Hardy 有幾天沒有更新, 感覺奇怪就上 Ubuntu Forums 查. 原來是進入 feature freeze 的階段. At this point we stop introducing new features, packages, and APIs, and concentrate on fixing bugs in the development release. 停止新功能,套件和API的更新, 而專注在解決問題.

Continue reading about Ubuntu Hardy 進入 Feature Freeze 階段

TaopaiC on 一月 17th, 2008

升級到 hardy 之後, firefox 開有 java applet 的網頁, xcb_xlib 的舊問題又出現了 java_vm: xcb_xlib.c:82: xcb_xlib_unlock: Assertion `c->xlib.lock’ failed. Could not read ack from child process Plugin: Java VM process has died. plugin: java process died due to signal 6 我是用 LIBXCB_ALLOW_SLOPPY_LOCK=1 的方法, 先暫時解決吧 在 ~/.xprofile 裡加上 export LIBXCB_ALLOW_SLOPPY_LOCK=1 下次登入 x window 時即可. 還一個方法不知道行不行的通, 修改libmawt.so s/XINERAMA/FAKEEXTN/ ,請參閱 HOWTO_Java_and_Firefox [...]

Continue reading about [ubuntu hardy] JAVA xcb_xlib error