From owner-freebsd-fs@freebsd.org Tue Aug 8 11:11:59 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 9E5F2DD438D for ; Tue, 8 Aug 2017 11:11:59 +0000 (UTC) (envelope-from Nikolaus@rath.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (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 705B580227 for ; Tue, 8 Aug 2017 11:11:59 +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 C1EFA20AC1 for ; Tue, 8 Aug 2017 07:11:57 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 08 Aug 2017 07:11:57 -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=cXPT9LAAssaOWuLn0MmEd4YPwCzwsJkbOysFZBDYq3A=; b=RVc/9n1C NkoyG7nO65K4ODML/Iu4C+qhAzt6Z13CEH5jPa6xo4PxRtmhlwzou6v9jFoh2otX xcUwD2HpQiYwUzR2vVsGH/q7nKwigCg0mTH3X/fj060OChTLW9Hs+hp7Jbzekg+E BU7xgMAZKI4O5Ma44UEPCFM6rlgIq7+FoU2OZi1RprSoHiXnCHq7nqtGO0Qy8DKu QW5HPzrTkAeNq+zj7r9+01D2oUGFezZgzmjIDcFACyjsTUJe3QzmOA+jCMfypify Pg1m2BKbHcpKds0cFSz/OYC7YN52mK/xpd6JQ2aOwk53dV9iR9w7seEZvBySULv2 Nwubj2BHErbbaw== X-ME-Sender: X-Sasl-enc: 495StVhEuQ+JlTrLYnITwYlihX2mq8XEQyDbpQr5GS1Z 1502190717 Received: from ebox.rath.org (ebox.rath.org [45.79.69.51]) by mail.messagingengine.com (Postfix) with ESMTPA id 7DDF2240AF for ; Tue, 8 Aug 2017 07:11:57 -0400 (EDT) Received: from vostro.rath.org (vostro [192.168.12.4]) by ebox.rath.org (Postfix) with ESMTPS id 9EBACD5 for ; Tue, 8 Aug 2017 11:11:56 +0000 (UTC) Received: by vostro.rath.org (Postfix, from userid 1000) id EC105102B9A; Tue, 8 Aug 2017 13:11:54 +0200 (CEST) From: Nikolaus Rath To: freebsd-fs@freebsd.org Subject: Re: State of FUSE on FreeBSD References: <87y3r0ankb.fsf@vostro.rath.org> <39c45819-2754-ed73-a0e7-681969f58de7@freebsd.org> <5C15DFF5-661E-47ED-B84B-6BE477A2DE5C@gmail.com> <87poc8tx19.fsf@vostro.rath.org> <91E457A2-2DE9-4EAB-B5B2-3EF304254DE2@gmail.com> Mail-Copies-To: never Mail-Followup-To: freebsd-fs@freebsd.org Date: Tue, 08 Aug 2017 13:11:54 +0200 In-Reply-To: <91E457A2-2DE9-4EAB-B5B2-3EF304254DE2@gmail.com> (Ben RUBSON's message of "Tue, 8 Aug 2017 09:26:15 +0200") Message-ID: <87shh2wbyd.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: Tue, 08 Aug 2017 11:11:59 -0000 On Aug 08 2017, Ben RUBSON wrote: >> On 06 Aug 2017, at 19:40, Nikolaus Rath wrote: >>=20 >> On Aug 06 2017, Ben RUBSON wrote: >>>> On 03 Aug 2017, at 22:22, Julian Elischer wrote: >>>>=20 >>>> On 3/8/17 7:38 pm, 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 >>>> Hi, great to hear from you! >>>> at $JOB we use libfuse and We have always worried that we don't really >>>> have anyone in FreeBSD that really has fuse as a priority. >>>=20 >>> Glad to hear from Nikolaus too, seeing that efforts are taken to keep >>> libfuse FreeBSD compatible out of the box ! For sure this is great ! >>>=20 >>> I also hugely use fuse, so having it to work correctly (at least >>> bug-free) is mandatory for me. >>=20 >> Would you mind testing the newest libfuse release then? > > I just tested to compile it out of the box, it seems to fail : > https://benrubson.github.io/fuse.log So what fails is just one of the examples, that's good news. Worst case we can disable it. Can I browse the FreeBSD manpages for fstatat() and openat() somewhere? Maybe there are equivalent flags that I could use. > > Note that we are still running 2.9(.5) version on FreeBSD : > http://www.freshports.org/sysutils/fusefs-libs/ Yeah. I hope I can help you to provide libfuse3 as well. 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