Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/build: Plan 9 builders don't start anymore #20564

Closed
0intro opened this issue Jun 3, 2017 · 13 comments
Closed

x/build: Plan 9 builders don't start anymore #20564

0intro opened this issue Jun 3, 2017 · 13 comments
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge OS-OpenBSD OS-Plan9
Milestone

Comments

@0intro
Copy link
Member

0intro commented Jun 3, 2017

Since 2017-06-02 at 13:41 UTC, the Plan 9 builders don't start anymore.

The build log indicates:

(buildlet still starting; no live streaming. reload manually to see status)

See https://farmer.golang.org/temporarylogs?name=plan9-386&rev=b928e2faa8d90989276ff0880aaef666c970cc68

I've tried to manually start a Plan 9 instance on GCE. Plan 9 still starts successfully, but is now unable to get an IP address.

Here is the output of the console:

SeaBIOS (version 1.8.2-20170320_223604-google)
Total RAM Size = 0x00000000e6600000 = 3686 MiB
CPUs found: 4     Max CPUs supported: 4
found virtio-scsi at 0:3
virtio-scsi vendor='Google' product='PersistentDisk' rev='1' type=0 removable=0
virtio-scsi blksize=512 sectors=20971520 = 10240 MiB
drive 0x000f3150: PCHS=0/0/0 translation=lba LCHS=1024/255/63 s=20971520
Booting from Hard Disk 0...
pcirouting: BIOS workaround: PCI.0.1.3 at pin 1 link 96 irq 10 -> 9

no vga; serial console only
 disk loader

cpu0:  2507MHz GenuineIntel P6 (cpuid: AX 0x306E4 DX 0x1F8BFBFF)
ELCR: 0C00
497M memory: 497M kernel data, 0M user, 18M swap
found partition #S/sd01/data 0 20,971,520
disks: sd01
trying sd01....found 9pccpuf
.1177998...............................................................................................................................................+2411120.......................................................................................................................................................................................................................................................................................................+488404=4077522
entry: 0xf0100020

