This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2016-10-28T04:48:49.373+0000 I CONTROL [initandlisten] MongoDB starting : pid=7 port=27017 dbpath=/data/db 64-bit host=auth-mongo-3362045018-yrlyk | |
| 2016-10-28T04:48:49.374+0000 I CONTROL [initandlisten] db version v3.2.10 | |
| 2016-10-28T04:48:49.374+0000 I CONTROL [initandlisten] git version: 79d9b3ab5ce20f51c272b4411202710a082d0317 | |
| 2016-10-28T04:48:49.374+0000 I CONTROL [initandlisten] OpenSSL version: LibreSSL 2.4.3 | |
| 2016-10-28T04:48:49.374+0000 I CONTROL [initandlisten] allocator: system | |
| 2016-10-28T04:48:49.374+0000 I CONTROL [initandlisten] modules: none | |
| 2016-10-28T04:48:49.374+0000 I CONTROL [initandlisten] build environment: | |
| 2016-10-28T04:48:49.374+0000 I CONTROL [initandlisten] distarch: x86_64 | |
| 2016-10-28T04:48:49.374+0000 I CONTROL [initandlisten] target_arch: x86_64 | |
| 2016-10-28T04:48:49.374+0000 I CONTROL [initandlisten] options: {} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Using Ubuntu 15.10, you can install vhdimount and tsk (The Sleuth Kit) via: | |
| sudo apt-get install libvhdi-utils sleuthkit | |
| Then you can proceed as follows: | |
| sudo mkdir -v /mnt/vhd | |
| sudo vhdimount -X allow_root /path/to/file.vhd /mnt/vhd/ | |
| sudo mmls -aB /mnt/vhd/vhdi1 | |
| Next, you'll have to calculate the offset from the output of mmls like this: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Nov 10, 2016 1:16:00 AM org.apache.catalina.core.AprLifecycleListener init | |
| INFO: Loaded APR based Apache Tomcat Native library 1.1.29 using APR version 1.5.1. | |
| Nov 10, 2016 1:16:00 AM org.apache.catalina.core.AprLifecycleListener init | |
| INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. | |
| Nov 10, 2016 1:16:00 AM org.apache.catalina.core.AprLifecycleListener initializeSSL | |
| INFO: OpenSSL successfully initialized (OpenSSL 1.0.1e 11 Feb 2013) | |
| Nov 10, 2016 1:16:00 AM org.apache.coyote.AbstractProtocol init | |
| INFO: Initializing ProtocolHandler ["http-apr-8080"] | |
| Nov 10, 2016 1:16:00 AM org.apache.catalina.startup.Catalina load | |
| INFO: Initialization processed in 704 ms |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1) Error in custom provider, com.zaxxer.hikari.pool.PoolInitializationException: Exception during pool initialization | |
| at org.killbill.billing.server.modules.KillbillPlatformModule.provideDataSourceInAComplicatedWayBecauseOf627(KillbillPlatformModule.java:115) | |
| at org.killbill.billing.server.modules.KillbillPlatformModule.provideDataSourceInAComplicatedWayBecauseOf627(KillbillPlatformModule.java:115) | |
| while locating javax.sql.DataSource | |
| for parameter 1 at org.killbill.commons.jdbi.guice.DBIProvider.<init>(DBIProvider.java:61) | |
| while locating org.killbill.commons.jdbi.guice.DBIProvider | |
| at org.killbill.billing.server.modules.KillbillPlatformModule.configureDao(KillbillPlatformModule.java:105) | |
| while locating org.skife.jdbi.v2.IDBI | |
| for parameter 0 at org.killbill.billing.util.security.shiro.dao.DefaultUserDao.<init>(DefaultUserDao.java:53) | |
| while locating org.killbill.billing.util.security.shiro.dao.DefaultUserDao |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mongodata: | |
| image: mongo | |
| ports: | |
| - 27017:27017 | |
| redis: | |
| image: smebberson/alpine-redis | |
| ports: | |
| - 6379:6379 | |
| volumes: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| podTemplate(label: 'mypod', cloud: 'Kubernetes', | |
| containers: [ | |
| containerTemplate(name: 'jenkins-jnlp', image: 'artyou/jenkins-slave:0.1.2', command: 'cat', ttyEnabled: true, privileged: true), | |
| containerTemplate(name: 'jnlp', image: 'jenkinsci/jnlp-slave:alpine', args: '${computer.jnlpmac} ${computer.name}', privileged: true), | |
| ], | |
| volumes: [hostPathVolume(hostPath: '/var/run/docker.sock', mountPath: '/var/run/docker.sock')]) { | |
| node('mypod') { | |
| stage('build and test') { | |
| checkout scm | |
| docker.image('mhart/alpine-node:4.4.3').inside { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /etc/killbill/kpm.yml file not found - creating now... | |
| Starting Kaui installation... | |
| I, [2016-12-29T12:40:47.374000 #27] INFO -- : Starting download of org.kill-bill.billing.kaui:kaui-standalone:war:0.8.0 to /tmp/d20161229-27-1rb6w9i | |
| I, [2016-12-29T12:40:54.844000 #27] INFO -- : Successful installation of org.kill-bill.billing.kaui:kaui-standalone:war:0.8.0 to /var/lib/tomcat7/webapps | |
| Starting Kaui: CATALINA_OPTS=-server -XX:PermSize=512m -XX:MaxPermSize=1G -Xms1G -Xmx2G -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=12345 -XX:+CMSClassUnloadingEnabled -XX:-OmitStackTraceInFastThrow -XX:+UseConcMarkSweepGC -XX:+CMSParallelRemarkEnabled -XX:+UseCMSInitiatingOccupancyOnly -XX:CMSInitiatingOccupancyFraction=70 -Xloggc:/var/log/tomcat7/gc.log -XX:+PrintGCApplicationConcurrentTime -XX:+PrintGCApplicationStoppedTime -XX:+PrintGCDateStamps -XX:+PrintGCDetails -XX:+PrintTenuringDistribution -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=14 -XX:GCLogFileSize=100M -Djava.security.egd=file:/dev/./ur |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var sequelize = require('sequelize'); | |
| var mysql = require('mysql'); | |
| var sequelize = sequelize('mysql://root:root@127.0.01:3306/auction'); | |
| module.exports = | |
| { | |
| sequelize | |
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var seneca = require('seneca')(); | |
| seneca.add({cmd: 'long-op'}, function (args, done) { | |
| console.log('act called') | |
| setTimeout(function() { | |
| console.log('respond') | |
| return done(null, {ok: true}); } | |
| , 30000) | |
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| dimensions: {}, | |
| creator: "lasdlas", | |
| experiences: [{ | |
| type: "IMAGE", | |
| url: "image.jpg" | |
| }, { | |
| type: "TEXT", | |
| text: "Lorem ipsum" | |
| }, |