It solves the issue now. Thanks. Merged. Regards-- Subrata
On Tue, 2008-10-21 at 18:40 +0800, Jin Bing Guo wrote: > On 10/21 11:28AM, Subrata Modak wrote: > > Hi Jin, > > > > I do not find the problem getting solved even after post patching. See > > the output i got post patching: > > > > > > > ============== > > > After patching > > > ============== > > > [EMAIL PROTECTED] cvs_ltp]# ./runltp -d /home/ltp/cvs_ltp -s access04 > > > > <<<test_output>>> > > incrementing stop > > access04 1 BROK : tst_tmpdir(): > > mkdtemp(/home/subratamodak/OFFICE_WORKS/LTP_PROJECT_CODE/LTP_TARS/SEPTEMBER_2008_RELEASE/ltp-full-20081020/cvs_ltp/ltp-kKMkw26235/accmCGlzP) > > failed; errno = 13: Permission denied > > access04 0 WARN : tst_tmpdir(): No user cleanup function called > > before exiting > > > > > > > Running tests....... > > > <<<test_start>>> > > > tag=access04 stime=1224514707 > > > cmdline="access04" > > > contacts="" > > > analysis=exit > > > initiation_status="ok" > > > <<<test_output>>> > > > incrementing stop > > > access04 1 PASS : Functionality of access(testdir/testfile, F_OK) > > > successful > > > <<<execution_status>>> > > > duration=0 termination_type=exited termination_id=0 corefile=no > > > cutime=0 cstime=0 > > > <<<test_end>>> > > > INFO: pan reported all tests PASS > > > > > > [EMAIL PROTECTED] cvs_ltp]# ./runltp -d ./tmp -s access04 > > > > For this: > > > > Running tests....... > > access04 1 BROK : tst_tmpdir(): > > mkdtemp(/home/subratamodak/OFFICE_WORKS/LTP_PROJECT_CODE/LTP_TARS/SEPTEMBER_2008_RELEASE/ltp-full-20081020/tmp/ltp-BRaBh26395/accQgs2qj) > > failed; errno = 13: Permission denied > > access04 0 WARN : tst_tmpdir(): No user cleanup function called > > before exiting > > > > > > I find that a subdirectory cvs_ltp instead gets created at $LTPROOT > > instead of /home/ltp/cvs_ltp > > > > Regards-- > > Subrata > > > > > > > > Running tests....... > > > <<<test_start>>> > > > tag=access04 stime=1224514796 > > > cmdline="access04" > > > contacts="" > > > analysis=exit > > > initiation_status="ok" > > > <<<test_output>>> > > > incrementing stop > > > access04 1 PASS : Functionality of access(testdir/testfile, F_OK) > > > successful > > > <<<execution_status>>> > > > duration=0 termination_type=exited termination_id=0 corefile=no > > > cutime=0 cstime=0 > > > <<<test_end>>> > > > INFO: pan reported all tests PASS > > > > > > Signed-off-by: Jin Bing Guo <[EMAIL PROTECTED]> > > > ----- > > > > > > Thanks, > > > -- Jin Bing Guo > > > ------------------------------------------------------------------------- > > > This SF.Net email is sponsored by the Moblin Your Move Developer's > > > challenge > > > Build the coolest Linux based applications with Moblin SDK & win great > > > prizes > > > Grand prize is a trip for two to an Open Source event anywhere in the > > > world > > > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > > _______________________________________________ Ltp-list mailing list > > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/ltp-list > > > It's the file permission problem. Some cases such as access04 would > create temporary directory with user nobody. It needs execute > permission of absolute path to create a directory. So it's reasonable > that use the /tmp as the temporary directory. At the same time, the > parameter "-d TMPDIR" can be used to save configuration files such as > "alltests". See the new patch. > > Signed-off-by: Jin Bing Guo <[EMAIL PROTECTED]> > ----- > > Thanks, > -- Jin Bing Guo ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
