Updated to Centos 4.5 on 6/2007 Date: 2007/06/26 My notes on the upgrade. This is a large updated (over 250 packages) bring the release from CentOS 4.4 to 4.5 and the 2.6.9-55 kernel. 0. Intro Updating the kernel require a bits of extra work due to: 1. We developed our own modules (pmac.o) -> recompile & reinstall pmac.ko for new kernel. 2. Install NVIDIA drivers for twinview support -> installation required after kernel upgrade. Notes on upgrading from the 2.6.9-42.0.2.EL to 2.6.9-55.EL 1. Yum update. # yum update 2. Modify /etc/inittab to not boot into X. (runlevel 3 instead of 5) Disable loading of pmac.ko module in /etc/rc.d/rc.local Modify /boot/grub/menu.lst to remove entry for smp kernel and check default=0 Reboot. (must kill X to install graphic driver). Post-update fixes: Set scrollbars to false in /usr/lib/X11/app-defaults/XTerm. 3. re-Install the NVIDIA driver. Downloaded new driver from www.nvidia.com, version NVIDIA-Linux-x86-100.14.09 (June 8, 2007) and stored it in /home/tcs3/public_html/systems/tcs3/computers/linux/0706_nvidia # cd /home/tcs3/public_html/systems/tcs3/computers/linux/0706_nvidia # sh NVIDIA-Linux-x86-100.14.09-pkg1.run Restore /etc/inittab to boot into X. 5. TCS New kernel require new .ko module -> reinstall tcs3 or module in /home/to/current/. Restore /etc/rc.d/rc.local to load pmac.ko. Recompile and test tcs3 main, as tcs3: > cd to last version > make clean > make # make main-install # make client-install