Skip to content

Instantly share code, notes, and snippets.

@adamtyoung
Last active December 13, 2018 23:49
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 adamtyoung/9b818ac71f48c3ecf00cbf59e08aadff to your computer and use it in GitHub Desktop.
Save adamtyoung/9b818ac71f48c3ecf00cbf59e08aadff to your computer and use it in GitHub Desktop.
Last login: Thu Dec 13 14:40:02 on console
________________________________________________________________________________
| ~ @ d207-023-195-055 (adamtyoung)
| => tmjux
-bash: tmjux: command not found
________________________________________________________________________________
| ~ @ d207-023-195-055 (adamtyoung)
| => tmux
[exited]
________________________________________________________________________________
| ~ @ d207-023-195-055 (adamtyoung)
| => tmux ls
0: 1 windows (created Thu Dec 13 14:42:23 2018) [149x45]
meetings: 1 windows (created Thu Dec 13 14:42:27 2018) [149x45]
________________________________________________________________________________
| ~ @ d207-023-195-055 (adamtyoung)
| => tmux ls
0: 1 windows (created Thu Dec 13 14:42:23 2018) [149x45]
meetings: 1 windows (created Thu Dec 13 14:42:27 2018) [149x45]
________________________________________________________________________________
| ~ @ d207-023-195-055 (adamtyoung)
| => tmux a -t 0
[exited]
________________________________________________________________________________
| ~ @ d207-023-195-055 (adamtyoung)
| => tmux killall-sessions
unknown command: killall-sessions
________________________________________________________________________________
| ~ @ d207-023-195-055 (adamtyoung)
| => tmux killall
unknown command: killall
________________________________________________________________________________
| ~ @ d207-023-195-055 (adamtyoung)
| => tmux --h
tmux: illegal option -- -
usage: tmux [-2CluvV] [-c shell-command] [-f file] [-L socket-name]
[-S socket-path] [command [flags]]
________________________________________________________________________________
| ~ @ d207-023-195-055 (adamtyoung)
| => tmux kill-server
________________________________________________________________________________
| ~ @ d207-023-195-055 (adamtyoung)
| => tmux new -s 'intranet'
[detached (from session intranet)]
________________________________________________________________________________
| ~ @ d207-023-195-055 (adamtyoung)
| => nvim
________________________________________________________________________________
| ~ @ d207-023-195-055 (adamtyoung)
| => tmux
[detached (from session intranet)]
________________________________________________________________________________
| ~ @ d207-023-195-055 (adamtyoung)
| => cd intranet/
total 276
-rw-r--r-- 1 adamtyoung staff 317B 7 Dec 11:33 .editorconfig
drwxr-xr-x 15 adamtyoung staff 480B 13 Dec 14:54 .git/
-rw-r--r-- 1 adamtyoung staff 286B 7 Dec 11:33 .gitignore
-rw-r--r-- 1 adamtyoung staff 156B 7 Dec 11:33 .gitmodules
-rw-r--r-- 1 adamtyoung staff 6.0K 7 Dec 11:33 .htaccess
-rw-r--r-- 1 adamtyoung staff 109K 7 Dec 11:33 CHANGELOG.txt
-rw-r--r-- 1 adamtyoung staff 1.4K 7 Dec 11:33 COPYRIGHT.txt
-rw-r--r-- 1 adamtyoung staff 1.7K 7 Dec 11:33 INSTALL.mysql.txt
-rw-r--r-- 1 adamtyoung staff 1.8K 7 Dec 11:33 INSTALL.pgsql.txt
-rw-r--r-- 1 adamtyoung staff 1.3K 7 Dec 11:33 INSTALL.sqlite.txt
-rw-r--r-- 1 adamtyoung staff 18K 7 Dec 11:33 INSTALL.txt
-rw-r--r-- 1 adamtyoung staff 18K 7 Dec 11:33 LICENSE.txt
-rw-r--r-- 1 adamtyoung staff 8.5K 7 Dec 11:33 MAINTAINERS.txt
-rw-r--r-- 1 adamtyoung staff 1.1K 7 Dec 11:33 PATCHES.txt
-rw-r--r-- 1 adamtyoung staff 5.3K 7 Dec 11:33 README.txt
-rw-r--r-- 1 adamtyoung staff 9.9K 7 Dec 11:33 UPGRADE.txt
-rw-r--r-- 1 adamtyoung staff 6.4K 7 Dec 11:33 authorize.php
-rw-r--r-- 1 adamtyoung staff 720B 7 Dec 11:33 cron.php
drwxr-xr-x 50 adamtyoung staff 1.6K 7 Dec 11:33 includes/
-rw-r--r-- 1 adamtyoung staff 529B 7 Dec 11:33 index.php
-rw-r--r-- 1 adamtyoung staff 703B 7 Dec 11:33 install.php
drwxr-xr-x 72 adamtyoung staff 2.3K 7 Dec 11:33 misc/
drwxr-xr-x 43 adamtyoung staff 1.3K 7 Dec 11:33 modules/
drwxr-xr-x 7 adamtyoung staff 224B 7 Dec 11:33 profiles/
-rw-r--r-- 1 adamtyoung staff 2.1K 7 Dec 11:33 robots.txt
drwxr-xr-x 13 adamtyoung staff 416B 7 Dec 11:33 scripts/
drwxr-xr-x 6 adamtyoung staff 192B 7 Dec 11:33 sites/
drwxr-xr-x 8 adamtyoung staff 256B 7 Dec 11:33 themes/
lrwxr-xr-x 1 adamtyoung staff 14B 7 Dec 11:33 upbeige -> ../my-upbeige/
-rw-r--r-- 1 adamtyoung staff 20K 7 Dec 11:33 update.php
-rw-r--r-- 1 adamtyoung staff 2.1K 7 Dec 11:33 web.config
-rw-r--r-- 1 adamtyoung staff 417B 7 Dec 11:33 xmlrpc.php
________________________________________________________________________________
| ~/intranet @ d207-023-195-055 (adamtyoung)
________________________________________________________________________________
| ~/intranet @ d207-023-195-055 (adamtyoung)
| => nvim sites/all/modules/course_package/modules/canvas_sync/canvas_sync.module
________________________________________________________________________________
| ~/intranet @ d207-023-195-055 (adamtyoung)
________________________________________________________________________________
| ~/intranet @ d207-023-195-055 (adamtyoung)
| => nvim sites/all/modules/course_package/modules/canvas_api/canvas_api.module
________________________________________________________________________________
| ~/intranet @ d207-023-195-055 (adamtyoung)
| => tmux
Bringing machine 'drupalvm' up with 'virtualbox' provider...
==> drupalvm: Cloning VM...
^M^[[K==> drupalvm: Matching MAC address for NAT networking...
==> drupalvm: Checking if box 'geerlingguy/drupal-vm' is up to date...
==> drupalvm: Setting the name of the VM: my.local
==> drupalvm: Vagrant has detected a configuration issue which exposes a
==> drupalvm: vulnerability with the installed version of VirtualBox. The
==> drupalvm: current guest is configured to use an E1000 NIC type for a
==> drupalvm: network adapter which is vulnerable in this version of VirtualBox.
==> drupalvm: Ensure the guest is trusted to use this configuration or update
==> drupalvm: the NIC type using one of the methods below:
==> drupalvm:
==> drupalvm: https://www.vagrantup.com/docs/virtualbox/configuration.html#default-nic-type
==> drupalvm: https://www.vagrantup.com/docs/virtualbox/networking.html#virtualbox-nic-type
==> drupalvm: Clearing any previously set network interfaces...
==> drupalvm: Preparing network interfaces based on configuration...
drupalvm: Adapter 1: nat
drupalvm: Adapter 2: hostonly
==> drupalvm: Forwarding ports...
drupalvm: 22 (guest) => 2222 (host) (adapter 1)
==> drupalvm: Running 'pre-boot' VM customizations...
==> drupalvm: Booting VM...
==> drupalvm: Waiting for machine to boot. This may take a few minutes...
drupalvm: SSH address: 127.0.0.1:2222
drupalvm: SSH username: vagrant
drupalvm: SSH auth method: private key
==> drupalvm: Machine booted and ready!
[drupalvm] GuestAdditions 5.2.22 running --- OK.
==> drupalvm: Checking for guest additions in VM...
==> drupalvm: [vagrant-hostsupdater] Checking for host entries
==> drupalvm: [vagrant-hostsupdater] Writing the following entries to (/etc/hosts)
==> drupalvm: [vagrant-hostsupdater] 192.168.88.88 my.local # VAGRANT: 9e68e8139bac5f89aefeb5b034d4fd4f (drupalvm) / a3498a24-e42c-4f9c-a0ee-df01
8d7dad1e
==> drupalvm: [vagrant-hostsupdater] 192.168.88.88 www.my.local # VAGRANT: 9e68e8139bac5f89aefeb5b034d4fd4f (drupalvm) / a3498a24-e42c-4f9c-a0ee-
df018d7dad1e
==> drupalvm: [vagrant-hostsupdater] 192.168.88.88 adminer.my.local # VAGRANT: 9e68e8139bac5f89aefeb5b034d4fd4f (drupalvm) / a3498a24-e42c-4f9c-a
0ee-df018d7dad1e
==> drupalvm: [vagrant-hostsupdater] 192.168.88.88 xhprof.my.local # VAGRANT: 9e68e8139bac5f89aefeb5b034d4fd4f (drupalvm) / a3498a24-e42c-4f9c-a0
ee-df018d7dad1e
==> drupalvm: [vagrant-hostsupdater] 192.168.88.88 pimpmylog.my.local # VAGRANT: 9e68e8139bac5f89aefeb5b034d4fd4f (drupalvm) / a3498a24-e42c-4f9c
-a0ee-df018d7dad1e
==> drupalvm: [vagrant-hostsupdater] 192.168.88.88 dashboard.my.local # VAGRANT: 9e68e8139bac5f89aefeb5b034d4fd4f (drupalvm) / a3498a24-e42c-4f9c
-a0ee-df018d7dad1e
NORMAL /Users/adamtyoung/Desktop/vagrant.txt text utf-8[unix] 5,669 words 0% ☰ 1/1036 ㏑ : 1 ☲ [12]trailing [1032:17]mix-indent-file
d207-023-195-055.wireless.sfu.ca [] 0:bash*Z Thu 3:45:02 pm 2018-12-13
Last login: Thu Dec 13 14:40:02 on console
________________________________________________________________________________
| ~ @ d207-023-195-055 (adamtyoung)
| => tmjux
-bash: tmjux: command not found
________________________________________________________________________________
| ~ @ d207-023-195-055 (adamtyoung)
| => tmux
[exited]
________________________________________________________________________________
| ~ @ d207-023-195-055 (adamtyoung)
| => tmux ls
0: 1 windows (created Thu Dec 13 14:42:23 2018) [149x45]
meetings: 1 windows (created Thu Dec 13 14:42:27 2018) [149x45]
________________________________________________________________________________
| ~ @ d207-023-195-055 (adamtyoung)
| => tmux ls
0: 1 windows (created Thu Dec 13 14:42:23 2018) [149x45]
meetings: 1 windows (created Thu Dec 13 14:42:27 2018) [149x45]
________________________________________________________________________________
| ~ @ d207-023-195-055 (adamtyoung)
| => tmux a -t 0
[exited]
________________________________________________________________________________
| ~ @ d207-023-195-055 (adamtyoung)
| => tmux killall-sessions
unknown command: killall-sessions
________________________________________________________________________________
| ~ @ d207-023-195-055 (adamtyoung)
| => tmux killall
unknown command: killall
________________________________________________________________________________
| ~ @ d207-023-195-055 (adamtyoung)
| => tmux --h
tmux: illegal option -- -
usage: tmux [-2CluvV] [-c shell-command] [-f file] [-L socket-name]
[-S socket-path] [command [flags]]
________________________________________________________________________________
| ~ @ d207-023-195-055 (adamtyoung)
| => tmux kill-server
________________________________________________________________________________
| ~ @ d207-023-195-055 (adamtyoung)
| => tmux new -s 'intranet'
[detached (from session intranet)]
________________________________________________________________________________
| ~ @ d207-023-195-055 (adamtyoung)
| => nvim
________________________________________________________________________________
| ~ @ d207-023-195-055 (adamtyoung)
| => tmux
[detached (from session intranet)]
________________________________________________________________________________
| ~ @ d207-023-195-055 (adamtyoung)
| => cd intranet/
total 276
-rw-r--r-- 1 adamtyoung staff 317B 7 Dec 11:33 .editorconfig
drwxr-xr-x 15 adamtyoung staff 480B 13 Dec 14:54 .git/
-rw-r--r-- 1 adamtyoung staff 286B 7 Dec 11:33 .gitignore
-rw-r--r-- 1 adamtyoung staff 156B 7 Dec 11:33 .gitmodules
-rw-r--r-- 1 adamtyoung staff 6.0K 7 Dec 11:33 .htaccess
-rw-r--r-- 1 adamtyoung staff 109K 7 Dec 11:33 CHANGELOG.txt
-rw-r--r-- 1 adamtyoung staff 1.4K 7 Dec 11:33 COPYRIGHT.txt
-rw-r--r-- 1 adamtyoung staff 1.7K 7 Dec 11:33 INSTALL.mysql.txt
-rw-r--r-- 1 adamtyoung staff 1.8K 7 Dec 11:33 INSTALL.pgsql.txt
-rw-r--r-- 1 adamtyoung staff 1.3K 7 Dec 11:33 INSTALL.sqlite.txt
-rw-r--r-- 1 adamtyoung staff 18K 7 Dec 11:33 INSTALL.txt
-rw-r--r-- 1 adamtyoung staff 18K 7 Dec 11:33 LICENSE.txt
-rw-r--r-- 1 adamtyoung staff 8.5K 7 Dec 11:33 MAINTAINERS.txt
-rw-r--r-- 1 adamtyoung staff 1.1K 7 Dec 11:33 PATCHES.txt
-rw-r--r-- 1 adamtyoung staff 5.3K 7 Dec 11:33 README.txt
-rw-r--r-- 1 adamtyoung staff 9.9K 7 Dec 11:33 UPGRADE.txt
-rw-r--r-- 1 adamtyoung staff 6.4K 7 Dec 11:33 authorize.php
-rw-r--r-- 1 adamtyoung staff 720B 7 Dec 11:33 cron.php
drwxr-xr-x 50 adamtyoung staff 1.6K 7 Dec 11:33 includes/
-rw-r--r-- 1 adamtyoung staff 529B 7 Dec 11:33 index.php
-rw-r--r-- 1 adamtyoung staff 703B 7 Dec 11:33 install.php
drwxr-xr-x 72 adamtyoung staff 2.3K 7 Dec 11:33 misc/
drwxr-xr-x 43 adamtyoung staff 1.3K 7 Dec 11:33 modules/
drwxr-xr-x 7 adamtyoung staff 224B 7 Dec 11:33 profiles/
-rw-r--r-- 1 adamtyoung staff 2.1K 7 Dec 11:33 robots.txt
drwxr-xr-x 13 adamtyoung staff 416B 7 Dec 11:33 scripts/
drwxr-xr-x 6 adamtyoung staff 192B 7 Dec 11:33 sites/
drwxr-xr-x 8 adamtyoung staff 256B 7 Dec 11:33 themes/
lrwxr-xr-x 1 adamtyoung staff 14B 7 Dec 11:33 upbeige -> ../my-upbeige/
-rw-r--r-- 1 adamtyoung staff 20K 7 Dec 11:33 update.php
-rw-r--r-- 1 adamtyoung staff 2.1K 7 Dec 11:33 web.config
-rw-r--r-- 1 adamtyoung staff 417B 7 Dec 11:33 xmlrpc.php
________________________________________________________________________________
| ~/intranet @ d207-023-195-055 (adamtyoung)
________________________________________________________________________________
| ~/intranet @ d207-023-195-055 (adamtyoung)
| => nvim sites/all/modules/course_package/modules/canvas_sync/canvas_sync.module
________________________________________________________________________________
| ~/intranet @ d207-023-195-055 (adamtyoung)
________________________________________________________________________________
| ~/intranet @ d207-023-195-055 (adamtyoung)
| => nvim sites/all/modules/course_package/modules/canvas_api/canvas_api.module
________________________________________________________________________________
| ~/intranet @ d207-023-195-055 (adamtyoung)
| => tmux
skipping: [drupalvm]
TASK [geerlingguy.postgresql : include_tasks] **********************************
skipping: [drupalvm]
TASK [geerlingguy.postgresql : include_tasks] **********************************
skipping: [drupalvm]
TASK [geerlingguy.postgresql : Ensure PostgreSQL is started and enabled on boot.] ***
skipping: [drupalvm]
TASK [geerlingguy.postgresql : Ensure PostgreSQL databases are present.] *******
skipping: [drupalvm] => (item={'name': 'intranet'})
TASK [geerlingguy.postgresql : Ensure PostgreSQL users are present.] ***********
skipping: [drupalvm] => (item=None)
skipping: [drupalvm]
TASK [geerlingguy.php-pgsql : Include OS-specific variables.] ******************
skipping: [drupalvm]
TASK [geerlingguy.php-pgsql : Define php_pgsql_package.] ***********************
skipping: [drupalvm]
TASK [geerlingguy.php-pgsql : Install PHP PostgreSQL dependencies (RedHat).] ***
skipping: [drupalvm]
TASK [geerlingguy.php-pgsql : Install PHP PostgreSQL dependencies (Debian).] ***
skipping: [drupalvm]
TASK [geerlingguy.drupal-console : Ensure pip is available for an extra dependency on Ubuntu 14.04.] ***
fatal: [drupalvm]: FAILED! => {"msg": "The conditional check 'drupal_major_version > 7 and \"drupalconsole\" in installed_extras' failed. The error w
as: Unexpected templating type error occurred on ({% if drupal_major_version > 7 and \"drupalconsole\" in installed_extras %} True {% else %} False {
% endif %}): '>' not supported between instances of 'AnsibleUnicode' and 'int'\n\nThe error appears to have been in '/Users/adamtyoung/vms/my/provisi
oning/roles/geerlingguy.drupal-console/tasks/main.yml': line 2, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\
nThe offending line appears to be:\n\n---\n- name: Ensure pip is available for an extra dependency on Ubuntu 14.04.\n ^ here\n"}
RUNNING HANDLER [geerlingguy.apache : restart apache] **************************
to retry, use: --limit @/Users/adamtyoung/vms/my/provisioning/playbook.retry
PLAY RECAP *********************************************************************
drupalvm : ok=139 changed=5 unreachable=0 failed=1
NORMAL /Users/adamtyoung/Desktop/vagrant.txt text utf-8[unix] 5,669 words 100% ☰ 1036/1036 ㏑ : 1 ☲ [12]trailing [1032:17]mix-indent-file
d207-023-195-055.wireless.sfu.ca [] 0:nvim*Z Thu 3:48:32 pm 2018-12-13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment