Skip to content

Instantly share code, notes, and snippets.

@fostergn
Created March 4, 2019 03:28
Show Gist options
  • Save fostergn/94a3df6efdca9a0e040e5599c3e0f1c4 to your computer and use it in GitHub Desktop.
Save fostergn/94a3df6efdca9a0e040e5599c3e0f1c4 to your computer and use it in GitHub Desktop.
<<< Knack provisioning started >>>
2019-03-03 13:38:03
<<< stop Knack instances >>>
sudo: systmectl: command not found
<<< update system packages >>>
Hit:1 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu xenial InRelease
Hit:2 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu xenial-updates InRelease
Hit:3 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu xenial-backports InRelease
Hit:4 http://security.ubuntu.com/ubuntu xenial-security InRelease
Ign:5 https://sensu.global.ssl.fastly.net/apt xenial InRelease
Hit:6 https://sensu.global.ssl.fastly.net/apt xenial Release
Hit:7 https://deb.nodesource.com/node_8.x xenial InRelease
Hit:9 https://repo.saltstack.com/apt/ubuntu/16.04/amd64/archive/2017.7.2 xenial InRelease
Reading package lists...
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
<<< install system dependencies >>>
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
<<< fetch Knack certs >>>
scp: /home/ubuntu/assets/certs/star_knack_com/mattnew: not a regular file
scp: /home/ubuntu/assets/certs/star_knack_com/new: not a regular file
scp: /home/ubuntu/assets/certs/star_knack_com/old: not a regular file
scp: /home/ubuntu/assets/certs/star_knack_com/temp: not a regular file
scp: /home/ubuntu/assets/certs/star_knack_com/test: not a regular file
scp: /home/ubuntu/assets/certs/star_knackhq_com/new: not a regular file
scp: /home/ubuntu/assets/certs/star_knackhq_com/old: not a regular file
scp: /home/ubuntu/assets/certs/star_cloud-database_co/new: not a regular file
scp: /home/ubuntu/assets/certs/star_cloud-database_co/old: not a regular file
<<< getting nginx.conf >>>
<<< getting init script >>>
Availability Zone is eu-central-1a
Instance Id is i-0de9c5912be09b0f6
<<< Setting init script to use eu-central .. >>>
<<< Setting IP CIDR >>>
<<< Putting Availability Zone and Instance Id in nginx.conf and monitrc files >>>
<<< verifying if GitHub is available >>>
<<< GitHub is available, cloning Server repository >>>
Cloning into 'Server'...
PING github.com (192.30.253.113) 56(84) bytes of data.
64 bytes from lb-192-30-253-113-iad.github.com (192.30.253.113): icmp_seq=1 ttl=45 time=100 ms
--- github.com ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 100.104/100.104/100.104/0.000 ms
Warning: Permanently added the RSA host key for IP address '52.74.223.119' to the list of known hosts.
npm WARN deprecated bcrypt@0.8.7: bcrypt < v2.0.0 is susceptible to bcrypt wrap-around bug. Upgrade to bcrypt >= v2.0.0 for improved support for newer bcrypt hashes
npm WARN deprecated clone@1.0.2: XSS vulnerability fixed in v1.0.3
npm WARN deprecated jade@1.11.0: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated node-uuid@1.4.7: Use uuid module instead
npm WARN deprecated constantinople@3.0.2: Please update to at least constantinople 3.1.1
npm WARN deprecated transformers@2.1.0: Deprecated, use jstransformer
npm WARN deprecated jsonwebtoken@1.3.0: Critical vulnerability fix in v5.0.0. See https://auth0.com/blog/2015/03/31/critical-vulnerabilities-in-json-web-token-libraries/
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
npm WARN deprecated formatio@1.2.0: This package is unmaintained. Use @sinonjs/formatio instead
npm WARN deprecated formidable@1.0.17: Old versions of Formidable are not compatible with the current Node.js; Upgrade to 1.2.0 or later
npm WARN deprecated tough-cookie@2.2.2: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130
npm WARN deprecated jws@0.2.6: Security update: Versions below 3.0.0 are deprecated.
npm WARN deprecated ejs@0.8.8: Critical security bugs fixed in 2.5.5
npm WARN deprecated socks@1.1.10: If using 2.x branch, please upgrade to at least 2.1.6 to avoid a serious bug with socket data flow and an import issue introduced in 2.1.0
> bcrypt@0.8.7 install /var/www/knack/Server/node_modules/bcrypt
> node-gyp rebuild
make: Entering directory '/var/www/knack/Server/node_modules/bcrypt/build'
CXX(target) Release/obj.target/bcrypt_lib/src/blowfish.o
CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt.o
CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt_node.o
SOLINK_MODULE(target) Release/obj.target/bcrypt_lib.node
COPY Release/bcrypt_lib.node
make: Leaving directory '/var/www/knack/Server/node_modules/bcrypt/build'
npm WARN KnackAPI@2.0.0 No repository field.
npm WARN KnackAPI@2.0.0 No license field.
added 730 packages in 24.648s
sudo: systmectl: command not found
<<< Knack provisioning completed >>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment