From owner-freebsd-emulation@FreeBSD.ORG Mon Jul 16 15:11:01 2007 Return-Path: X-Original-To: emulation@freebsd.org Delivered-To: freebsd-emulation@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BFD5916A404; Mon, 16 Jul 2007 15:11:01 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id 6657513C441; Mon, 16 Jul 2007 15:11:00 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id B683B8BFE54; Mon, 16 Jul 2007 17:10:59 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Kr9+slWmWY0u; Mon, 16 Jul 2007 17:10:58 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id B02488BFAEF; Mon, 16 Jul 2007 17:10:58 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.13.8/8.13.8/Submit) id l6GFAw6J067978; Mon, 16 Jul 2007 17:10:58 +0200 (CEST) (envelope-from rdivacky) Date: Mon, 16 Jul 2007 17:10:58 +0200 From: Roman Divacky To: emulation@freebsd.org Message-ID: <20070716151058.GA67901@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: panic when using module built in modules directory X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jul 2007 15:11:01 -0000 hi can someone test whether buildkernel && cd /sys/modules/linux && make && make install kldload linux && chroot /compat/linux /bin/bash produces an instant panic? it does for me. ie. when the linux module is built with kernel its ok, but when I build it separately in sys/modules/linux it panic in turnstiles... it used to work so I'd love to know.. thnx for testing roman