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
### 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: |
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
#!/bin/bash | |
if [[ -z $1 ]]; then | |
echo Usage: $0 zone-uuid | |
exit 1 | |
fi | |
LOG=/tmp/kvcpu_ringbuf.log.$$ | |
set -e |
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
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 |