postfix, quota virtual domains

2003-08-31 Thread Alex
I need to setup postfix with virtual domains and be able to specify quota for virtual users. I downloaded postfix 2.0.14 rpm for RH9. What should I change in postfix config to use quota for virtual users? The users will check their mail via vm-pop3d and openwebmail. Thanks. Alex -- redhat

Quota for mailbox without seperate filesystem

2003-07-25 Thread IS
I have one big filesystem for '/home' and '/var/spool/mail'. Is there still a way I can quota the mailboxes? Regards, Ivo -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: Quota for mailbox without seperate filesystem

2003-07-25 Thread Win Toe
At 12:57 PM 7/25/03 +0200, you wrote: >I have one big filesystem for '/home' and '/var/spool/mail'. Is there >still a way I can quota the mailboxes? > >Regards, >Ivo > > >-- >redhat-list mailing list >unsubscribe mailto:[EMAIL PROTECTED] >https://www.redhat

Quota problems

2003-07-25 Thread IS
When I do a quotacheck -a I get this: quotacheck: Quota for users is enabled on mountpoint / so quotacheck might damage the file. What's wrong? Regards, Ivo -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: Quota problems

2003-07-25 Thread Win Toe
Enable userquota in /etc/fstab /dev/hda2 /usrext3defaults,usrquota,grpquota 1 1 Create Quota record file #touch /aquota.user #touch /aquota.group #chmod 600 /aquota.user #chmod 600 /aquota.group Enable quota check at start up scripts /etc/rc.d/rc.sysinit

RE: Quota problems

2003-07-25 Thread Fryclau
You can use quotacheck -m to force quotecheck... I did it on redhat 9 and nothing damage. Fyclau :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Win Toe Sent: Friday, July 25, 2003 4:19 PM To: [EMAIL PROTECTED] Subject: Re: Quota problems Enable

Re: Quota problems

2003-07-25 Thread Leonard den Ottolander
Hi Ivo, quotacheck: Quota for users is enabled on mountpoint / so quotacheck might damage the file. quotacheck wants to remount a partition ro before it continues. This can't be done with the root partition when files are in use (users editing files, syslog, other services having open files

Re: Quota Issue

2003-06-24 Thread Marcos de Souza Trazzini
: Hi List, Since a long time ago I've been trying to configure Quota on my RedHat 7.2 box so I've done all the steps that appear in the Quota mini-Howto but I haven't had any success yet... Here you are what I've done: In my fstab file I put this: /dev/hda1 / ext3

Quota Issue

2003-06-23 Thread Leonardo Rodriguez
Hi List, Since a long time ago I've been trying to configure Quota on my RedHat 7.2 box so I've done all the steps that appear in the Quota mini-Howto but I haven't had any success yet... Here you are what I've done: In my fstab file I put this: /dev/hda1 /ext3

Quota Issue

2003-06-23 Thread Leonardo Rodriguez
Hi List, Since a long time ago I've been trying to configure Quota on my RedHat 7.2 box so I've done all the steps that appear in the Quota mini-Howto but I haven't had any success yet... Here you are what I've done: In my fstab file I put this: /dev/hda1 /ext3

Quota Issue

2003-06-23 Thread [EMAIL PROTECTED]
Hi List, Since a long time ago I've been trying to configure Quota on my RedHat 7.2 box so I've done all the steps that appear in the Quota mini-Howto but I haven't had any success yet... Here you are what I've done: In my fstab file I put this: /dev/hda1 / ext3

Re: Quota Issue

2003-06-23 Thread Ian Mortimer
Since a long time ago I've been trying to configure Quota on my RedHat 7.2 ... /dev/md0/home ext2 defaults,usrquota,grpquota 1 1 ... #touch /home/aquota.user #touch /home/aquota.group #chmod 600 /home/aquota.user #chmod 600 /home

Quota Question

2003-06-11 Thread Phil Savoie
Hi All, When setting quotas, after the hard limit has been reached, files with size will not be saved. Only empty files of the same name. How does one not allow 0 length files to be created? What I would like to do is have the save fail and *not* have an empty file created. Thanks in

Re: Quota Question

