Jdesk / memcached

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

Defining a chunk_size in a deamonized environment results in service start failure #201

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Starting memcached daemonized with a defined chunk_size fails:
daemon /usr/bin/memcached -d -l 127.0.0.1 -p 11211 -U 11211 -u memcached -P 
/var/run/memcached/memcached.pid -t 4 -m 64 -c 1024 -s 48 -f 1.25

What is the expected output? What do you see instead?
Service dead but with subsys locked.

What version of the product are you using? On what operating system?
1.4.5, CentOS 5.6. 64bits

Please provide any additional information below.
As soon as I remove the -s 48 condition, everything works as expected.

Original issue reported on code.google.com by ad...@yqed.com on 14 Apr 2011 at 7:57

GoogleCodeExporter commented 9 years ago
Hmm this is not a defect, I have been using previously an old version of 
memcached where -s was assigned to chunk_size, the new value is -n. Sorry for 
opening the ticket for nothing.

Original comment by ad...@yqed.com on 14 Apr 2011 at 8:02

GoogleCodeExporter commented 9 years ago

Original comment by trond.no...@gmail.com on 15 Apr 2011 at 5:13