https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199495
--- Comment #4 from Yudi <[email protected]> --- after speaking with users at #freebsd IRC channel, I realized I made couple of mistakes in rebuilding the kernel. I was advised to track base/stable/10 rather than base/head and use GENERIC instead of LINT. rebuild the kernel again as follows: renamed /usr/src Then created /usr/src # svn checkout https://svn0.us-west.FreeBSD.org/base/stable/10 /usr/src # cd /usr/src/sys/amd64/conf # cp GENERIC MYKERNEL1 # cd /usr/src # make buildkernel KERNCONF=MYKERNEL1 # make installkernel KERNCONF=MYKERNEL1 rebooted the system and the issue is still present. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
