From owner-freebsd-ports@FreeBSD.ORG Wed Dec 3 11:21:47 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A3C5106567A for ; Wed, 3 Dec 2008 11:21:47 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.29]) by mx1.freebsd.org (Postfix) with ESMTP id C382D8FC18 for ; Wed, 3 Dec 2008 11:21:46 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so1432799yxb.13 for ; Wed, 03 Dec 2008 03:21:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=Ts35n7M9I9vkwfte5N96SJGYeUsGJ0xxafa3aSdqMj0=; b=ra2qRQGZQbl6BYDeUvtGT1eMxkc05kNwKaVYH15Uccp0nfqC29wkVIkxC4NwduCYo8 3zvG2pw03CFXJ17wawbgtxU9oLbmRU6546G7gsHpRezdy2kEzayyoQLPREBSmVxC1nx4 JDT4iWFaD0hguxHofc4QPiOUiw+Er5H228Kko= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=c3g3VGePOL3gThSCl3rTGRJN4S2HS+Dh+J31BT+PyxnWjDbRDPSxfEEIpWUGhn5EKi zR4SzhvI4dqCNJVtPNMio18g+VgyWY0l6zicwO1emm6UQUy83KjC1DJE+lItRaDA/nnQ sYMZnk+kdW6puXQmE7RCQtexwNqMAqMsoLaf0= Received: by 10.90.74.7 with SMTP id w7mr4670355aga.11.1228303306111; Wed, 03 Dec 2008 03:21:46 -0800 (PST) Received: by 10.90.101.20 with HTTP; Wed, 3 Dec 2008 03:21:45 -0800 (PST) Message-ID: <790a9fff0812030321w4fcb000ew850d7c1a289a0365@mail.gmail.com> Date: Wed, 3 Dec 2008 05:21:45 -0600 From: "Scot Hetzel" To: dino_vliet@yahoo.com In-Reply-To: <790a9fff0812030317t579bb5c9kd950703f0a3ec976@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <255166.65897.qm@web51106.mail.re2.yahoo.com> <790a9fff0812030317t579bb5c9kd950703f0a3ec976@mail.gmail.com> Cc: freebsd-ports@freebsd.org, freebsd-questions@freebsd.org, alepulver@freebsd.org Subject: Re: kldload: can't load /usr/local/modules/fuse.ko: Exec format error & fusefs-ntfs-1.253 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2008 11:21:47 -0000 On 12/3/08, Scot Hetzel wrote: > On 12/3/08, Dino Vliet wrote: > > Hi people, > > > > I can't use my maxtor basic 640gb external harddrive on Freebsd amd64 running 7.0 because when I try to load fusefs with this command, kldload /usr/local/modules/fuse.ko I get the following error: > > > > kldload: can't load /usr/local/modules/fuse.ko: Exec format error > > : > > > > Does anyone have a clue as to what is causing this behavior? > > > How did you install the fusefs-kmod was it from a package or did you > build it through the ports system? > > The most likely cause of this error is due to the fuse.ko module was > not built against the same source as your kernel. Rebuild fusefs-kmod > and that should resolve the problem. > I usually see this problem after cvs updating the FreeBSD sources and then rebuilding a module, and trying to load that module. Rebuilding the kernel and all external modules should resolve the problem. Scot