Hi guys,

My deployment works fine from my local machine, but fails from a
different machine (under a different user).

It fails on the first task that uses sudo. Here is the task:

  task :after_symlink do
    sudo "chown -R #{apache_user} #{release_path}"
  end

And the error is:

Password: stty: standard input: Inappropriate ioctl for device

The key difference (I think) is that the deployment runs under the
Apache user (I use Integrity).

Something must be wrong with the stdin for that user, but I can't
quite put my finger on it and I have a low Google fu today...

Suggestions and hints welcome!

Cheers

Cyrille
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.co.uk/group/capistrano?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to