[Bug 199495] CAM status: command timeout (fix in HEAD, still in 9.3, 10.1) (relates to bug 195349)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jul 1 11:12:57 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199495

--- Comment #4 from Yudi <yudi.tux at gmail.com> ---
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.


More information about the freebsd-bugs mailing list