rapid7 / warvox

http://www.warvox.org/
203 stars 55 forks source link

Adding missing gem required by rex #39

Closed ghost closed 8 years ago

ghost commented 8 years ago

I am not sure if this is issue for warvox or rex not having rkelly-remix as a dependency but since commit 14ae287 bumped the rex version to 2.0.9 it has failed to run and gives a error regarding rkelly.

[*] Starting WarVOX on http://127.0.0.1:7777/

[2016-03-03T22:02:02.286739 #12]  INFO -- : WarVOX is starting up...
[2016-03-03T22:02:02.287438 #12]  INFO -- : Worker Manager has PID 14
[2016-03-03T22:02:02.287518 #12]  INFO -- : Web Server has PID 14
/var/lib/gems/2.1.0/gems/rex-2.0.9/lib/rex/proto/http/response.rb:5:in > `require'/var/lib/gems/2.1.0/gems/rex-2.0.9/lib/rex/proto/http/response.rb:5:in `require': : cannot load such file -- rkelly cannot load such file -- rkelly ( (LoadErrorLoadError)

It looks like due to a update to the Rex gem it now requires rkelly-remix.

Dockerfile with the fix can be found Here using rkelly-remix 0.0.7 if needed.

hdm commented 8 years ago

Thanks! It might make sense to de-rex WarVOX at this point. Still figuring out where to take the project.