Re: [LTP] [PATCH] Fix insall errors in containers cases

2008-09-18 Thread Subrata Modak
Thanks Jin for fixing this.

Regards--
Subrata

On Fri, 2008-09-12 at 15:58 -0500, Serge E. Hallyn wrote:
 Based on a cursory glance and memory of Matt's patches, this looks good.
 
 Matt?
 
 thanks,
 -serge
 
 Quoting Jin Bing Guo ([EMAIL PROTECTED]):
  
  When I built and installed the latest LTP cases, some errors broke the
  install process.
  
  # make install
  
  make[4]: Entering directory
  `/root/ltp/cvs/ltp/testcases/kernel/containers/utsname'
  ln: accessing `check_utsns_enabled': No such file or directory
  
  make[4]: Entering directory
  `/root/ltp/ltp/testcases/kernel/containers/sysvipc'
  ln: accessing `check_ipcns_enabled': No such file or directory
  
  make[4]: Entering directory
  `/root/ltp/ltp/testcases/kernel/containers/pidns'
  ln: accessing `check_pidns_enabled': No such file or directory
  
  
  And the system didn't support unshare
  # uname -a
  Linux p615b 2.6.18-8.10AX #1 SMP Tue Aug 14 05:11:30 EDT 2007 ppc64 ppc64
  ppc64 GNU/Linux
  # /testcases/kernel/containers/check_for_unshare
  # echo $?
  1
  
  The patches modified these files:
  testcases/kernel/containers/utsname/Makefile
  testcases/kernel/containers/sysvipc/Makefile
  testcases/kernel/containers/pidns/Makefile
  
  Signed-off-by: Jin Bing Guo [EMAIL PROTECTED]
  --
  (See attached file: Fix_install_error_utsname.patch)(See attached file:
  Fix_install_error_sysvipc.patch)(See attached file:
  Fix_install_error_pidns.patch)
  
  
  
  Best regards!
  
  Jin Bing Guo  郭晋兵
  
  Linux for System p Test
  IBM China Systems  Technology Laboratory in Beijing
  Tel:   +86-10-82454439
  Email: [EMAIL PROTECTED]
  -
  Do today what others won't so tomorrow you do what other's can't
 
 
 
 
  -
  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=100url=/
  ___
  Ltp-list mailing list
  Ltp-list@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/ltp-list
 
 
 -
 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=100url=/
 ___
 Ltp-list mailing list
 Ltp-list@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/ltp-list


-
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=100url=/
___
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list


[LTP] [PATCH] Fix insall errors in containers cases

2008-09-12 Thread Jin Bing Guo

When I built and installed the latest LTP cases, some errors broke the
install process.

# make install

make[4]: Entering directory
`/root/ltp/cvs/ltp/testcases/kernel/containers/utsname'
ln: accessing `check_utsns_enabled': No such file or directory

make[4]: Entering directory
`/root/ltp/ltp/testcases/kernel/containers/sysvipc'
ln: accessing `check_ipcns_enabled': No such file or directory

make[4]: Entering directory
`/root/ltp/ltp/testcases/kernel/containers/pidns'
ln: accessing `check_pidns_enabled': No such file or directory


And the system didn't support unshare
# uname -a
Linux p615b 2.6.18-8.10AX #1 SMP Tue Aug 14 05:11:30 EDT 2007 ppc64 ppc64
ppc64 GNU/Linux
# /testcases/kernel/containers/check_for_unshare
# echo $?
1

The patches modified these files:
testcases/kernel/containers/utsname/Makefile
testcases/kernel/containers/sysvipc/Makefile
testcases/kernel/containers/pidns/Makefile

Signed-off-by: Jin Bing Guo [EMAIL PROTECTED]
--
(See attached file: Fix_install_error_utsname.patch)(See attached file:
Fix_install_error_sysvipc.patch)(See attached file:
Fix_install_error_pidns.patch)



Best regards!

Jin Bing Guo  郭晋兵

Linux for System p Test
IBM China Systems  Technology Laboratory in Beijing
Tel:   +86-10-82454439
Email: [EMAIL PROTECTED]
-
Do today what others won't so tomorrow you do what other's can't


Fix_install_error_utsname.patch
Description: Binary data


Fix_install_error_sysvipc.patch
Description: Binary data


Fix_install_error_pidns.patch
Description: Binary data
-
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=100url=/___
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list


Re: [LTP] [PATCH] Fix insall errors in containers cases

2008-09-12 Thread Serge E. Hallyn
Based on a cursory glance and memory of Matt's patches, this looks good.

Matt?

thanks,
-serge

Quoting Jin Bing Guo ([EMAIL PROTECTED]):
 
 When I built and installed the latest LTP cases, some errors broke the
 install process.
 
 # make install
 
 make[4]: Entering directory
 `/root/ltp/cvs/ltp/testcases/kernel/containers/utsname'
 ln: accessing `check_utsns_enabled': No such file or directory
 
 make[4]: Entering directory
 `/root/ltp/ltp/testcases/kernel/containers/sysvipc'
 ln: accessing `check_ipcns_enabled': No such file or directory
 
 make[4]: Entering directory
 `/root/ltp/ltp/testcases/kernel/containers/pidns'
 ln: accessing `check_pidns_enabled': No such file or directory
 
 
 And the system didn't support unshare
 # uname -a
 Linux p615b 2.6.18-8.10AX #1 SMP Tue Aug 14 05:11:30 EDT 2007 ppc64 ppc64
 ppc64 GNU/Linux
 # /testcases/kernel/containers/check_for_unshare
 # echo $?
 1
 
 The patches modified these files:
 testcases/kernel/containers/utsname/Makefile
 testcases/kernel/containers/sysvipc/Makefile
 testcases/kernel/containers/pidns/Makefile
 
 Signed-off-by: Jin Bing Guo [EMAIL PROTECTED]
 --
 (See attached file: Fix_install_error_utsname.patch)(See attached file:
 Fix_install_error_sysvipc.patch)(See attached file:
 Fix_install_error_pidns.patch)
 
 
 
 Best regards!
 
 Jin Bing Guo  郭晋兵
 
 Linux for System p Test
 IBM China Systems  Technology Laboratory in Beijing
 Tel:   +86-10-82454439
 Email: [EMAIL PROTECTED]
 -
 Do today what others won't so tomorrow you do what other's can't




 -
 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=100url=/
 ___
 Ltp-list mailing list
 Ltp-list@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/ltp-list


-
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=100url=/
___
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list