[Bug 234413] quotactl() returns wrong error

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Dec 26 12:02:29 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234413

            Bug ID: 234413
           Summary: quotactl() returns wrong error
           Product: Base System
           Version: 12.0-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: misc
          Assignee: bugs at FreeBSD.org
          Reporter: kmachine at free.fr

This issue is visible when samba operates on a zfs file system but I think it
has issued more problems.

When a call to quotactl() is made on a zfs dataset, the error generated under
11.2 FreeBSD is: Operation not permitted (ENOTSUP). Which is logical because
quotactl() is only supported by the ufs file system.

Under 12.0-RELEASE, you get: No such file or directory (ENOENT).

As a result, with samba, you can see some error messages claiming "No such file
or directory" each time you create or delete a file on a samba share.

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


More information about the freebsd-bugs mailing list