Hello Tom,

I think a bug may have cropped up in the Ubuntu install instructions.  I cannot 
be sure if this has changed, but it seems that memcached does not start up 
automatically when first installed.  It should start on the next system boot, 
but short of that, you can start it most simply as follows:

sudo memcached -d

You can check if it is already running or not with:

ps ax | grep "memcached"

and

netstat -l | grep "11211"

to make sure it is on the right port.

Let us know if that helps,
DW


>>> Tom Patterson <[EMAIL PROTECTED]> 4/25/2008 9:27 AM >>>
Hi,
On a new install of Evergreen 1.2.1.4, following the server installation guide 
for Ubuntu 7.10, I am at the point of trying to login to the staff client (on 
same machine as server). The connection is made to the server without problem, 
however, while trying to authenticate, I get an error message (see attached)

"method=open-ils.auth.authentication.init
params=["admin"]
THROWN:
null
STATUS: "

I am using the default admin login with default password. Having read through 
the most recent postings, I could not find a solution for this. Any guidance 
would be appreciated.

Tom Patterson

Reply via email to