[opensuse-cloud] Folsom Dashboard hanging
Hoping for some insight from anyone who might have encountered this error before System: openSUSE 12.3 systemd version 202 (Very latest from Factory which likely is also same for anyone comparing to Fedora) SUSE Firewall is disabled or verified not running. IP Forwarding (ipv4) verified enabled (but IMO not likely relevant if the web connection is localhost) bridge-nf filters all disabled (but IMO not likely relevant if the web connection is localhost) Installed following into both an LXC container and KVM VM (both using libvirt NAT bridge device) OpenStack Folsom (latest packages from repo) OpenStack QuickStart Demo Setup (latest from repo) Problem: Encountering a likely nova authentication problem after installing OpenStack using the following credentials when logging into Horizon dashboard which should be default User Admin Password openstack Preliminary conclusions: Since error is same deploying in both KVM (paravirtualizaed virtualization) and LXC, although there may be a different additional problem in LXC, there seems to be a common problem, possibly based on nova credentials. A Google search on the error only suggests vaguely some kind of authentication problem but am uncertain how to troubleshoot this. When I first installed OpenStack and ran the Quickstart Demo Setup about 5 mths ago installing Essex on 12.2, this problem did not exist, I was able to login successfully but now I'm getting a consistent problem building a new 12.3 VM/Folsom with current packages. In KVM VM: QuickStart Demo Setup script runs without error. This suggests that the certificates and postgresql table supporting authentication should be installed and configured properly. But, when attempting to login to the OpenStack web app (localhost from within the VM), the page hangs (waiting for localhost). tail /var/log/messages "gnomesu-pam-backend: pam_unix(gnomesu-pam:session): session closed for user root In LXC container: Similar problem to above, but the Quickstart Demo Setup completes with errors, nova auth credentials may not be setup properly during QuickStart Demo Setup for network connections But, the error described above in a KVM VM is identical to the LXC error. LXC Error(not seen in KVM): + nova secgroup-add-rule default icmp -1 -1 0.0.0.0/0 ERROR: Invalid OpenStack Nova credentials BTW - Is there a Quickstart Demo Setup log? I can't seem to pipe the output to anything but stdout and the LXC console doesn't seem to support copy/paste (still investigating if possible). Thx, Tony -- To unsubscribe, e-mail: opensuse-cloud+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-cloud+owner@opensuse.org
I found the essential entries in my system log. If there isn't a response on this mail list by end of today, I will open a formal bug report since it looks like this is a repeatable bug I'm seeing. (in 2 KVM VMs and LXC). Tony 2013-05-29T09:18:07.137568-07:00 linux-2ae6 sudo: pam_unix(sudo:session): session closed for user root 2013-05-29T09:18:08.683548-07:00 linux-2ae6 sudo: openstack-nova : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/bin/nova-rootwrap /etc/nova/rootwrap.conf iptables-save -c -t mangle 2013-05-29T09:18:08.690324-07:00 linux-2ae6 sudo: pam_unix(sudo:session): session opened for user root by (uid=0) 2013-05-29T09:18:10.090293-07:00 linux-2ae6 sudo: pam_unix(sudo:session): session closed for user root 2013-05-29T09:18:12.600753-07:00 linux-2ae6 sudo: openstack-nova : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/bin/nova-rootwrap /etc/nova/rootwrap.conf iptables-restore -c 2013-05-29T09:18:12.660447-07:00 linux-2ae6 sudo: pam_unix(sudo:session): session opened for user root by (uid=0) 2013-05-29T09:18:12.791071-07:00 linux-2ae6 kernel: [ 98.137372] EXT4-fs (vda2): re-mounted. Opts: acl,user_xattr,commit=0 2013-05-29T09:18:13.012906-07:00 linux-2ae6 kernel: [ 98.392402] EXT4-fs (vda3): re-mounted. Opts: acl,user_xattr,commit=0 2013-05-29T09:18:13.377921-07:00 linux-2ae6 sudo: pam_unix(sudo:session): session closed for user root 2013-05-29T09:18:13.728440-07:00 linux-2ae6 sudo: openstack-nova : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/bin/nova-rootwrap /etc/nova/rootwrap.conf iptables-save -c -t nat 2013-05-29T09:18:13.732546-07:00 linux-2ae6 sudo: pam_unix(sudo:session): session opened for user root by (uid=0) 2013-05-29T09:18:14.133943-07:00 linux-2ae6 sudo: pam_unix(sudo:session): session closed for user root 2013-05-29T09:18:14.451132-07:00 linux-2ae6 sudo: openstack-nova : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/bin/nova-rootwrap /etc/nova/rootwrap.conf iptables-restore -c 2013-05-29T09:18:14.471381-07:00 linux-2ae6 sudo: pam_unix(sudo:session): session opened for user root by (uid=0) 2013-05-29T09:18:14.748189-07:00 linux-2ae6 sudo: pam_unix(sudo:session): session closed for user root 2013-05-29T09:20:06.850040-07:00 linux-2ae6 su: The gnome keyring socket is not owned with the same credentials as the user login: /run/user/1000/keyring-6NcpKh/control 2013-05-29T09:20:06.851987-07:00 linux-2ae6 su: gkr-pam: couldn't unlock the login keyring. On Wed, May 29, 2013 at 9:11 AM, Tony Su <tonysu@su-networking.com> wrote:
Hoping for some insight from anyone who might have encountered this error before
System: openSUSE 12.3 systemd version 202 (Very latest from Factory which likely is also same for anyone comparing to Fedora) SUSE Firewall is disabled or verified not running. IP Forwarding (ipv4) verified enabled (but IMO not likely relevant if the web connection is localhost) bridge-nf filters all disabled (but IMO not likely relevant if the web connection is localhost)
Installed following into both an LXC container and KVM VM (both using libvirt NAT bridge device) OpenStack Folsom (latest packages from repo) OpenStack QuickStart Demo Setup (latest from repo)
Problem: Encountering a likely nova authentication problem after installing OpenStack using the following credentials when logging into Horizon dashboard which should be default User Admin Password openstack
Preliminary conclusions: Since error is same deploying in both KVM (paravirtualizaed virtualization) and LXC, although there may be a different additional problem in LXC, there seems to be a common problem, possibly based on nova credentials. A Google search on the error only suggests vaguely some kind of authentication problem but am uncertain how to troubleshoot this. When I first installed OpenStack and ran the Quickstart Demo Setup about 5 mths ago installing Essex on 12.2, this problem did not exist, I was able to login successfully but now I'm getting a consistent problem building a new 12.3 VM/Folsom with current packages.
In KVM VM: QuickStart Demo Setup script runs without error. This suggests that the certificates and postgresql table supporting authentication should be installed and configured properly. But, when attempting to login to the OpenStack web app (localhost from within the VM), the page hangs (waiting for localhost).
tail /var/log/messages "gnomesu-pam-backend: pam_unix(gnomesu-pam:session): session closed for user root
In LXC container: Similar problem to above, but the Quickstart Demo Setup completes with errors, nova auth credentials may not be setup properly during QuickStart Demo Setup for network connections But, the error described above in a KVM VM is identical to the LXC error.
LXC Error(not seen in KVM): + nova secgroup-add-rule default icmp -1 -1 0.0.0.0/0 ERROR: Invalid OpenStack Nova credentials
BTW - Is there a Quickstart Demo Setup log? I can't seem to pipe the output to anything but stdout and the LXC console doesn't seem to support copy/paste (still investigating if possible).
Thx, Tony -- To unsubscribe, e-mail: opensuse-cloud+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-cloud+owner@opensuse.org
participants (1)
-
Tony Su