From owner-freebsd-fs@freebsd.org Tue Mar 29 23:20:53 2016 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 1127BAE108D for ; Tue, 29 Mar 2016 23:20:53 +0000 (UTC) (envelope-from nishida@asusa.net) Received: from asusam.asj-hosting.net (asusa.asj-hosting.net [219.118.222.245]) (using TLSv1.2 with cipher CAMELLIA256-SHA (256/256 bits)) (Client CN "*.asj-hosting.net", Issuer "Go Daddy Secure Certificate Authority - G2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A675817D1 for ; Tue, 29 Mar 2016 23:20:51 +0000 (UTC) (envelope-from nishida@asusa.net) Received: (qmail 68769 invoked by uid 89); 30 Mar 2016 08:20:50 +0900 X-ASJ-Track-ID: <20160329232050.68769.qmail@asusam.asj-hosting.net> X-Spam-Checker-Version: ASJ KMsrv Spam Check Process Internal X-Spam-Status: No, hits=0.0 X-Spam-Flag: No X-Virus-Scanned: ASJ KMsrv Virus Check Process 08041001 X-ASJ-SMTP-Authentication: nishida@asusa.net X-ASJ-Arrival-IP: 50.207.112.201 X-ASJ-SPF-Info: auth X-ASJ-Scan-ID: <1459293649.959055.68762@asusam.asj-hosting.net> X-ASJ-Received-SPF: pass (send with smtp authentication by nishida@asusa.net@50.207.112.201) Received: from gw.asusa.net (HELO rd03.asusa-internal.net) (nishida@asusa.net@50.207.112.201) by asusams.asj-hosting.net with ESMTPS (AES128-SHA encrypted); 30 Mar 2016 08:20:49 +0900 Subject: Re: Problem with FUSE + fts To: Rick Macklem References: <56F42EF4.5000505@asusa.net> <1294209833.31699182.1458950014610.JavaMail.zimbra@uoguelph.ca> <56F6148D.2030706@asusa.net> <56FAD050.2080707@asusa.net> <765991039.37160180.1459291777879.JavaMail.zimbra@uoguelph.ca> <56FB07DC.4000504@asusa.net> <2009006928.37186618.1459292816761.JavaMail.zimbra@uoguelph.ca> Cc: freebsd-fs@freebsd.org From: Hiroshi Nishida Message-ID: <56FB0DD0.4000806@asusa.net> Date: Tue, 29 Mar 2016 16:20:48 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: <2009006928.37186618.1459292816761.JavaMail.zimbra@uoguelph.ca> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 23:20:53 -0000 Thank you. I use fuse.ko that was in /usr/src/sys/modules/fuse. However, to use high level functions or something, I needed to install fusefs-libs from ports. So, you mean fusefs-libs is unnecessary? As long as I remember, I couldn't compile my fuse programs without fusefs-libs.... I thought the only kernel module was merged into FreeBSD's src. I will check more carefully later. On 2016/03/29 16:06, Rick Macklem wrote: > Hiroshi Nishida wrote: >> Hi, >> >> I'm using FreeBSD 10.2-RELEASE-p9. >> The program I checked is >> /usr/ports/sysutils/fusefs-libs/work/libfuse-fuse_2_9_5/lib/fuse.c. >> If there is anything wrong with it, let me know. >> Shouldn't I use port's fusefs-libs? >> > There is a fuse client in sys/fs/fuse on 10.2. As far as I know, that has > replaced the one in ports. (At least it is the one I use.) > There should be a fuse.ko in /boot/kernel on your system. If you overwrote > that with one built from ports, you can do a kernel build in /usr/src/sys > and it will be built again. You might be able to: > # cd /usr/src/sys/modules/fuse > # make > - This should work, but I haven't tried it. > > rick > >> On 2016/03/29 15:49, Rick Macklem wrote: >>> You've never mentioned what version of FreeBSD you are using? >>> FreeBSD10 and later have a fuse client in sys/fs/fuse and I don't recall >>> seeing this >>> code in it. (I will grep for it, although I know there isn't a >>> fuse_lowlevel.h.) >>> >>> If you are using FreeBSD9 or earlier with the fuse client in >>> ports/sysutils, I'd >>> suggest you try upgrading to FreeBSD10 and see if the problem exists there. >>> >>> rick >> -- >> Hiroshi Nishida >> nishida@asusa.net >> _______________________________________________ >> freebsd-fs@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-fs >> To unsubscribe, send any mail to "freebsd-fs-unsubscribe@freebsd.org" >> -- Hiroshi Nishida, PhD President, ASUSA Corporation nishida@asusa.net