From owner-freebsd-bugs@FreeBSD.ORG Tue Jun 23 02:37:29 2015 Return-Path: Delivered-To: freebsd-bugs@nevdull.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 69F08CCB for ; Tue, 23 Jun 2015 02:37:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 39BAFB39 for ; Tue, 23 Jun 2015 02:37:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t5N2bT44047527 for ; Tue, 23 Jun 2015 02:37:29 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 201066] [fusefs] fuse module possibly blocking ordinary users access glusterfs mounts Date: Tue, 23 Jun 2015 02:37:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: craig001@lerwick.hopto.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jun 2015 02:37:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201066 Bug ID: 201066 Summary: [fusefs] fuse module possibly blocking ordinary users access glusterfs mounts Product: Base System Version: 10.1-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: craig001@lerwick.hopto.org We are trying to port glusterfs to FreeBSD There is a port candidate WIP; https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194409 Unfortunately we have hit a problem. We don't seem to be allowing ordinary users to access the mounts. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194409#c10 I am experiencing the same with 3.7.2 ##### craig@zbox:/data/brick1> sudo glusterfs --volfile-id=gv0 --volfile-server=zbox /mnt/glusterfs craig@zbox:/data/brick1> mount | grep fuse /dev/fuse on /mnt/glusterfs (fusefs, local, synchronous) craig@zbox:/data/brick1> ls -ld /mnt/glusterfs drwxr-xr-x 4 root wheel 9 23 Jun 02:36 /mnt/glusterfs craig@zbox:/data/brick1> ls /mnt/glusterfs/ ls: /mnt/glusterfs/: Operation not permitted craig@zbox:/data/brick1> id uid=1001(craig) gid=1001(craig) groups=1001(craig),0(wheel),5(operator),145(webcamd),193(cups),194(saned) craig@zbox:/data/brick1> sudo ls /mnt/glusterfs/ .trashcan yahoo ##### Please could we have some help to diagnose the issue to see if we can get it resolved. I can raise a Bugreport to the GlusterFS team if it's their code at fault. Kind Regards Craig Butler -- You are receiving this mail because: You are the assignee for the bug.