Date: Sun, 15 Jun 2008 16:43:10 +0200 From: Kris Kennaway <kris@FreeBSD.org> To: Dmitry Morozovsky <marck@rinet.ru> Cc: delphij@FreeBSD.org, current@FreeBSD.org Subject: Re: tmpfs panic Message-ID: <48552A7E.4070807@FreeBSD.org> In-Reply-To: <20080615151405.C43777@woozle.rinet.ru> References: <20080615130037.J43777@woozle.rinet.ru> <4854F80A.8060503@FreeBSD.org> <20080615151405.C43777@woozle.rinet.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
Dmitry Morozovsky wrote: > On Sun, 15 Jun 2008, Kris Kennaway wrote: > > KK> > panic at umount phase (shutdown -r in progress): > KK> > KK> This panic looks like you're using tmpfs as a module that was compiled with > KK> different options than the kernel; can you confirm? > > Should not be the case: > > > root@hamster:~# l /boot/kernel.delphij/{kernel*,tmpfs*} > -r-xr-xr-x 1 root wheel 4174528 May 24 14:52 /boot/kernel.delphij/kernel* > -r-xr-xr-x 1 root wheel 19659791 May 24 14:52 /boot/kernel.delphij/kernel.symbols* > -r-xr-xr-x 1 root wheel 42592 May 24 15:16 /boot/kernel.delphij/tmpfs.ko* > -r-xr-xr-x 1 root wheel 419264 May 24 15:16 /boot/kernel.delphij/tmpfs.ko.symbols* It still might be: if you have options in your kernel build that change the ABI (like DEBUG_VFS_LOCKS or DEBUG_LOCKS (I can never remember which one it is that breaks ABI)) then your modules need to be compiled with the same options. make buildkernel builds modules with the same options as your kernel, but other methods do not. Kris
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48552A7E.4070807>