Submitting forms on the support site are temporary unavailable for schedule maintenance. If you need immediate assistance please contact technical support. We apologize for the inconvenience.
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.