Re: [one-users] CentOS 6.4 - 3.9.90-2 rpm installation problem with opennebula-server-3.9.90-2.x86_64.rpm

2013-04-26 Thread Miguel Ángel Álvarez Cabrerizo
Hi Jaime,
I'm afraid it was a problem with my CentOS 6.4 that wasn't clean enough
after so much lab testing. I've just reinstalled my CentOS 6.4 and
opennebula-3.9.90-2 and there's absolutely no problem with
opennebula-server-3.9.90-2.x86_64.rpm, it was my fault sorry.

Before installing 3.9.90 I was running OpenNebula 3.8.3 (downloaded from
OpenNebula.org) but I must have done something wrong because after removing
the packages, deleting /var/lib/one directory and installing the new rpm
the /var/lib/one was owned by root and that's why the opennebula-server
installation was complaining. I think this info is useless for you so I'll
be more careful next time if I think I've found a bug :-)

Thanks a lot for your time
-- 
*Miguel Ángel Álvarez Cabrerizo*
MACTO apps · cloud · security*
**Blog http://n40lab.wordpress.com
Skype n40lab
Email mcabrerizo at macto.es*
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] VNC problem: Failed to connect to server (code: 1006)

2013-04-25 Thread Miguel Ángel Álvarez Cabrerizo
Hi,
if you're using OpenNebula 3.8.3

1) Check that you've installed novnc (if not go to /usr/share/one and run
./install_novnc.sh)
2) If novnc is installed check if you have set 0.0.0.0 address in the
Graphics section of your VM (you should insert a port also e.g 5901).
3) If you are running iptables try to stop the firewall maybe you need a
rule to allow traffic.

Regards,

Miguel
-- 
*Miguel Ángel Álvarez Cabrerizo*
MACTO apps · cloud · security*
**Blog http://n40lab.wordpress.com
Skype n40lab
Email mcabrerizo at macto.es*
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] CentOS 6.4 - 3.9.90-2 rpm installation problem with opennebula-server-3.9.90-2.x86_64.rpm

2013-04-25 Thread Miguel Ángel Álvarez Cabrerizo
Hi,
when installing the new CentOS 6.4 rpm packages for OpenNebula 4 RC there's
a permission problem with opennebula-server-3.9.90-2.x86-64.rpm. It
complains about not being able to create the .ssh directory and the
public/private keys: "Could not create directory '/var/lib/one/.ssh"

I think line 307 in centos6.4.spec should be changed from:

/bin/chown -R oneadmin:oneadmin %{oneadmin_home}/.one

to

/bin/chown -R oneadmin:oneadmin %{oneadmin_home}

I've rebuild the rpm package and the permission problem is solved with this
mod.

Hope it helps!

Regards,

Miguel
-- 
*Miguel Ángel Álvarez Cabrerizo*
MACTO apps · cloud · security*
**Blog http://n40lab.wordpress.com
Skype n40lab
Email / Google Talk mcabrerizo at macto.es*
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org