From owner-freebsd-stable Sun Jan 24 20:51:59 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA15126 for freebsd-stable-outgoing; Sun, 24 Jan 1999 20:51:59 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from gate.hentschel.net (sj-dsl-9-44-138.dspeed.net [209.249.44.138]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA15119 for ; Sun, 24 Jan 1999 20:51:54 -0800 (PST) (envelope-from thomas@hentschel.net) Received: from hentschel.net (thomas [192.168.1.3]) by gate.hentschel.net (8.8.8/8.8.8) with ESMTP id MAA10342 for ; Sun, 24 Jan 1999 12:43:28 -0800 (PST) (envelope-from thomas@hentschel.net) Message-ID: <36ABF7F5.5C09C0EB@hentschel.net> Date: Sun, 24 Jan 1999 20:49:57 -0800 From: Thomas Hentschel X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: FreeBSD-Stable Subject: linux emulation prob after cvsup to 2.2.stable Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm having a little trouble with linux emulation after cvsup'ing 2.2.7 rel to 2.2.stable. All linux apps (even /usr/compat/linux/sbin/ldconfig) barf at me with : # ELF binary type not known # Abort trap I commented out >/dev/null in rc.i386 for "linux" and it gives me: /lkm/linux_mod.o: Undefined symbol '_linux_brand' referenced from text segment /lkm/linux_mod.o: Undefined symbol '_linux_brand' referenced from text segment modload: /usr/bin/ld: return code 1 The only reference to 'linux_brand' I was able to find is in /usr/src/sys/i386/linux/linux_sysvec.c, and it looks correct to me (maybe it's not, but then I'm staring at it too long already). I noticed (from the RCS line), that this file was modified the day before I cvsup'ed (which doesn't necessarily mean anything) The 'make buildworld / installworld' and the subsequent kernel rebuild didn't show anything unusual, I have 'linux_lib-2.6' installed (from /usr/ports). I went thru' the archives, couldn't dig anything up, though. Anybody got an idea what's causing it ???? TIA Thomas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message