Plan 9
E820: 00000000 0009fc00 memory
E820: 0009fc00 000a0000 reserved
E820: 000f0000 00100000 reserved
E820: 00100000 bfffd000 memory
E820: bfffd000 c0000000 reserved
E820: fffbc000 100000000 reserved
E820: 100000000 126600000 memory
cpu0:  2501MHz GenuineIntel P6 (cpuid: AX 0x306E4 DX 0x1F8BFBFF)
ELCR: 0C00
#l0: virtio: 1Gbps port 0xC040 irq 11: 42010af00002
3072M memory: 184M kernel data, 2887M user, 3512M swap
/boot/usbd: /dev/usb: no hubs
/boot/usbd: /dev/usb: no hubs
boot: can't open /srv/usb: '/srv/usb' file does not exist
time...
fossil(#S/sd01/fossil)...version...
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
[...]
ipconfig: no success with DHCP
ndb/dns: can't read my ip address

init: starting /bin/rc
helix# 

ip/ipconfig, the DHCP client, sends an DHCP request, but don't receive any response. ip/ipconfig returns with the error "no success with DHCP" once the timeout expired.

In suspect that on 2017-06-02, between 04:23 and 13:41 UTC, a change on the GCE platform lead to this issue.

This issue may be related to a change in the VirtIO Ethernet Adapter, or the DHCP server, or something else.

I've noticed the openbsd/386 builders stopped working as well. It might be related.

cc @bradfitz @mdempsky

@0intro 0intro self-assigned this Jun 3, 2017
@gopherbot gopherbot added this to the Unreleased milestone Jun 3, 2017
@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Jun 3, 2017
@0intro
Copy link
Member Author

0intro commented Jun 3, 2017

I believe the issue is related to the VirtIO Ethernet Adapter. I can't send or receive packets to/from the gateway (10.240.0.1).

Local addresses:

helix# cat /net/ipselftab
10.0.0.0                                     01 6b  
10.240.0.0                                   01 6b  
127.0.0.0                                    01 6b  
127.0.0.1                                    01 6u  
10.240.0.2                                   01 6u  
10.255.255.255                               01 6b  
10.240.255.255                               01 6b  
255.255.255.255                              02 6b  
127.255.255.255                              01 6b  

Route table:

helix# cat /net/iproute
0.0.0.0         /96  10.240.0.1      4    none   -
10.0.0.0        /128 10.0.0.0        4b   ifc    -
10.240.0.0      /112 10.240.0.0      4i   ifc    0
10.240.0.0      /128 10.240.0.0      4b   ifc    -
10.240.0.2      /128 10.240.0.2      4u   ifc    0
10.240.255.255  /128 10.240.255.255  4b   ifc    -
10.255.255.255  /128 10.255.255.255  4b   ifc    -
127.0.0.0       /104 127.0.0.0       4i   ifc    -
127.0.0.0       /128 127.0.0.0       4b   ifc    -
127.0.0.1       /128 127.0.0.1       4u   ifc    -
127.255.255.255 /128 127.255.255.255 4b   ifc    -
255.255.255.255 /128 255.255.255.255 4b   ifc    -

Ping myself:

helix# ip/ping -n 1 10.240.0.2
sending 1 64 byte messages 1000 ms apart to icmp!10.240.0.2!1
0: rtt 31 µs, avg rtt 31 µs, ttl = 255

Ping gateway:

helix# ip/ping -n 1 10.240.0.1
sending 1 64 byte messages 1000 ms apart to icmp!10.240.0.1!1
lost 0
1 out of 1 messages lost

Ping myself (with snoopy):

helix# ip/ping -n 1 10.240.0.2
sending 1 64 byte messages 1000 ms apart to icmp!10.240.0.2!1
0: rtt 134 µs, avg rtt 134 µs, ttl = 255
192103 ms 
        ether(s=42010af00002 d=42010af00002 pr=0800 ln=78)
        ip(s=10.240.0.2 d=10.240.0.2 id=00fa frag=0000 ttl=255 pr=1 ln=64 hl=20)
        icmp(t=EchoReq c=0 ck=8f55 id=f8ed seq=427d)
        dump(1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b)
192157 ms 
        ether(s=42010af00002 d=42010af00002 pr=0800 ln=78)
        ip(s=10.240.0.2 d=10.240.0.2 id=00fb frag=0000 ttl=255 pr=1 ln=64 hl=20)
        icmp(t=EchoRep c=0 ck=9755 id=f8ed seq=427d)
        dump(1c1d1e1f202122232425262728292a2b2c2d2e2f303132333435363738393a3b)

Ping gateway (with snoopy):

helix# ip/ping -n 1 10.240.0.1
sending 1 64 byte messages 1000 ms apart to icmp!10.240.0.1!1
024771 ms 
        ether(s=42010af00002 d=ffffffffffff pr=0806 ln=60)
        arp(op=1 len=4/6 spa=10.240.0.2 sha=42010af00002 tpa=10.240.0.1 tha=000000000000)
lost 0
1 out of 1 messages lost

@bradfitz
Copy link
Contributor

bradfitz commented Jun 6, 2017

I've filed internal GCE bug b/62372749.

@0intro
Copy link
Member Author

0intro commented Jun 7, 2017

Thanks. Is openbsd/386 experiencing the same behavior as Plan 9?

@bradfitz
Copy link
Contributor

bradfitz commented Jun 7, 2017

I haven't had time to look yet.

@bradfitz
Copy link
Contributor

bradfitz commented Jun 9, 2017

@0intro, GCE folk are curious about the snoopy -C output during DHCP. Is this something you can do easily? I don't know what capital -C means. I don't see it documented at http://man.cat-v.org/plan_9_2nd_ed/8/snoopy

In any case, just seeing all network traffic to/from the VM would be interesting.

@gopherbot
Copy link

CL https://golang.org/cl/45230 mentions this issue.

gopherbot pushed a commit to golang/build that referenced this issue Jun 9, 2017
Updates golang/go#20564

Change-Id: I32d4afb892231fd1067164f103b88c77930ef2b5
Reviewed-on: https://go-review.googlesource.com/45230
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
@0intro
Copy link
Member Author

0intro commented Jun 9, 2017

You were looking to an older Plan 9 manual (2nd edition). The -C parameters computes checksum.
(see snoopy(8))

I can easily run programs during startup. Here is the console full output when running snoppy -C on the background:

SeaBIOS (version 1.8.2-20170320_223604-google)
Total RAM Size = 0x00000000e6600000 = 3686 MiB
CPUs found: 4     Max CPUs supported: 4
found virtio-scsi at 0:3
virtio-scsi vendor='Google' product='PersistentDisk' rev='1' type=0 removable=0
virtio-scsi blksize=512 sectors=20971520 = 10240 MiB
drive 0x000f3150: PCHS=0/0/0 translation=lba LCHS=1024/255/63 s=20971520
Booting from Hard Disk 0...
pcirouting: BIOS workaround: PCI.0.1.3 at pin 1 link 96 irq 10 -> 9

no vga; serial console only
 disk loader

cpu0:  2510MHz GenuineIntel P6 (cpuid: AX 0x306E4 DX 0x1F8BFBFF)
ELCR: 0C00
497M memory: 497M kernel data, 0M user, 18M swap
found partition #S/sd01/data 0 20,971,520
disks: sd01
trying sd01....found 9pccpuf
.1177998...............................................................................................................................................+2411120.......................................................................................................................................................................................................................................................................................................+488404=4077522
entry: 0xf0100020

Plan 9
E820: 00000000 0009fc00 memory
E820: 0009fc00 000a0000 reserved
E820: 000f0000 00100000 reserved
E820: 00100000 bfffd000 memory
E820: bfffd000 c0000000 reserved
E820: fffbc000 100000000 reserved
E820: 100000000 126600000 memory
cpu0:  2513MHz GenuineIntel P6 (cpuid: AX 0x306E4 DX 0x1F8BFBFF)
ELCR: 0C00
#l0: virtio: 1Gbps port 0xC040 irq 11: 42010af00002
3072M memory: 184M kernel data, 2887M user, 3512M swap
/boot/usbd: /dev/usb: no hubs
/boot/usbd: /dev/usb: no hubs
boot: can't open /srv/usb: '/srv/usb' file does not exist
time...
fossil(#S/sd01/fossil)...version...
000001 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0001 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=5782 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=166c0831 sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
003993 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0002 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=577e ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=166c0831 sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
008004 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0003 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=577a ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=166c0831 sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
012005 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0004 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=e472 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=5c28bea sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
016004 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0005 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=e46e ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=5c28bea sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
020014 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0006 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=e46a ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=5c28bea sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
024015 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0007 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=9b36 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=62e47804 sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
028013 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0008 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=9b32 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=62e47804 sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
032014 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0009 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=9b2e ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=62e47804 sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
036026 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=000a frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=f5cc ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=7a3a0618 sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
040044 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=000b frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=f5c8 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=7a3a0618 sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
044044 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=000c frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=f5c4 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=7a3a0618 sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
048045 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=000d frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=e6f2 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=68f0263c sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
052043 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=000e frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=e6ee ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=68f0263c sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
056043 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=000f frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=e6ea ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=68f0263c sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
060045 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0010 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=ea2a ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=658b2669 sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
064043 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0011 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=ea26 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=658b2669 sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
068043 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0012 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=ea22 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=658b2669 sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
072046 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0013 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=27c0 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=e653ffa sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
076053 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0014 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=27bc ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=e653ffa sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
080053 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0015 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=27b8 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=e653ffa sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
084055 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0016 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=1da8 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=2f65581 sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
088053 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0017 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=1da4 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=2f65581 sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
092053 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0018 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=1da0 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=2f65581 sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
096055 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0019 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=8175 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=2d34c775 sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
100053 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=001a frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=8171 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=2d34c775 sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
104053 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=001b frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=816d ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=2d34c775 sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
108056 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=001c frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=600b ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=2f12e701 sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
112063 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=001d frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=6007 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=2f12e701 sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
116073 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=001e frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=6003 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=2f12e701 sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
120075 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=001f frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=4fb0 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=5887cde7 sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
124073 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0020 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=4fac ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=5887cde7 sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
128073 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0021 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=4fa8 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=5887cde7 sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
132075 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0022 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=0e45 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=38b644f sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
136073 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0023 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=0e41 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=38b644f sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
140073 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0024 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=0e3d ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=38b644f sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
144086 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0025 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=5b7f ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=4c72ce2d sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
148093 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0026 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=5b7b ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=4c72ce2d sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
152093 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0027 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=5b77 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=4c72ce2d sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
156095 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0028 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=c653 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=70593f72 sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
160093 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0029 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=c64f ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=70593f72 sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
164103 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=002a frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=c64b ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=70593f72 sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
168105 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=002b frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=650d ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=330ede03 sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
172103 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=002c frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=6509 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=330ede03 sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
176103 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=002d frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=6505 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=330ede03 sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
180105 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=002e frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=4ff7 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=5d2bc8fc sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
184103 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=002f frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=4ff3 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=5d2bc8fc sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
188103 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0030 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=4fef ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=5d2bc8fc sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
192105 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0031 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=6a9e ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=4c1dbf63 sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
196103 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0032 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=6a9a ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=4c1dbf63 sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
200103 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0033 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=6a96 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=4c1dbf63 sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
204105 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0034 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=bfe7 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=26079030 sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
208103 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0035 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=bfe3 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=26079030 sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
212113 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0036 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=bfdf ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=26079030 sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
216115 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0037 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=3266 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=720ad1ae sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
220113 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0038 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=3262 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=720ad1ae sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
224113 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0039 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=325e ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=720ad1ae sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
228115 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=003a frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=ca95 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=77453444 sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
232123 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=003b frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=ca91 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=77453444 sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
236123 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=003c frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=ca8d ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=77453444 sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
240135 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=003d frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=24bc ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=5e12f350 sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
244143 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=003e frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=24b8 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=5e12f350 sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
248143 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=003f frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=24b4 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=5e12f350 sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
252145 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0040 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=43cf ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=6ed7c378 sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
256143 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0041 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=43cb ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=6ed7c378 sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
260143 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0042 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=43c7 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=6ed7c378 sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
264145 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0043 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=8492 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=901e88b sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
268143 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0044 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=848e ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=901e88b sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
272143 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0045 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=848a ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=901e88b sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
276145 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0046 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=c844 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=52725b68 sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
280153 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0047 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=c840 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=52725b68 sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
284153 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0048 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=c83c ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=52725b68 sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
288155 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0049 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=db56 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=386f6259 sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
292154 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=004a frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=db52 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=386f6259 sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
296163 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=004b frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=db4e ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=386f6259 sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
300165 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=004c frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=fa06 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=69de123a sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
304163 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=004d frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=fa02 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=69de123a sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
308163 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=004e frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=f9fe ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=69de123a sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
312165 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=004f frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=5cc3 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=3fd8d983 sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
316163 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0050 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=5cbf ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=3fd8d983 sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
320164 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0051 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=5cbb ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=3fd8d983 sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
324175 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0052 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=f99a ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=56c525bf sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
328193 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0053 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=f996 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=56c525bf sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
332203 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0054 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=f992 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=56c525bf sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
336215 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0055 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=28be ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=1823353e sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
340213 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0056 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=28ba ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=1823353e sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
344213 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0057 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=28b6 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=1823353e sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
348215 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0058 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=2be6 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=b493ef0 sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
352214 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0059 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=2be2 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=b493ef0 sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
356223 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=005a frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=2bde ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=b493ef0 sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42 26))
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: dhcprecv: read timed out
ipconfig: no success with DHCP
ndb/dns: can't read my ip address
360664 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=005b frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=096d ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=6d13feba sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
364663 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=005c frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=0969 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=6d13feba sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
368663 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=005d frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=0965 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=6d13feba sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
372665 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=005e frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=295b ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=1cd42f0c sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
376663 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=005f frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=2957 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=1cd42f0c sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
380663 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0060 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=2953 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=1cd42f0c sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
384665 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0061 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=86de ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=3982b4da sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
388673 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0062 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=86da ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=3982b4da sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
392673 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0063 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=86d6 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=3982b4da sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
396675 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0064 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=28db ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=6c82dfdd sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
400683 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0065 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=28d7 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=6c82dfdd sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
404683 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0066 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=28d3 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=6c82dfdd sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
408684 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0067 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=9249 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=365cac95 sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
412693 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0068 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=9245 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=365cac95 sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
416693 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0069 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=9241 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=365cac95 sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
420694 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=006a frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=74d4 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=62819de5 sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
424693 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=006b frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=74d0 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=62819de5 sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
428693 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=006c frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=74cc ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=62819de5 sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
432694 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=006d frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=5661 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=1dbf011b sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
436693 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=006e frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=565d ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=1dbf011b sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
440693 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=006f frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=5659 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=1dbf011b sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
444695 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0070 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=210a ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=2cad2784 sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
448693 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0071 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=2106 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=2cad2784 sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
452693 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0072 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=2102 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=2cad2784 sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
456694 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0073 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=db3e ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=190c80f0 sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
460693 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0074 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=db3a ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=190c80f0 sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
464693 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0075 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=db36 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=190c80f0 sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
468694 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0076 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=3c03 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=7998bf9f sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
472693 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0077 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=3bff ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=7998bf9f sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
476693 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0078 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=3bfb ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=7998bf9f sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
480694 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0079 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=4d6e ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=7293b539 sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
484693 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=007a frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=4d6a ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=7293b539 sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
488693 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=007b frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=4d66 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=7293b539 sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
492694 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=007c frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=e129 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=c8d8784 sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
496693 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=007d frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=e125 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=c8d8784 sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
500693 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=007e frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=e121 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=c8d8784 sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
504694 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=007f frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=3b8c ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=3cdbfcd3 sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
508693 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0080 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=3b88 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=3cdbfcd3 sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
512693 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0081 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=3b84 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=3cdbfcd3 sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
516694 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0082 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=cc3c ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=197a8f84 sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
520693 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0083 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=cc38 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=197a8f84 sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
524693 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0084 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=cc34 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=197a8f84 sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
528694 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0085 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=04a0 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=254d4b4e sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
532693 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0086 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=049c ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=254d4b4e sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
536693 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0087 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=0498 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=254d4b4e sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
540694 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0088 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=2b96 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=3f500a55 sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
544693 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0089 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=2b92 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=3f500a55 sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
548693 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=008a frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=2b8e ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=3f500a55 sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
552694 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=008b frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=111b ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=18794ba7 sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
556693 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=008c frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=1117 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=18794ba7 sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
560693 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=008d frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=1113 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=18794ba7 sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
564694 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=008e frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=87f6 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=51f99b4b sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
568693 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=008f frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=87f2 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=51f99b4b sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
572693 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0090 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=87ee ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=51f99b4b sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
576694 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0091 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=1f33 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=3e65222 sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
580693 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0092 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=1f2f ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=3e65222 sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
584693 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0093 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=1f2b ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=3e65222 sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
588696 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0094 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=3832 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=4cb1f057 sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
592703 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0095 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=382e ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=4cb1f057 sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
596703 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0096 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=382a ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=4cb1f057 sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
600704 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0097 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=a986 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=3db58dff sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
604703 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0098 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=a982 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=3db58dff sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
608703 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=0099 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=a97e ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=3db58dff sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
612704 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=009a frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=c31c ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=70cab12 sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
616703 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=009b frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=c318 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=70cab12 sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
620704 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=009c frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=c314 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=70cab12 sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
624714 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=009d frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=229f ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=4da4dc2 sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
628713 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=009e frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=229b ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=4da4dc2 sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
632713 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=009f frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=2297 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=4da4dc2 sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
636725 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=00a0 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=8938 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=770374ff sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
640733 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=00a1 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=8934 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=770374ff sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
644733 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=00a2 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=8930 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=770374ff sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
648734 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=00a3 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=7f60 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=64ac912e sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
652733 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=00a4 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=7f5c ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=64ac912e sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
656733 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=00a5 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=7f58 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=64ac912e sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
660734 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=00a6 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=4f2f ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=6348c2c3 sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
664733 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=00a7 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=4f2b ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=6348c2c3 sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
668733 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=00a8 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=4f27 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=6348c2c3 sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
672734 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=00a9 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=99e4 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=2482b6d4 sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
676733 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=00aa frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=99e0 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=2482b6d4 sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
680733 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=00ab frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=99dc ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=2482b6d4 sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
684734 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=00ac frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=a8d0 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=15dcb0d sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
688733 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=00ad frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=a8cc ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=15dcb0d sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
692733 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=00ae frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=a8c8 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=15dcb0d sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
696734 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=00af frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=b5ac ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=4f597035 sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
700733 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=00b0 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=b5a8 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=4f597035 sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
704733 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=00b1 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=b5a4 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=4f597035 sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
708735 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=00b2 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=d314 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=162f8bf7 sec=0 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
712733 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=00b3 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=d310 ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=162f8bf7 sec=4 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
716733 ms 
	ether(s=42010af00002 d=ffffffffffff pr=0800 ln=590)
	ip(s=0.0.0.0 d=255.255.255.255 id=00b4 frag=0000 ttl=255 pr=17 ln=576 hl=20)
	udp(s=68 d=67 ck=d30c ln= 556)
	bootp(t=Req ht=1 hl=6 hp=0 xid=162f8bf7 sec=8 fl=0000 ca=0.0.0.0 ya=0.0.0.0 sa=0.0.0.0 ga=0.0.0.0 cha=42010af00002 magic=63825363)
	dhcp(t=Discover clientid=0142010af00002 vendorclass=plan9_386  requested=(1 3 6 12 15 42))
