From owner-freebsd-hackers@FreeBSD.ORG Tue Oct 8 11:34:04 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 74FB6D22 for ; Tue, 8 Oct 2013 11:34:04 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 49E0A2B03 for ; Tue, 8 Oct 2013 11:34:04 +0000 (UTC) Received: from compute6.internal (compute6.nyi.mail.srv.osa [10.202.2.46]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 7BA24211F9 for ; Tue, 8 Oct 2013 07:34:03 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute6.internal (MEProxy); Tue, 08 Oct 2013 07:34:03 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=smtpout; bh=JSEDQQvIskyMy+iFieyBno6908w=; b=FOp pOH23HdfMqtxlG8vK0zUQYO2Fzxzg37IQUSId2WvXCSdcIyN60vKJ9eW9IopE/I3 B6mtDTWO0sWkQ2BxElLOs/k/HawTRJG5XRF7jPC2FGfbeNTiQWiJsfECeeX9bMGN 0v0HR7Gee7zNk06R+HW+aOHhP4KDaeRkcu2CyvRI= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id 5DDEB116807; Tue, 8 Oct 2013 07:34:03 -0400 (EDT) Message-Id: <1381232043.4996.31392865.263615DD@webmail.messagingengine.com> X-Sasl-Enc: OIUlkXUi50d5+KkzJpwApFJWztWlvHdb9gYBUIdAw7jF 1381232043 From: Mark Felder To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-ce174988 In-Reply-To: References: Subject: Re: Fuse on FreeBSD 9.2 Date: Tue, 08 Oct 2013 06:34:03 -0500 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 11:34:04 -0000 On Tue, Oct 8, 2013, at 5:21, =C5=81ukasz P wrote: > Hello, >=20 > Please let me know if anyone is up to fix fuse on FreeBSD 9.x ? >=20 > Particularly this bug:=20 > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D182739 >=20 >=20=20 >=20 > I'm willing to pay for the fix. >=20 >=20=20 I think the "fix" is the new from-scratch fuse module in FreeBSD 10, which in my experience works flawlessly. Perhaps you should instead see if someone is willing to backport that fuse module to 9.x?