Re: memchached issue on ubuntu

2008-06-25 Thread Amit Upadhyay
On Wed, Jun 25, 2008 at 2:30 AM, Alex Ezell <[EMAIL PROTECTED]> wrote: > If this is what is in your settings file exactly: > > CACHE_BACKEND = "memcached:///127.0.0.1:11211/" > > It looks to me like you have an extra slash there before your IP > address. Meaning that when this string gets parsed i

Re: memchached issue on ubuntu

2008-06-24 Thread Alex Ezell
On Tue, Jun 24, 2008 at 11:01 AM, Amit Upadhyay <[EMAIL PROTECTED]> wrote: > On Tue, Jun 24, 2008 at 9:29 PM, Michael Wieher <[EMAIL PROTECTED]> > wrote: >> >> now I would just run the same test you ran earlier, try to set data in >> the cache, now that the cache itself exists > > The memcached se

Re: memchached issue on ubuntu

2008-06-24 Thread Amit Upadhyay
On Tue, Jun 24, 2008 at 9:29 PM, Michael Wieher <[EMAIL PROTECTED]> wrote: > > now I would just run the same test you ran earlier, try to set data in > the cache, now that the cache itself exists The memcached server was already running. I tried the test again anyways, same result. -- Amit Upa

Re: memchached issue on ubuntu

2008-06-24 Thread Michael Wieher
now I would just run the same test you ran earlier, try to set data in the cache, now that the cache itself exists On Tue, Jun 24, 2008 at 10:57 AM, Amit Upadhyay <[EMAIL PROTECTED]> wrote: > On Tue, Jun 24, 2008 at 9:19 PM, Michael Wieher <[EMAIL PROTECTED]> > wrote: >> >> I don't know how djano

Re: memchached issue on ubuntu

2008-06-24 Thread Amit Upadhyay
On Tue, Jun 24, 2008 at 9:19 PM, Michael Wieher <[EMAIL PROTECTED]> wrote: > > I don't know how djano uses memcached, but have you like, looks to me > as if you need an instance of memcached running locally, listening on > its default port. Thanks, I just checked and I do, I started it thus: >

Re: memchached issue on ubuntu

2008-06-24 Thread Michael Wieher
I don't know how djano uses memcached, but have you like, looks to me as if you need an instance of memcached running locally, listening on its default port. memcached is a program outside of django, and would (usually?) be started independently of anything else. so be sure you actually have an

memchached issue on ubuntu

2008-06-24 Thread Amit Upadhyay
Hi, Am trying get django working with memcached. I am running a few month old trunk. Start memcached: $ memcached -v settings.py contains: CACHE_BACKEND = "memcached:///127.0.0.1:11211/" shell: $ python manage.py shell [EMAIL PROTECTED] mcm_server_add3():2087: unable to lookup/resolve host: No