search for: config_cache

Displaying 2 results from an estimated 2 matches for "config_cache".

Did you mean: config_bcache
2019 Apr 08
1
selftest, help with a single test
...2.58) 56(84) > bytes of data. > > It looks like a problem with LD_PRELOAD. The libraries are present, I > don't know if this may be caused by them being in /usr/lib64 instead of > /usr/lib or what else This is in fact what was making this test fail: after fixing the path in config_cache.py, it run like a charm. Thanks for the hint! BTW the loader doesn't like LD_PRELOAD without a full path for executables with -z nodeflib or run in secure-execution mode. I don't know if any of these apply to the test.
2019 Apr 07
1
selftest, help with a single test
Hi, Yes, you're right, the problems are due to the selftest environment failing to start up. In this case, you could just reproduce the same problem with: SELFTEST_TESTENV=s4member:local make testenv There may be some package dependencies you're missing in order to get selftest to run correctly. In a earlier message it looked like you were missing the python DNS package (python-dnspython