/usr/bin/env and Capistrano 3 failures in Rails Deployment

codenoob

I'm running capistrano (v3) to deploy to my production and a part of the output is below:

[dd854ece] Running /usr/bin/env [ -L /home/deploy/apps/ap_production/releases/20140207003504/tmp/cache ] on myserver (redacted)
[dd854ece] Command: [ -L /home/deploy/apps/ap_production/releases/20140207003504/tmp/cache ]
[dd854ece] Finished in 0.153 seconds with exit status 1 (failed).

I don't understand what is going on. env prints the set variables, and it can be used to run a command in a new environment, but last, it also is used, as here I think, to launch the right executable.

So what is the command/executable it's supposed to be launching? What are the square brackets for?

Thanks.

codenoob

See my comments. Apparently, it does exactly what it's supposed to do.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

/usr/bin/env and Capistrano 3 failures in Rails Deployment

From Dev

Capistrano 3 deployment for Rails 4 binstubs conflict?

From Dev

Ruby on Rails: Capistrano 3 deployment error

From Dev

Resque Capistrano Deployment in Rails

From Dev

Rails 4 / Capistrano 3 Deployment Stopped Working (no errors)

From Dev

Rails 4 / Capistrano 3 Deployment Stopped Working (no errors)

From Dev

Ruby on rails 4.1.6 + Capistrano 3: purge gems on deployment server

From Dev

Capistrano 3 + AWS: Deployment Issues

From Dev

Capistrano 3 + AWS: Deployment Issues

From Dev

run rails applicaton after capistrano deployment

From Dev

Rails 4 Capistrano deployment cannot find activesupport

From Dev

Rails 4 API deployment example to Amazon EC2 using Capistrano 3, Nginx, Puma, GitHub, and RVM?

From Dev

Rails application does not get restarted automatically after deployment through Capistrano 3.x

From Dev

Rails deployment to staging using capistrano generates the following error

From Dev

Rails assets aren't compiling after Capistrano deployment

From Dev

Rails 4 doesn't detect application after capistrano deployment

From Dev

Capistrano and Rails deployment, unable to access bitbucket repo from ubuntu server

From Dev

Rails Capistrano - Whenever Cron appends cron jobs for every Deployment

From Dev

/usr/bin/env ruby no such file or directory: Using capistrano 3, capistrano/rbenv, capistrano/bundler and capistrano/rails (using rails 4)

From Dev

Capistrano 3 is not running rails migrations when deployed

From Dev

Rails, Capistrano 3 and SSH agent forwarding

From Dev

Capistrano 3 at deployment on Ubuntu 12.04 LTS gives error

From Dev

Capistrano 3 at deployment on Ubuntu 12.04 LTS gives error

From Dev

Capistrano 3: After deployment is not "refreshed" code (website stays as prior the deploy)

From Dev

Capistrano deployment problems

From Dev

Capistrano deployment behaviour

From Dev

Capistrano deployment with Bitbucket

From Dev

Capistrano 3 + Sprockets 3 + Rails 4.2.1 won't deploy?

From Dev

Airbrake integration with Capistrano 3 with Rails 4 getting LoadError: cannot load such file -- airbrake/capistrano3

Related Related

  1. 1

    /usr/bin/env and Capistrano 3 failures in Rails Deployment

  2. 2

    Capistrano 3 deployment for Rails 4 binstubs conflict?

  3. 3

    Ruby on Rails: Capistrano 3 deployment error

  4. 4

    Resque Capistrano Deployment in Rails

  5. 5

    Rails 4 / Capistrano 3 Deployment Stopped Working (no errors)

  6. 6

    Rails 4 / Capistrano 3 Deployment Stopped Working (no errors)

  7. 7

    Ruby on rails 4.1.6 + Capistrano 3: purge gems on deployment server

  8. 8

    Capistrano 3 + AWS: Deployment Issues

  9. 9

    Capistrano 3 + AWS: Deployment Issues

  10. 10

    run rails applicaton after capistrano deployment

  11. 11

    Rails 4 Capistrano deployment cannot find activesupport

  12. 12

    Rails 4 API deployment example to Amazon EC2 using Capistrano 3, Nginx, Puma, GitHub, and RVM?

  13. 13

    Rails application does not get restarted automatically after deployment through Capistrano 3.x

  14. 14

    Rails deployment to staging using capistrano generates the following error

  15. 15

    Rails assets aren't compiling after Capistrano deployment

  16. 16

    Rails 4 doesn't detect application after capistrano deployment

  17. 17

    Capistrano and Rails deployment, unable to access bitbucket repo from ubuntu server

  18. 18

    Rails Capistrano - Whenever Cron appends cron jobs for every Deployment

  19. 19

    /usr/bin/env ruby no such file or directory: Using capistrano 3, capistrano/rbenv, capistrano/bundler and capistrano/rails (using rails 4)

  20. 20

    Capistrano 3 is not running rails migrations when deployed

  21. 21

    Rails, Capistrano 3 and SSH agent forwarding

  22. 22

    Capistrano 3 at deployment on Ubuntu 12.04 LTS gives error

  23. 23

    Capistrano 3 at deployment on Ubuntu 12.04 LTS gives error

  24. 24

    Capistrano 3: After deployment is not "refreshed" code (website stays as prior the deploy)

  25. 25

    Capistrano deployment problems

  26. 26

    Capistrano deployment behaviour

  27. 27

    Capistrano deployment with Bitbucket

  28. 28

    Capistrano 3 + Sprockets 3 + Rails 4.2.1 won't deploy?

  29. 29

    Airbrake integration with Capistrano 3 with Rails 4 getting LoadError: cannot load such file -- airbrake/capistrano3

HotTag

Archive