Re: [LTP] [PATCH] Re: fix incorrect parsing of df command in ftruncate04.sh

2010-09-29 Thread Caspar Zhang
- "Caspar Zhang" wrote: > Sorry for missing [PATCH] tag, now added. > > Thanks, > Caspar > - "Caspar Zhang" wrote: > > > Hi all, an error in ftruncate04 test is found, > > The problem I see is due to incorrect parsing > > of `df` command output: > > > > <<>> > > tag=ftruncate04 stime=

Re: [LTP] buffered I/O causes testcases/network/nfs/nfsstress failure

2010-09-29 Thread Caspar Zhang
- "Caspar Zhang" wrote: > - "Garrett Cooper" wrote: > > > On Tue, Sep 7, 2010 at 8:13 AM, Caspar Zhang > > wrote: > > > > > > - "Garrett Cooper" wrote: > > > > > >> On Tue, Sep 7, 2010 at 5:18 AM, Caspar Zhang > > >> wrote: > > >> > Hi all, > > >> >  When I run testcases/network

[LTP] [PATCH] fix "aio_error" test

2010-09-29 Thread Mitani
Hi, "conformance/interfaces/aio_error/3-1" failed with following message: conformance/interfaces/aio_error/3-1: execution: FAILED: Output: aio_error/3-1.c bad aio_read return value() This testset seems to be the error root test for "aio_error()". Therefore, "aio_error(

Re: [LTP] POSIX some testsets failed by permission error

2010-09-29 Thread Mitani
> -Original Message- > From: Garrett Cooper [mailto:yaneg...@gmail.com] > Sent: Thursday, September 30, 2010 12:16 AM > To: Mitani > Cc: ltp-list@lists.sourceforge.net > Subject: Re: [LTP] POSIX some testsets failed by permission error > > On Wed, Sep 29, 2010 at 12:02 AM, Mitani wrote: >

Re: [LTP] LHOST_HWADDR

2010-09-29 Thread ARJIT SHARMA
Thanxxx. Hannu i'll try it, wheather these network stress cases pass on my architechture or not.. On Wed, Sep 29, 2010 at 11:12 PM, Hannu Heikkinen wrote: > Hi, > > Sorry about top posting, but I just briefly mention that please read > /testcases/network/stress/README file. U have

[LTP] [PATCH][open_posix] Use default number of threads when it's not be specified

2010-09-29 Thread Bian Naimeng
Some stress test cases always fail, because run.sh script lose to give parameter that specifies the number of threads. So, fix the test program that use default number of threads when it's not be specified Signed-off-by: Bian Naimeng --- .../stress/mqueues/multi_send_rev_1.c | 1

Re: [LTP] LHOST_HWADDR

2010-09-29 Thread Hannu Heikkinen
Hi, Sorry about top posting, but I just briefly mention that please read /testcases/network/stress/README file. U have to setup values for RHOST etc env vars found in testscripts/networkstress.sh. br, Hannu On 28/09/10 10:09 +0530, ARJIT SHARMA wrote: > Hi > > During the execution of netw

Re: [LTP] POSIX some testsets failed by permission error

2010-09-29 Thread Garrett Cooper
On Wed, Sep 29, 2010 at 12:02 AM, Mitani wrote: > Hi, > > > I noticed that following POSIX testsets failed with "Permission denied". >  - pthread_attr_getschedparam/2-1 >  - pthread_attr_setschedparam/2-1 >  - pthread_rwlock_destroy/2-1 > > > conformance/interfaces/pthread_attr_getsch

Re: [LTP] [PATCH] securebits: add secure_keepcaps testcases

2010-09-29 Thread Subrata Modak
On Wed, 2010-09-29 at 08:56 -0500, Serge E. Hallyn wrote: > This adds basic tests of the keepcaps securebits settings. > > Lots more securebits tests to come (see my email from one > or 1.5 years ago, and, heck, write them if you have time :). > > Signed-off-by: Serge E. Hallyn Great, i get the

Re: [LTP] [PATCH] Compilation Error Fixed in filecaps.

2010-09-29 Thread Subrata Modak1
Serge Hallyn wrote on 09/29/2010 07:40:51 PM: > > Quoting sravan (sra...@linux.vnet.ibm.com): > > Sorry for the confusion Serge. > > I have taken the "c.c" file from the latest ltp release and found > > that it is not compiling. > > > > The same file is not compiling in the earlier release of ltp

[LTP] [PATCH] securebits: add secure_keepcaps testcases

2010-09-29 Thread Serge E. Hallyn
This adds basic tests of the keepcaps securebits settings. Lots more securebits tests to come (see my email from one or 1.5 years ago, and, heck, write them if you have time :). Signed-off-by: Serge E. Hallyn --- m4/ltp-securebits.m4 | 24 +++ runtest/securebits

Re: [LTP] ltp_clone alignment issues.

2010-09-29 Thread Carmelo AMOROSO
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 9/27/2010 3:34 PM, Carmelo AMOROSO wrote: > Folks, > I want to reopen an old discussion on ltp_clone and stack alignment > issue (see > http://sourceforge.net/mailarchive/message.php?msg_name=4B421480.1040400%40petalogix.com). > Indeed recently a co

[LTP] POSIX some testsets failed by permission error

2010-09-29 Thread Mitani
Hi, I noticed that following POSIX testsets failed with "Permission denied". - pthread_attr_getschedparam/2-1 - pthread_attr_setschedparam/2-1 - pthread_rwlock_destroy/2-1 conformance/interfaces/pthread_attr_getschedparam/2-1: execution: FAILED: Output: Unable to run child ap