Date: Wed, 01 Jul 2015 11:12:57 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 199495] CAM status: command timeout (fix in HEAD, still in 9.3, 10.1) (relates to bug 195349) Message-ID: <bug-199495-8-eAUhLGSF5S@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-199495-8@https.bugs.freebsd.org/bugzilla/> References: <bug-199495-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199495 --- Comment #4 from Yudi <yudi.tux@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199495-8-eAUhLGSF5S>