On 2 April 2012 15:13, Zygmunt Krynicki zygmunt.krynicki@linaro.org wrote:
W dniu 02.04.2012 14:00, Le.chi Thu pisze:
So for our image, all LTP test cases which use getgrnam("nobody") has to fall-back to getgrnam("nogroup") othervise those test cases will fail on our image.
Maybe that indicates our basic linux image is broken. Can we decide which part has to be fixed:
- Ubuntu, because it deviates from some standard that mandates 'nobody'
has to exist
- LTP, because it incorrectly requires 'nobody' to be a valid group name.
LTP should fall back on nogroup when nobody isn't available. It need to be confirmed, code isn't bug free... LTP comes also with a script to check users/groups needed to run the tests themselves. If the script works, we should run to make sure pre-requisites to run the tests are met.