Skip to content

Instantly share code, notes, and snippets.

@Asmmund
Created February 25, 2013 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Asmmund/5030674 to your computer and use it in GitHub Desktop.
Save Asmmund/5030674 to your computer and use it in GitHub Desktop.
bash -c '$HOME/.rvm/bin/rvm pkg install libyaml'
cap deploy:setup
triggering start callbacks for `deploy:setup'
Enter passphrase for /home/halfros/.ssh/id_rsa:
Identity added: /home/halfros/.ssh/id_rsa (/home/halfros/.ssh/id_rsa)
* 2013-02-25 17:36:46 executing `deploy:setup'
triggering before callbacks for `deploy:setup'
* 2013-02-25 17:36:46 executing `rvm:install_rvm'
* executing "__LAST_STATUS=0; export CURL_HOME=\"${TMPDIR:-${HOME}}/.rvm-curl-config.$$\"; mkdir ${CURL_HOME}/; { [[ -r ${HOME}/.curlrc ]] && cat ${HOME}/.curlrc; echo \"silent\"; echo \"show-error\"; } > $CURL_HOME/.curlrc; curl -L get.rvm.io | bash -s stable --path $HOME/.rvm/ || __LAST_STATUS=$?; rm -rf $CURL_HOME; exit ${__LAST_STATUS}"
servers: ["h33.hvosting.ua"]
[h33.hvosting.ua] executing command
** [out :: h33.hvosting.ua] Downloading RVM from wayneeseguin branch stable
** [out :: h33.hvosting.ua]
** [out :: h33.hvosting.ua] Upgrading the RVM installation in /home/h41319/data/.rvm//
** [out :: h33.hvosting.ua] RVM PATH line found in /home/h41319/data/.bashrc /home/h41319/data/.zshrc.
** [out :: h33.hvosting.ua] RVM sourcing line found in /home/h41319/data/.zprofile.
** [out :: h33.hvosting.ua] Installing rvm gem in 2 gemsets
** [out :: h33.hvosting.ua] ........
** [out :: h33.hvosting.ua] ........
** [out :: h33.hvosting.ua]
** [out :: h33.hvosting.ua] Upgrade Notes:
** [out :: h33.hvosting.ua]
** [out :: h33.hvosting.ua] * No new notes to display.
** [out :: h33.hvosting.ua]
** [out :: h33.hvosting.ua] # RVM: Shell scripts enabling management of multiple ruby environments.
** [out :: h33.hvosting.ua] # RTFM: https://rvm.io/
** [out :: h33.hvosting.ua] # HELP: http://webchat.freenode.net/?channels=rvm (#rvm on irc.freenode.net)
** [out :: h33.hvosting.ua] # Cheatsheet: http://cheat.errtheblog.com/s/rvm/
** [out :: h33.hvosting.ua] # Screencast: http://screencasts.org/episodes/how-to-use-rvm
** [out :: h33.hvosting.ua]
** [out :: h33.hvosting.ua] # In case of any issues read output of 'rvm requirements' and/or 'rvm notes'
** [out :: h33.hvosting.ua]
** [out :: h33.hvosting.ua] Upgrade of RVM in /home/h41319/data/.rvm// is complete.
** [out :: h33.hvosting.ua]
** [out :: h33.hvosting.ua] # h41319,
** [out :: h33.hvosting.ua] #
** [out :: h33.hvosting.ua] # Thank you for using RVM!
** [out :: h33.hvosting.ua] # I sincerely hope that RVM helps to make your life easier and
** [out :: h33.hvosting.ua] # more enjoyable!!!
** [out :: h33.hvosting.ua] #
** [out :: h33.hvosting.ua] # ~Wayne
** [out :: h33.hvosting.ua]
command finished in 10501ms
* 2013-02-25 17:36:57 executing `rvm:install_pkgs'
* executing "$HOME/.rvm/bin/rvm pkg install libyaml"
servers: ["h33.hvosting.ua"]
[h33.hvosting.ua] executing command
** [out :: h33.hvosting.ua]
** [out :: h33.hvosting.ua] A RVM version 1.18.8 (stable) is installed yet 1.18.14 (stable) is loaded.
** [out :: h33.hvosting.ua] Please do one of the following:
** [out :: h33.hvosting.ua] * 'rvm reload'
** [out :: h33.hvosting.ua] * open a new shell
** [out :: h33.hvosting.ua] * 'echo rvm_auto_reload_flag=1 >> ~/.rvmrc' # for auto reload with msg.
** [out :: h33.hvosting.ua] * 'echo rvm_auto_reload_flag=2 >> ~/.rvmrc' # for silent auto reload.
** [out :: h33.hvosting.ua]
command finished in 238ms
failed: "bash -c '$HOME/.rvm/bin/rvm pkg install libyaml'" on h33.hvosting.ua
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment