Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 307 by m...@nero.im: Memcached listens on port when -m is not given a argument even when started with -s
http://code.google.com/p/memcached/issues/detail?id=307

What steps will reproduce the problem?
1. Start memcached with: memcached -d-m -s  ~/new.sock

What is the expected output? What do you see instead?
I expect:
memcached -d -m -s  ~/new.sock to fail since
-m is not given an argument and
"netstat -anp|grep 11211" 's output to be blank, instead I get:

# netstat -anp|grep 11211
tcp 0 0 0.0.0.0:11211 0.0.0.0:* LISTEN 13861/memcached tcp 0 0 :::11211 :::* LISTEN 13861/memcached udp 0 0 0.0.0.0:11211 0.0.0.0:* 13861/memcached udp 0 0 :::11211 :::* 13861/memcached


What version of the product are you using? On what operating system?
1.4.15 on CentOS 6.3 x86_64

Please provide any additional information below.
This does not happen when -m is given a proper argument like "-m 20"

Reply via email to