Re: Distributed System Software Recommendations

2009-08-26 Thread Shane Hathaway
Dave Smith wrote:
 Yes, this question came up about a year ago, and XMPP and IRC were  
 considered. I never really pursued those options further because I'm  
 somewhat opposed to having a central broker (for lack of a better  
 word) that acts as a single point of failure, and adds complexity for  
 routing messages to and from the pieces of my distributed system.

In the last distributed system I helped build, we didn't feel good about 
having a central point of control (and failure), but in the end we 
decided that a fully distributed system would add unjustifiable 
complexity and expense.  Fully distributed systems seem to grow 
behaviors that are as hard to fix as human communication problems.

I have no idea whether that experience applies to your project, of course.

Shane

/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/


Re: Distributed System Software Recommendations

2009-08-26 Thread Gabriel Gunderson
On Tue, Aug 25, 2009 at 11:59 PM, Shane Hathawaysh...@hathawaymix.org wrote:
 In the last distributed system I helped build, we didn't feel good about
 having a central point of control (and failure), but in the end we
 decided that a fully distributed system would add unjustifiable
 complexity and expense.  Fully distributed systems seem to grow
 behaviors that are as hard to fix as human communication problems.

Yeah, my favorite example of a fully distributed system that seemed
to grow behaviors that are as hard to fix as human communication
problems was Amazon messaging system that carried *gossip*.  How
human like is that?


At 9:41am PDT, we determined that servers within Amazon S3 were having
problems communicating with each other. As background information,
Amazon S3 uses a gossip protocol to quickly spread server state
information throughout the system. This allows Amazon S3 to quickly
route around failed or unreachable servers, among other things. When
one server connects to another as part of processing a customer's
request, it starts by gossiping about the system state. Only after
gossip is completed will the server send along the information related
to the customer request. On Sunday, we saw a large number of servers
that were spending almost all of their time gossiping and a
disproportionate amount of servers that had failed while gossiping.
With a large number of servers gossiping and failing while gossiping,
Amazon S3 wasn't able to successfully process many customer requests.


http://status.aws.amazon.com/s3-20080720.html

Also watch out for backbiting, speaking ill of others, spite and slander.

Best,
Gabe

/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/


What is The Hive?

2009-08-26 Thread Dave Smith
Does anyone know what this is:

http://www.thehive.com/

Aside from the fact that they seem to know the answer to the Ultimate  
Question of life, the universe, and everything, I can't tell what they  
actually do.

--Dave

/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/


Re: What is The Hive?

2009-08-26 Thread Richard Esplin
http://codeclimber.blogspot.com/2008/04/hive.html
http://www.aboutus.org/TheHive.com

It sounds like they are fizzlin'.

Richard

On Wednesday 26 August 2009 01:36:46 Dave Smith d...@thesmithfam.org wrote:
 Does anyone know what this is:
 
 http://www.thehive.com/
 
 Aside from the fact that they seem to know the answer to the Ultimate  
 Question of life, the universe, and everything, I can't tell what they  
 actually do.
 
 --Dave
snip


/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/


Re: What is The Hive?

2009-08-26 Thread Joel Finlinson
On Wed, Aug 26, 2009 at 2:54 AM, Richard Esplin
richard-li...@esplins.orgwrote:

 http://codeclimber.blogspot.com/2008/04/hive.html
 http://www.aboutus.org/TheHive.com

 It sounds like they are fizzlin'.

 Richard

 On Wednesday 26 August 2009 01:36:46 Dave Smith d...@thesmithfam.org
 wrote:
  Does anyone know what this is:
 
  http://www.thehive.com/
 
  Aside from the fact that they seem to know the answer to the Ultimate
  Question of life, the universe, and everything, I can't tell what they
  actually do.
 
  --Dave
 snip



   That's who Charles Curley works for, isn't it?   ;-)  Sounds like they're
similar to End Point http://www.endpoint.com/page/hub/bios   You're not
still working http://charlescurley.com/resume.charles.curley.html for End
Point, Charles?

/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/


RE: What is The Hive?

2009-08-26 Thread Jim Wright
The Hive is a group of companies under The Hive umbrella.  Mostly LAMP
Engineers.  Their main source of revenue is singles.net a dating
service.  You see it all the time on Yahoo web page.   They are virtual
company and each developer works from their house.  Pretty cool company
but they are VERY PICKY on who they hire.

Jim Wright
Technology Recruiter
Prince, Perelson  Associates
(801)365-0407

