From owner-freebsd-fs@freebsd.org Fri Aug 11 09:15:03 2017 Return-Path: Delivered-To: freebsd-fs@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 66EF9DB553D for ; Fri, 11 Aug 2017 09:15:03 +0000 (UTC) (envelope-from Nikolaus@rath.org) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 38EDE688B5 for ; Fri, 11 Aug 2017 09:15:03 +0000 (UTC) (envelope-from Nikolaus@rath.org) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 2E69120C2C for ; Fri, 11 Aug 2017 05:15:02 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Fri, 11 Aug 2017 05:15:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=W/HQzgjYa2ybgpGL3PHTp312/XVhfKYGCOxt1xfC734=; b=BuduL4P+ P4WyW+S+lzucXNHiC7ruf2wjI51u6YdLYBGIAothKpnYmeY1JP4YmILGMaqbFQLA yb04m91cqVe9tPe+kEdlFAvA+pr8IBOyp39v8EBw9D29cxbpiNN3TIeyxFODfyRr OtUu1DBLXKBTceH0lzGJRBkYKgWFmvLyhrXZFBzwcsLcQGphAosubjL3YLsj+ZMV WRCmeLX93IwY3tPvjAjkNFjKH4eQuOgEkVT93KiqcH3Z3EQsIbSwOFwk6ZiM39Ed xrkYeBP/OR76Xf5/hZTD3w+ZgtVid7e7vhdLyH1ml0Om+6jMqJeq5Ja7dGBLFD/2 j0EpFOLzxb2mkQ== X-ME-Sender: X-Sasl-enc: LKFUaQ8ohiKhyPdl26YuZ6sTHMXMIMbleZOXsSKMa9Mt 1502442901 Received: from ebox.rath.org (ebox.rath.org [45.79.69.51]) by mail.messagingengine.com (Postfix) with ESMTPA id DF70B24442 for ; Fri, 11 Aug 2017 05:15:01 -0400 (EDT) Received: from vostro.rath.org (vostro [192.168.12.4]) by ebox.rath.org (Postfix) with ESMTPS id D386CD6 for ; Fri, 11 Aug 2017 09:14:54 +0000 (UTC) Received: by vostro.rath.org (Postfix, from userid 1000) id 710D9102E49; Fri, 11 Aug 2017 11:14:28 +0200 (CEST) From: Nikolaus Rath To: freebsd-fs@freebsd.org Subject: Re: State of FUSE on FreeBSD References: <87y3r0ankb.fsf@vostro.rath.org> <87efsifpiu.fsf@vostro.rath.org> <47A5197B-6A83-4819-A6EE-E56ABD31C4B3@gmail.com> Mail-Copies-To: never Mail-Followup-To: freebsd-fs@freebsd.org Date: Fri, 11 Aug 2017 11:14:28 +0200 In-Reply-To: <47A5197B-6A83-4819-A6EE-E56ABD31C4B3@gmail.com> (Ben RUBSON's message of "Fri, 11 Aug 2017 11:03:01 +0200") Message-ID: <87bmnmfouj.fsf@vostro.rath.org> User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2017 09:15:03 -0000 On Aug 11 2017, Ben RUBSON wrote: >> On 11 Aug 2017, at 11:01, Ben RUBSON wrote: >>=20 >>>=20 >>> On 11 Aug 2017, at 10:59, Nikolaus Rath wrote: >>>=20 >>> On Aug 03 2017, Nikolaus Rath wrote: >>>> Hello, >>>>=20 >>>> I am the upstream maintainer of libfuse. I'd like to refresh / improve >>>> the FreeBSD support in libfuse. My goal is for libfuse not to require >>>> any FreeBSD specific patches. >>> [...] >>>=20 >>> Stefan kindly helped me setup a FreeBSD VM, and libfuse is now compiling >>> nicely. >>>=20 >>> However, there is one problem: I am not able to mount any >>> filesystems. The error is always: >>>=20 >>> # example/hello /mnt >>> fuse: failed to open fuse device: No such file or directory >>>=20 >>> Do I need to do anything special to enable FUSE support in FreeBSD? >>=20 >> Hi Nikolaus, >>=20 >> Certainly you need to load fuse module : >> kldload fuse > > And you can add the following to /boot/loader.conf : > fuse_load=3D"YES" > > So that it will be automatically loaded at boot time. Ok.. some progress. Now it fails with: # example/hello /mnt mount_fusefs: ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ= ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ on /mnt= : No such file or directory fuse: failed to mount file system: No error: 0 Anyone know what this might mean? Best, -Nikolaus --=20 GPG Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F =C2=BBTime flies like an arrow, fruit flies like a Banana.=C2= =AB