2003-06-11 Thread Phil Savoie
Nevermind... I was up late and failed to read the screen in front of me regarding inodes. Being blond, I had a moment. Thankyou anyway Phil On Wednesday 11 June 2003 05:50, Phil Savoie wrote: Hi All, When setting quotas, after the hard limit has been reached, files with size will not be

Re: Quota Question

2003-06-11 Thread Ben Russo
Phil Savoie wrote: Nevermind... I was up late and failed to read the screen in front of me regarding inodes. Being blond, I had a moment. Thankyou anyway WAIT A MINUTE, I have blonde hair, too (some of it anyway) and I have always maintained that the blonde syndrome only affects

Re: Quota Question

2003-06-11 Thread Res
On Wed, 11 Jun 2003, Ben Russo wrote: WAIT A MINUTE, I have blonde hair, too (some of it anyway) and I have always maintained that the blonde syndrome only affects females!!!:-P Me always maintained that too! :) -- Res - Network Solutions: clueless f'wits who dont care whos business

Re: Quota Question

2003-06-11 Thread Phil Savoie
Yep! This is true, however, I married one and we've been together so long she must be rubbing off on me. Phil On Wednesday 11 June 2003 19:10, Ben Russo wrote: Phil Savoie wrote: Nevermind... I was up late and failed to read the screen in front of me regarding inodes. Being blond, I had a

Re: Quota Question

2003-06-11 Thread Phil Savoie
On Wednesday 11 June 2003 19:24, Res wrote: Perhaps I am just secure enough in my manhood to let a little slip out. Phil On Wed, 11 Jun 2003, Ben Russo wrote: WAIT A MINUTE, I have blonde hair, too (some of it anyway) and I have always maintained that the blonde syndrome only affects

Re: Quota Question

2003-06-11 Thread Jack Bowling
** Reply to message from Ben Russo [EMAIL PROTECTED] on Wed, 11 Jun 2003 19:10:23 -0400 Phil Savoie wrote: Nevermind... I was up late and failed to read the screen in front of me regarding inodes. Being blond, I had a moment. Thankyou anyway WAIT A MINUTE, I have blonde hair,

User quota w/ sendmail

2003-03-22 Thread Ashley M. Kirchner
I have my mail spool separate from the user's home drive. How can I get user quotas to take their mail spool ( /var/spool/mail/user ) into account? Right now, it's only counting stuff in their home directory ( /home/user ) but I'd like to include their mail spool as well. Is there some

More quota questions

2003-03-22 Thread Ashley M. Kirchner
I just looked in /etc/rc.d/init.d and didn't see a call to turning on quota...at what point does that get done? In the halt script there's a call to 'quotaoff', but no where do I see it getting turned on. Does the system automatically knows to turn quotas on from the fstab setting? -- M

Re: More quota questions

2003-03-22 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 22 Mar 2003 11:17:47 -0700, Ashley M. Kirchner wrote: I just looked in /etc/rc.d/init.d and didn't see a call to turning on quota...at what point does that get done? In the halt script there's a call to 'quotaoff', but no where do

problem with quota information

2003-03-18 Thread Paulo Sousa
Hi I have a big problem with quota . Frequently, quota information about some users are lost. Everytime i need to run quotacheck to fix it. Is that any way to fix it permanently? Thanks Paulo Sousa -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com

quota not working in rh 8.0

2003-03-16 Thread Daniel Tan
hi, i am trying to configure quota on rh 8.0 as i had been successful in doing in on rh 7.0. but when i try to run the quotaon command, it doesnt seem to enable it no matter what i type in i tried quotaon -guv /var/spool/mail quotaon -a quotaon -guv / all can't work... Regards, Daniel Tan

Quota on ext3

2003-02-06 Thread harish . k
Hi list, I'm having trouble implementing quota on a Red Hat 8.0 machine running ext3. Can anyone point me to a good document? The mini-HOWTO on tldp is a little outdated. TIA Harish -- -- Harish K

How to set quota for users in Sendmail?

2003-02-06 Thread Leo Huang
for example: user a has a quota of 10 MB for his mailbox user b has a quota of 20 MB for her mailbox Leo -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: How to set quota for users in Sendmail?

