On Apr 3, 4:30 pm, Junkone <junko...@gmail.com> wrote:
> On Apr 3, 10:27 am, Junkone <junko...@gmail.com> wrote:
> > On Apr 3, 9:57 am, Luis Lavena <luislav...@gmail.com> wrote:
> > > On Apr 3, 3:41 pm, Junkone <junko...@gmail.com> wrote:
> > > > dunno what to do. i have a ruby installed on my new machine and cannot
> > > > add fastercsv.
> > > > E:\Documents and Settings\TTS>gem install fastercsv
> > > > WARNING: RubyGems 1.2+ index not found for:
> > > > http://gems.rubyforge.org/
> > > > RubyGems will revert to legacy indexes degrading performance.
> > > > Bulk updating Gem source index for:http://gems.rubyforge.org/
> > > > ERROR: While executing gem ... (Gem::RemoteSourceException)
> > > > Error fetching remote gem cache: bad response Not Found 404
> > > > (http://producti
> > > > on.s3.rubygems.org/yaml)
> > > Are you behind a firewall or proxy? That is the common source of this
> > > problem
> > > See "gem help install" on how to provide proxy settings for gem
> > > installation.
> > > gem install fastercsv --http-proxy=http://user:pass@proxy:port/
> > > --
> > > Luis Lavena
> > no. i am in direct connection to internet.
> > E:\Documents and Settings\TTS>ping rubygems.com
> > Pinging rubygems.com [174.120.120.196] with 32 bytes of data:
> > Reply from 174.120.120.196: bytes=32 time=55ms TTL=48
> > Reply from 174.120.120.196: bytes=32 time=54ms TTL=48
> > Reply from 174.120.120.196: bytes=32 time=54ms TTL=48
> > Reply from 174.120.120.196: bytes=32 time=55ms TTL=48
> > Ping statistics for 174.120.120.196:
> > Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
> > Approximate round trip times in milli-seconds:
> > Minimum = 54ms, Maximum = 55ms, Average = 54ms
> well. i tried to ping the rubygems.org and am getting a crazy error. i
> dunno where it is going to.
> E:\Documents and Settings\TTS>ping rubygems.org
> Pinging rubygems.org.csb.obgnet [8.15.7.103] with 32 bytes of data:
> Request timed out.
> Request timed out.
> Request timed out.
> Request timed out.
> Ping statistics for 8.15.7.103:
> Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
I can ping rubygems.org without issues:
C:\Users\Luis>ping rubygems.org
Pinging rubygems.org [72.4.120.124] with 32 bytes of data:
Reply from 72.4.120.124: bytes=32 time=112ms TTL=50
Reply from 72.4.120.124: bytes=32 time=103ms TTL=50
Reply from 72.4.120.124: bytes=32 time=103ms TTL=50
Ping statistics for 72.4.120.124:
Packets: Sent = 3, Received = 3, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 103ms, Maximum = 112ms, Average = 106ms
So this raises again my previous question: are you behind a proxy or
firewall?
The IP address of rubygems.org is reporting in your case do not match
the real one.
You're in USA on Elliot Cable network?
IP Address Lookup - IPAddresser.com
For some reason, if that is your IP address of your current internet
connection:
http://www.showmyip.com/
Means you have a miss configuration in windows hosts file.
--
Luis Lavena