Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Dec 2018 12:02:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 234413] quotactl() returns wrong error
Message-ID:  <bug-234413-227@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: kmachine@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 und=
er
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.

--=20
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-234413-227>