Date: Tue, 8 Jan 2002 07:30:01 -0800 (PST) From: Willow <willow@ht.sfc.keio.ac.jp> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/33662: linux applications execution causes reboot Message-ID: <200201081530.g08FU1F13033@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/33662; it has been noted by GNATS. From: Willow <willow@ht.sfc.keio.ac.jp> To: roam@ringlet.net Cc: FreeBSD-gnats-submit@freebsd.org, willow@ht.sfc.keio.ac.jp Subject: Re: kern/33662: linux applications execution causes reboot Date: Wed, 09 Jan 2002 00:23:35 +0900 (JST) Tadashi here. From: Peter Pentchev <roam@ringlet.net> Subject: Re: kern/33662: linux applications execution causes reboot Date: Tue, 8 Jan 2002 13:30:36 +0200 > Maybe a stupid question, but.. are you sure that your Linux emulation > kernel module (/modules/linux.ko) is in synch with your kernel and > the userland Linux emulation utilities? I mean, it is possible that > you have an old linux.ko module, which does not play nice with some > new changes in the kernel. I know I had one - sometime around Christmas, > a reboot into a newly updated kernel gave me a kernel panic at the Linux > ldconfig stage at startup, until I found out that I did not have the Linux > emulation module in the list of modules to rebuild, and that I had > a linux.ko dating back to August.. Well, I'll be. :-) I found my /kernel was updated to January 4th, but my /modules/linux.ko had not been updated since December 18th. > So in short: can you do an "ls -l /kernel /modules/linux.ko", and if it > turns out that linux.ko is older than your kernel, > "cd /usr/src/sys/modules/linux && make clean all install" ? I remade my usr/src/sys/modules/linux as you had prescribed, and got my /modules/linux.ko updated to January 8th. However, "ELF interpreter /compat/linux/lib/ld-linux.so.2 not found Aborted" ...is all I got when I tried to launch some linux applications. I'm "make world"ing right now, trying to get things working again. I'll let you know once I'm finished. --- Regards, Tadashi Yanagihara <willow@ht.sfc.keio.ac.jp> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201081530.g08FU1F13033>