Hey there, We've had some issues with SASL authentication on memcached failing. Unfortunately, Memcached's SASL library isn't super helpful when it comes to logging.
Let's see if this your problem.. Please follow the following steps: - Make sure memcached is running (and that it's the only memcached instance running) - Install gdb: *yum install gdb* - Prepare gdb to run memcached: *gdb -p $(pidof memcached)* - Setup a breakpoint to log all calls to the sasl_seterror function by typing the following in the gdb prompt *b sasl_seterror* *commands 1* *silent* *bt 1* *c* *end* *c* Then, try to login one more time. Paste the output you get here (just make sure there is no password in there). Cheers, On Monday, February 16, 2015 at 4:35:21 PM UTC-8, sky sea wrote: > > Hi Thomas, > > First thank you for your reply. I > downloaded > scalr-server-5.1.0.oss~nightly.20150216043620.184.7f0df7f.d4e1f1f~el.6-1.x86_64.rpm > > and install it on a centos 6.5 vm. > I tried to restart memcached & httpd with scalr-server-manage. > but unfortunately it is not work for me. do you have any suggestion? > > Thanks, > -Michael > > > 在 2015年2月17日星期二 UTC+8上午3:28:13,Thomas Orozco写道: >> >> Hey Michael, >> >> Would you mind trying restarting memcached? I was able to reproduce your >> issue, but it seems very elusive (and went away when I restarted >> memcached..). >> >> Let me know how that pans out for you. If that doesn't work I'll have a >> few next steps for you to debug this. >> >> Thanks! >> >> On Monday, February 16, 2015 at 8:42:15 AM UTC-8, Thomas Orozco wrote: >>> >>> Hey Michael, >>> >>> How did you deploy Scalr? >>> >>> Cheers, >>> >>> On Monday, February 16, 2015 at 4:55:10 AM UTC-8, sky sea wrote: >>>> >>>> Hi All, >>>> >>>> I am new to scalr. after a fresh install of scalr 5.1. I am unable >>>> to login scalr. there is a 403 Forbidden error. >>>> can anyone has idea? >>>> >>>> thanks & best regards, >>>> michael >>>> >>> -- You received this message because you are subscribed to the Google Groups "scalr-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
