From owner-freebsd-hackers Fri May 26 13:13: 3 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from itesec.hsc.fr (itesec.hsc.fr [192.70.106.33]) by hub.freebsd.org (Postfix) with ESMTP id 4AC6437B5A7 for ; Fri, 26 May 2000 13:12:56 -0700 (PDT) (envelope-from Alain.Thivillon@hsc.fr) Received: from yoko.hsc.fr (yoko.hsc.fr [192.70.106.76]) by itesec.hsc.fr (Postfix) with ESMTP id 723E510EEA; Fri, 26 May 2000 22:12:54 +0200 (CEST) Received: by yoko.hsc.fr (Postfix release-19990601, from userid 1001) id 04D7B9B017; Fri, 26 May 2000 22:12:09 +0200 (CEST) Date: Fri, 26 May 2000 22:12:09 +0200 From: Alain Thivillon To: Bosko Milekic Cc: freebsd-hackers@freebsd.org Subject: Re: Linux Module problems Message-ID: <20000526221209.E9906@yoko.hsc.fr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.1.10i In-Reply-To: ; from bmilekic@dsuper.net on Fri, May 26, 2000 at 02:08:18PM -0400 X-Organization: Herve Schauer Consultants X-Operating-System: FreeBSD 5.0-CURRENT Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Bosko Milekic écrivait (wrote) : > What's more odd is that now, after panic()ing the machine a couple of > times with the above, I can reproduce the spontaneous reboot easily too, > by just starting up linux Netscape! I had the same problem with all statically linked Linux binaries, including rpm. I guess that loader does not recognize as Linux, launch them as FreeBSD static and one of the syscall is mapped to halt() (for example if dont launch rpm as root, i have "Segmentation violation" instead of a reboot). As explained in /usr/src/UPDATING, you have to rebrand them: brandelf -t Linux The first candidate (and i think this explain you problem) if of course /compat/linux/sbin/ldconfig. -- Alain Thivillon -+- Alain.Thivillon@hsc.fr -+- Hervé Schauer Consultants To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message