Gladly. I added sudo so I wouldn't get warnings with the find. $ sudo find /etc -maxdepth 2 -name \*memcached\* -path \*rc?.d\* /etc/rc1.d/K20memcached /etc/rc6.d/K20memcached /etc/rc0.d/K20memcached /etc/rc3.d/S20memcached /etc/rc2.d/S20memcached /etc/rc4.d/S20memcached /etc/rc5.d/S20memcached
/etc/default/memcached does not exist. So, I tried this: $ sudo find /etc -name \*memcache\* | grep -v "rc.\\.d" /etc/init.d/memcached /etc/php5/conf.d/memcache.ini /etc/memcached.conf -- Memcached not active after reboot on 64-bit install https://bugs.launchpad.net/bugs/374986 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
