vasilito
c3f8c89856
redbear-netctl: wait for interface to appear before waiting for DHCP address
...
wait_for_address assumed eth0 already existed and polled for an address with a
1s window -> on a fresh boot (smolnetd/driver-manager bring the interface up
async) it spun on a non-existent interface and logged "timed out waiting for
DHCP address on eth0". Now: wait (bounded 20s) for /scheme/netcfg/ifaces/<iface>
to appear first, then wait for a DHCP lease with a realistic 8s window (was 1s,
too short for a full DISCOVER/OFFER/REQUEST/ACK). Both bounded + oneshot_async so
boot never blocks. Pairs with the smolnetd/dhcpd async-NIC-attach fix.
2026-07-25 16:04:04 +09:00
..
2026-06-19 11:47:25 +03:00
2026-07-12 19:08:00 +03:00
2026-07-25 15:06:02 +09:00
2026-07-11 11:21:22 +03:00
2026-07-12 19:08:00 +03:00
2026-07-11 11:21:22 +03:00
2026-07-11 11:21:22 +03:00
2026-06-19 11:47:25 +03:00
2026-07-25 08:17:43 +09:00
2026-07-12 19:08:00 +03:00
2026-07-24 12:15:19 +09:00
2026-07-20 23:41:18 +09:00
2026-07-12 19:08:00 +03:00
2026-07-25 15:06:02 +09:00
2026-06-19 11:47:25 +03:00
2026-07-25 15:06:02 +09:00
2026-07-12 19:08:00 +03:00
2026-07-20 20:59:16 +09:00
2026-07-12 19:08:00 +03:00
2026-07-12 19:08:00 +03:00
2026-07-12 19:08:00 +03:00
2026-07-25 00:18:40 +09:00
2026-07-20 21:05:26 +09:00
2026-07-12 19:08:00 +03:00
2026-07-25 00:18:40 +09:00
2026-07-25 00:18:40 +09:00
2026-07-25 00:18:40 +09:00
2026-07-25 00:18:40 +09:00
2026-07-12 19:08:00 +03:00
2026-07-25 00:15:25 +09:00
2026-07-25 08:17:43 +09:00
2026-07-12 19:08:00 +03:00
2026-07-24 13:32:45 +09:00
2026-07-12 19:08:00 +03:00
2026-07-12 19:08:00 +03:00
2026-07-24 16:10:49 +09:00
2026-07-12 19:08:00 +03:00
2026-07-25 16:04:04 +09:00
2026-07-11 11:21:22 +03:00
2026-07-12 19:08:00 +03:00
2026-07-12 19:08:00 +03:00
2026-07-12 19:08:00 +03:00
2026-07-12 19:08:00 +03:00
2026-07-12 19:08:00 +03:00
2026-07-12 19:08:00 +03:00
2026-07-24 08:55:49 +09:00
2026-07-12 19:08:00 +03:00
2026-07-18 00:50:04 +09:00
2026-07-12 19:08:00 +03:00
2026-07-12 19:08:00 +03:00
2026-07-12 19:08:00 +03:00
2026-07-25 07:59:44 +09:00
2026-07-19 10:11:43 +09:00
2026-07-20 21:05:26 +09:00
2026-05-06 16:34:46 +01:00
2026-07-22 10:40:40 +09:00
2026-07-24 12:02:33 +09:00
2026-07-12 19:08:00 +03:00
2026-07-24 14:30:47 +09:00
2026-06-19 11:47:25 +03:00