Skip to content

Instantly share code, notes, and snippets.

@cheeseplus
Created February 7, 2018 15:11
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 cheeseplus/dce1713c982057a6f417d3edfb30c9ac to your computer and use it in GitHub Desktop.
Save cheeseplus/dce1713c982057a6f417d3edfb30c9ac to your computer and use it in GitHub Desktop.
vagrant log for erlang.org gzip inflation diagnosis
Last login: Tue Feb 6 22:47:38 2018 from 172.20.123.177
vagrant@default-ubuntu-1604:~$ cd /root/
-bash: cd: /root/: Permission denied
vagrant@default-ubuntu-1604:~$ ls
vagrant@default-ubuntu-1604:~$ sudo su
root@default-ubuntu-1604:/home/vagrant# cd /root/
root@default-ubuntu-1604:~# ls
otp_src_19.3.tar.gz
root@default-ubuntu-1604:~# ls -alh
total 66M
drwx------ 2 root root 4.0K Feb 6 22:49 .
drwxr-xr-x 23 root root 4.0K Jan 4 16:37 ..
-rw-r--r-- 1 root root 3.1K Oct 22 2015 .bashrc
-rwxr-xr-x 1 root root 66M Feb 6 22:49 otp_src_19.3.tar.gz
-rw-r--r-- 1 root root 148 Aug 17 2015 .profile
root@default-ubuntu-1604:~# shasum -a256 otp_src_19.3.tar.gz
fe4a00651db39b8542b04530a48d24b2f2e7e0b77cbe93d728c9f05325bdfe83 otp_src_19.3.tar.gz
root@default-ubuntu-1604:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment