wiki:jazz/08-09-25

Version 6 (modified by jazz, 16 years ago) (diff)

--

2008-09-25

  • [課程] DRBL/Clonezilla 進階課程
    • [小問題] 顯示卡自動偵測到解析度是 1280x768 但是接到 4:3 的螢幕
      00:02.0 VGA compatible controller: Intel Corporation 82Q963/Q965 Integrated Graphics Controller (rev 02)
      
    • Ubuntu 8.04 常見 DRBL 安裝問題
      • /opt/drbl/sbin/drblsrv

        old new  
        34403440    if [ $rc_get_kernel -gt 0 ]; then
        34413441      [ "$BOOTUP" = "color" ] && $SETCOLOR_FAILURE
        34423442      echo "$latest_drbl_kernel_in_rep can NOT be downloaded!!! Something went wrong!"
        3443       echo "Maybe you should check /etc/sources.list or remove the unnecessary kernel block in /var/lib/dpkg/status so that "apt-cache pkgnames $kernel_img_name" can get the downloadable kernel! Then try to run this program again."
         3443      echo "Maybe you should check /etc/apt/sources.list or remove the unnecessary kernel block in /var/lib/dpkg/status so that "apt-cache pkgnames $kernel_img_name" can get the downloadable kernel! Then try to run this program again."
        34443444      echo "Program terminated!!!"
        34453445      [ "$BOOTUP" = "color" ] && $SETCOLOR_NORMAL
        34463446      exit 1
         
        40144014      if [ $RC -gt 0 ]; then
        40154015        [ "$BOOTUP" = "color" ] && $SETCOLOR_FAILURE
        40164016        echo "$latest_drbl_kernel_in_rep can NOT be downloaded!!! Something went wrong!"
        4017         echo "Maybe you should check /etc/sources.list so that "apt-cache pkgnames $kernel_img_name" can get the downloadable kernel! Then try to run this program again."
         4017        echo "Maybe you should check /etc/apt/sources.list so that "apt-cache pkgnames $kernel_img_name" can get the downloadable kernel! Then try to run this program again."
        40184018        echo "Program terminated!!!"
        40194019        [ "$BOOTUP" = "color" ] && $SETCOLOR_NORMAL
        40204020        exit 1
  • [備忘] Ubuntu 沒有 root 預設密碼,雖然有 sudo ,但 sudo 有兩個的困擾:
    • (1) 時間問題(sudo timeout): NTP更新或手動改時間的時候會造成
    • (2) hostname 問題: 如果有改 hostname, sudo 也會失效

Attachments (4)

Download all attachments as: .zip