Skip to content

Instantly share code, notes, and snippets.

View aszeszo's full-sized avatar

Andrzej Szeszo aszeszo

View GitHub Profile
### Keybase proof
I hereby claim:
* I am aszeszo on github.
* I am aszeszo (https://keybase.io/aszeszo) on keybase.
* I have a public key whose fingerprint is 721C 08C1 89FA FD8B 1C2C 83A7 A815 5913 AABA 3750
To claim this, I am signing this object:
@aszeszo
aszeszo / wtf-kvm.sh
Created July 16, 2013 16:01
Command to get some info about stuck qemu instances on SmartOS hosts. mdb magic courtesy of @rmustacc
#!/bin/bash
if [[ -z $1 ]]; then
echo Usage: $0 zone-uuid
exit 1
fi
LOG=/tmp/kvcpu_ringbuf.log.$$
set -e
@aszeszo
aszeszo / gist:2855864
Created June 2, 2012 00:03
illumos distro build instructions
Download all repo-20120601-* tarballs from https://github.com/aszeszo/archives/downloads,
extract them in the right locations and run pkg install 'pkg:/*'
Extract Sun/Oracle Studio compilers in:
/opt/studio/12 (patched)
/opt/studio/12.1 (patched)
/opt/studio/12.2
Create /opt/SUNWspro symlink (required by illumos-gate)
ln -s studio/12 /opt/SUNWspro