FC5 install notes
Wednesday, September 13th, 2006FC5 on a Dell 3.6Ghz P4 with XP preinstalled:
Ultimate Boot CD — great tool! and Partition Magic handy
used Partition Magic to shrink the XP partition and then created 3 more (boot: ~200 MB, swap ~35 GB, too large this will get reused, root: ~100 GB)
FC5 install: do the media check! aargh it sucks if the dvd craps out part way through
FC5 install: do the custom install initially
this P4 supports x86_64! didn’t realize Intel had snuck that in ahead of the Core line
do not use the pirut package manager (accessed via Add/Remove software); it’s slow and not stable; use cmdline yum or try out yumex (install this by yum install yumex)
plan is to use vmware and point it at the windows partition — this is a major hassle with SATA drives; still haven’t gotten this to work after wasting too much time on it; on hold
install i686 (32-bit) firefox off mozilla.com, instead of the FC5-build x86_64 version; this gets the latest and allows use of, e.g., the 32-bit flash7 from Adobe
kde doesn’t have the nice default or controls as gnome re fonts, so need to go into ControlCenter/Appearances/Fonts and select anti-aliasing and play with which settings look best, I chose SubPixel hinting, Vertical RGB, Hinting Style: Full
confused yum by doing some cmd-line yum and yumex at the same time: “yum clean metadata” is your friend
DNS hell: 1) first one of the work DNS servers was busted and no one had noticed (maybe Windows clients are quicker about falling back to a second DNS server?), 2) some servers you might need to disable IPv6, by adding “alias net-pf-10 off” to /etc/modprobe.conf
FWIW, my vmware networking setup, which I’ve never had a chance to use: 192.168.42.1/255.255.255.0, with the host-only subnet 192.168.43.1/255.255.255.0, something is on port 904 (instead of 902)
yum’ing wine was a little awkward:
1) it didn’t pick up a dependency: be sure to update sane-backend before installing wine
2) the directory /usr/share/wine/ had permissions of 754, so users couldn’t get at its contents (which were all 755); doh!