LineKnown_issues_Big5.txt
  http://drbl.nchc.org.tw/screenshot/?in_path=/00_DRBL#xxx-sis900-client-hang.jpg
  http://drbl.nchc.org.tw/screenshot/?in_path=/00_DRBL#syslinux_drbl.jpg
10 
11 
12 
13 
14 
15    ---------------------------------------------------------
16  #if substring (option vendor-class-identifier, 0, 3) = "PXE" {
17  #     # **************************************************************
18  #     # ***MODIFY*** the MAC vendor prefix of client network card here.
19  #     # **************************************************************
20  #     # For annoying sis900 network card, maybe it's 00:07:95, 00:0C:6E...
21  #     if substring (hardware, 1, 3) = 00:0C:6E {
22  #         # eb-5.4.3-etherboot-pci.zpxe is a all-in-one pxe image, works for most NIC.
23  #         # sis900.zpxe is specially for sis900 NIC.
24  #         # Try either one.
25  #         #filename = "eb-5.4.3-etherboot-pci.zpxe";
26  #         filename = "sis900.zpxe";
27  #     }
28  #}
29    ---------------------------------------------------------
30 
31    ---------------------------------------------------------
32  if substring (option vendor-class-identifier, 0, 3) = "PXE" {
33      # **************************************************************
34      # ***MODIFY*** the MAC vendor prefix of client network card here.
35      # **************************************************************
36      # For annoying sis900 network card, maybe it's 00:07:95, 00:0C:6E...
37      if substring (hardware, 1, 3) = AA:BB:CC {
38          # eb-5.4.3-etherboot-pci.zpxe is a all-in-one pxe image, works for most NIC.
39          # sis900.zpxe is specially for sis900 NIC.
40          # Try either one.
41          #filename = "eb-5.4.3-etherboot-pci.zpxe";
42          filename = "sis900.zpxe";
43      }
44  }
45    ---------------------------------------------------------
46 
47 
48 
49 
50 
51 
52 
53 
54    rpm -Uvh http://opensource.nchc.org.tw/fedora/linux/core/1/i386/os/Fedora/RPMS/perl-Digest-SHA1-2.01-15.i386.rpm
55 
56  4. OpenSuSE 10.0
57 
58 
59    a. OpenOffice.org
60    -----
61    Unable to start it or save file
62    -----
63    b. rpm:
64    -----
65    linux102:~ # rpm -q drbl
66    error: cannot get shared lock on /var/lib/rpm/Packages
67    error: cannot open Packages index using db3 - Operation not permitted (1)
68    error: cannot open Packages database in /var/lib/rpm
69    package drbl is not installed
70    -----
71    c. clonezilla/partimage:
72    -----
73    imagefile locked
74    The following imagefile is locked.
75    Do you want to wait and retry or change image filename ?
76    File: /mnt/test.000                                    
77    To change the filename, please enter a full path        
78    (location + filename) without volume number at the end,
79    and press "Change"                
80    -----
81 
82 
83 
84 
85       rpm -ivh ftp://ftp.twaren.net/Linux/SuSE/i386/update/10.0/rpm/i586/kernel-default-2.6.13-15.7.i586.rpm
86 
87 
88       https://bugzilla.novell.com/show_bug.cgi?id=128784
89 
90  5. Ubuntu Breezy
91 
92 
93 
94 
95  6. Fedora Core 5
96 
97    http://free.nchc.org.tw/fedora/linux/core/updates/5/i386/lftp-3.4.7-2.FC5.i386.rpm
98 
99    yum install lftp
100 
101    rpm -Uvh http://free.nchc.org.tw/fedora/linux/core/updates/5/i386/lftp-3.4.7-2.FC5.i386.rpm
102 
103 
104  7. Fedora 7
105 
106    mount.nfs: /etc is already mounted or busy
107    "Starting rpcbind: rpcbind: error while loading shared libraries: libtirpc.so.1: cannot open shared object file: No such file or directory [FAILED]"
108 
109    1. wget http://os.nchc.org.tw/fedora/linux/releases/7/Fedora/i386/os/Fedora/kernel-2.6.21-1.3194.fc7.i586.rpm
110 
111    /opt/drbl/sbin/drblsrv-offline -k kernel-2.6.21-1.3194.fc7.i586.rpm
112 
113 
114 
115  8. Mandriva 2008.1
116 
117    -rw-r--r-- 1 root root 47K 2008-02-06 04:37 udp-receiver
118    -rw-r--r-- 1 root root 51K 2008-02-06 04:37 udp-sender
119 
120 
121    Ref: https://qa.mandriva.com/show_bug.cgi?id=40247
122 
123 
124 
125  Updated on Apr/20/2008.
126  Steven Shiau.