Skip to content

Instantly share code, notes, and snippets.

@ekortright
Last active December 22, 2015 00: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 ekortright/6390877 to your computer and use it in GitHub Desktop.
Save ekortright/6390877 to your computer and use it in GitHub Desktop.
Trying again with --debug flag; note that the curl return code of 22 is new (I just started getting this error recently), but the permissions problem creaging symlinks has been happening ever since I tried installing rvm on this machine
$ cat /proc/version
Linux version 3.2.45 (root@kfc.hostgator.com) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC) ) #1 SMP Tue May 14 10:21:52 CDT 2013
$ rm -rf ~/.rvm
$ \curl -#L https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer | bash -s stable --debug
######################################################################## 100.0%
Turning on debug mode.
Downloading RVM from wayneeseguin branch stable
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 124 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 504 Gateway Time-out
Could not download 'https://github.com/wayneeseguin/rvm/archive/stable.tar.gz'.
curl returned status '22'.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1083k 100 1083k 0 0 1440k 0 --:--:-- --:--:-- --:--:-- 1785k
gtar: install: Cannot create symlink to `scripts/install': Permission denied
gtar: scripts/functions/requirements/amazon: Cannot create symlink to `centos': Permission denied
gtar: scripts/functions/requirements/debian: Cannot create symlink to `ubuntu': Permission denied
gtar: scripts/functions/requirements/mint: Cannot create symlink to `ubuntu': Permission denied
gtar: Exiting with failure status due to previous errors
Could not extract RVM sources.
$ \curl -L https://get.rvm.io | bash -s stable --debug
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 15300 100 15300 0 0 49543 0 --:--:-- --:--:-- --:--:-- 49543
Turning on debug mode.
Downloading RVM from wayneeseguin branch stable
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 124 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
curl: (22) The requested URL returned error: 504 Gateway Time-out
Could not download 'https://github.com/wayneeseguin/rvm/archive/stable.tar.gz'.
curl returned status '22'.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1083k 100 1083k 0 0 1704k 0 --:--:-- --:--:-- --:--:-- 2104k
gtar: install: Cannot create symlink to `scripts/install': Permission denied
gtar: scripts/functions/requirements/amazon: Cannot create symlink to `centos': Permission denied
gtar: scripts/functions/requirements/debian: Cannot create symlink to `ubuntu': Permission denied
gtar: scripts/functions/requirements/mint: Cannot create symlink to `ubuntu': Permission denied
gtar: Exiting with failure status due to previous errors
Could not extract RVM sources.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment