From: Kenneth W. <hap...@gm...> - 2009-10-27 19:24:23
|
Thanks Jason! That got me on the right track to fixing it. I'm not sure if this is the best way to fix it, but in case anyone else has this issue on EC2... I changed line 65 in nventory.rb on my Etch host from @server = 'http://nventory/' to @server = 'http:// ec2-X-X-X-X.compute-N.amazonaws.com/', replace with your instance's dns entry. On Tue, Oct 27, 2009 at 10:21 AM, Jason Heiss <jh...@ap...> wrote: > > On Oct 26, 2009, at 11:22 PM, Kenneth Williams wrote: > > Jason, >> Awesome. That fixed that issue. Thanks! >> >> I'm seeing another error "getaddrinfo: Name or service not known >> (SocketError)" from http.rb, but I believe those are specific to the EC2 >> setup I'm running. The trouble shooting continues ;) Thanks again! >> >> > That sounds like the nventory library is failing to look up the hostname > for the nventory server. I think the library uses 'http://nventory/' by > default. > > Jason > > -- Kenneth Williams No man's life, liberty, or property are safe while the legislature is in session. - Mark Twain |