From owner-freebsd-stable Sat Oct 13 12:16:50 2001 Delivered-To: freebsd-stable@freebsd.org Received: from moya.lambermont.dyndns.org (e165253.upc-e.chello.nl [213.93.165.253]) by hub.freebsd.org (Postfix) with ESMTP id 96AD037B40C for ; Sat, 13 Oct 2001 12:16:48 -0700 (PDT) Received: by moya.lambermont.dyndns.org (Postfix, from userid 1001) id C500536415; Sat, 13 Oct 2001 21:16:46 +0200 (CEST) Date: Sat, 13 Oct 2001 21:16:46 +0200 To: Colin Legendre Cc: freebsd-stable@freebsd.org Subject: Re: smbfs.ko broken in 4.4 Message-ID: <20011013211646.C9790@moya.lambermont.dyndns.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from sudz@ns3g.com on Sat, Oct 13, 2001 at 02:45:12PM -0400 From: hans@lambermont.dyndns.org (H) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Colin Legendre wrote: > I am running 4.4 stable and getting this error when trying to load smbfs.ko > kldload: can't load smbfs.ko: Exec format error > any ideas? Yes (I recently bumped into something similar). You probably have something unresolved in your module (that is, you need some other module before this one). Check your syslog for stuff like: /kernel: link_elf: symbol blahblah undefined Then find that module (I used grep in /modules, there is probably some better way) and kldload it first. Succes ! Hans Lambermont -- http://lambermont.webhop.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message