There are a couple bugs around daemonization. I'll take a look and see if I can make it overall better.
On Feb 24, 5:48 pm, Mark Aufflick <[email protected]> wrote: > Hi all, > > if I run the below with memcached 1.2.6: > > memcached -d -s /some/dir/memcached.sock -v > > where the user doesn't have permissions to that directory, the logging > output is: > > bind(): Permission denied > failed to listen > > but the exit status is 0: > > $ memcached -d -s /some/dir/memcached.sock > $ echo $? > 0 > > This seems incorrect?? > > Cheers. > > -- > Mark Aufflick > contact info athttp://mark.aufflick.com/about/contact
