Eric wrote: > Hi, > > In the getting started guide, it explain ho to start memcached > > http://wikis.sun.com/display/WebStack/Web+Stack+Getting+Started+Guide#WebStackGettingStartedGuide-DistributedCachingwith{{memcached}} > > ... > > In OpenSolaris 2009.06, execute the following command: > > # svccfg -s memcached setprop memcached/options=("-u" "nobody" "-m" "512") > # svcadm refresh memcached > # svcadm enable -s memcached >
Except on Solaris it should be "noaccess" and not "nobody". "nobody" is a special, anonymous NFSv4 user. "noaccess" is already defined on systems and is intended for running processes like this. - Matt