Rails Capistrano Joyent deployment...failure at the last sec

Help! Problems at the last second!

After some toiling, I managed to get everything installed on a Joyent
Accelerator; “mongrel_rails” installed in the “/opt/csw/bin/”
directory, so I had to modify my “deploy.rb” file accordingly:

set :mongrel_rails, “/opt/csw/bin/”

It executes, but this is where the problems come:

It looks like the command runs, but when it tries to set up individual
instances, it forgets the path from the “deploy.rb” file.

Also noted: “myprivateip” is, according to Joyent and the following
site, a command that should hook up the IP address correctly, but it
too appears to be failing.

Ref: http://wiki.joyent.com/accelerators:apache_rails_mongrel?s=private

I’d love any insight!
S