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
_______________________________________________
Clfs-dev mailing list
[email protected]
http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org

Reply via email to