Re: teuthology : ulimit: error

2013-08-13 Thread Loic Dachary
Hi Dan, That was indeed the solution :-) Thanks ! On 13/08/2013 04:53, Dan Mick wrote: Ah, there's another we apply universally to our test systems, apparently: '/etc/security/limits.d/ubuntu.conf' ubuntu hard nofile 16384 and the tests run as user ubuntu. Line 4 of the script is the

Re: teuthology : ulimit: error

2013-08-12 Thread Dan Mick
Ah, there's another we apply universally to our test systems, apparently: '/etc/security/limits.d/ubuntu.conf' ubuntu hard nofile 16384 and the tests run as user ubuntu. Line 4 of the script is the nofile setting. On 08/10/2013 01:34 AM, Loic Dachary wrote: On 10/08/2013 07:35, Dan Mick

Re: teuthology : ulimit: error

2013-08-10 Thread Loic Dachary
On 10/08/2013 07:35, Dan Mick wrote: IIRC we had to adjust settings in /etc/security to allow ulimit adjustment of at least core: sed -i 's/^#\*.*soft.*core.*0/\*softcore unlimited/g' /etc/security/limits.conf or something like that. That seems to apply to

Re: teuthology : ulimit: error

2013-08-09 Thread Dan Mick
IIRC we had to adjust settings in /etc/security to allow ulimit adjustment of at least core: sed -i 's/^#\*.*soft.*core.*0/\*softcore unlimited/g' /etc/security/limits.conf or something like that. That seems to apply to centos/fedora/redhat systems. On 08/08/2013

teuthology : ulimit: error

2013-08-08 Thread Loic Dachary
Hi, Trying to use Ubuntu precise virtual machines as teuthology targets ( making sure they have 2GB of RAM because ceph-test-dbg will not even install with 1GB of RAM ;-) and installing the key with wget -q -O- 'https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc' | sudo apt-key