NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bin/48140 (dhcpcd fails to get lease in -current)



Roy,

You wrote:
>  For reference my qemu is at version 2.1.0 from pkgsrc and I did not 
>  specify a nic model type.

I'm using qemu 2.0.0nb4.  I just reran the tests without the --net
user and --net nic,model=ne2k_pci options, and it still works with the
NetBSD disk image built from pre-import sources and fails with the one
built from post-import sources.  Here is the output, pre-import:

  dhcpcd[1597]: version 6.4.7 starting
  dhcpcd[1597]: wm0: disabling Kernel IPv6 auto link-local support
  dhcpcd[1597]: wm0: disabling Kernel IPv6 RA support
  dhcpcd[1597]: wm0: adding address fe80::59c1:f175:aeb3:433
  dhcpcd[1597]: if_addaddress6: No buffer space available
  dhcpcd[1597]: wm0: executing `/libexec/dhcpcd-run-hooks' PREINIT
  Oct 11 16:35:22  dhcpcd[1597]: if_addaddress6: No buffer space available
  dhcpcd[1597]: DUID 00:01:00:01:1b:cc:18:ce:52:54:00:12:34:56
  dhcpcd[1597]: wm0: IAID 00:12:34:56
  dhcpcd[1597]: wm0: delaying IPv6 router solictation for 0.1 seconds
  dhcpcd[1597]: wm0: delaying IPv4 for 0.2 seconds
  dhcpcd[1597]: wm0: soliciting an IPv6 router
  dhcpcd[1597]: wm0: delaying Router Solicitation for LL address
  dhcpcd[1597]: wm0: soliciting a DHCP lease
  dhcpcd[1597]: wm0: sending DISCOVER (xid 0xff84e467), next in 3.6 seconds
  dhcpcd[1597]: wm0: offered 10.0.2.15 from 10.0.2.2
  dhcpcd[1597]: wm0: sending REQUEST (xid 0xff84e467), next in 3.7 seconds
  dhcpcd[1597]: wm0: acknowledged 10.0.2.15 from 10.0.2.2
  dhcpcd[1597]: wm0: checking for 10.0.2.15
  dhcpcd[1597]: wm0: sending ARP probe (1 of 3), next in 1.7 seconds
  dhcpcd[1597]: wm0: sending ARP probe (2 of 3), next in 1.9 seconds
  dhcpcd[1597]: wm0: sending ARP probe (3 of 3), next in 2.0 seconds
  dhcpcd[1597]: wm0: leased 10.0.2.15 for 86400 seconds
  dhcpcd[1597]: wm0: renew in 43200 seconds, rebind in 75600 seconds
  dhcpcd[1597]: wm0: adding IP address 10.0.2.15/24
  dhcpcd[1597]: wm0: adding host route to 10.0.2.15 via 127.0.0.1
  dhcpcd[1597]: wm0: adding route to 10.0.2.0/24
  dhcpcd[1597]: wm0: adding default route via 10.0.2.2
  dhcpcd[1597]: wm0: writing lease `/var/db/dhcpcd-wm0.lease'
  dhcpcd[1597]: wm0: executing `/libexec/dhcpcd-run-hooks' BOUND
  dhcpcd[1597]: forking to background
  dhcpcd[1597]: forked to background, child pid 1743

And post-import:

  dhcpcd[1605]: version 6.5.0 starting
  dhcpcd[1605]: wm0: disabling Kernel IPv6 auto link-local support
  dhcpcd[1605]: wm0: disabling Kernel IPv6 RA support
  dhcpcd[1605]: wm0: adding address fe80::59c1:f175:aeb3:433
  dhcpcd[1605]: if_addaddress6: No buffer space available
  Oct 11 16:36:31  dhcpcd[1605]: if_addaddress6: No buffer space available
  dhcpcd[1605]: wm0: executing `/libexec/dhcpcd-run-hooks' PREINIT
  dhcpcd[1605]: timed out
  Oct 11 16:37:06  dhcpcd[1605]: timed out
  dhcpcd[1605]: allowing 8 seconds for IPv4LL timeout
  dhcpcd[1605]: timed out
  dhcpcd[1605]: forking to background
  dhcpcd[1605]: forked to background, child pid 1209

-- 
Andreas Gustafsson, gson%gson.org@localhost


Home | Main Index | Thread Index | Old Index