From: Junkone on 3 Apr 2010 09:41 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) E:\Documents and Settings\TTS>ruby -ver ruby 1.9.1p378 (2010-01-10 revision 26273) [i386-mingw32] -e:1:in `<main>': undefined local variable or method `r' for main:Object (NameEr ror)
From: Luis Lavena on 3 Apr 2010 09:57 On Apr 3, 3:41 pm, Junkone <junko...(a)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(a)proxy:port/ -- Luis Lavena
From: Junkone on 3 Apr 2010 10:27 On Apr 3, 9:57 am, Luis Lavena <luislav...(a)gmail.com> wrote: > On Apr 3, 3:41 pm, Junkone <junko...(a)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(a)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
From: Junkone on 3 Apr 2010 10:30 On Apr 3, 10:27 am, Junkone <junko...(a)gmail.com> wrote: > On Apr 3, 9:57 am, Luis Lavena <luislav...(a)gmail.com> wrote: > > > > > > > On Apr 3, 3:41 pm, Junkone <junko...(a)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(a)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),
From: Junkone on 3 Apr 2010 10:51
On Apr 3, 10:27 am, Junkone <junko...(a)gmail.com> wrote: > On Apr 3, 9:57 am, Luis Lavena <luislav...(a)gmail.com> wrote: > > > > > > > On Apr 3, 3:41 pm, Junkone <junko...(a)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(a)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 when i tried to ping from web, it is pingable only from USA http://www.watchmouse.com/en/checkit.php?m=3&c=jpcheckperf&vurl=http://rubygems.org/&utm_source=just-ping.com&utm_medium=link&utm_campaign=jpcheckperf |