service memcached restart yields:
stopping memcached: [failed]
starting memcached: [ ok ]
service memcached status yields:
memcached dead but subsys locked
ls inside /var/lock/subsys/ shows a file named memcached
ls inside /var/run/ shows no pid file named memcached
there is another folder named memcached in here but there is nothing in that folder.
rm /var/lock/subsys/memcached gets rid of the memcached lock file
service restart memcached yeilds:
stopping memcached: [failed]
starting memcached: [ ok ]
service memcached status yields:
memcached dead but subsys locked
what am I doing wrong?
EDIT: I'd like to add that I've searched for this before posting and I'm either already doing the steps listed in said post or that post is years old.