Quoting Rishikesh K. Rajak ([EMAIL PROTECTED]): > Hi All, > > Some testcase of fs_bind are failing on my system. > I ran ltp-full-20080531 release on RHEL 4 . > > #uname -a > Linux 2.6.9-72.ELsmp #1 SMP Tue Jun 3 16:32:03 EDT 2008 x86_64 x86_64 > x86_64 GNU/Linux > > #mount > /dev/sda4 on / type ext3 (rw,errors=remount-ro) > proc on /proc type proc (rw) > devpts on /dev/pts type devpts (rw,mode=0620,gid=5) > usbfs on /proc/bus/usb type usbfs (rw) > none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw) > sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw) > > > snapshot of error: ( You can find full log as attached ) > > ptem01 6 PASS : test6 > hangup01 1 PASS : Pass > Unshare not supported. Not running container tests > mount: Invalid argument > /usr/local/autobench/var/tmp/ltp/ltp-full-20080531/testcases/kernel/fs/fs_bind/bin/smount > /tmp/ltp-25864/sandbox shared > /usr/local/autobench/var/tmp/ltp/ltp-full-20080531/testscripts/test_fs_bind.sh > 1 PASS : > /usr/local/autobench/var/tmp/ltp/ltp-full-20080531/testscripts/test_fs_bind.sh: > umounted simplest shared subtree > /usr/local/autobench/var/tmp/ltp/ltp-full-20080531/testscripts/test_fs_bind.sh > 0 WARN : > /usr/local/autobench/var/tmp/ltp/ltp-full-20080531/testscripts/test_fs_bind.sh: > the remaining tests require 2.6.15 or later
See the above line. Matt, should it just exit there to prevent people not reading the warning and thinking there is an error? > move/test14 0 INFO : ***************TEST14*************** > move/test14 0 INFO : move: uncloneable subtree to private parent. > move/test14 0 INFO : ************************************ > mkdir -p "dir" > mount --bind "dir" "dir" > mount --make-runbindable "dir" > mount: Invalid argument Yes, bc you're on an older kernel than 2.6.15. -serge ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
