koicat
2010-Jul-02 20:05 UTC
Limit Ring server to localhost only. RingFinger.new(''localhost'') apparently doesn''t work
Am using RingyDingy. Have altered call to Rinda::RingFinger.new to Rinda::RingFinger.new(''localhost'') in ring_server.rb and in ringy_dingy.rb, but still get, intermittently, attachments to like named services on my compatriots (in the same lan segment) which causes things to disappear trying to run on their machine (or on mine from theirs). Need to stop this behavior for development so we can work independantly. Any suggestions? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Jeffrey L. Taylor
2010-Jul-03 19:30 UTC
Re: Limit Ring server to localhost only. RingFinger.new(''localhost'') apparently doesn''t work
Quoting koicat <pmneve-/E1597aS9LQAvxtiuMwx3w@public.gmane.org>:> Am using RingyDingy. > Have altered call to Rinda::RingFinger.new to > Rinda::RingFinger.new(''localhost'') in ring_server.rb and in > ringy_dingy.rb, but still get, intermittently, attachments to like > named services on my compatriots (in the same lan segment) which > causes things to disappear trying to run on their machine (or on mine > from theirs). Need to stop this behavior for development so we can > work independantly. > Any suggestions? >Is the ring_server really running on localhost? My experience using ''localhost'' is mixed. I prefer to be explicit and use ''127.0.0.1''. Check if it really is running on this address, e.g., ''netstat -ant'' on most Linux/Unix based OS. HTH, Jeffrey -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
koicat
2010-Jul-20 22:26 UTC
Re: Limit Ring server to localhost only. RingFinger.new(''localhost'') apparently doesn''t work
Thank you, Jeffrey. I will take a look at that. Am running under Windows (sigh) but netstat is similar. pat On Jul 3, 12:30 pm, "Jeffrey L. Taylor" <r...-f/t7CGFWhwGcvWdFBKKxig@public.gmane.org> wrote:> Quoting koicat <pmn...-/E1597aS9LQAvxtiuMwx3w@public.gmane.org>:> Am using RingyDingy. > > Have altered call to Rinda::RingFinger.new to > > Rinda::RingFinger.new(''localhost'') in ring_server.rb and in > > ringy_dingy.rb, but still get, intermittently, attachments to like > > named services on my compatriots (in the same lan segment) which > > causes things to disappear trying to run on their machine (or on mine > > from theirs). Need to stop this behavior for development so we can > > work independantly. > > Any suggestions? > > Is the ring_server really running on localhost? My experience using > ''localhost'' is mixed. I prefer to be explicit and use ''127.0.0.1''. Check if > it really is running on this address, e.g., ''netstat -ant'' on most Linux/Unix > based OS. > > HTH, > Jeffrey-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.