Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am adamgibbins on github.
  • I am adamgibbins (https://keybase.io/adamgibbins) on keybase.
  • I have a public key whose fingerprint is 178C 9BCC 45AF 8817 71DB 12B4 FAAA 8BC5 C703 DE05

To claim this, I am signing this object:

[pid 15010] select(7, [3 4], [], NULL, NULL <unfinished ...>
[pid 15034] write(2, "Writing objects: 100% (589045/58"..., 69Writing objects: 100% (589045/589045), 1.73 GiB | 11.24 MiB/s, done.
) = 69
[pid 15034] setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0
[pid 15034] rt_sigaction(SIGALRM, {SIG_IGN, [ALRM], SA_RESTORER|SA_RESTART, 0x7f075dd07af0}, {0x492f30, [], SA_RESTORER|SA_RESTART, 0x7f075e0668f0}, 8) = 0
[pid 15034] write(2, "Total 589045 (delta 358451), reu"..., 58Total 589045 (delta 358451), reused 544436 (delta 314247)
) = 58
[pid 15034] fstat(1, 0x7fff5e7ed490) = -1 EBADF (Bad file descriptor)
[pid 15034] exit_group(0) = ?
Process 15009 resumed
<%=
yaml = ["---"]
keys = scope.to_hash.keys.reject {|k| k.to_s =~ /(^uptime|^memoryfree$|^swapfree$|^_timestamp$|^path$|^users$)/}
keys.sort.each {|k| yaml << "#{k}: #{scope.lookupvar(k).to_s}"}
yaml.join("\n ")
%>
d-i preseed/include string common.cfg
### Partitioning
# The presently available methods are: "regular", "lvm" and "crypto"
d-i partman-auto/method string lvm
# If one of the disks that are going to be automatically partitioned
# contains an old LVM configuration, the user will normally receive a
# warning. This can be preseeded away...
d-i partman-lvm/device_remove_lvm boolean true
% sudo !!
sudo aptitude install mtr
The following NEW packages will be installed:
mtr{b}
0 packages upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 50.8 kB of archives. After unpacking 188 kB will be used.
The following packages have unmet dependencies:
mtr-tiny: Conflicts: mtr but 0.80-1ubuntu1 is to be installed.
mtr: Conflicts: mtr-tiny but 0.80-1ubuntu1 is installed.
The following actions will resolve these dependencies:
--langdef=puppet
--langmap=puppet:.pp
--regex-puppet=/^class[ \t]*([:a-zA-Z0-9_\-]+)[ \t]*/\1/d,definition/
--regex-puppet=/^site[ \t]*([a-zA-Z0-9_\-]+)[ \t]*/\1/d,definition/
--regex-puppet=/^node[ \t]*([a-zA-Z0-9_\-]+)[ \t]*/\1/d,definition/
--regex-puppet=/^define[ \t]*([:a-zA-Z0-9_\-]+)[ \t]*/\1/d,definition/