Skip to content

Instantly share code, notes, and snippets.

View tristan-k's full-sized avatar

ʞ-uɐʇsıɹʇ tristan-k

View GitHub Profile
@tristan-k
tristan-k / libfvde_1094
Created August 7, 2014 01:19
libfvde 10.9.4 build error
$ make
Making all in include
make[1]: Nothing to be done for `all'.
Making all in common
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am
make[2]: Nothing to be done for `all-am'.
Making all in libcstring
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../common -I../include -I../common -g -O2 -Wall -c -o libcstring_support.lo libcstring_support.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../common -I../include -I../common -g -O2 -Wall -c libcstring_support.c -fno-common -DPIC -o .libs/libcstring_support.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../common -I../include -I../common -g -O2 -Wall -c libcstring_support.c -o libcstring_support.o >/dev/null 2>&1
@tristan-k
tristan-k / libfvde_1094_config
Created August 7, 2014 01:20
libfvde 10.9.4 configure
$ ./configure --disable-dependency-tracking
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-apple-darwin13.3.0
@tristan-k
tristan-k / public_key_armor.key
Created November 11, 2014 15:01
public_key_armor.key
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v2.0
mQGiBFMholkRBADCmWxAfB70pNPl8STKbMT4D1XrhvTl32tYFkwCseKg+RB/XyAV
wRMgtJuKvB/UWSEL0H0t5lNlLRqh6IoHB+9Nz+pEdZPdvZf9bJ0lg3q9w8bes2+r
pRhRXJKvlLIK8dp+Mp6mQB+5PhkLCDx5FZvKs8uSyrOOrZhkzqgcXcm9qwCg4RMy
oYvIFQjxN2E2ceDZba64y58D/RaPdcdOD64Uvx+amuYj4RKneUQOVTmNFb905QJA
S95u/QptlUo+eYxrkveDhvlmRmY4H1tQPZ2On8FoM5piIr6mb1TfQgugsKWmfK1D
UHV9C+0cH631rp+B/mr/t8RpyyDGuRqeKvgYEDz2LsoDtjq0KpO0br3KoV3m+Edq
6j68BACeQA9/W8GQx15BzNfPR8xX5VFXsj5IpzFowgp7q6NOVdg8dva5Kci0md2Q
@tristan-k
tristan-k / odroid-c1 adb logact bootup
Last active August 29, 2015 14:15
When rebooting the odroid-c1 without the wlan dongle plugged in
$ adb logcat
- waiting for device -
--------- beginning of /dev/log/main
I/Netd ( 111): Netd 1.0 starting
W/InterfaceController( 111): Warning (dlopen failed: library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
I/installd( 121): installd firing up
I/DEBUG ( 112): debuggerd: Dec 11 2014 15:40:51
--------- beginning of /dev/log/system
I/Vold ( 108): Vold 2.1 (the revenge) firing up
D/Vold ( 108): Volume usbstorage state changing -1 (Initializing) -> 0 (No-Media)

Keybase proof

I hereby claim:

  • I am tristan-k on github.
  • I am tristank (https://keybase.io/tristank) on keybase.
  • I have a public key whose fingerprint is 2389 E18F E583 13AD 1C74 522D 9E11 3AC7 93D3 5042

To claim this, I am signing this object:

@tristan-k
tristan-k / brew install encfs
Created July 17, 2011 10:19
terminal output of brew install encfs
brew install -vd encfs
Warning: It appears you have Macports or Fink installed
Software installed with other package managers causes known problems for
Homebrew. If formula fail to build uninstall Macports/Fink and reinstall any
affected formula.
==> Downloading http://encfs.googlecode.com/files/encfs-1.7.4.tgz
File already downloaded in /Users/tristank/Library/Caches/Homebrew
/usr/bin/tar xf /Users/tristank/Library/Caches/Homebrew/encfs-1.7.4.tgz
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/encfs/1.7.4 --with-boost=/usr/local
./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/encfs/1.7.4 --with-boost=/usr/local
@tristan-k
tristan-k / config.log
Created July 17, 2011 10:14
config.log for brew install encfs
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/encfs/1.7.4 --with-boost=/usr/local
## --------- ##
## Platform. ##
@tristan-k
tristan-k / csync homebrew
Created June 12, 2012 16:53
csync homebrew formula built error
$ brew install --HEAD csync
==> Installing csync dependency: neon
==> Downloading http://www.webdav.org/neon/neon-0.29.6.tar.gz
######################################################################## 100,0%
==> ./configure --prefix=/usr/local/Cellar/neon/0.29.6 --disable-debug --enable-shared --disable-static --with-ssl
==> make install
==> Caveats
This formula is keg-only, so it was not symlinked into /usr/local.
Mac OS X already provides this program and installing another version in
@tristan-k
tristan-k / csync homebrew samba
Created July 3, 2012 11:14
csync samba build error
==> Installing csync dependency: samba
==> Downloading http://samba.org/samba/ftp/stable/samba-3.6.5.tar.gz
Already downloaded: /Library/Caches/Homebrew/samba-3.6.5.tar.gz
/usr/bin/tar xf /Library/Caches/Homebrew/samba-3.6.5.tar.gz
==> Patching
/usr/bin/patch -f -p1 -i 000-homebrew.diff
patching file source3/lib/system.c
==> ./autogen.sh
./autogen.sh
./autogen.sh: running script/mkversion.sh
@tristan-k
tristan-k / brewdoctor csync
Created July 3, 2012 11:16
brewdoctor csync
$brew doctor
Error: gettext was detected in your PREFIX.
The gettext provided by Homebrew is "keg-only", meaning it does not
get linked into your PREFIX by default.
If you `brew link gettext` then a large number of brews that don't
otherwise have a `depends_on 'gettext'` will pick up gettext anyway
during the `./configure` step.