2003-02-06 Thread Daniel Tan
use edquota -u username check out quotacheck - Original Message - From: Leo Huang [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 07, 2003 1:31 PM Subject: How to set quota for users in Sendmail? for example: user a has a quota of 10 MB for his mailbox user b has a quota

Re: How to set quota for users in Sendmail?

2003-02-06 Thread Leo Huang
Daniel, In this case, the sender will only receive a defered message other than the quota message. I want to tell the sender that the user he is sending to is out of space. Regards, Leo - Original Message - From: Daniel Tan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February

Re: Quota

2003-01-31 Thread Ashwin Khandare
Consider a case where user a has quota 0f 90MB and group b whose member is user a has quota 0f 180 MB And now suppose user a puts 70Mb in the folder owned by the group Now if user a exceeds 20Mb in his own home drive, he gets the quota exceeded messg. So what I realise is that users quota

Quota

2003-01-30 Thread Szemerédy Gábor
Hello! If I set up quota.group are the values valid for the whole group or those limits are limiting each particular user as a member of that group by those values? Thanks begin:vcard n:Szemerédy;Gábor x-mozilla-html:TRUE url:http://www.srce.net org:Zavod za informatiku i AOP Subotica;HW-SW

Re: Quota

2003-01-30 Thread Leo Huang
Hi there, You can set up group quota and user quota. Group quota is the limit of the whole group, and user quota is for particular users. Leo - Original Message - From: Szemerédy Gábor [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 31, 2003 12:57 AM Subject: Quota

quota command

2002-12-09 Thread Freerk J. Bosscha
Thanks for reading this question: I have the following problem. On one of our systems I have implemented quota. Because we are a polytechnical highschool, I would like to have a script to individualy set the amount of quota for each user. Whe have the quota information in our LDAP database

quota question

2002-12-04 Thread question
Hi all I upgraded kernel to 2.4.20 in RH6.2 and I changed ext3 and enabled quota but the quota doesn't work now. I downloaded quota-3.06.tar.gz http://gd.tuwien.ac.at/opsys/linux/gentoo/distfiles/quota-3.06.tar.gz and installed It also doesn't work Can you tell me what is wrong? Thank you

Re: quota question

2002-12-04 Thread Rick Johnson
On Wed, 2002-12-04 at 11:05, question wrote: Hi all I upgraded kernel to 2.4.20 in RH6.2 and I changed ext3 and enabled quota but the quota doesn't work now. I downloaded quota-3.06.tar.gz http://gd.tuwien.ac.at/opsys/linux/gentoo/distfiles/quota-3.06.tar.gz and installed

RH 8.0 quota

2002-11-21 Thread jesse jacobs
Hello all, I've had a problem that reminds me of 7.1/7.2 when the aquota switch took place. On a fresh install I've setup the /home partition (hda8) to check quotas on boot after mounting, this fails and complains about the inability to find quota files (to be expected). Then I run quotacheck

Quota problem on RedHat 8.0 ?

2002-11-07 Thread Kevin Chan
not mounted with quota option. [root@fileserver root]# Can anyone tell me what's wrong on my setting and how to set the quota on RedHat 8.0 ? p.s. I don't have any problem using this method to set quota on RedHat 7.3 Thanks and regards, Kevin Chan -- redhat-list mailing list unsubscribe

Re: Quota problem on RedHat 8.0 ?

2002-11-07 Thread Todd A. Jacobs
On Thu, 7 Nov 2002, Kevin Chan wrote: LABEL=/ / ext3defaults,usrquota 1 after that, I try to run quotacheck -uva but get error message as below: Last time I looked, the quota utilities didn't work with labels. If that's still true, the old workaround

Re: Quota problem on RedHat 8.0 ?

2002-11-07 Thread Kevin Chan
Hi Todd, I don't understand what do you mean the old workaround was to modify your fstab to use devices instead of labels for the partitions. Can you give me a example to set quota on RedHat 8.0 ? p.s. I don't have any problem to set quota on RedHat 7.3 at all using this method. Thanks

Re: Quota problem on RedHat 8.0 ?

2002-11-07 Thread Todd A. Jacobs
On Thu, 7 Nov 2002, Kevin Chan wrote: LABEL=/ /ext3 defaults,usrquota 1 1 The above is a label...see the big word LABEL? A device is a device from the devices directory at /dev. Like so: /dev/hda1 / ext3defaults,usrquota 1 1 -- Whenever I feel blue, I

Re: Quota problem on RedHat 7.3 ?

2002-11-07 Thread Yoink!
filesystem mounted on / read-only so counted values might not be right. Please stop all programs writing to filesystem or use -m flag to force checking. [rootbtamail root]# I'm no quota expert but my first guess is that quota needs -m or a read only filesystem. It tries to remount / as read only

Re: Quota problem on RedHat 8.0 ?

2002-11-07 Thread Kevin Chan
Hi Todd and all, I was change the /etc/fstab file to /dev/hda1 / ext3 defaults,usrquota 1 1 , but still got the same error message. Does anyone success set the quota on RedHat 8.0 before, or this is the bug on RH8.0 ? Thanks and regards, Kevin Chan Todd A. Jacobs Wrote: On Thu, 7 Nov 2002

Quota problem on RedHat 7.3 ?

2002-11-06 Thread Kevin Chan
so counted values might not be right. Please stop all programs writing to filesystem or use -m flag to force checking. [root@btamail root]# Can anyone tell me what's wrong on my setting and how to set the quota on RedHat 7.3 ? Thanks and regards, Kevin Chan -- redhat-list mailing list

Re: Quota problem on RedHat 7.3 ? (Solved !)

2002-11-06 Thread Kevin Chan
and how to set the quota on RedHat 7.3 ? Thanks and regards, Kevin Chan -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

About Quota and init of Redhat 7.2

2002-10-27 Thread EdwardSPL
Hello, Can you help me about the following questions ? Mine is Redhat 7.2, after add the following setting into /etc/rc.d/rc.local, but each Boot time, the following setting can't be activite, so can you help me ? if [ -x /sbin/quotacheck ]; then echo Checking quota. This may take some time

Quota Question

2002-10-22 Thread Sherif D Mohamad
Dear All, I have redhat 7.3 I enabled quotas 1- I want to know how to set a default quota so that when I create any user his quota is set to this default ? 2- If I set user quota and left group quota not set (it's defaults is zeros) or which override which , user quota or group quota? Thank You

Re: quota problem

2002-10-18 Thread Hiten Desai
on my server but i didnt get the setting quota on no. of files. an dwhat is webmin so please help me ravi quot hi all i alocated quota for home ie 10mb for each user. but the problem one user when he checked his disk space by giving command du -hs it shows 6.5 mb. and when i

quota problem

2002-10-17 Thread Ravi Narwade
hi all i alocated quota for home ie 10mb for each user. but the problem one user when he checked his disk space by giving command du -hs it shows 6.5 mb. and when i checked it by giving the command quota the block coloumn shows more than 10mb. it creates proble to send mails whenever trying

Re: quota problem

2002-10-17 Thread Hiten Desai
quot hi all i alocated quota for home ie 10mb for each user. but the problem one user when he checked his disk space by giving command du -hs it shows 6.5 mb. and when i checked it by giving the command quota the block coloumn shows more than 10mb. it creates proble to send mails

Re: quota problem

2002-10-17 Thread Ravi Narwade
On Thu, 17 Oct 2002, Hiten Desai wrote: thankd hiten i have 180 users on my server but i didnt get the setting quota on no. of files. an dwhat is webmin so please help me ravi quot hi all i alocated quota for home ie 10mb for each user. but the problem one user when he checked his disk

Quota on Sendmail+Cyrus

2002-10-08 Thread Viv Padayatchy
Hi there I have installed sendmail and Cyrus IMAP on my redhat 7.0. Everything is working fine and mail is delivered and received in the Cyrus mailboxes. I tried to setup quota on one particular mailbox (using cyradm tool) and i can see that quota parameter is properly set for that mailbox

Re: Quota on Sendmail+Cyrus

2002-10-08 Thread Teodor Georgiev
How you create your mailboxes - user.viv or just viv? use lq (list quota) and see what it reports. maybe you set the size incorrect. 5000 = 5MB - Original Message - From: Viv Padayatchy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 08, 2002 3:46 PM Subject: Quota

Getting Quota to work with Sendmail+Cyrus IMAP

2002-10-08 Thread Viv Padayatchy
Dear list members I have installed Cyrus IMAP server (rpm 2.0.9) on my rh 7.0 and everything is working fine. I am using Sendmail as the MTA. I have implemented a quota system to restrict mail spool size using cyradm utility. However when i test the quota i have set by sending deliberately

Re: Quota problems

2002-10-02 Thread Janyne Kizer
I ran quotacheck yesterday and repquota -a is reporting things fine now (no seg faults, totals look corect and so forth) but in the middle of the night the server started to report errors again. Here is a snippet. Oct 2 04:02:14 serverlx kernel: VFS: Inserting already present quota entry

Quota problems

2002-10-01 Thread Janyne Kizer
I have an RH 7.2 system using the ext3 filesystem and we are having some quota problems on it. Basically, it appears to be reporting incorrect quotas and we within the past two days we have started to see these messages in the message log: kernel: VFS: Inserting already present quota entry

Re: Quota problems

2002-10-01 Thread Hiten Desai
some quota problems on it. Basically, it appears to be reporting incorrect quotas and we within the past two days we have started to see these messages in the message log: kernel: VFS: Inserting already present quota entry (block 535). kernel: VFS: Error -5 occured while creating quota

Re: Quota error

2002-09-08 Thread Info
loophole wrote: you need to do this in single or rescue mode. how do i get there? hth. lh = `When you say I wrote a program that crashed Windows, people just stare at you blankly and say Hey, I got those with the system, *for free*.' - Linus Torvalds

Re: Quota error

2002-09-03 Thread loophole
you need to do this in single or rescue mode. hth. lh = `When you say I wrote a program that crashed Windows, people just stare at you blankly and say Hey, I got those with the system, *for free*.' - Linus Torvalds __ Do You

quota

2002-09-02 Thread Jomar Rubrico
hello i would like to set quotas on a redhat 7.2 box. i already added usrquota and groupquota to the fstab entries for the /home and /var partitions. however, only /home works. i would like to set quotas on /var to be able to limit the users mailboxes in /var/spool/mail. thanks

Quota for CPU MEM usage

2002-09-02 Thread Reuben D. Budiardja
Hello, Is there anyway I can assign quota to user for CPU and Memory usage? I am administrating a RH 7.3 machine, and sometimes I see (using top) user run a process that use 90% of CPU, and this makes the machine very un-responsive to other users. So I am wondering if there's a way to limit

Re: Quota for CPU MEM usage

2002-09-02 Thread Marius Andreiana
On Mon, 2002-09-02 at 19:53, Reuben D. Budiardja wrote: Is there anyway I can assign quota to user for CPU and Memory usage? cat /etc/security/limits.conf -- You don't have to go to jail for helping your neighbour http://www.gnu.org/philosophy/ -- redhat-list mailing list unsubscribe

Quota error

2002-09-02 Thread Info
I encountered the below error. Is it fatel? Is there anything i can do to fix it up? [root@ahead root]# /sbin/quotacheck -avugquotacheck: Block 3: Block 15 in tree referenced twicequotacheck: WARNING - Some data might be changed due to corruption.quotacheck: Block 3: Block 12 in tree

Quota

2002-08-21 Thread Info
I had quota running smoothly for some months. But recently one of the users exceeded his quota by 2GB of space. So some investigation was done and we has a error message in the log file. Aug20 04:03:13 ahead kernel: VFS: Quota for id 37 referenced but not present.Aug20 04:03:13 ahead

Quota

2002-08-21 Thread Nicholas Chua
I had quota running smoothly for some months. But recently one of the users exceeded his quota by 2GB of space. So some investigation was done and we has a error message in the log file. Aug20 04:03:13 ahead kernel: VFS: Quota for id 37 referenced but not present.Aug20 04:03:13 ahead

quota grace period

2002-08-14 Thread Reynald I. Ngo
Hi, I have quota-3.03-1on my RH 7.1. When i do a quota -u user i don't see any grace period. I did specify a grade period under edquota -ut Is this enough? --- Cheers, Reynald I. Ngo -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https

How to get quota information for a user

2002-07-26 Thread Ming Yan
Hello, I wonder how to get quota information for a specified user in Linux system. I found a function named "quotactl", but don't know how to use it. Thanks for help in advance Ming

Quota on Linux

2002-07-23 Thread harish . k
Hi List... I am trying to setup quota on my Redhat Linux 7.3 box. Can u point me to a good document or guide on the same? Rgds -- Harish K Systems Engineer LT Infotech Ltd +91-22-6948065 - Voice +91-22-8581615 - Fax - Multitasking: Screwing up

Re: Quota on Linux

2002-07-23 Thread \Anth Courtney\
Harish, http://www.tldp.org/HOWTO/mini/Quota.html You can skip the section on patching and reconfiguring your kernel for 7.3 cheers, Anth On Tue, 23 Jul 2002 13:56:35 +0530, [EMAIL PROTECTED] wrote : Hi List... I am trying to setup quota on my Redhat Linux 7.3 box. Can u point me

quota setting

2002-07-14 Thread Your Name
Dear all I will admin to set all users to have same quota limit restriction Does it have program to set those users at one time instead of using edquota -u users for several times Thank you -- NeoMail - http://neomail.sourceforge.net

Re: quota: Error while getting quota [...] No such file or directory

2002-06-21 Thread Nicolas Bock
quota: Error while getting quota from myhost:(pid3258) for 3369: No such file or directory Disk quotas for user nbock (uid 3369): none You need to initialise the disk quota files on that volume (quota.user and quota.group). Use edquota to do it. Even after doing that, I still get

Re: quota: Error while getting quota [...] No such file or directory

2002-06-21 Thread Henrik Schmiediche
Hello, the following procedure to set up quotas worked for me. Maybe it will help you. Sincerely, - Henrik # 0) kernel must be compiled with quota support... the standard redhat kernels have quota support turned on by default. stock kernel seems to support old kernels (vfsold

Re: problems setting up quota on Redhat 7.2

2002-06-21 Thread Paul Bradshaw
Hi Nicolas, I tried your suggestion and upon reboot it built /quota.user - but not /aquota.user. This is confusing for me since the docs seem to indicate it should be using /aquota.user. Also when I try to run quota I get interesting errors: [root@wintermute root]# quotaon -av quotaon

Re: quota: Error while getting quota [...] No such file or directory

2002-06-21 Thread Nicolas Bock
On Fri, 21 Jun 2002, Henrik Schmiediche wrote: Hello, the following procedure to set up quotas worked for me. Maybe it will help you. quota: Error while getting quota from myhost:(pid3258) for 3369: No such file or directory Henrik, thanks for your hints. I followed all

Re: quota: Error while getting quota [...] No such file or directory

2002-06-21 Thread Paul Bradshaw
Thank you Henrik, You fixed my problem! ...Paul Henrik Schmiediche wrote: Hello, the following procedure to set up quotas worked for me. Maybe it will help you. Sincerely, - Henrik # 0) kernel must be compiled with quota support... the standard redhat kernels have quota

Re: quota: Error while getting quota [...] No such file or directory

2002-06-21 Thread Nicolas Bock
On Fri, 21 Jun 2002, Nicolas Bock wrote: thanks for your hints. I followed all the steps you mention and things are working now. Still, I keep getting this error message. At this point the problem is not that quota doesn't work at all, but rather that I keep getting the error message

quota on nfs mounted fs, rpc.rquotad

2002-06-20 Thread Nicolas Bock
Playing with quotas a little bit more, I came across another problem. How do I get quotas working on a machine that nfs mounts a filesystem? On my server machine, I mount the fs with quotas enabled, so that: [0620/12:41]my_serverquota quota: Error while getting quota from my_server:(pid899

problems setting up quota on Redhat 7.2

2002-06-20 Thread Paul Bradshaw
I am having trouble setting up quota on a Redhat 7.2 system. The kernel is kernel-2.4.9-31. /aquota.user exists. But when I run quotacheck I get: [root@wintermute root]# quotacheck -avug quotacheck: WARNING - Quotafile //aquota.user was probably truncated. Can't save quota

Re: problems setting up quota on Redhat 7.2

2002-06-20 Thread Nicolas Bock
On Thu, 20 Jun 2002, Paul Bradshaw wrote: I am having trouble setting up quota on a Redhat 7.2 system. The kernel is kernel-2.4.9-31. /aquota.user exists. But when I run quotacheck I get: [root@wintermute root]# quotacheck -avug quotacheck: WARNING - Quotafile //aquota.user

Re: quota: Error while getting quota [...] No such file or directory

2002-06-20 Thread Kevin Myers
On Thu, 20 Jun 2002 10:49:21 -0400 (EDT), Nicolas wrote: when I run quota now, using any account including root's, I get this output: quota: Error while getting quota from myhost:(pid3258) for 3369: No such file or directory Disk quotas for user nbock (uid 3369): none You need

Re: Need Help - Quota question RedHat 7.1

2002-05-23 Thread Jeff Hood
I apologize if this has been mentioned before, but I just noticed this thread. RH 7.1 has an update to the quota package. Look at the updates for 7.1 and you should find it. Secondly, search for quota on www.linuxnewbie.org (or was it .com) and you find a decent piece on setting up quotas

Re:Re: Need Help - Quota Question on RedHat 7.1

2002-05-22 Thread Razali Mohamad
Hi Kevin, I have got the same problem. It really frustrated. I have tried this workaround and its worked: 1) #quotaoff -av 2) #quotacheck v /dev/hde6 (replace with your filesystem accordingly) 3) At root (/) directory: #touch quota.user 4) #touch quota.group 5) #chmod 600

Re: Display quota size/info over NFS

2002-02-10 Thread Henrik Schmiediche
Hello, that did the trick. Upgrading the quota rpm on 7.1 to the same version as is present in 7.2 made quota queries over NFS function. Did have to --nodeps --force the rpm though. Hope it won't cause any problems. Sincerely, - henrik - Original Message - From: Tym Rehm

Re: DIsplay quota size/info over NFS

2002-02-09 Thread Henrik Schmiediche
Strange - when I run quota -v from a RH 7.2 client it works, but when I run quota -v from a RH 7.1 client it does not work. Sincerely, - Henrik - Original Message - From: David Talkington [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 08, 2002 11:59 PM Subject: Re

RE: Display quota size/info over NFS

2002-02-09 Thread Tym Rehm
Have you tried upgrading the quota rpm on the 7.1 client? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Henrik Schmiediche Sent: Saturday, February 09, 2002 11:43 AM To: [EMAIL PROTECTED] Subject: Re: DIsplay quota size/info over NFS Strange - when

DIsplay quota size/info over NFS

2002-02-08 Thread Henrik Schmiediche
Hello, the command: 'quota -v user' tells me (and a user) what their quota status is. It does not seem to work over NFS. That is, the quotas is enforced over NFS, but if the file system is NFS mounted then I cannot determine whats a users quota status is. Is there a way? The reason

Re: DIsplay quota size/info over NFS

2002-02-08 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Henrik Schmiediche wrote: the command: 'quota -v user' tells me (and a user) what their quota status is. It does not seem to work over NFS. That is, the quotas is enforced over NFS, but if the file system is NFS mounted then I cannot determine whats

Re: RedHat 7.2 quota problem

2002-01-10 Thread tha ][ce
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, January 03, 2002 11:40 PM Subject: Re: RedHat 7.2 quota problem Edit the file /etc/fstab: Add userquota after defaults, using lower case. 1.) /dev/hda7 /home ext2

Re: RedHat 7.2 quota problem

2002-01-03 Thread AABAN34
You must reboot the system. 6.) edquota –u sam ( username ) Soft limit = Maximum amount of disk disk usage a quota user can have on the system. Hard limit = A user cannot go beyond. If this limit is reached, the user will not be able to use any additional space

RedHat 7.2 quota problem

2002-01-02 Thread tha ][ce
Hi everyone, I need to setup quota on ext3 filesystem. I created /aquota.* files with 600 chmod, added grpquota and usrquota to /etc/fstab, remouted partition, [root@zeby root]# mount/dev/hda1 on / type ext3 (rw,usrquota,grpquota)... but when I try [root@zeby root]# quotaon / quotaon

quota

2001-12-06 Thread Tym Rehm
and no RAID. On Server B every thing appears to work correctly. If I set a user's quota to 1024 that user gets an error if he puts more than 1M in this home drive. On Server A I set a user to have a limit of 51200(50M) and I am able to put 110M+ in the home drive. Also on server A when I run 'quota -u

Grace in quota

2001-11-21 Thread Gábor Szemerédy
Hello! Can somebody explain what is exactly the meaning of grace period in quota? Thanks begin:vcard n:Szemerédy;Gábor x-mozilla-html:TRUE url:http://www.srce.net org:Zavod za informatiku i AOP Subotica;HW-SW adr:;;Adolfa Singera 12;Subotica;Vojvodina;24000;Yugoslavia version:2.1 email

Re: Grace in quota

2001-11-21 Thread Statux
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Probably something to do with the amount of time you have to come back within the quota before deleting starts shrug That's _my_ translation. Of course this would apply to situations when the quota is lowered for an account. I dunno.. just

Quota on RH7.1 fails with Invalid argument (HELP!!)

2001-11-13 Thread Peter Kiem
scripts are somehow getting a double / when working out the quota failname and this is causing it to fail? BTW, are we supposed to make sure the quota files are 600 permissions? -- Regards, +---+-+ | Peter Kiem| E-Mail: [EMAIL

nfs quota problem

2001-04-18 Thread John Weber
On RH7.0 with all updates done. After upgrading the kernel to 2.2.19-6.2.1smp, I get the following on the nfs server and quotas on an nfs client no longer work. Local quotas seem to work. [root@math init.d]# ./nfs start Starting NFS services: [ OK ]

Re: Quota Error - RH70

2001-03-06 Thread Kevin Wood
I was running into trouble under Kernel 2.4.2-ac7, but I have since reloaded the machine with a completely stock RH70 and the same problem still exists. I have also gone as far as trying to get a new version of quota and that doesn't seem to do it either. Whatever th

Quota Error - RH70

2001-03-02 Thread Kevin Wood
was running into trouble under Kernel 2.4.2-ac7, but I have since reloaded the machine with a completely stock RH70 and the same problem still exists. I have also gone as far as trying to get a new version of quota and that doesn't seem to do it either. Whatever the case, if anyone has any tips

Re: Quota Error - RH70

2001-03-02 Thread Mike Burger
e have any ideas on what to do or what might be wrong? I was running into trouble under Kernel 2.4.2-ac7, but I have since reloaded the machine with a completely stock RH70 and the same problem still exists. I have also gone as far as trying to get a new version of quota and that doesn't

Re: Quota Error - RH70

2001-03-02 Thread Kevin Wood
he machine with a completely stock RH70 and the same problem still exists. I have also gone as far as trying to get a new version of quota and that doesn't seem to do it either. Whatever the case, if anyone has any tips or pointers, that would be great. Thanks,

Re: Quota Error - RH70

2001-03-02 Thread Mike Burger
as on what to do or what might be wrong? I was running into trouble under Kernel 2.4.2-ac7, but I have since reloaded the machine with a completely stock RH70 and the same problem still exists. I have also gone as far as trying to get a new version of quota and that doesn't

quota notification

2000-07-12 Thread Michael Dungan
Hi, I have quotas enabled on one of my servers, but users aren't being notified when they reach the soft/hard limits. Is there something I need to enable for this? Other *nices I've enabled quotas on notify the user automatically. I'm running 6.2 w/ postfix as the MTA. Thanks, Mike -- To

quota notification

2000-07-12 Thread Michael Dungan
(This is a re-post, as our 'Net connection was wonky yesterday, and the first may or may not show up.) Hi, I have quotas enabled on one of my servers, but users aren't being notified when they reach the soft/hard limits. Is there something I need to enable for this? Other *nices I've enabled

  1   2   >