Hi,

I am running the ltp suite on a target with kernel 3.8.13.23 , and mknodat01 
test is failing with below error. The problem are the numeric uid/gid. Before 
running tests the uid/gid are shown as 'root'

oracle-virtualbox:/opt/ltp/testcases/bin# ls -ltr mknodat*
-rwxrwxr-x 1 root root 87187 May 26 08:10 mknodat01

After running the suite:

oracle-virtualbox:/opt/ltp/testcases/bin# ls -ltr mknodat*
-rwxrwxr-x 1 42949672 42949672 87187 May 26 08:10 mknodat01
oracle-virtualbox:/opt/ltp/testcases/bin# chown root mknodat01
NFS: v4 server xxx.xxx.x.xx does not support accept raw uid/gids. Reenabling 
the idmapper
chown: mknodat01: Invalid argument

So by the time mknodat01 executes , the uid/gid are already changed to numeric 
and hence chown fails.
Not getting why it is getting changed, probably some other test code is doing 
something?
Any suggestion/solution?

Thanks and Regards
Diwakar Sharma



------------------------------------------------------------------------------
Time is money. Stop wasting it! Get your web API in 5 minutes.
www.restlet.com/download
http://p.sf.net/sfu/restlet
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to