From owner-freebsd-stable@freebsd.org Thu Apr 14 19:53:34 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7CDA4ADA9E9 for ; Thu, 14 Apr 2016 19:53:34 +0000 (UTC) (envelope-from dchagin@chd.heemeyer.club) Received: from heemeyer.club (heemeyer.club [108.61.204.158]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "heemeyer.club", Issuer "heemeyer.club" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 575D81FBE for ; Thu, 14 Apr 2016 19:53:32 +0000 (UTC) (envelope-from dchagin@chd.heemeyer.club) Received: from chd.heemeyer.club (dchagin.static.corbina.ru [78.107.232.239]) by heemeyer.club (8.15.2/8.15.1) with ESMTPS id u3EJUCZj007868 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 14 Apr 2016 19:30:17 GMT (envelope-from dchagin@chd.heemeyer.club) X-Authentication-Warning: heemeyer.club: Host dchagin.static.corbina.ru [78.107.232.239] claimed to be chd.heemeyer.club Received: from chd.heemeyer.club (localhost [127.0.0.1]) by chd.heemeyer.club (8.15.2/8.15.1) with ESMTPS id u3EJUCxL012534 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 14 Apr 2016 22:30:12 +0300 (MSK) (envelope-from dchagin@chd.heemeyer.club) Received: (from dchagin@localhost) by chd.heemeyer.club (8.15.2/8.15.2/Submit) id u3EJUCuq012533; Thu, 14 Apr 2016 22:30:12 +0300 (MSK) (envelope-from dchagin) Date: Thu, 14 Apr 2016 22:30:11 +0300 From: Chagin Dmitry To: Piotr Kubaj Cc: freebsd-stable@freebsd.org Subject: Re: linux64 fails to load on 10.3-RELEASE Message-ID: <20160414193011.GA12508@chd.heemeyer.club> References: <570F885C.1080701@anongoth.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <570F885C.1080701@anongoth.pl> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Apr 2016 19:53:34 -0000 On Thu, Apr 14, 2016 at 02:09:00PM +0200, Piotr Kubaj wrote: > Hi, > > I'm on 10.3-RELEASE/amd64 and I'd like to use the new linux64 module. > However, when I do 'kldload linux64', I get: > kldload: an error occurred while loading the module. Please check > dmesg(8) for more details. > > And I've got in dmesg(8): > link_elf_obj: symbol elf64_linux_shared_page_fini undefined > linker_load_file: Unsupported file type > > > I've got in my kernel: > options COMPAT_LINUX32 > > Can it interfere with linux64? If not, what else can I check? > no, please build linux_common, linux and linux64 as modules