issues in multiple memcached instance on freebsd

Dirk-Willem van Gulik dirkx at webweaving.org
Tue Mar 25 08:20:29 UTC 2008


On Mar 25, 2008, at 8:20 AM, golak Sarangi wrote:

> Memcached is listening only in one port. But still the other port  
> shows 'address already in use'. This happens only in freebsd. Is  
> this a bug that i hit upon?

Not overly likely - I've been running it exactly as such since FreeBSD  
4. Do a

	lsof -n | grep 11211
	lsof -n | grep 11212
	lsof -n | grep memcache

to see what you have bound. I suspect your startup script did not pass  
an argument.

Dw


More information about the memcached mailing list