[OpenAFS-devel] make check failures when built on afs

Simon Wilkinson sxw@your-file-system.com
Thu, 20 Sep 2012 11:43:14 +0100


On 20 Sep 2012, at 07:42, Troy Benjegerdes wrote:

> So here's a fun excercise:
>=20
> build the latest master on a local filesystem, run make check, get
> something like this;

[ snip ]

If you run each of the failing tests with runtests -o (having set =
LD_LIBRARY_PATH appropriately), you'll get a more complete set of =
output, which may provide clues as to why these tests are failing. It =
looks like your vos failure is because your machine's network stack is =
setup with the machine's hostname resolving to a loopback address. As =
this isn't a valid configuration for a ubik server, any ubik test (which =
includes the volser/vos test) will fail.

I don't have any immediate ideas about the auth/superuser failure, but =
it looks like that's some kind of connectivity issue as well, as the =
failing tests are those which try an RPC from a client to a server using =
superuser authentication.

Cheers,

Simon