I've installed memcached on my centos 5.2 box and it runs ok if I start it manually but I'm struggling to set it up as a service. After a long pause I just got this error:
service memcached status /sbin/service: line 66: 3936 Segmentation fault env -i LANG="$LANG" PATH="$PATH" TERM="$TERM" "${SERVICEDIR}/${SERVICE}" ${OPTIONS}
My /etc/init.d/memcached looks like: http://pastebin.com/LqDMPwh5
/etc/rc.d/init.d/functionsat the beginning, which should contain the routine for "status". Does the file/etc/rc.d/init.d/functionsexist on your system? – Tim Dec 22 '11 at 17:42/etc/rc.d/init.d/functionsdoes exist on my system, but I only have a RHEL5 system available to check under, but supposedly Cent is a clone of RHEL, so it should be same/similar. – Tim Dec 22 '11 at 17:44