Re: [OMPI devel] Cross Memory Attach: What am I Missing?

2012-10-22 Thread Gutierrez, Samuel K
>> >> You still need to either have CAP_SYS_PTRACE (eg am probably root) or >> have the same UID/GID as the target. So from a security point of view >> the only extra risk you have exposed your system to are bugs that may >> exist in the ptrace or CMA implementations. >

Re: [OMPI devel] Cross Memory Attach: What am I Missing?

2012-10-20 Thread Christopher Yeoh
> From: devel-boun...@open-mpi.org [devel-boun...@open-mpi.org] on > behalf of Christopher Yeoh [cy...@ozlabs.org] Sent: Thursday, October > 18, 2012 5:57 PM To: de...@open-mpi.org > Subject: Re: [OMPI devel] Cross Memory Attach: What am I Missing? > > Hi Sam, &

Re: [OMPI devel] Cross Memory Attach: What am I Missing?

2012-10-19 Thread Jeff Squyres
gt; > Sam > > From: devel-boun...@open-mpi.org [devel-boun...@open-mpi.org] on behalf of > Christopher Yeoh [cy...@ozlabs.org] > Sent: Thursday, October 18, 2012 5:57 PM > To: de...@open-mpi.org > Subject: Re: [OMPI devel] Cross M

Re: [OMPI devel] Cross Memory Attach: What am I Missing?

2012-10-19 Thread Gutierrez, Samuel K
open-mpi.org Subject: Re: [OMPI devel] Cross Memory Attach: What am I Missing? Hi Sam, On Thu, 18 Oct 2012 15:08:59 + "Gutierrez, Samuel K" wrote: > > I really appreciate your pointing me in the right direction. It turns > out that on this particular system had /etc/sysctl.d/

Re: [OMPI devel] Cross Memory Attach: What am I Missing?

2012-10-18 Thread Christopher Yeoh
> October 18, 2012 7:44 AM To: Open MPI Developers > Subject: Re: [OMPI devel] Cross Memory Attach: What am I Missing? > > Check the permissions granted by pam. Look in the /etc/security to > check for any type of restrictions. > > george. > > > On Oct 17, 2012, at

Re: [OMPI devel] Cross Memory Attach: What am I Missing?

2012-10-18 Thread Gutierrez, Samuel K
devel-boun...@open-mpi.org] on behalf of Jeff Squyres [jsquy...@cisco.com] Sent: Thursday, October 18, 2012 9:34 AM To: Open MPI Developers Subject: Re: [OMPI devel] Cross Memory Attach: What am I Missing? Do we need to add this to the FAQ? On Oct 18, 2012, at 11:08 AM, Gutierrez, Samuel K wr

Re: [OMPI devel] Cross Memory Attach: What am I Missing?

2012-10-18 Thread Jeff Squyres
ent: Thursday, October 18, 2012 7:44 AM > To: Open MPI Developers > Subject: Re: [OMPI devel] Cross Memory Attach: What am I Missing? > > Check the permissions granted by pam. Look in the /etc/security to check for > any type of restrictions. > > george. > >

Re: [OMPI devel] Cross Memory Attach: What am I Missing?

2012-10-18 Thread Gutierrez, Samuel K
or my purposes. Thanks! Sam From: devel-boun...@open-mpi.org [devel-boun...@open-mpi.org] on behalf of George Bosilca [bosi...@icl.utk.edu] Sent: Thursday, October 18, 2012 7:44 AM To: Open MPI Developers Subject: Re: [OMPI devel] Cross Memory Attach: What am I Mi

Re: [OMPI devel] Cross Memory Attach: What am I Missing?

2012-10-18 Thread George Bosilca
Check the permissions granted by pam. Look in the /etc/security to check for any type of restrictions. george. On Oct 17, 2012, at 23:30 , "Gutierrez, Samuel K" wrote: > Hi, > > I'm trying to run with CMA support, but process_vm_readv is failing with > EPERM when trying to use it as a reg

[OMPI devel] Cross Memory Attach: What am I Missing?

2012-10-17 Thread Gutierrez, Samuel K
Hi, I'm trying to run with CMA support, but process_vm_readv is failing with EPERM when trying to use it as a regular user (everything seems to work fine as root). I've looked around for some solutions, but I can't seem to find what I'm looking for. The documentation states that the target and