Re: [one-users] User couldn't be authenticated, aborting call

2013-11-28 Thread Carlos Martín Sánchez
Hi, The authentication is made using the one_auth file, located in ~/.one/one_auth. It should contain the text "oneadmin:password". This file is created during the package installation with a random password. The first time OpenNebula is started, it will read this file and create the oneadmin use

[one-users] User couldn't be authenticated, aborting call

2013-11-28 Thread Eduardo Roloff
Hello all, I'm new to OpenNebula and my company is doing a large POC with several Cloud Managers. I installed ONE 4.2 using yum in a CenOS front-end. When I try to use some of the "one" commands with the oneadmin user, I got this message "User couldn't be authenticated, aborting call" What I ne

Re: [one-users] User couldn't be authenticated, aborting call

2013-09-30 Thread Daniel Molina
Hi, On 27 September 2013 20:53, shiixingwen wrote: > ** > HI,I hava a question : > > one 、 sunstone-server and occi-server are running.host IP has seted. But > the error is out . [UserPoolInfo] User couldn't be authenticated, aborting > call. > > > I want to know this why,pls advises. > > >

Re: [one-users] User couldn't be authenticated, aborting call.

2012-10-31 Thread Carlos Martín Sánchez
Hi, You must use the same java client and opennebula versions. The 3.6 java api can be downloaded from [1]. The explanation to your authentication error, in case you are interested, is that the xml-rpc session string format changed in OpenNebula 3.2 [2]. By the way, try to reply also to the lis

Re: [one-users] User couldn't be authenticated, aborting call.

2012-10-31 Thread Carlos Martín Sánchez
Hi, Maybe you can try the following code, it's a simple request to check if the code can request the user's info, the equivalent of 'onevm show'. What OpenNebula version are you using? Did you make sure you downloaded the java bindings for the same version? Regards import org.opennebula.clien

Re: [one-users] User couldn't be authenticated, aborting call.

2012-10-31 Thread Carlos Martín Sánchez
Hi, Can you execute CLI commands with those "oneadmin:onead" credentials? Try any command, like 'oneuser show' or 'onevm list' -- Carlos Martín, MSc Project Engineer OpenNebula - The Open-source Solution for Data Center Virtualization www.OpenNebula.org | cmar...@opennebula.org | @OpenNebula

Re: [one-users] User couldn't be authenticated, aborting call.

2011-02-22 Thread Tino Vazquez
>> but it >>>> >> seems that this problem is not really common and I couldn't find any >>>> >> usefull >>>> >> informations. >>>> >> >>>> >> Can I ask you which ruby/opennebula version you are using? I

Re: [one-users] User couldn't be authenticated, aborting call.

2011-02-22 Thread christophe bonnaud
ll >>> >> informations. >>> >> >>> >> Can I ask you which ruby/opennebula version you are using? I am not >>> sure >>> >> it's rely to the problem but I have to consider all possibilities. >>> >> >>> >>

Re: [one-users] User couldn't be authenticated, aborting call.

2011-02-22 Thread christophe bonnaud
hristophe, >> >>> >> >>> I'm new to OpenNebula, so I'm not sure if this will help or not. When >> I >> >>> was getting started I had the same problems. For some reason when I >> would >> >>> do a 'sudo su - on

Re: [one-users] User couldn't be authenticated, aborting call.

2011-02-21 Thread christophe bonnaud
eadmin user. Worse, some processes would be started with UID > >>> root rather than oneadmin. I had to kill the schedule process as root, > it > >>> wouldn't quit on it's own, and chown the log files to oneadmin again. > >>> After that, the ssh auth

Re: [one-users] User couldn't be authenticated, aborting call

2011-02-21 Thread shamaya
Hi Christophe , In my situation, This problem is caused by that one was started by the root user at the boot time. My solution is source the ONE_AUTH file start one by oneadmin root$ su oneadmin oneadmin$ one stop oneadmin$ source ~/.bashrc #export the ONE_AUTH file oneadmin$ one st

Re: [one-users] User couldn't be authenticated, aborting call.

2011-02-21 Thread Idafen Santana Pérez
the log files to oneadmin again. >>> After that, the ssh authentication issues went away. >>> >>> Rich >>> >>> -- >>> Rich Whiffen >>> richard_whif...@cable.comcast.com >>> AIM: richwhiffen >>> Yahoo: richwhiffen >>&

Re: [one-users] User couldn't be authenticated, aborting call.

2011-02-21 Thread Tino Vazquez
own, and chown the log files to oneadmin again. >> After that, the ssh authentication issues went away. >> >> Rich >> >> -- >> Rich Whiffen >> richard_whif...@cable.comcast.com >> AIM: richwhiffen >> Yahoo: richwhiffen >> Phone:

Re: [one-users] User couldn't be authenticated, aborting call.

2011-02-20 Thread christophe bonnaud
312 > > > > > > >Message: 4 > >Date: Thu, 17 Feb 2011 08:42:58 -0800 > >From: christophe bonnaud > >To: Users@lists.opennebula.org > >Subject: [one-users] User couldn't be authenticated, aborting call. > >Message-ID: > > > >Content-Type: text/pla

Re: [one-users] User couldn't be authenticated, aborting call.

2011-02-18 Thread Whiffen, Richard
richwhiffen Yahoo: richwhiffen Phone: 202-449-1312 > >Message: 4 >Date: Thu, 17 Feb 2011 08:42:58 -0800 >From: christophe bonnaud >To: Users@lists.opennebula.org >Subject: [one-users] User couldn't be authenticated, aborting call. >Message-ID: > >Conten

[one-users] User couldn't be authenticated, aborting call.

2011-02-17 Thread christophe bonnaud
Hi, I have just installed opennebula ver 2.0.1-1. I have created a ssh key for oneadmin user, run the command: oneauth login oneadmin and exported the variable: export ONE_AUTH="/home/oneadmin/.one/one_ssh" I have correctly start oned using the command (as oneadmin user): one s