Displaying 20 results from an estimated 36 matches for "edquot".
Did you mean:
dquot
2009 Jan 28
2
ZFS+NFS+refquota: full filesystems still return EDQUOT for unlink()
...rm: cannot remove `bigfile'': Disk quota exceeded
willm1 at chasca:~$ strace rm bigfile
execve("/bin/rm", ["rm", "bigfile"], [/* 57 vars */]) = 0
(...)
access("bigfile", W_OK) = 0
unlink("bigfile") = -1 EDQUOT (Disk quota exceeded)
(on the NFS server)
willm1 at c64:~$ rm bigfile
(no error)
This is a big problem. We don''t want to allow (or force) users to log
in to the NFS server to delete files. Why is the behavior different
over NFSv3/4 (I tried both, same problem both times) versus locally?...
2003 Mar 26
2
Dovecot and Quotas
Is there anything that can be done so that when users IMAP to their
inbox and have reached their filesystem quota, that they can still
DELETE their mail? They can login, but when they go to delete/expunge
this is the error I get in syslog. I have tried mail_read_mmaped to yes
and no, and same result.
Mar 25 14:54:27 penguin1 imap(bob): file_set_size() failed with index
data file
2016 Jun 15
2
quota rules for mail users
Dear All,
Is it possible to make quota rules under $HOME/Maildir/* mailboxes with
a specific command such as 'edquota' when the first email arrives at the
$HOME/Maildir/{new,cur,tmp} of a user. In the below example, the <UserB>
is the one who gets an email for the first time.
edquota -p <UserA> <UserB>
---man edquot---
-p, --prototype=protoname
Duplicate the quotas of the prototypical...
2001 Dec 07
1
chown/quota bug in ext3
...do the DQUOT_TRANSFER like it should.
I have fixed it by adding a stanza like:
if ((attr->ia_valid & ATTR_UID && attr->ia_uid != inode->i_uid) ||
(attr->ia_valid & ATTR_GID && attr->ia_gid != inode->i_gid))
error = DQUOT_TRANSFER(inode, attr) ? -EDQUOT : 0;
if (error)
return error;
into ext3_setattr just after:
error = inode_change_ok(inode, attr);
if (error)
return error;
though possibly it should go just before the:
rc = inode_setattr(inode, attr);
instead.
NeilBrown
2008 Oct 19
2
NFS quota: hard or soft
Yes. I could spend more time testing this myself or examining the code.
It looks to me that, with fs quota, dovecot refuses to store a mail
(e.g. when the client moves a mail from one IMAP folder to another)
if the user is beyond his soft limit.
Is this correct/intended? Knowing nothing about the IMAP Quota
extension, I would have expected that being in grace was OK. At
least, this is what
2006 Aug 02
4
Disc quota exceeded when attempting to write session
...be there, as it does not show on
my dev setup.
I''m using rails (1.1.1) on FreeBSD, without quotas enabled (I checked
with Verio tech support) and ample disk space.
I would much appreciate anyone pointing me in the right direction.
TIA
Paul Mylchreest
Here is my log extract:
Errno::EDQUOT (Disc quota exceeded - /home/myapp/www/current/
public/../config/../tmp/sessions//ruby_sess.844b49d7e51abfab.tmp):
/usr/local/lib/ruby/1.8/pstore.rb:330:in `write''
/usr/local/lib/ruby/1.8/pstore.rb:330:in `transaction''
/usr/local/lib/ruby/1.8/pstore.rb:328:in `tran...
2011 Jun 08
7
save failed to INBOX: Not enough disk space
Hi
I migrated to dovecot 2 and I started using lmtp for mail delivery.
But I have found this on my logs "save failed to INBOX: Not enough disk space" .
There is enougth space on disk. and I am not using quota plugin on lmtp
my lmtp conf is as follow:
#
## LMTP specific settings
##
# Support proxying to other LMTP/SMTP servers by performing passdb lookups.
#lmtp_proxy = no
# When
2017 May 23
6
[Bug 2721] New: Improve SFTP server to make remove always work on ZFS/Btrfs
https://bugzilla.mindrot.org/show_bug.cgi?id=2721
Bug ID: 2721
Summary: Improve SFTP server to make remove always work on
ZFS/Btrfs
Product: Portable OpenSSH
Version: 7.5p1
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: sftp-server
2020 May 19
1
[PATCH nbdkit] common/include: Add locale-safe ascii_strcasecmp and ascii_strncasecmp.
...OTSUPP;
skip = 10;
}
/* Other errno values that server/protocol.c treats specially */
- else if (strncasecmp (ebuf, "EROFS", 5) == 0) {
+ else if (ascii_strncasecmp (ebuf, "EROFS", 5) == 0) {
err = EROFS;
skip = 5;
}
- else if (strncasecmp (ebuf, "EDQUOT", 6) == 0) {
+ else if (ascii_strncasecmp (ebuf, "EDQUOT", 6) == 0) {
#ifdef EDQUOT
err = EDQUOT;
#else
@@ -432,7 +433,7 @@ handle_script_error (const char *argv0, char *ebuf, size_t len)
#endif
skip = 6;
}
- else if (strncasecmp (ebuf, "EFBIG", 5) == 0) {...
2018 Jan 28
0
[nbdkit PATCH 2/2] filters: Add log filter
...itch (r) {
+ case 0:
+ s = "Success";
+ break;
+ case EROFS:
+ s = "EROFS=>EPERM";
+ break;
+ case EPERM:
+ s = "EPERM";
+ break;
+ case EIO:
+ s = "EIO";
+ break;
+ case ENOMEM:
+ s = "ENOMEM";
+ break;
+#ifdef EDQUOT
+ case EDQUOT:
+ s = "EDQUOT=>ENOSPC";
+ break;
+#endif
+ case EFBIG:
+ s = "EFBIG=>ENOSPC";
+ break;
+ case ENOSPC:
+ s = "ENOSPC";
+ break;
+#ifdef ESHUTDOWN
+ case ESHUTDOWN:
+ s = "ESHUTDOWN";
+ break;
+#endif
+ case EIN...
2016 Oct 18
0
Quota and Samba4
Hallo,
I have a samba4- ad and samba4 fileserver. Fileserver is joined in AD. I configured the home shares which is working pretty. Now I'm trying to setup user quota.
I installed quota, quotatool and did the necessary preferences in fstab. Setup quota, but nothing is working. Set quota with edquote -u <username>. Repquota shows my testuser with right quota, but when i mount the share in windows, no quota ist working.
I hope you can help me, please let me know what informationen you need! Maybe you also know some alternatives.
Best regards!
2000 May 02
0
2.0.7 : 2 problems with install on Compaq Tru64
Hi,
I just installed 2.0.7 on Compaq Tru64 4.0F with options with-quotas and
with-utmp. I encountered the following two problems when building smbd :
1- In smbd/quotas.c, one comment is introduced by //. This is not supported
by native cc I was using. This is on line :
if (save_errno == EDQUOT) /* disk quota exceeded */
2- As AIX, Tru64 has utmpx.h but 'x functions' are not implemented. I had
to undefined HAVE_UTMPX_H for Tru64 to be able to link smbd.
This is in smbd/connection.c. I added after the same code for AIX :
#if defined (__osf__)
#undef HAVE_UTMPX_H
#endif
This h...
2008 Mar 31
1
Segfault with soft disk quota
RHEL 5.1, dovecot 1.0.rc15 on a x86 system. dovecot -n says
[root at dg mail]# dovecot -n
# /etc/dovecot.conf
protocols: pop3 pop3s
login_dir: /var/run/dovecot/login
login_executable: /usr/libexec/dovecot/pop3-login
login_process_size: 64
first_valid_uid: 100
mail_executable: /usr/libexec/dovecot/pop3
mail_plugin_dir: /usr/lib64/dovecot/pop3
auth default:
passdb:
driver: pam
userdb:
2009 Jun 10
2
Quota over NFS with inode limit
I tried searching this list, but couldn't find anything related to
inode limits except for linux quotas.
I wanted to add sieve support for our users, so was attempting to get
our email system to use dovecot's deliver lda to handle email, instead
of postfix's virtual lda, using maildir mailstore.
When I did this, I noticed that emails would get stuck in the queue if
a user was
2018 Mar 01
29
[Bug 13317] New: rsync returns success when target filesystem is full
https://bugzilla.samba.org/show_bug.cgi?id=13317
Bug ID: 13317
Summary: rsync returns success when target filesystem is full
Product: rsync
Version: 3.1.2
Hardware: x64
OS: FreeBSD
Status: NEW
Severity: major
Priority: P5
Component: core
Assignee: wayned at samba.org
2019 Aug 16
1
[nbdkit PATCH] ocaml: Map more errno values
...comes a
valid protocol failure once fast zero support is added). There is no
Unix.ENOTSUP, or that would get the same treatment per commit
abb2b47c.
Preserving EROFS and EFBIG is useful because protocol.c special-cases
those (by merging them into EPERM and ENOSPC over the wire). There is
no Unix.EDQUOT, or that would get the same treatment.
Signed-off-by: Eric Blake <eblake@redhat.com>
---
plugins/ocaml/ocaml.c | 7 +++++++
plugins/ocaml/NBDKit.ml | 4 ++++
2 files changed, 11 insertions(+)
diff --git a/plugins/ocaml/ocaml.c b/plugins/ocaml/ocaml.c
index 064cdedb..5161775f 100644
--- a...
2019 Mar 28
1
Panic: file mail-transaction-log-file.c: line 105 (mail_transaction_log_file_free): assertion failed: (!file->locked)
On 28 Mar 2019, at 10.15, Arkadiusz Mi?kiewicz <arekm at maven.pl> wrote:
>
> error = 0x55e3e2b40ac0 "Fixed index file
> /var/mail/piast_efaktury/dovecot.index: log_file_seq 13 -> 15",
> nodiskspace = true,
This was one of the things I was first wondering, but I'm not sure why it's not logging an error. Anyway, you're using filesystem quota? And this
2006 May 23
4
Misc questions
Some miscellaneous questions:
* When you share a ZFS fs via NFS, what happens to files and filesystems that exceed the limits of NFS?
* Is there a recommendation or some guidelines to help answer the question "how full should a pool be before deciding it''s time add disk space to a pool?"
* Migrating pre-ZFS backups to ZFS backups: is there a better method than "restore
2005 Dec 21
4
ZFS, COW, write(2), directIO...
...to the uber block. Do
the uber-block and metadata blocks get updated with the entire write(2)
or nothing?
In other words, does ZFS''s ''always consistent on disk'' guarantee extend
to data as well as metadata.
I am _not_ talking about cases that result in ENOSPC, EFBIG, EDQUOT etc.
where I think a partial write is probably ok. But I would be interested
in knowing ZFS''s behaviour in these cases as well.
The other question is about how ZFS does direct IO. Does it do COW for
direct IO as well?
Referring me to a manual/doc is good enough. :)
Thanks in advance!...
2003 May 17
0
Maildir synchronization
...If it's successful, we clear the
maildir_keep_new flag so at next sync we'll try to move all of them
to cur/. When all of them have been moved, maildir_have_new flag is
cleared as well. Expunges will also clear maildir_keep_new flag.
If rename() still fails because of ENOSPC or EDQUOT, we still save
the flag changes in index with dirty-flag on. When moving the mail
to cur/ directory, or when we notice it's already moved there, we
apply the flag changes to the filename, rename it and remove the
dirty flag. If there's dirty flags, this should be tried every tim...