<div dir="ltr">Restarting CCEd did not help but reseting the admin password DID fix the issue.  <div><br></div><div>Thank you so much Michael!<div><br></div><div>Jeff</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 5, 2015 at 10:56 PM, Michael Stauber <span dir="ltr"><<a href="mailto:mstauber@blueonyx.it" target="_blank">mstauber@blueonyx.it</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Jeff,<br>
<span class=""><br>
> After a smooth upgrade from 5108 to 5208 I am able to login via SSH, but<br>
> when logging in via the GUI (which presents the new UI) it responds with<br>
> "You have not entered a correct username and/or password. Please try again".<br>
><br>
> I get the following in the "messages" log:<br>
><br>
> Feb  5 23:35:01 host3 cced(smd)[7242]: client [0:7237] has admin rights<br>
> Feb  5 23:35:04 host3 cced(smd)[7249]: client 0:[49:5327]: AUTH to user<br>
> "admin" failed<br>
><br>
> I can log in as a v-site admin without issue--but not with the box<br>
> root-admin.<br>
<br>
</span>>From SSH as "root" try these two steps:<br>
<br>
1.) Restart CCEd:<br>
<br>
/sbin/service cced.init restart<br>
<br>
See if you can login to the GUI afterwards.<br>
<br>
2.) If not, try to change the admin password with this command:<br>
<br>
passwd admin<br>
<br>
It will ask you for the new password twice. Try to login to the GUI with<br>
that and see if it works.<br>
<br>
3.) If that still doesn't work, troubleshoot it with cceclient:<br>
<br>
/usr/sausalito/bin/cceclient<br>
<br>
That will open a shell to CCEd. Say your password is tomato123, then you<br>
can try to authenticate against CCEd with it like this in cceclient:<br>
<br>
auth admin "tomato123"<br>
<br>
It is important that you put the password in double-quotes. These are<br>
the two probable responses:<br>
<br>
If the password is incorrect you get this:<br>
401 FAIL<br>
<br>
Or something like this, which indicates it worked:<br>
109 SESSIONID 84QL74v32.....YMUHTntMK<br>
201 OK<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
With best regards<br>
<br>
Michael Stauber<br>
_______________________________________________<br>
Blueonyx mailing list<br>
<a href="mailto:Blueonyx@mail.blueonyx.it">Blueonyx@mail.blueonyx.it</a><br>
<a href="http://mail.blueonyx.it/mailman/listinfo/blueonyx" target="_blank">http://mail.blueonyx.it/mailman/listinfo/blueonyx</a><br>
</font></span></blockquote></div><br></div>