[Bug 467521] Re: After a cluster network restart get EC2ResponseError: 403 Forbidden from nodes

2010-02-02 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 503180 ***
https://bugs.launchpad.net/bugs/503180

This bug was fixed in the package eucalyptus - 1.6.2~bzr1136-0ubuntu3

---
eucalyptus (1.6.2~bzr1136-0ubuntu3) lucid; urgency=low

  * eucalyptus-cc.eucalyptus-cc-publication.upstart,
eucalyptus-common.eucalyptus.upstart, eucalyptus-network.upstart,
eucalyptus-sc.eucalyptus-sc-publication.upstart,
eucalyptus-walrus.eucalyptus-walrus-publication.upstart, rules: rework
our eucalyptus starting condition to depend on a new upstart emitted
signal, eucalyptus-network-is-ready, which is only fired once the
network interface providing the default route is in fact up, and
listening on a real ip address, LP: #503180
  * debian/eucalyptus-common.eucalyptus.upstart:
- don't respawn eucalyptus-cloud
- ensure that the iptables module gets loaded soon enough, otherwise
  much bad behavior happens in various nasty ways, most notably, a
  wedged database which renders the CLC non responsive on restart/reboot,
  LP: #503180 and dupes, LP:  #444352, #444946, #467521, #478573, #480048
 -- Dustin Kirkland kirkl...@ubuntu.com   Tue, 02 Feb 2010 17:13:52 -0800

** Branch linked: lp:~ubuntu-core-dev/eucalyptus/ubuntu

** Changed in: eucalyptus (Ubuntu)
   Status: Incomplete = Fix Released

-- 
After a cluster network restart get EC2ResponseError: 403 Forbidden from nodes
https://bugs.launchpad.net/bugs/467521
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 467521] Re: After a cluster network restart get EC2ResponseError: 403 Forbidden from nodes

2010-01-29 Thread Dustin Kirkland
*** This bug is a duplicate of bug 503180 ***
https://bugs.launchpad.net/bugs/503180

** This bug has been marked a duplicate of bug 503180
   eucalyptus-cloud doesn't reply to requests (due to upstart networking issue)

-- 
After a cluster network restart get EC2ResponseError: 403 Forbidden from nodes
https://bugs.launchpad.net/bugs/467521
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 467521] Re: After a cluster network restart get EC2ResponseError: 403 Forbidden from nodes

2009-11-02 Thread Mathias Gug
How long did you wait for the Node Controllers to reconnect to the
Cluster Controllers? Did you try to run the euca-describe-availability-
zones multiples times?

You may see bug 444352.

** Changed in: eucalyptus (Ubuntu)
   Importance: Undecided = Low

** Changed in: eucalyptus (Ubuntu)
   Status: New = Incomplete

-- 
After a cluster network restart get EC2ResponseError: 403 Forbidden from nodes
https://bugs.launchpad.net/bugs/467521
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 467521] Re: After a cluster network restart get EC2ResponseError: 403 Forbidden from nodes

2009-11-02 Thread migomez
Both cluster and nodes have been rebooted several times, as well as
trying euca-describe-availability-zones multiple times since the moment
it happened.

Even after rebooting and restarting services we keep getting:
r...@ubuntu2:~# euca-describe-availability-zones verbose
Warning: failed to parse error message from AWS: unknown:1:0: syntax error
EC2ResponseError: 403 Forbidden
Failure: 403 Forbidden

To make sure it was not an error we made in a configuration file, we
installed both the cluster and the node in another server, made sure
everything worked, and performed the network restart again, and again,
we get the same problem when running commands from node to cluster (if
we run the command inside the cluster there is not error).

Thanks

-- 
After a cluster network restart get EC2ResponseError: 403 Forbidden from nodes
https://bugs.launchpad.net/bugs/467521
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 467521] Re: After a cluster network restart get EC2ResponseError: 403 Forbidden from nodes

2009-11-02 Thread Mathias Gug
On Mon, Nov 02, 2009 at 07:23:31PM -, migomez wrote:
 
 To make sure it was not an error we made in a configuration file, we
 installed both the cluster and the node in another server,

Are you running the cluster and the node on the same physical server?

 made sure
 everything worked,

How? Does an euca-describe-availability-zones verbose from the node
work? Were you able to register images and start instances?

 and performed the network restart again, and again,
 we get the same problem when running commands from node to cluster (if
 we run the command inside the cluster there is not error).

Is the network connectivity working correctly after the restart? Are the
nodes able to ping the CC?

-- 
After a cluster network restart get EC2ResponseError: 403 Forbidden from nodes
https://bugs.launchpad.net/bugs/467521
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 467521] Re: After a cluster network restart get EC2ResponseError: 403 Forbidden from nodes

2009-11-02 Thread migomez
Are you running the cluster and the node on the same physical server?
Cluster and nodes are two different servers.

How? Does an euca-describe-availability-zones verbose from the node work? 
Were you able to register images and start instances?
Same error, any euca* command from the Node gets the same forbidden message. 

Is the network connectivity working correctly after the restart? Are the nodes 
able to ping the CC?
All the other services work ok, both servers are able to ping each other.

Before the /etc/init.d/network restart on the cluster everything work
without any problem, please note, we installed everything in two other
servers (as cluster and node) everything worked perfect between cluster
and node, until the moment we run  /etc/init.d/network restart on the
cluster, at this moment we started getting the same forbidden problem
again. This problem was replicated on our test environment.

Thanks,

-- 
After a cluster network restart get EC2ResponseError: 403 Forbidden from nodes
https://bugs.launchpad.net/bugs/467521
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs