What I did:
1: edit my-sup-src (set tag=RELENG_7_1, was RELENG_7_0)
2: # csup my-sup-src
3: # cd /usr/src
3: # rm -rf /usr/obj/* (completes with no warnings)
4: # make -j2 buildworld
5: # make kernel KERNCONF=MYKERN7 (as to differentiate from MYKERN6)
6: # shutdown -r now
7: Grabbed a coke.
8: # cd /usr/src
9: # mergemaster -p
10:# make installworld
11:# mergemaster
12:# shutdown -r now
What happened:2: # csup my-sup-src
3: # cd /usr/src
3: # rm -rf /usr/obj/* (completes with no warnings)
4: # make -j2 buildworld
5: # make kernel KERNCONF=MYKERN7 (as to differentiate from MYKERN6)
6: # shutdown -r now
7: Grabbed a coke.
8: # cd /usr/src
9: # mergemaster -p
10:# make installworld
11:# mergemaster
12:# shutdown -r now
The system rebooted and hung on most network related rc.d scripts, such as sshd, samba, etc. Ctrl+C worked, or I could wait for them to timeout, and the system would present me at a prompt. Once at a prompt, I could login and explore the system, but had absolutely no network access, going in or out of the system.
What I tried:1: I rebooted again. No luck.
2: # dhclient re0 (it was previously static). No luck.
3: # ifconfig down delete re0
4. Removed the network cable from re0 and put it in re1.
5: # dhclient re1
6: Blah blah blah, 'DHCP receieved 10.3.0.111'.
7: Opened the coke.
8: Modified changed ifconfig_re0="192.3.0.2" to read ifconfig_re1="192.3.0.1".
9: # reboot (I was too lazy to look up the appropriate /etc/rc.d script).
10: Enjoyed some cola.
11: Enjoyed my fully restored network access.
Why it happened:2: # dhclient re0 (it was previously static). No luck.
3: # ifconfig down delete re0
4. Removed the network cable from re0 and put it in re1.
5: # dhclient re1
6: Blah blah blah, 'DHCP receieved 10.3.0.111'.
7: Opened the coke.
8: Modified changed ifconfig_re0="192.3.0.2" to read ifconfig_re1="192.3.0.1".
9: # reboot (I was too lazy to look up the appropriate /etc/rc.d script).
10: Enjoyed some cola.
11: Enjoyed my fully restored network access.
I'll tell you when I find out. I'll be doing a send-pr (bug report) shortly. I will also check the svn/cvsup logs to see the last time the re driver was modified.