Skip to content

Instantly share code, notes, and snippets.

@nodje
nodje / create.log
Created December 12, 2019 13:49
kops first run "Getting Started with kops on AWS"
I1212 13:18:34.390182 402535 factory.go:68] state store s3://kops-domain-com-state-store
I1212 13:18:34.390273 402535 s3context.go:325] unable to read /sys/devices/virtual/dmi/id/product_uuid, assuming not running on EC2: open /sys/devices/virtual/dmi/id/product_uuid: permission denied
I1212 13:18:34.390294 402535 s3context.go:170] defaulting region to "us-east-1"
I1212 13:18:34.888588 402535 s3context.go:210] found bucket in region "us-east-1"
I1212 13:18:34.888634 402535 s3fs.go:220] Reading file "s3://kops-domain-com-state-store/kops.domain.com/config"
I1212 13:18:35.239817 402535 channel.go:99] resolving "stable" against default channel location "https://raw.githubusercontent.com/kubernetes/kops/master/channels/"
I1212 13:18:35.239876 402535 channel.go:104] Loading channel from "https://raw.githubusercontent.com/kubernetes/kops/master/channels/stable"
I1212 13:18:35.239891 402535 context.go:177] Performing HTTP request: GET https://raw.githubusercontent.com/kubernetes/kops/master/channels/stable
I
@nodje
nodje / nexus.log
Created April 25, 2016 10:16
Nexus-3.0.0-03 startup log
2016-04-25 18:12:34,781+0800 INFO [FelixStartLevel] *SYSTEM org.sonatype.nexus.bootstrap.ConfigurationBuilder - Properties:
2016-04-25 18:12:34,785+0800 INFO [FelixStartLevel] *SYSTEM org.sonatype.nexus.bootstrap.ConfigurationBuilder - application-host='0.0.0.0'
2016-04-25 18:12:34,785+0800 INFO [FelixStartLevel] *SYSTEM org.sonatype.nexus.bootstrap.ConfigurationBuilder - application-port='8082'
2016-04-25 18:12:34,785+0800 INFO [FelixStartLevel] *SYSTEM org.sonatype.nexus.bootstrap.ConfigurationBuilder - karaf.base='/usr/local/nexus-3.0.0-03'
2016-04-25 18:12:34,785+0800 INFO [FelixStartLevel] *SYSTEM org.sonatype.nexus.bootstrap.ConfigurationBuilder - karaf.data='/data01/nexus3'
2016-04-25 18:12:34,786+0800 INFO [FelixStartLevel] *SYSTEM org.sonatype.nexus.bootstrap.ConfigurationBuilder - karaf.etc='/usr/local/nexus-3.0.0-03/etc'
2016-04-25 18:12:34,786+0800 INFO [FelixStartLevel] *SYSTEM org.sonatype.nexus.bootstrap.ConfigurationBuilder - karaf.home='/usr/local/nexus-3.0.0-03'
2016-04-25
@nodje
nodje / upsource-stdout.log
Created April 14, 2016 08:19
Upsrouce 2.5 Startup
[2016-04-13 17:57:01,993] ================================================================ (start)
[2016-04-13 17:57:02,873] * JetBrains Upsource 2.5 is running in upgrade mode
[2016-04-13 17:57:06,031] * Configuring JetBrains Upsource 2.5
[2016-04-13 17:57:06,042] * Loading logging configuration from /opt/Upsource/lib/ext/log4j.xml
[2016-04-13 17:57:06,042] * Redirecting JetBrains Upsource 2.5 logging to /opt/Upsource/logs/internal/services/bundleProcess
[2016-04-13 17:57:06,325] * Configuring Service-Container[bundleProcess]
[2016-04-13 17:57:06,345] * Configuring Starting Page Service
[2016-04-13 17:57:06,356] * Configuring Upsource Configurator
[2016-04-13 17:57:06,356] * Configuring Hub
[2016-04-13 17:57:09,399] * Configuring Bundle Hub Configurator
@nodje
nodje / gist:e9d25991f649ff87efa2
Created March 17, 2016 04:14
Servo failed to compile
./mach build --dev --verbose
cargo build -v
Compiling core-foundation-sys v0.2.0
Running `rustc /Users/user/Documents/project/fork/servo/.cargo/registry/src/github.com-88ac128001ac3a9a/core-foundation-sys-0.2.0/build.rs --crate-name build_script_build --crate-type bin -g --out-dir /Users/user/Documents/project/fork/servo/target/debug/build/core-foundation-sys-124d6ff12aae592f --emit=dep-info,link -L dependency=/Users/user/Documents/project/fork/servo/target/debug/deps -L dependency=/Users/user/Documents/project/fork/servo/target/debug/deps --cap-lints allow`
Compiling mozjs_sys v0.0.0 (https://github.com/servo/mozjs#5ac99916)
Running `rustc /Users/user/Documents/project/fork/servo/.cargo/git/checkouts/mozjs-06d7f04b6dbb8a8e/master/build.rs --crate-name build_script_build --crate-type bin -g --out-dir /Users/user/Documents/project/fork/servo/target/debug/build/mozjs_sys-736cac28b49f9dab --emit=dep-info,link -L dependency=/Users/user/Documents/project/fork/servo/target/debug/deps -L dependency=/
@nodje
nodje / CMakeOutput.log
Last active March 15, 2016 04:07
Error compiling ssf on OSX
The system is: Darwin - 15.3.0 - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
Build flags:
Id flags:
The output was:
0
@nodje
nodje / ettercap_compile_error
Created January 23, 2014 05:45
Compile error
[ 67%] Building C object src/CMakeFiles/ettercap.dir/ec_main.c.o
Linking C executable ettercap
Undefined symbols for architecture x86_64:
"_g_build_filename", referenced from:
_gtkui_conf_read in libec_interfaces.a(ec_gtk_conf.c.o)
"_g_cclosure_new", referenced from:
_gtkui_init in libec_interfaces.a(ec_gtk.c.o)
_gtkui_page_attach_shortcut in libec_interfaces.a(ec_gtk.c.o)
"_g_file_test", referenced from:
_gtkui_init in libec_interfaces.a(ec_gtk.c.o)
@nodje
nodje / ettercap-compile-problem
Last active January 3, 2016 23:39
ettercap compile osx 10.9.1
Scanning dependencies of target bundled-libnet-1.1.6-Release
[ 0%] Creating directories for 'bundled-libnet-1.1.6-Release'
[ 1%] Performing download step (verify and extract) for 'bundled-libnet-1.1.6-Release'
-- verifying file...
file='/Users/nodje/project/ext/ettercap/bundled_deps/libnet/libnet-1.1.6.tar.gz'
-- verifying file... warning: did not verify file - no URL_HASH specified?
-- extracting...
src='/Users/nodje/project/ext/ettercap/bundled_deps/libnet/libnet-1.1.6.tar.gz'
dst='/Users/nodje/project/ext/ettercap/build/bundled_deps/libnet/bundled-libnet-1.1.6-Release/build'
-- extracting... [tar xfz]
@nodje
nodje / gist:6373558
Created August 29, 2013 02:08
Ngrok crash when started from cygwin terminal
$ ./ngrok.exe 80
panic: The handle is invalid.
goroutine 1 [running]:
github.com/nsf/termbox-go.get_term_size(0x250, 0x11b3a5a0, 0x434597)
/home/travis/build/inconshreveable/ngrok/src/github.com/nsf/termbox-go/termbox_windows.go:289 +0x5c
github.com/nsf/termbox-go.update_size_maybe()
/home/travis/build/inconshreveable/ngrok/src/github.com/nsf/termbox-go/termbox_windows.go:304 +0x27
github.com/nsf/termbox-go.Flush(0x11bb0660, 0x0)
/home/travis/build/inconshreveable/ngrok/src/github.com/nsf/termbox-go/api_windows.go:82 +0x21
@nodje
nodje / owncloud client 1.3.0 crash on 10.8.4
Last active December 20, 2015 20:38
owncloud client 1.3.0&1.4.0beta1 crash on 10.8.4 - com.owncloud.desktopclient[4626]) <Warning>: Job appears to have crashed: Segmentation fault: 11
Process: owncloud [1883]
Path: /Applications/owncloud-1.4.0-beta1.app/Contents/MacOS/owncloud
Identifier: com.owncloud.desktopclient
Version: 1.4.0beta1 (1.4.0beta1)
Code Type: X86-64 (Native)
Parent Process: launchd [361]
User ID: 501
Date/Time: 2013-08-09 12:52:57.187 +0800
OS Version: Mac OS X 10.8.4 (12E55)
@nodje
nodje / sudo_dtruss_-n_gcodeview
Last active December 16, 2015 05:39
sudo dtruss -n gcodeview
54308/0x1a94be: mmap(0x10810E000, 0x35000, 0x5, 0x12, 0x3, 0x38000) = 0x810E000 0
54308/0x1a94be: mmap(0x108143000, 0x2000, 0x3, 0x12, 0x3, 0x6D000) = 0x8143000 0
54308/0x1a94be: mmap(0x108145000, 0x7490, 0x1, 0x12, 0x3, 0x6F000) = 0x8145000 0
54308/0x1a94be: fcntl(0x3, 0x2C, 0x7FFF57BA6AA8) = 0 0
54308/0x1a94be: close(0x3) = 0 0
54308/0x1a94be: stat64("/opt/local/lib/libfreetype.6.dylib\0", 0x7FFF57BA8880, 0x7FFF57BA9780) = 0 0
54308/0x1a94be: open("/opt/local/lib/libfreetype.6.dylib\0", 0x0, 0x0) = 3 0
54308/0x1a94be: pread(0x3, "\312\376\272\276\0", 0x1000, 0x0) = 4096 0
54308/0x1a94be: pread(0x3, "\317\372\355\376\a\0", 0x1000, 0x85000) = 4096 0
54308/0x1a94be: mmap(0x108153000, 0x85000, 0x5, 0x12, 0x3, 0x85000) = 0x8153000 0