[Clfs-dev] Quandary rebooted for kernel upgrade

Justin R. Knierim cross-lfs at knierim.org
Mon Feb 11 13:11:29 PST 2008


I haven't rebooted quandary in over 200 days, so if you notice something 
not working let me know.  All services I could think of I tested and are 
fine.

One note, I have renamed /lib64 (has a ld-linux-x86-64.so.2 symlink) to 
/lib64.old, the below part of /etc/rc.d/init.d/udev caused it to boot 
without copying the /lib/udev/devices directory which includes /dev/pts, 
making ssh unusable.

if [ -d "/lib64" ]; then
         udev_libdir=/lib64
else
         udev_libdir=/lib
fi

Justin



More information about the Clfs-dev mailing list