看板 DFBSD_bugs 關於我們 聯絡資訊
Hi, * Samuel J. Greear wrote: > > Recent master kernel -and- world? I'm running DragonFly v2.7.3.1236.g0b684-DEVELOPMENT #1: Tue Oct 5 22:26:32 CEST 2010. No time yet to update the box to latest master. Its an old UP machine, so building world/kernel takes ages (even with quick). > If this is seen again, truss or ktrace output of dhclient would be helpful. I attached truss and you see thousands of poll messages: poll(0xbfbff7e4,0x2,0x474a0) = 1 (0x1) gettimeofday(0xbfbff7bc,0x0) = 0 (0x0) poll(0xbfbff7e4,0x2,0x474a0) = 1 (0x1) gettimeofday(0xbfbff7bc,0x0) = 0 (0x0) poll(0xbfbff7e4,0x2,0x474a0) = 1 (0x1) gettimeofday(0xbfbff7bc,0x0) = 0 (0x0) poll(0xbfbff7e4,0x2,0x474a0) = 1 (0x1) gettimeofday(0xbfbff7bc,0x0) = 0 (0x0) poll(0xbfbff7e4,0x2,0x474a0) = 1 (0x1) gettimeofday(0xbfbff7bc,0x0) = 0 (0x0) poll(0xbfbff7e4,0x2,0x474a0) = 1 (0x1) gettimeofday(0xbfbff7bc,0x0) = 0 (0x0) poll(0xbfbff7e4,0x2,0x474a0) = 1 (0x1) gettimeofday(0xbfbff7bc,0x0) = 0 (0x0) poll(0xbfbff7e4,0x2,0x474a0) = 1 (0x1) gettimeofday(0xbfbff7bc,0x0) = 0 (0x0) This sequence keeps repeating forever. More debugging tomorrow, I'm currently short of time. Cheers Matthias