similar to: NFS Client with quota

Displaying 20 results from an estimated 1100 matches similar to: "NFS Client with quota"

2017 Apr 03
2
NFS Client with quota
Thanks Patrick. For Solaris, quota can be set when mounting from NFS client. There is a transition from Solaris to CentOS 6 this time. Therefore, quota setting is required for NFS mounting from CentOS 6 as with Solaris. Is it still impossible for CentOS 6? koji On Sun, 2 Apr 2017 14:44:59 +0200 Patrick B??gou <Patrick.Begou at legi.grenoble-inp.fr> wrote: > Quota are managed at the
2017 Apr 04
1
NFS Client with quota
Thank you very much. Previously, when I examined rquotad, I did not work as I expected. I will try to verify again. Best regard. koji On Mon, 3 Apr 2017 11:31:24 +0200 Patrick Begou <Patrick.Begou at legi.grenoble-inp.fr> wrote: > man rquotad: > > rquotad is an rpc(3) server which returns quotas for a user of a local > filesystem which is mounted by a remote
2017 Apr 03
0
NFS Client with quota
man rquotad: rquotad is an rpc(3) server which returns quotas for a user of a local filesystem which is mounted by a remote machine over the NFS. It also allows setting of quotas on NFS mounted filesystem (if configured dur- ing compilation and allowed by a command line option -S).... etc Seams to be also possible to set quotas from the client, but I never use it.
2009 Jan 22
3
disable rquotad and pop
Hi all, I am trying to find out how to disable rquotad and pop (port 443) for rquotad /etc/sysconfig/nfs has it quoted out but yet it is running? How do I disable it? also what about pop? Jerry
2007 Aug 02
3
NFS rquota support
For v1.1, probably applies to v1.0 code pretty easily too: http://hg.dovecot.org/dovecot/rev/078d9dde99c8 The other rquota patches had authunix_create_default() call. Is this needed/useful? The client is now always created+destroyed for each quota lookup. I'd think it would be faster if it was created only once, but does it then break something? If the above isn't done, clnt_create()
2009 Nov 26
5
rquota didnot show userquota (Solaris 10)
Hi, we have a new fileserver running on X4275 hardware with Solaris 10U8. On this fileserver we created one test dir with quota and mounted these on another Solaris 10 system. Here the quota command didnot show the used quota. Does this feature only work with OpenSolaris or is it intended to work on Solaris 10? Here what we did on the server: # zfs create -o mountpoint=/export/home2
2010 Feb 18
3
NFS client firewall config?
Hi all, Which ports do I need to have open on an NFS client's firewall to allow it to connect to a remote NFS servers? When I disable iptables (using ConfigServerFirewall), it connects fine, but as soon as I enable it, NFS gives me this error: root at saturn:[~]$ mount master1.mydomain.co.za:/saturn /bck mount: mount to NFS server 'master1.mydomain.co.za' failed: RPC Error: Unable to
2008 Jul 10
3
fs quota check with server does not support rquotad
Hi, Last time, I have got no reply, hope this time is better. OS: Solaris 10 Dovecot version : 1.1.1 file system of /var/mail : NFS from Solaris file system of /home : other NFS server that not support rquotad. Here is my setting that works: ---------------------------- plugin { quota = fs:INBOX:mount=/var/mail quota2 = fs:home:noenforcing:mount=/home/h1 } The above settings works. Dovecot
2011 Aug 25
1
question on silhouette colours
I'm fairly new to the silhouette functionality in the cluster package, so apologize if I'm asking something naive. If I run the 'agnes(ruspini)' example from the silhouette section of the cluster package vignette, and assign colours to clusters, two clusters have what appear to be incorrect colours in the silhouette plot. library(cluster) data(ruspini) ar<- agnes(ruspini)
2017 Apr 02
0
NFS Client with quota
Quota are managed at the filesystem level, so they are managed by the NFS server. rquotad allow NFS clients to display users quotas when the filesystem is mounted. Be carefull withe autofs, if a remote filesystem is not mounted on the client, nos quotas are displayed by the quota command. Patrick koji.morikawa a ?crit : > Hello. I am "koji". > > I have a question. > >
2020 Oct 28
2
dovecot quota-warning detection mail
Hi, all. we use quota-warning emails to notify you of quotas. In rare cases, the email address has changed to the logged-in user. (Because the address of %u is passed as the logged-in user.) So I couldn?t send the email with ?Recipient address rejected: User unknown in local recipient table?. Why does my email address change to a logged-in user? %u of "quota_warning = storage = 95 %%
2020 Oct 28
2
dovecot quota-warning detection mail
Morikawa, What do you mean by "logged-in user"? %u stands for the username. If, for an example, user "morikawa" exists in your dovecot server (I mean as local user), your quota warning configuration should be fine. But if user "morikawa" does not exist in your server, and, dovecot can't resolve the username to the mail address, then the quota warning mail be
2020 Oct 28
2
dovecot quota-warning detection mail
Morikawa-san, Your conf is wrong. Should be: quota_warning = storage = 95 %% quota-warning 95 %u Your conf: quota_warning = storage = 95 %% quota-warning 95% u There's a space between % and u. First of all, try the above and let us know if it changes. Kouga -----Original Message----- From: ????? <morikawa-k6 at itec.hankyu-hanshin.co.jp> Sent: Wednesday, October 28, 2020
2020 Nov 17
1
about imap-login: Error and imap: Error after Version-UP
You need to configure stats service client limit and imap service client limit. Those are different services than imap-login service. Aki > On 17/11/2020 01:28 ????? <morikawa-k6 at itec.hankyu-hanshin.co.jp> wrote: > > > Aki-san > > I have already seen that page. > Is the setting method wrong? > > Is there any other tuning point? > > morikawa >
2008 Jun 13
1
Output of silhouette (cluster package)
Dear R users, I am mailing you about the graphical output of silhouette (cluster package) From the example of silhouette in help(silhouette): > ar <- agnes(ruspini) > si3 <- silhouette(cutree(ar, k = 5), # k = 4 gave the same as pam() above + daisy(ruspini)) > plot(si3, nmax = 80, cex.names = 0.5) from which one may conclude that group 1 is composed by
2008 Jun 18
3
v1.1.rc11 released
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc11.tar.gz http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc11.tar.gz.sig This is the final v1.1 RC. Tomorrow I'll change only the version number, update the documentation and call it v1.1.0. But please test this anyway to make sure I didn't happen to break anything since rc10 :) - dovecot-uidlist is now recreated if it results in file
2008 Jun 18
3
v1.1.rc11 released
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc11.tar.gz http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc11.tar.gz.sig This is the final v1.1 RC. Tomorrow I'll change only the version number, update the documentation and call it v1.1.0. But please test this anyway to make sure I didn't happen to break anything since rc10 :) - dovecot-uidlist is now recreated if it results in file
2013 Sep 03
1
[PATCH v2] tftp-hpa: add error check for disk filled up
From: "Roy.Li" <rongqing.li at windriver.com> Add error check when write file, the caller can detect if the disk filled up (or had an i/o error) and return a NOSAPCE nak to the other side. Signed-off-by: Ming Liu <ming.liu at windriver.com> Signed-off-by: Roy.Li <rongqing.li at windriver.com> --- common/tftpsubs.c | 4 +++- tftpd/tftpd.c | 12 ++++++++++-- 2
2020 Oct 29
2
dovecot quota-warning detection mail
Gedalya-san Thank you for the information. It seems to be difficult... morikawa -----Original Message----- From: dovecot [mailto:dovecot-bounces at dovecot.org] On Behalf Of Gedalya Sent: Thursday, October 29, 2020 1:17 PM To: dovecot at dovecot.org Subject: Re: dovecot quota-warning detection mail Aha. Then it's not a straightforward case of just adding the domain name to the same
2008 Jun 24
4
Problem Compiling 1.1.1 on AIX
Hi all, We've been running Dovecot since December '07 with with no glitches. It's a great solid piece of software, thanks so much Timo!! I thought I'd try out 1.1.1, so I brought it down and tried compiling it on AIX, using the IBM compiler, xlc. It's what I've used all along. The error I'm seeing on the make is: source='array.c'