From owner-freebsd-fs@FreeBSD.ORG Tue Jun 3 08:35:29 2014 Return-Path: Delivered-To: freebsd-fs@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 ESMTPS id 770DF519 for ; Tue, 3 Jun 2014 08:35:29 +0000 (UTC) Received: from mail-la0-x230.google.com (mail-la0-x230.google.com [IPv6:2a00:1450:4010:c03::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F259A2D60 for ; Tue, 3 Jun 2014 08:35:28 +0000 (UTC) Received: by mail-la0-f48.google.com with SMTP id mc6so3182777lab.7 for ; Tue, 03 Jun 2014 01:35:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:reply-to:message-id:to:subject:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=Bh+VM50rTaz0Be/SgzvVYeggEDkGwVSVDpKlfA68Zv8=; b=MpWYAWo4ikkFFUBHk48cOY6JbUeiXISiE+0Ys9UlWv6jef91IEWg1UqyFeof9PtAn/ 0EcWqytjUh5aX7DqbhX8ZUhOK6GBGMxmRj+ZkLBLa/XZvPlbEvSLIATmZmRgZPJrceS3 TE1Cu094NHzMYwz7UDSQYUOHI4/JfSNXzIjFY22Bb0YECt2L9EuP/N8vPoJEi6xYWRX2 L6Dil1GRLm6dcSm2jL9i+/GBMWSo9oW0j5krTH4hWxI8G/DzX7LKyqUhmvrFpE822Zn7 1GVJ0ZuWq3RUsZwA4yAWfnG9sM07oUkeaeXtZwuBgGyUFoc2OdbZNx48E2LMibzf/9z3 iJyA== X-Received: by 10.112.173.201 with SMTP id bm9mr31143155lbc.16.1401784526893; Tue, 03 Jun 2014 01:35:26 -0700 (PDT) Received: from adminpc.aztcom.ru (main.aztcom.ru. [80.247.106.146]) by mx.google.com with ESMTPSA id aa1sm15365830lbd.12.2014.06.03.01.35.25 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 03 Jun 2014 01:35:26 -0700 (PDT) Date: Tue, 3 Jun 2014 15:35:23 +0700 From: Maxxie Root X-Mailer: The Bat! (v4.2.44.2) Professional Reply-To: Maxxie Root X-Priority: 3 (Normal) Message-ID: <1013096370.20140603153523@gmail.com> To: freebsd-fs@freebsd.org Subject: Re: FUSE curlftpfs write problem after upgrading to 10.0-RELEASE In-Reply-To: References: <299712548.20140603110413@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2014 08:35:29 -0000 > Are you using the fuse module from ports or from freebsd itself? In 10.0 > the fuse kernel module is included. > Ronald. I'm using fuse module from base system //Max