Solved! Re: Quotas & AMD

1997-06-25 Thread Adriano Nagelschmidt Rodrigues
Just FYI: Felix Almeida writes: > I'm using the AMD to mount the home directories by NFS on the clients. > I've read all of documents related to quotas, but with no success... The problem was in the way I built the amd map for poor Felix's network ;-) The home server has two file systems un

Re: Quotas & AMD

1997-06-20 Thread John Goerzen
Did you enable quota support in the kernel on both the client *AND* the NFS server? I work with a Debian machine with just such a setup, and there are no real problems there Felix Almeida <[EMAIL PROTECTED]> writes: > Does anybody know how I can configure my network in order to let the > u

Re: Quotas & AMD

1997-06-20 Thread Lukas Nellen
[EMAIL PROTECTED] said: > Ok. I know that. I'm starting rpc.rquotad in my netstd_misc script (on > the server), so it is not the problem... When I mount the filesystems on > the clients, via NFS too, directly in the fstab (not in AMD) the quotas > are shown normaly (if I didn't have started the

Re: Quotas & AMD

1997-06-20 Thread Felix Almeida
On Thu, 19 Jun 1997, Lukas Nellen wrote: > You need to run the rquotad on the server to be able to query quotas for > NFS-mounted filesystems. I patched /etc/init.d/quota to run rpc.rquotad > if you export filesystems and at the same time some filesystems have > quotas. I don't check, though, that

Re: Quotas & AMD

1997-06-20 Thread Lukas Nellen
[EMAIL PROTECTED] said: > Does anybody know how I can configure my network in order to let the > users know their disk quotas? The problem is that the quota command > doesn't show the quota values, it only shows them when the user is logged > on the server. You need to run the rquotad on the se

Quotas & AMD

1997-06-19 Thread Felix Almeida
Does anybody know how I can configure my network in order to let the users know their disk quotas? The problem is that the quota command doesn't show the quota values, it only shows them when the user is logged on the server. I'm using the AMD to mount the home directories by NFS on the clien