Re: [LTP] Compile failure on Slackware 12.1 with gcc 4.2.3 and kernel 2.6.24.5

2008-10-05 Thread Nate Straz
On Oct 4 15:20, Jared Smith wrote: Any help in solving the make errors would be appreciated. Slackware 12.1 with gcc 4.2.3 and kernel 2.6.24.5 Here is the log from make. ... In file included from get_robust_list01.c:55: /usr/include/linux/futex.h:48: error: expected ':', ',', ';', '}'

Re: [LTP] Network stress tests fail with Ubuntu

2008-10-05 Thread Mike Frysinger
On Sunday 05 October 2008, Subrata Modak wrote: On Thu, 2008-10-02 at 17:45 -0300, Elder Costa wrote: Under Ubuntu several network stress tests fail due to the use of bash specific syntax that Ubuntu's sh (aka dash) does not support. I have managed to work around them by simply changing

Re: [LTP] [KERNEL Bugs] Found by LTP ??

2008-10-05 Thread Martin Habets
Hi Subrata, The following two issues come to my mind: gettimeofday02: http://www.spinics.net/lists/sparclinux/msg02581.html shmat01, shmt09 and mmap01: http://sources.redhat.com/bugzilla/show_bug.cgi?id=6471 Am probably forgetting some. Martin On Mon, Sep 01, 2008 at 09:00:31PM +0530, Subrata

Re: [LTP] [patch 1/9] Network NS - basic.patch

2008-10-05 Thread CAI Qian
Hi, --- Veerendra [EMAIL PROTECTED] wrote: This patch has 4 files.. check_netns_enabled.c - checks for the network ns is enabled initialize.sh - Initializes the common functions and variables Makefile - Makefile runnetnstest.sh - Creates a batch file to run the tests.

Re: [LTP] [patch 4/9] Network NS - ftp.patch

2008-10-05 Thread CAI Qian
Hi, --- Veerendra [EMAIL PROTECTED] wrote: This patch consists changes required to address the below files, if required. ch_ftp.sh - Starts the ftp from the child NS container_ftp.pl - Handles the mechanism of logging and doing the ftp par_chld_ftp.c - Basic program to test the ftp

Re: [LTP] [patch 8/9] Network NS - sysfsview.patch

2008-10-05 Thread CAI Qian
Hi, --- Veerendra [EMAIL PROTECTED] wrote: This patch addresses the comments if any, on the below files child_propogate.sh - Propagates the contents of the child sysfs to parentNS. parent_share.sh - Creates a sharable volume of the sysfs for child to access. parent_view.sh - Parent NS

Re: [LTP] Network stress tests fail with Ubuntu

2008-10-05 Thread Mike Frysinger
On Sunday 05 October 2008, Elder.Costa wrote: Hello. I am not a shell script expert. So I cannot say if what I read in some sites (e.g. https://wiki.ubuntu.com/DashAsBinSh) is accurate as far as bashisms are concerned. But some examples in the network stress test scripts that I have read are

Re: [LTP] [PATCH] Add runtest/admin_tools tests for default LTP run

2008-10-05 Thread CAI Qian
Hi, --- Subrata Modak [EMAIL PROTECTED] wrote: Hi, I am not sure why runtest/admin_tools was kept outside the perview of LTP default run. I found no issues in running it as normally as other LTP tests. Please let me know if some of you have some problem running it as default. Also