Skip to content

Instantly share code, notes, and snippets.

(XEN) domain_crash_sync called from entry.S
(XEN) Domain 14 (vcpu#0) crashed on cpu#0:
(XEN) ----[ Xen-4.1.2 x86_64 debug=n Not tainted ]----
(XEN) CPU: 0
(XEN) RIP: e033:[<fffffffffb85fc80>]
(XEN) RFLAGS: 0000000000010282 EM: 1 CONTEXT: pv guest
(XEN) rax: 0000000000000000 rbx: 0000000000000001 rcx: fffffffffb85fc80
(XEN) rdx: 0000000000000000 rsi: fffffffffb85f6f8 rdi: fffffffffb85fc90
(XEN) rbp: fffffffffb85faf0 rsp: fffffffffb7ff000 r8: fffffffffbcb2680
(XEN) r9: 0000000000000002 r10: fffffffffb859170 r11: 0000000000000282
memory=512
vcpus=1
name="indiana-install"
bootloader="/usr/lib/xen-default/bin/pygrub"
# vif=["bridge=br0"]
vif=['']
disk= [ "file:/home/thom/oi-dev-151a-text-x86.iso,6:cdrom,r","file:/srv/indiana.img,0,w"]
#kernel="/tmp/unix"
#ramdisk="/tmp/boot_archive"
kernel="/platform/i86xpv/kernel/amd64/unix"
default=0
timeout=5
min_mem64=1000
hiddenmenu
title OpenIndiana Development oi_151a X86
kernel$ /platform/i86pc/kernel/$ISADIR/unix
module$ /platform/i86pc/$ISADIR/boot_archive
title Boot from Hard Disk
This is a cookbook called <%= @cookbook_name %>
http://allrecipes.co.uk/recipe/945/basic-houmous.aspx
http://allrecipes.co.uk/recipe/6691/kagianas--greek-eggs-and-tomato-.aspx
http://allrecipes.co.uk/recipe/2053/pitta-bread.aspx
http://allrecipes.co.uk/recipe/5510/red-pepper--feta-and-olive-frittata.aspx
http://allrecipes.co.uk/recipe/3578/savoury-baklava.aspx
http://allrecipes.co.uk/recipe/4836/cheese-borek.aspx
http://allrecipes.co.uk/recipe/2302/spicy-roasted-red-pepper-houmous.aspx
http://allrecipes.co.uk/recipe/6068/feta-psiti.aspx
http://alignedleft.com/tutorials/d3
http://jamesgolick.com/2012/5/22/objectify-a-better-way-to-build-rails-applications.html
@thommay
thommay / gist:2788183
Created May 25, 2012 13:31
indiana aws images
http://wiki.openindiana.org/oi/Creating+OpenIndiana+EC2+image
http://mirrorshades.net/post/4685833962
12:54 ~/code/baton % cat ~/.zsh/lib/rb
rbb() {
if [ -z "$1" ]; then
echo "Usage: rbb <ruby version>"
echo "Available versions are:"
ruby-build --definitions
return 1
fi
ver=$1
ruby-build $ver ~/.rbenv/versions/$ver
#!/bin/sh
set -e
if [ -z "$1" ]; then
ruby-build --definitions
exit 1
fi
if [ -z "$2" ]; then
rev=1
ruby_block "configure #{p} module" do
block do
require 'chef/util/file_edit'
nc = Chef::Util::FileEdit.new("/etc/reconnoiter/noit.conf")
nc.insert_line_after_match(/lua.*noit.module.smtp/, "<module loader=\"lua\" name=\"#{p}\" object=\"noit.module.#{p}\"/>")
nc.write_file
Chef::Log.info "Inserted module config for #{p}"
end