Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 240 by [email protected]: -d with local -P fail
http://code.google.com/p/memcached/issues/detail?id=240
[brian@gaz ~]$ memcached -d -P ./out
Works! But....
[brian@gaz ~]$ ls -l out
out: No such file or directory
[brian@gaz ~]$ ps auwx | grep memcached
brian 11187 0.0 0.0 55332 1504 ? Ssl 18:19 0:00 memcached
-d -P ./out
I should be able to specify where I want the pid-file.
Also, if the daemon is not going to write out the pid file, then throw an
error.
Also, I don't see why I should have to specify -d to get -P.