From owner-freebsd-ppc@freebsd.org Tue Jul 10 13:11:47 2018 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86B101023EEE for ; Tue, 10 Jul 2018 13:11:47 +0000 (UTC) (envelope-from tuexen@freebsd.org) Received: from drew.franken.de (mail-n.franken.de [193.175.24.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.franken.de", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 25C4B760A3; Tue, 10 Jul 2018 13:11:47 +0000 (UTC) (envelope-from tuexen@freebsd.org) Received: from [192.168.1.133] (p57BB4637.dip0.t-ipconnect.de [87.187.70.55]) (Authenticated sender: macmic) by mail-n.franken.de (Postfix) with ESMTPSA id 4CFFE721E280C; Tue, 10 Jul 2018 15:11:39 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Subject: Re: Loading modules from /boot/loader.conf From: Michael Tuexen In-Reply-To: <20180710123325.GA34541@FreeBSD.org> Date: Tue, 10 Jul 2018 15:11:37 +0200 Cc: FreeBSD PowerPC ML Content-Transfer-Encoding: 7bit Message-Id: References: <6DB7ABD4-8C04-46B3-8C07-FC591FC16F71@freebsd.org> <20180626053314.GA30244@FreeBSD.org> <20180710123325.GA34541@FreeBSD.org> To: Alexey Dokuchaev X-Mailer: Apple Mail (2.3445.9.1) X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=disabled version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mail-n.franken.de X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2018 13:11:47 -0000 > On 10. Jul 2018, at 14:33, Alexey Dokuchaev wrote: > > On Tue, Jul 10, 2018 at 01:12:35PM +0200, Michael Tuexen wrote: >> can you run on your G4: >> >> readelf -x set_modmetadata_set /boot/kernel/kernel >> >> This should provide a list of non-NULL pointers. However, on my G4 system >> this section only contains NULL pointers. > > Mine is also all NULLs. OK. You said that you can't reproduce the problem. So you are able to load a kernel module via /boot/loader.conf? If yes, which one? Best regards Michael > > ./danfe