Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Oct 2014 00:50:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 194206] New: fuse: failed to open fuse device: Permission denied
Message-ID:  <bug-194206-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194206

            Bug ID: 194206
           Summary: fuse: failed to open fuse device: Permission denied
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: greencoppermine@yandex.com

I have installed fusefs-encfs using pkg.

I have then loaded the fuse module and kldstat shows fuse.ko as running.

I have then added vfs.usermount=1 to sysctl so that ordinary users may mount
using encfs.

The normal user creates to directories foo and bar, and using encfs is
extremely simple. However, no matter what I do, I cannot get it to work. The
user owns both directories and has write access to both.

  $ mkdir foo
  $ mkdir bar
  $ encfs /home/user/foo /home/user/bar
  EncFS Password: 
fuse: failed to open fuse device: Permission denied
fuse failed.  Common problems:
 - fuse kernel module not installed (modprobe fuse)
 - invalid options -- see usage message

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194206-13>