Jdesk / memcached

Automatically exported from code.google.com/p/memcached
0 stars 0 forks source link

unable to change -c parameter as root #226

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ./configure --enable-64bit
2. memcached -uroot -m128 -c3000 -p11211 -d
3.

What is the expected output? What do you see instead?
should start 

failed to set rlimit for open files. Try starting as root or requesting smaller 
maxconns value.

What version of the product are you using? On what operating system?
1.4.8

Original issue reported on code.google.com by pavelbar...@gmail.com on 12 Oct 2011 at 1:44

GoogleCodeExporter commented 9 years ago
Man I wish more people would test the -rc's.

That was easy to reproduce. will get it fixed soon, thanks!

Original comment by dorma...@rydia.net on 12 Oct 2011 at 4:48

GoogleCodeExporter commented 9 years ago
Fixed in master... stupid missing line. Should be out in some stable form soon.

Original comment by dorma...@rydia.net on 12 Oct 2011 at 6:47