星期四 2005年03月17日
Fedora Core 4 Test 1 Installation. Today, I installed Fedora Core 4 Test 1.
I am very disappointed that it do not work as default. I spent lot of time to make it work for me.
1. system freeze when login.
To solve this problem, login in with "FailSafe Terminal" session, run "top", you will see the CPU Time for "syslogd" and "sendmail" are very high. need disable them.
# cd /etc/rc5.d
# mkdir backup
# mv S12syslog S80sendmail backup
# reboot
then the system will start OK.
2. No CJK fonts.
I need copy some Simplified Chinese/Traditional Chinese/Korean fonts from JDS to Fedora Core 4.
# cp
/usr/X11R6/lib/X11/fonts/TTF
# vi /etc/fonts/fonts.conf
add one line "< dir>/usr/X11R6/lib/X11/fonts/TTF< / dir >"
# fc-cache -f
or
insert the Disk 3 of Fedora Core 4 Test1.
# cd /media/cdrom/Fedora/RPMS
# for i in `find . \-name "*.rpm" | grep font`; do rpm \-ivh $i; done
# fc-cache -f
3. No CJK input methods
insert the Disk 3 of Fedora Core 4 Test1.
# cd /media/cdrom/Fedora/RPMS
# for i in `find . \-name "*.rpm" | grep iiim`; do rpm \-ivh \-\-force \-\-nodeps $i; done
Now everything OK.
( 2005年03月17日, 09:17:17 上午 CST )
Permalink
反向跟踪 URL: http://blogs.sun.com/eyan/entry/fedora_core_4_test_11