ipconfig: no success with DHCP
ndb/dns: can't read my ip address
downloading git
hget: too many errors with no progress cs: can't translate address: '/srv/dns' file does not exist

init: starting /bin/rc
helix# 

I don't receive a single incoming packet, despite the many DHCP requests.

A few days ago, when investigating the issue, I received a DHCP offer from 10.240.0.1, containing a link-local server address (169.254.169.254). I've never been able to reproduce it.

@bradfitz
Copy link
Contributor

bradfitz commented Jun 9, 2017

Thanks.

It might be a virtio (?) bug for 32-bit hosts (?). GCE folk are on it.

@0intro
Copy link
Member Author

0intro commented Jun 9, 2017

GCE folk are on it.

Very nice. Thanks!

If the GCE team find it more practical, they could download and run the make.bash script to make a Plan 9 image.

Then, they could easily edit the make.bash file to add commands to the /cfg/helix/cpurc file, to be executed during startup.

@bradfitz
Copy link
Contributor

bradfitz commented Jun 9, 2017

They've been able to reproduce it using the OpenBSD-386 image.

@0intro
Copy link
Member Author

0intro commented Jun 13, 2017

The plan9/386 and openbsd/386 builders on GCE seem to be running successfully again.

However, I've tried to boot Plan 9 on GCE (europe-west1-c), but it still fails. Are some zones more up-to-date than others?

@bradfitz
Copy link
Contributor

Our GCP project was specifically configured to use the old virtio implementation.

Your project (regardless of zone) is using the new virtio implementation with the bug that shows up for Plan 9 and 32-bit OpenBSD. If it's urgent, we can get you whitelisted too, otherwise you can wait for the proper fix to roll out.

@0intro
Copy link
Member Author

0intro commented Jun 13, 2017

OK, thanks. I'll wait for the proper fix.

@golang golang locked and limited conversation to collaborators Jun 13, 2018
@rsc rsc unassigned 0intro Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge OS-OpenBSD OS-Plan9
Projects
None yet
Development

No branches or pull requests

3 participants