Date: Tue, 05 May 2009 16:37:50 +0200 From: Alexander Leidinger <Alexander@Leidinger.net> To: Robert Watson <rwatson@FreeBSD.org> Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r191777 - head/sys/nfsclient Message-ID: <20090505163750.82426dctf57hxzk8@webmail.leidinger.net> In-Reply-To: <alpine.BSF.2.00.0905051523290.69433@fledge.watson.org> References: <200905040219.n442Jq3V030903@svn.freebsd.org> <20090504133527.43351tf1iwwi5sro@webmail.leidinger.net> <alpine.BSF.2.00.0905041254140.52008@fledge.watson.org> <20090504142227.11823qbind1lyyuc@webmail.leidinger.net> <alpine.BSF.2.00.0905041448050.52008@fledge.watson.org> <20090505162138.14395avh7ehv6zcw@webmail.leidinger.net> <alpine.BSF.2.00.0905051523290.69433@fledge.watson.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Quoting Robert Watson <rwatson@FreeBSD.org> (from Tue, 5 May 2009 15:23:58 +0100 (BST)): > > On Tue, 5 May 2009, Alexander Leidinger wrote: > >> Quoting Robert Watson <rwatson@FreeBSD.org> (from Mon, 4 May 2009 >> 14:50:54 +0100 (BST)): >> >>> Well, 'dtraceall' claims dependency on all the provider modules, >>> so results in everything being loaded including dtnfsclient. In >>> theory, dtnfsclient and other providers should contain the >>> necessary module dependencies to cause them to load everything >>> they depend on, but I also have the feeling I've run into the >>> problem you're seeing. Could you provide the symbol missing >>> errors from the console? It should be fairly easy to track down >>> the missing graph edge using that. >> >> link_elf: symbol nfsclient_accesscache_flush_done_id undefined KLD >> dtraceall.ko: depends on dtnfsclient - not available > > Is the nfsclient module loaded? If so, was the module built using a > kernel configured for KDTRACE_HOOKS? # kldstat -v | grep nfs 25 1 0x87019000 1a000 nfsserver.ko (/boot/kernel/nfsserver.ko) 256 nfsserver 27 1 0x86944000 2000 nfssvc.ko (/boot/kernel/nfssvc.ko) 255 nfssvc The module was build (old style, "make cleandepend && make depend && make && make install") together with the kernel which contains KDTRACE_HOOKS. Bye, Alexander. -- Don't change the reason, just change the excuses! -- Joe Cointment http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090505163750.82426dctf57hxzk8>