Ben Reubenstein

Results 7 comments of Ben Reubenstein

Ditto, JUST started happening. ``` # god --version Version 0.11.0 # lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 10.10 Release: 10.10 Codename: maverick # ruby...

TURNS OUT, god is not at fault. Looking at my god logs it turns out it was a gem issue, and it was simply the worker not being able to...

Just did a bundle install and it solved the problem.

I wanted to do exactly what @thiagorp wants to do. This is the workaround I came up with so that I could use the current version and keep my project...

For the record I am running on the master branch of node: node -v v0.5.0-pre

I installed node in /usr/local/node so I can easily sandbox it. My bin would be at /usr/local/node/bin/node. I adjusted this file, and got to another error which I also suspect...

Alright - got it working! Issue was changing line 22 of shell.js to the proper node path and installing mime properly.