Not all vasd processes are starting, error while loading shared libraries: libc.so.6, slow join
说明
Attempting to start vasd manually showed the following error: "error while loading shared libraries: libc.so.6"
su - daemon also fails with the same error: error while loading shared libraries: libc.so.6
原因
Incorrect permissions on /lib64/libc-2.12.so which is a symlink to /lib64/libc.so.6
Vasd starts up as root but then for security reasons starts processes as the daemon user. As soon as it does that it can't load the library as the daemon user does not have permissions.