Pat Maddox
2005-Dec-22 21:58 UTC
Switchtower problem - `sysread'': bignum too big to convert into `long'' (RangeError)
I''m trying to set up switchtower, following the info in the Manual, but am getting this error when I run "rake remote_exec ACTION=setup": servers: ["cantona.dnswatchdog.com"] /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.3/lib/net/ssh/transport/packet-stream.rb:203:in `sysread'': bignum too big to convert into `long'' (RangeError) from /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.3/lib/net/ssh/transport/packet-stream.rb:203:in `read'' from /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.3/lib/net/ssh/transport/packet-stream.rb:167:in `get'' from /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.3/lib/net/ssh/transport/packet-stream.rb:147:in `synchronize'' from /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.3/lib/net/ssh/transport/packet-stream.rb:147:in `get'' from /usr/lib/ruby/gems/1.8/gems/needle-1.2.1/lib/needle/lifecycle/proxy.rb:60:in `__send__'' from /usr/lib/ruby/gems/1.8/gems/needle-1.2.1/lib/needle/lifecycle/proxy.rb:60:in `method_missing'' from /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.3/lib/net/ssh/transport/session.rb:245:in `wait_for_message'' from /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.3/lib/net/ssh/transport/session.rb:240:in `loop'' ... 53 levels... from /usr/lib/ruby/gems/1.8/gems/switchtower-0.9.0/lib/switchtower/cli.rb:7:in `execute!'' from /usr/lib/ruby/gems/1.8/gems/switchtower-0.9.0/bin/switchtower:11 from /usr/bin/switchtower:18:in `load'' from /usr/bin/switchtower:18 Any clue what''s going on with this? Pat
Pat Maddox
2005-Dec-23 00:30 UTC
Re: Switchtower problem - `sysread'': bignum too big to convert into `long'' (RangeError)
I finally found something on google, and apparently it''s again a problem with Apple''s install of Ruby. I did a manual install and it works fine now. On 12/22/05, Pat Maddox <pergesu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I''m trying to set up switchtower, following the info in the Manual, > but am getting this error when I run "rake remote_exec ACTION=setup": > > servers: ["cantona.dnswatchdog.com"] > /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.3/lib/net/ssh/transport/packet-stream.rb:203:in > `sysread'': bignum too big to convert into `long'' (RangeError) > from /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.3/lib/net/ssh/transport/packet-stream.rb:203:in > `read'' > from /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.3/lib/net/ssh/transport/packet-stream.rb:167:in > `get'' > from /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.3/lib/net/ssh/transport/packet-stream.rb:147:in > `synchronize'' > from /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.3/lib/net/ssh/transport/packet-stream.rb:147:in > `get'' > from /usr/lib/ruby/gems/1.8/gems/needle-1.2.1/lib/needle/lifecycle/proxy.rb:60:in > `__send__'' > from /usr/lib/ruby/gems/1.8/gems/needle-1.2.1/lib/needle/lifecycle/proxy.rb:60:in > `method_missing'' > from /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.3/lib/net/ssh/transport/session.rb:245:in > `wait_for_message'' > from /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.3/lib/net/ssh/transport/session.rb:240:in > `loop'' > ... 53 levels... > from /usr/lib/ruby/gems/1.8/gems/switchtower-0.9.0/lib/switchtower/cli.rb:7:in > `execute!'' > from /usr/lib/ruby/gems/1.8/gems/switchtower-0.9.0/bin/switchtower:11 > from /usr/bin/switchtower:18:in `load'' > from /usr/bin/switchtower:18 > > Any clue what''s going on with this? > > Pat >
Shane Vitarana
2005-Dec-23 00:58 UTC
Re: Re: Switchtower problem - `sysread'': bignum too big to convert into `long'' (RangeError)
Pat, Do you know specifically what the problem with Apple''s ruby install was? I installed and ran the fixrbconfig gem but I still get the same error. I wasn''t aware of any other problems with Apple''s ruby install. Also, how did you manually install ruby? Did you use DarwinPorts or Fink? Thanks, Shane On 12/22/05, Pat Maddox <pergesu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I finally found something on google, and apparently it''s again a > problem with Apple''s install of Ruby. I did a manual install and it > works fine now. > > > > On 12/22/05, Pat Maddox <pergesu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > I''m trying to set up switchtower, following the info in the Manual, > > but am getting this error when I run "rake remote_exec ACTION=setup": > > > > servers: ["cantona.dnswatchdog.com"] > > /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.3/lib/net/ssh/transport/packet-stream.rb:203:in > > `sysread'': bignum too big to convert into `long'' (RangeError) > > from /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.3/lib/net/ssh/transport/packet-stream.rb:203:in > > `read'' > > from /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.3/lib/net/ssh/transport/packet-stream.rb:167:in > > `get'' > > from /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.3/lib/net/ssh/transport/packet-stream.rb:147:in > > `synchronize'' > > from /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.3/lib/net/ssh/transport/packet-stream.rb:147:in > > `get'' > > from /usr/lib/ruby/gems/1.8/gems/needle-1.2.1/lib/needle/lifecycle/proxy.rb:60:in > > `__send__'' > > from /usr/lib/ruby/gems/1.8/gems/needle-1.2.1/lib/needle/lifecycle/proxy.rb:60:in > > `method_missing'' > > from /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.3/lib/net/ssh/transport/session.rb:245:in > > `wait_for_message'' > > from /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.3/lib/net/ssh/transport/session.rb:240:in > > `loop'' > > ... 53 levels... > > from /usr/lib/ruby/gems/1.8/gems/switchtower-0.9.0/lib/switchtower/cli.rb:7:in > > `execute!'' > > from /usr/lib/ruby/gems/1.8/gems/switchtower-0.9.0/bin/switchtower:11 > > from /usr/bin/switchtower:18:in `load'' > > from /usr/bin/switchtower:18 > > > > Any clue what''s going on with this? > > > > Pat > > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
Shane Vitarana
2005-Dec-23 02:24 UTC
Re: Re: Switchtower problem - `sysread'': bignum too big to convert into `long'' (RangeError)
Step 0 at <http://nubyonrails.com/pages/shovel> fixed the problem. Shane On 12/22/05, Shane Vitarana <shanev-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Pat, > > Do you know specifically what the problem with Apple''s ruby install > was? I installed and ran the fixrbconfig gem but I still get the same > error. I wasn''t aware of any other problems with Apple''s ruby > install. > > Also, how did you manually install ruby? Did you use DarwinPorts or Fink? > > Thanks, > Shane > > On 12/22/05, Pat Maddox <pergesu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > I finally found something on google, and apparently it''s again a > > problem with Apple''s install of Ruby. I did a manual install and it > > works fine now. > > > > > > > > On 12/22/05, Pat Maddox <pergesu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > I''m trying to set up switchtower, following the info in the Manual, > > > but am getting this error when I run "rake remote_exec ACTION=setup": > > > > > > servers: ["cantona.dnswatchdog.com"] > > > /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.3/lib/net/ssh/transport/packet-stream.rb:203:in > > > `sysread'': bignum too big to convert into `long'' (RangeError) > > > from /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.3/lib/net/ssh/transport/packet-stream.rb:203:in > > > `read'' > > > from /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.3/lib/net/ssh/transport/packet-stream.rb:167:in > > > `get'' > > > from /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.3/lib/net/ssh/transport/packet-stream.rb:147:in > > > `synchronize'' > > > from /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.3/lib/net/ssh/transport/packet-stream.rb:147:in > > > `get'' > > > from /usr/lib/ruby/gems/1.8/gems/needle-1.2.1/lib/needle/lifecycle/proxy.rb:60:in > > > `__send__'' > > > from /usr/lib/ruby/gems/1.8/gems/needle-1.2.1/lib/needle/lifecycle/proxy.rb:60:in > > > `method_missing'' > > > from /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.3/lib/net/ssh/transport/session.rb:245:in > > > `wait_for_message'' > > > from /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.3/lib/net/ssh/transport/session.rb:240:in > > > `loop'' > > > ... 53 levels... > > > from /usr/lib/ruby/gems/1.8/gems/switchtower-0.9.0/lib/switchtower/cli.rb:7:in > > > `execute!'' > > > from /usr/lib/ruby/gems/1.8/gems/switchtower-0.9.0/bin/switchtower:11 > > > from /usr/bin/switchtower:18:in `load'' > > > from /usr/bin/switchtower:18 > > > > > > Any clue what''s going on with this? > > > > > > Pat > > > > > _______________________________________________ > > Rails mailing list > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > >
Pat Maddox
2005-Dec-23 03:13 UTC
Re: Re: Switchtower problem - `sysread'': bignum too big to convert into `long'' (RangeError)
Yeah, Step 0 is what I did, though I didn''t use his script or darwinports/fink. Just downloaded the source from ruby-lang.org, built and installed it, then removed /usr/bin/ruby irb and ri. But it''s just the same thing as the suggestions in the step. On 12/22/05, Shane Vitarana <shanev-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Step 0 at <http://nubyonrails.com/pages/shovel> fixed the problem. > > Shane > > On 12/22/05, Shane Vitarana <shanev-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Pat, > > > > Do you know specifically what the problem with Apple''s ruby install > > was? I installed and ran the fixrbconfig gem but I still get the same > > error. I wasn''t aware of any other problems with Apple''s ruby > > install. > > > > Also, how did you manually install ruby? Did you use DarwinPorts or Fink? > > > > Thanks, > > Shane > > > > On 12/22/05, Pat Maddox <pergesu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > I finally found something on google, and apparently it''s again a > > > problem with Apple''s install of Ruby. I did a manual install and it > > > works fine now. > > > > > > > > > > > > On 12/22/05, Pat Maddox <pergesu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > I''m trying to set up switchtower, following the info in the Manual, > > > > but am getting this error when I run "rake remote_exec ACTION=setup": > > > > > > > > servers: ["cantona.dnswatchdog.com"] > > > > /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.3/lib/net/ssh/transport/packet-stream.rb:203:in > > > > `sysread'': bignum too big to convert into `long'' (RangeError) > > > > from /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.3/lib/net/ssh/transport/packet-stream.rb:203:in > > > > `read'' > > > > from /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.3/lib/net/ssh/transport/packet-stream.rb:167:in > > > > `get'' > > > > from /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.3/lib/net/ssh/transport/packet-stream.rb:147:in > > > > `synchronize'' > > > > from /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.3/lib/net/ssh/transport/packet-stream.rb:147:in > > > > `get'' > > > > from /usr/lib/ruby/gems/1.8/gems/needle-1.2.1/lib/needle/lifecycle/proxy.rb:60:in > > > > `__send__'' > > > > from /usr/lib/ruby/gems/1.8/gems/needle-1.2.1/lib/needle/lifecycle/proxy.rb:60:in > > > > `method_missing'' > > > > from /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.3/lib/net/ssh/transport/session.rb:245:in > > > > `wait_for_message'' > > > > from /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.3/lib/net/ssh/transport/session.rb:240:in > > > > `loop'' > > > > ... 53 levels... > > > > from /usr/lib/ruby/gems/1.8/gems/switchtower-0.9.0/lib/switchtower/cli.rb:7:in > > > > `execute!'' > > > > from /usr/lib/ruby/gems/1.8/gems/switchtower-0.9.0/bin/switchtower:11 > > > > from /usr/bin/switchtower:18:in `load'' > > > > from /usr/bin/switchtower:18 > > > > > > > > Any clue what''s going on with this? > > > > > > > > Pat > > > > > > > _______________________________________________ > > > Rails mailing list > > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
Seemingly Similar Threads
- [ win32utils-Bugs-13825 ] /win32-file-stat-1.2.5/lib/win32/file/stat.rb:81:in `at'': bignum too big to convert into `long'' (RangeError)
- Switchtower not working due to openssl not found
- RangeError (bignum too big to convert into `long'
- Switchtower - unitialized constant
- rake remote_exec on Windows