2009/2/17 Raymond Norton <[email protected]>: > >>> ~# ps ax|grep memcache >>> 6151 ? S 0:03 /usr/bin/memcached -m 64 -p 11211 -u nobody -l >>> 127.0.0.1 >>> >> >> Can you telnet to that by name and by IP? >> >> # telnet localhost 11211 >> # telnet 127.0.0.1 11211 > > > Both localhost and 127.0.0.1 work. > > /etc/hosts: > > ~# cat /etc/hosts > 127.0.0.1 localhost > 127.0.1.1 commando-1 > 127.0.1.2 public.localhost public > 127.0.1.3 private.localhost private >
Can you try shutting everything down, then starting it all back up again, in the following order? Use the root or opensrf user as appropriate: /etc/init.d/apache2 stop /openils/bin/osrf_ctl.sh -a stop_all /etc/init.d/memcached stop /etc/init.d/memcached start /openils/bin/osrf_ctl.sh -a start_all /etc/init.d/apache2 start -- Dan Scott Laurentian University
