From owner-freebsd-current@FreeBSD.ORG Wed Jul 24 22:31:30 2013 Return-Path: Delivered-To: freebsd-current@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 B0A7A186; Wed, 24 Jul 2013 22:31:30 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 120882F88; Wed, 24 Jul 2013 22:31:29 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id c10so5728100wiw.2 for ; Wed, 24 Jul 2013 15:31:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=bSSlvz0hqaRgjbM5a2Z7ua5o2AMqzAP2ybVdlNRBYK0=; b=sx7VURbX1otXGLWcftN+pzP35CVocXizwfixdkbPoW8UcKHNszcU69NM/SfWzMwkH+ mnpUhtyDeXbBV0PtdJjEWSHnehZLBd0F5jqfD+b7AauLyINP0Nd0yq32qiTcAIHXlLUs dULFc0WZKwqWayJs34Av4STegPTAWD5FZliskZvxmIDGBvtb4Brb+kXq8alSGK2H8Hj1 K1M7MwTpo+aBVbn47YBTxQSa4cxECn/bRPJCzB4mLQxp5Vieg+12sTge5N8Woqhlite8 Q6Y1aSesiZK38uj+a1dwONWbaVQSLxK8tXOABdBNocgqovNrDqtUahAH2gAf9PiknbCs Pv7A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=bSSlvz0hqaRgjbM5a2Z7ua5o2AMqzAP2ybVdlNRBYK0=; b=MRnynSh5uoa2J4SYAN5MeXnwWxrz04fQ5/PGrCGaUN06Ka7ByLDIJZ85eS9BviJIz6 nwdfqwvSU3zsKCkQmPIodXTHfVVojZAEJcxK9BiBm1hgFoi8pa+B0mY6OsoRiy15hVxG aCNZFnG0fzxafWlwDzutLN5/DsnkkKxtGfvxIc+1BLWt8fJeEsiCJkMSruYykRlLZlfg PROgtQB996ouM15IQqLhVa5oPccOv5kYFppQ3LA5/b/GwV7+ekfr4MbgB9mjdQH2qAkI R67VviuNvrbxGGylOcXHeOjlVOI/tSM2lfKOVxp89XMVWmjDpNROoogfgo0CcX07BwYC 0thw== X-Received: by 10.180.198.10 with SMTP id iy10mr4276193wic.29.1374705088465; Wed, 24 Jul 2013 15:31:28 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id i1sm8385253wiz.6.2013.07.24.15.31.27 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 24 Jul 2013 15:31:27 -0700 (PDT) Sender: Baptiste Daroussin Date: Thu, 25 Jul 2013 00:31:26 +0200 From: Baptiste Daroussin To: Pedro Giffuni Subject: Re: FUSE not work. Message-ID: <20130724223125.GD41432@ithaqua.etoilebsd.net> References: <51E95B4D.4030104@gmail.com> <51E96C84.3000209@FreeBSD.org> <51E97265.8040507@gmail.com> <51E9E669.3090500@FreeBSD.org> <20130724152216.GE63694@ithaqua.etoilebsd.net> <51F01A0C.2070808@gmail.com> <20130724183610.GI63694@ithaqua.etoilebsd.net> <20130724184929.GA41432@ithaqua.etoilebsd.net> <51F0389B.3020800@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wULyF7TL5taEdwHz" Content-Disposition: inline In-Reply-To: <51F0389B.3020800@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Alexander Panyushkin , Kevin Oberman , FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jul 2013 22:31:30 -0000 --wULyF7TL5taEdwHz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 24, 2013 at 03:27:07PM -0500, Pedro Giffuni wrote: > On 24.07.2013 13:49, Baptiste Daroussin wrote: > > ... > >> Yes fuse in base is broken since r248084 downgrade sys/fs/fuse to that= version > >> and it will work, I'm investigating. > >> > >> What I fix is the umount umounting all the FS. > >> > >> regards, > >> Bapt > > Forgot to say r248084 is the last working revision. >=20 > Sorry for the delay, >=20 > OK, I reverted the kernel header update in revision 253619 > hopefully this will save everyone affected some pain ... >=20 Thank you very much ! regards, Bapt --wULyF7TL5taEdwHz Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlHwVb0ACgkQ8kTtMUmk6ExBqACeP+aY6fZWo1Ih9Wo902VS5AMI NG8An06vRyzjqVVHsjWNigQTTvKtOOFx =dUzf -----END PGP SIGNATURE----- --wULyF7TL5taEdwHz--