From: Erik A. H. <er...@he...> - 2002-08-22 13:03:44
|
On Wed, Aug 21, 2002 at 05:43:24PM -0700, Shaun Keenan wrote: > Running ClusterMatic, and I can't do much of anything because the slaves can't > find any libraries whatsoever. I run setup_libs and it says it can't even run > tar on the slave nodes because librt.so.1 is missing. I did a bplib -a > /lib/librt.so.1 and I still get the same error message. You need to place the real file on the library list, not the symlink. i.e. put /lib/librt-2.2.4.so (or whatever version you have) instead of /lib/librt.so.1. Then, if you don't reboot the slave in between, make sure you send a SIGHUP to beoserv. That will tell it to re-read the list of libraries to distribute. > I can't run beofdisk either, node_up doesn't work because there's no > libs... The above problem should fix that. - Erik |