Coder Social home page Coder Social logo

rubysu's Issues

Net::HTTP inherited loading bug

When the parent script loads the net/http library, the Sudo::Wrapper appears to improperly inherit this dependency, and throws the following error upon start!:

(drbunix:/tmp/rubysu-26896-76952480) /usr/lib/ruby/2.3.0/net/http/requests.rb:8:in `<top (required)>': uninitialized constant Net::HTTP (NameError)
Did you mean?  Net::HTTPNotImplemented
               Net::HTTPMultipleChoice
[... lots more ...]
               Net::HTTP [Ironically]
	from (drbunix:/tmp/rubysu-26896-76952480) ~/.gem/ruby/2.3.0/gems/sudo-0.1.1/lib/sudo/proxy.rb:17:in `require'
	from (drbunix:/tmp/rubysu-26896-76952480) ~/.gem/ruby/2.3.0/gems/sudo-0.1.1/lib/sudo/proxy.rb:17:in `proxy'
	from (drbunix:/tmp/rubysu-26896-76952480) /usr/lib/ruby/2.3.0/drb/drb.rb:1624:in `perform_without_block'
	from (drbunix:/tmp/rubysu-26896-76952480) /usr/lib/ruby/2.3.0/drb/drb.rb:1584:in `perform'
	from (drbunix:/tmp/rubysu-26896-76952480) /usr/lib/ruby/2.3.0/drb/drb.rb:1657:in `block (2 levels) in main_loop'
	from (drbunix:/tmp/rubysu-26896-76952480) /usr/lib/ruby/2.3.0/drb/drb.rb:1653:in `loop'
	from (drbunix:/tmp/rubysu-26896-76952480) /usr/lib/ruby/2.3.0/drb/drb.rb:1653:in `block in main_loop'
	from ~/.gem/ruby/2.3.0/gems/sudo-0.1.1/lib/sudo/wrapper.rb:90:in `block in load_features'
	from ~/.gem/ruby/2.3.0/gems/sudo-0.1.1/lib/sudo/wrapper.rb:89:in `each'
	from ~/.gem/ruby/2.3.0/gems/sudo-0.1.1/lib/sudo/wrapper.rb:89:in `load_features'
	from ~/.gem/ruby/2.3.0/gems/sudo-0.1.1/lib/sudo/wrapper.rb:79:in `start!'

A workaround is to explicitly load net/http like this:

Sudo::Wrapper.run('-rnet/http')

It appears that the problem is because Sudo is loading net/http/requests.rb before net/http.rb.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.