-Original Message-
From: plug-boun...@plug.org [mailto:plug-boun...@plug.org] On Behalf Of
Joel Finlinson
Sent: Wednesday, August 26, 2009 8:50 AM
To: richard-li...@esplins.org; Provo Linux Users Group
Subject: Re: What is The Hive?

On Wed, Aug 26, 2009 at 2:54 AM, Richard Esplin
richard-li...@esplins.orgwrote:

 http://codeclimber.blogspot.com/2008/04/hive.html
 http://www.aboutus.org/TheHive.com

 It sounds like they are fizzlin'.

 Richard

 On Wednesday 26 August 2009 01:36:46 Dave Smith d...@thesmithfam.org
 wrote:
  Does anyone know what this is:
 
  http://www.thehive.com/
 
  Aside from the fact that they seem to know the answer to the
Ultimate
  Question of life, the universe, and everything, I can't tell what
they
  actually do.
 
  --Dave
 snip



   That's who Charles Curley works for, isn't it?   ;-)  Sounds like
they're
similar to End Point http://www.endpoint.com/page/hub/bios   You're
not
still working http://charlescurley.com/resume.charles.curley.html for
End
Point, Charles?

/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/

/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/


Re: What is The Hive?

2009-08-26 Thread Charles Curley
On Wed, 26 Aug 2009 08:50:21 -0600
Joel Finlinson j...@finlinson.net wrote:

 On Wed, Aug 26, 2009 at 2:54 AM, Richard Esplin
 richard-li...@esplins.orgwrote:
 


 
 
That's who Charles Curley works for, isn't it?   ;-)  Sounds like
 they're similar to End Point
 http://www.endpoint.com/page/hub/bios   You're not still working
 http://charlescurley.com/resume.charles.curley.html for End Point,
 Charles?

That would be telling.



-- 

Charles Curley  /\ASCII Ribbon Campaign
Looking for fine software   \ /Respect for open standards
and/or writing?  X No HTML/RTF in email
http://www.charlescurley.com/ \No M$ Word docs in email

Key fingerprint = CE5C 6645 A45A 64E4 94C0  809C FFF6 4C48 4ECD DFDB

/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/


Re: iptables settings feedback

2009-08-26 Thread Stuart Jansen
On Tue, 2009-08-25 at 18:54 -0600, Wade Preston Shearer wrote:
 I ran the script, loading the new settings and restarting iptables. It  
 appears to have worked correct as all services are running as  
 expected. Logging onto the server via SSH is slower now. Is that to be  
 expected with the filtering I just put into place or is that an  
 indication that something is not right?

Sounds to me like IPv6 followed by IPv4 fallback. See if this is faster:

ssh -4 u...@host.example.com


/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/


Re: iptables settings feedback

2009-08-26 Thread Lonnie Olson
On Tue, Aug 25, 2009 at 9:58 PM, Wade Preston
Shearerwadeshearer.li...@me.com wrote:
 On 25 Aug 2009, at 21:54, Michael Torrie wrote:

 Well once logged in, run the w or who commands and see what IP
 address you're coming from, then see what host ##.##.##.## says.

 Thanks for the help. w and who both returned the static IP address assigned
 to my house by my ISP. running the host command on that IP returned
 connection timed out; no servers could be reached.

 Is that something I need to resolve with my ISP?

No, this is caused because you are blocking the return DNS replies.

In your last copy of the script, you left out the return traffic.
/sbin/iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT

You seemed to replace it with the loopback traffic rule.  Remember you
will want both.  The state rule will allow replies to your outbound
traffic.  and the loopback rule will just allow your server to
communicate with itself.

--lonnie

/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/


Re: iptables settings feedback

2009-08-26 Thread Stuart Jansen
On Wed, 2009-08-26 at 10:41 -0600, Lonnie Olson wrote:
 No, this is caused because you are blocking the return DNS replies.
 
 In your last copy of the script, you left out the return traffic.
 /sbin/iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
 
 You seemed to replace it with the loopback traffic rule.  Remember you
 will want both.  The state rule will allow replies to your outbound
 traffic.  and the loopback rule will just allow your server to
 communicate with itself.

Good catch.


/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/


Re: iptables settings feedback

2009-08-26 Thread Wade Preston Shearer
On Wednesday, August 26, 2009, at 09:41AM, Lonnie Olson li...@kittypee.com 
wrote:

No, this is caused because you are blocking the return DNS replies.

In your last copy of the script, you left out the return traffic.
/sbin/iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT

You seemed to replace it with the loopback traffic rule.  Remember you
will want both.  The state rule will allow replies to your outbound
traffic.  and the loopback rule will just allow your server to
communicate with itself.

Thank you, Lonnie. That as it. SSH is snappy again now.

/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/