Skip to content

Instantly share code, notes, and snippets.

@bsiegert
Last active February 12, 2016 10:38
Show Gist options
  • Save bsiegert/138b3b0c9f27c8d00187 to your computer and use it in GitHub Desktop.
Save bsiegert/138b3b0c9f27c8d00187 to your computer and use it in GitHub Desktop.
Current failure mode of buildlet VM
+ netstat -rn
Routing tables
Internet:
Destination Gateway Flags Refs Use Mtu Interface
10.240.0.3 42:01:0a:f0:00:03 UHLl - - - lo0
10.240.0.3/32 link#1 UC - - - vioif0
127/8 127.0.0.1 UGRS - - 33648 lo0
127.0.0.1 lo0 UHl - - 33648 lo0
Internet6:
Destination Gateway Flags Refs Use Mtu Interface
::/104 ::1 UGRS - - 33648 lo0
::/96 ::1 UGRS - - 33648 lo0
::1 ::1 UH - - 33648 lo0
::127.0.0.0/104 ::1 UGRS - - 33648 lo0
::224.0.0.0/100 ::1 UGRS - - 33648 lo0
::255.0.0.0/104 ::1 UGRS - - 33648 lo0
::ffff:0.0.0.0/96 ::1 UGRS - - 33648 lo0
2001:db8::/32 ::1 UGRS - - 33648 lo0
2002::/24 ::1 UGRS - - 33648 lo0
2002:7f00::/24 ::1 UGRS - - 33648 lo0
2002:e000::/20 ::1 UGRS - - 33648 lo0
2002:ff00::/24 ::1 UGRS - - 33648 lo0
fe80::/10 ::1 UGRS - - 33648 lo0
fe80::%vioif0/64 link#1 UC - - - vioif0
fe80::4001:aff:fef0:3 42:01:0a:f0:00:03 UHLl - - - lo0
fe80::%lo0/64 fe80::1 U - - - lo0
fe80::1 lo0 UHl - - - lo0
ff01:1::/32 link#1 UC - - - vioif0
ff01:2::/32 ::1 UC - - 33648 lo0
ff02::%vioif0/32 link#1 UC - - - vioif0
ff02::%lo0/32 ::1 UC - - 33648 lo0
+ cat '/etc/resolv.conf'
# Generated by resolvconf
search c.gobuilder-bsiegert.internal.
nameserver 169.254.169.254
nameserver 10.240.0.1
+ dig 'metadata.google.internal'
; <<>> DiG 9.10.3-P3 <<>> metadata.google.internal
;; global options: +cmd
;; connection timed out; no servers could be reached
+ set -e
+ curl -H 'Metadata-Flavor: Google' 'http://metadata.google.internal/computeMetadata/v1/instance/attributes/buildlet-binary-url'
curl: (6) Couldn't resolve host 'metadata.google.internal'
+ curl -o /buildlet
curl: no URL specified!
curl: try 'curl --help' or 'curl --manual' for more information
+ echo 'giving up'
+ command echo 'giving up'
giving up
+ sleep 10
+ halt -p
Feb 12 10:36:52 instance-5 halt: halted by root
Feb 12 10:36:52 instance-5 syslogd[230]: Exiting on signal 15
syncing disks... done
sysbeep0: detached
midi0: detached
pcppi0: detached
com1: detached
audio0: detached
sd0: detached
scsibus0: detached
acpi0: entering state S5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment