Hi<div><br></div><div>It is in plain password, try the following to recreate the serveradmin passwd and sunstone credentials:</div><div><br></div><div>1.- oneuser passwd 1 1234 --sha1</div><div>2.-  echo "serveradmin:1234" > /var/lib/one/.one/sunstone_auth</div>

<div>3.- sunstone-server start</div><div><br></div><div>Cheers</div><div><br></div><div>Ruben</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Nov 19, 2012 at 2:58 PM, Valentin Bud <span dir="ltr"><<a href="mailto:valentin.bud@gmail.com" target="_blank">valentin.bud@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello World,<br>
<br>
I have updated today from 3.6 to 3.8.1 from source on a Debian Squeeze<br>
machine. I didn't need nor want Sunstone until now. So I have followed<br>
the Sunstone documentation [1] to install and configure it.<br>
<br>
As `oneadmin` user when I try to start Sunstone I get the following the<br>
logs:<br>
<br>
```<br>
/var/log/one/sunstone.log<br>
--------------------------------------<br>
Server configuration<br>
--------------------------------------<br>
{:vnc_proxy_support_wss=>false,<br>
 :vnc_proxy_cert=>nil,<br>
 :one_xmlrpc=>"<a href="http://localhost:2633/RPC2" target="_blank">http://localhost:2633/RPC2</a>",<br>
 :marketplace_url=>"<a href="https://marketplace.c12g.com/appliance" target="_blank">https://marketplace.c12g.com/appliance</a>",<br>
 :vnc_proxy_key=>nil,<br>
 :debug_level=>3,<br>
 :vnc_proxy_path=>"/usr/share/one/websockify/websocketproxy.py",<br>
 :core_auth=>"cipher",<br>
 :host=>"127.0.0.1",<br>
 :lang=>"en_US",<br>
 :vnc_proxy_port=>29876,<br>
 :auth=>"sunstone",<br>
 :port=>9869,<br>
 :tmpdir=>"/var/tmp"}<br>
 Mon Nov 19 14:41:21 2012 [E]: Error initializing authentication system<br>
 Mon Nov 19 14:41:21 2012 [E]: No such file or directory - /var/lib/one/.one/sunstone_auth<br>
 ```<br>
<br>
 Indeed the file in missing.<br>
<br>
 ```<br>
 oneadmin@frontend:~$ ls -al /var/lib/one/.one/sunstone_auth<br>
 ls: cannot access /var/lib/one/.one/sunstone_auth: No such file or<br>
 directory<br>
 ```<br>
<br>
 It was missing even before I have updated to 3.8.1. I have created the<br>
 file with the following contents:<br>
<br>
 ```<br>
 /var/lib/one/.one/sunstone_auth<br>
 serveradmin:af84cc76ff2f6bbede661a62f4932d739f0e1fb0<br>
 ```<br>
<br>
 The password part is the hashed serveradmin's key as shown by `oneuser<br>
 show`.<br>
<br>
 ```<br>
 $ oneuser show serveradmin | grep PASS<br>
 PASSWORD       : af84cc76ff2f6bbede661a62f4932d739f0e1fb0<br>
 ```<br>
<br>
Trying to start the server again I receive the same error a little bit<br>
different:<br>
<br>
```<br>
...<br>
Mon Nov 19 14:53:53 2012 [E]: Error initializing authentication system<br>
Mon Nov 19 14:53:53 2012 [E]: [UserPoolInfo] User couldn't be<br>
authenticated, aborting call.<br>
```<br>
<br>
I didn't know if $HOME/.one/sunstone_auth should list the hashed<br>
password or the clear text one, so I've given it one more try and set up<br>
the password in clear text. Same output as the one above.<br>
<br>
If it matters here goes the content of $HOME/.one directory:<br>
<br>
```<br>
oneadmin@frontend:~/.one$ ls -1 $HOME/.one<br>
one_auth<br>
sunstone_auth<br>
```<br>
<br>
[1]: <a href="http://opennebula.org/documentation:rel3.8:sunstone" target="_blank">http://opennebula.org/documentation:rel3.8:sunstone</a><br>
<br>
Any hints? Thank you.<br>
v<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
<a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Ruben S. Montero, PhD<br>Project co-Lead and Chief Architect<br>OpenNebula - The Open Source Solution for Data Center Virtualization<br><a href="http://www.OpenNebula.org" target="_blank">www.OpenNebula.org</a> | <a href="mailto:rsmontero@opennebula.org" target="_blank">rsmontero@opennebula.org</a> | @OpenNebula<br>


</div>