I hereby claim:
- I am databus23 on github.
- I am databus23 (https://keybase.io/databus23) on keybase.
- I have a public key ASB56IZrECrJBmtnMUgRWtVIqou5e-ZmloqYA-U81Vk9kwo
To claim this, I am signing this object:
| info: | |
| title: test | |
| version: 1.0.0 | |
| consumes: | |
| - application/json | |
| produces: | |
| - application/json | |
| swagger: '2.0' | |
| securityDefinitions: | |
| keystone: |
| Apr 26 18:52:16 containerd[2286]: runtime: newstack sp=0xc420087710 stack=[0xc420087000, 0xc4200877e0] | |
| Apr 26 18:52:16 containerd[2286]: morebuf={pc:0xc9cfd8 sp:0xc420087718 lr:0x0} | |
| Apr 26 18:52:16 containerd[2286]: sched={pc:0x444e93 sp:0xc420087710 lr:0x0 ctxt:0x0} | |
| Apr 26 18:52:16 containerd[2286]: fatal error: runtime: stack split at bad time | |
| Apr 26 18:52:16 containerd[2286]: fatal error: workbuf is not empty | |
| Apr 26 18:52:16 containerd[2286]: fatal error: unexpected signal during runtime execution | |
| Apr 26 18:52:16 containerd[2286]: runtime stack: | |
| Apr 26 18:52:16 containerd[2286]: runtime.throw(0x88d8b6, 0x20) | |
| Apr 26 18:52:16 containerd[2286]: /usr/lib/go1.7/src/runtime/panic.go:566 +0x95 | |
| Apr 26 18:52:16 containerd[2286]: runtime.newstack() |
| =ERROR REPORT==== 3-Feb-2016::10:31:00 === | |
| ** Generic server <0.582.70> terminating | |
| ** Last message in was {'EXIT',<0.574.70>, | |
| {function_clause, | |
| [{rabbit_stomp_reader,log_reason, | |
| [{stomp_unexpected_cast,client_timeout}, | |
| {reader_state,#Port<0.430455>, | |
| "10.9.22.136:59381 -> 10.67.74.133:61613", | |
| {resume,#Fun<rabbit_stomp_frame.0.116712418>}, | |
| {proc_state,"session-Z9Za9c-pnw87cB_XDfA7VA", |
I hereby claim:
To claim this, I am signing this object:
| Process: fish [5422] | |
| Path: /usr/local/Cellar/fish/2.1.0/bin/fish | |
| Identifier: fish | |
| Version: 0 | |
| Code Type: X86-64 (Native) | |
| Parent Process: ??? [5421] | |
| Responsible: iTerm [752] | |
| User ID: 1529548076 | |
| Date/Time: 2014-07-04 10:06:05.440 +0200 |
| #!/usr/bin/env ruby | |
| require 'optparse' | |
| require 'benchmark' | |
| require 'ohai' | |
| options = {} | |
| rest = OptionParser.new do |opts| | |
| opts.on("-d", "--disabled-plugins [PLUGIN_NAMES]", "Disable ohai plugins by name") do |plugin_names| | |
| Ohai::Config[:disabled_plugins] = plugin_names.split(/\s*,\s*/) | |
| end |
| IO.read length: 1778 | |
| IO.binread length: 2395 | |
| next character after read_string: "\x1A" | |
| context after read_string: "TI\"\x0FC:\\Windows\x06;\x00TI\"\x1Awindows_tracing_fla" | |
| test.rb:60:in `load': marshal data too short (ArgumentError) | |
| from test.rb:60:in `<main>' |
| { | |
| "provisioners": [ | |
| { | |
| "type": "shell", | |
| "execute_command": "echo 'vagrant'|sudo -S sh '{{.Path}}'", | |
| "override": { | |
| "virtualbox": { | |
| "scripts": [ | |
| "scripts/cleanup.sh", | |
| "scripts/zerodisk.sh" |
| $ touch a_very_very_very_very_very_very_very_very_very_very_very_very_long_filename_longer_then_100_characters.rb | |
| $ tar -cf test.tar a_very_very_very_very_very_very_very_very_very_very_very_very_long_filename_longer_then_100_characters.rb | |
| $ ruby -r archive/tar/minitar -e 'Archive::Tar::Minitar.unpack("test.tar","output/")' | |
| $ ls output/ | |
| PaxHeader | |
| a_very_very_very_very_very_very_very_very_very_very_very_very_long_filename_longer_then_100_charact |
| sed -i -n -e 's/\s*<id>\(.*\)<\/id>/http:\/\/www.imdb.com\/title\/\1\//p' *.nfo |