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

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

--- Comment #1 from Emrion <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 supported (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-4AdHgTrgc7>