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 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 advance,

 Phil Savoie


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


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 females!!!:-P



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


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 they
damage through their incompetance, which is the ONLY thing they excel at.


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


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 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 females!!!:-P


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


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 females!!!:-P

 Me always maintained that too! :)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


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, too (some of it anyway) and I have 
 always maintained
 that the blonde syndrome only affects females!!!:-P

Well, I'm a dirty blonde in winter and a sun-bleached blonde in summer. Do phototropic 
people succumb as well?  Oh shit..

jb


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


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
 
 It also doesn't work
 
 Can you tell me what is wrong?

Check the quota version which the 2.4.20 kernel provides, and that
you've enabled it within the kernel config.

I have a feeling that by default it's Version 1, whereas Red Hat's
utilities look for Version 2 quota files/support. You'll need to compile
the tools for the proper support for whichever version you'll be using.

-- 
Rick Johnson, RHCE - [EMAIL PROTECTED] (from home)
Linux/WAN Administrator - Medata, Inc.
PGP Key: https://mail.medata.com/pgp/rjohnson.asc



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: quota question

2000-02-20 Thread Boris Lutz

 i already have quota set up on two of my partitions, now i want to be able
 to have it echo a message upon login that says when a user is over quota
 and by how much . i know this can be done on solaris, but i am not sure
 how to do on linux. can anyone point me in the right direction...

What about repquota -g -u -a

Boris
-- 
If you ate pasta and antipasta would you still be hungry?

+-+
| Mail:  [EMAIL PROTECTED]   |
| Home Page: http://www.stud.ee.ethz.ch/~blutz/   |
+-+


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: quota question

2000-02-19 Thread Fathi Ben Nasr

Have to test it but you can probably put a startup script which looks for disk
usage (du) and :
if  ...  .. then ...
else
echo ... or mail ...
it depends on how your clients are accessing their directories, mine are logging
in via Samba so I have to put this in my logon.bat.
As I said I didn't yet made the script but was thinking about a solution, if
there isn't a ready one.

Fathi Ben Nasr

Ric Moore a écrit :

 Adrian Walters wrote:
 
  got no response on this the last time but i figured i would try again.
 
  i already have quota set up on two of my partitions, now i want to be able
  to have it echo a message upon login that says when a user is over quota
  and by how much . i know this can be done on solaris, but i am not sure
  how to do on linux. can anyone point me in the right direction...

 While I remain clueless as how to get the messages to the user, I do
 know that disk quotas are a kernel option that would have to be turned
 on? Anyone use this that can help? Adrian, if no one comes to the
 rescue, then check the kernel Documentation for clues... it is a kernel
 option, so there should be hints/pointers there.

 --
 :  Ric "Wayward" Moore   :  [EMAIL PROTECTED]   :
 :   "If you can afford it, you don't want it"   :
 :--: New motto for Y2k : ---:
 : owned and trained by Calamity  Satin :
 :---:

 --
 To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
 as the Subject.



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: quota question

2000-02-17 Thread Ric Moore

Adrian Walters wrote:
 
 got no response on this the last time but i figured i would try again.
 
 i already have quota set up on two of my partitions, now i want to be able
 to have it echo a message upon login that says when a user is over quota
 and by how much . i know this can be done on solaris, but i am not sure
 how to do on linux. can anyone point me in the right direction...

While I remain clueless as how to get the messages to the user, I do
know that disk quotas are a kernel option that would have to be turned
on? Anyone use this that can help? Adrian, if no one comes to the
rescue, then check the kernel Documentation for clues... it is a kernel
option, so there should be hints/pointers there. 

-- 
:  Ric "Wayward" Moore   :  [EMAIL PROTECTED]   :  
:   "If you can afford it, you don't want it"   :
:--: New motto for Y2k : ---:  
: owned and trained by Calamity  Satin :
:---:


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: quota question

2000-02-17 Thread Hossein S. Zadeh

On Thu, 17 Feb 2000, Ric Moore wrote:

 Adrian Walters wrote:
  
  got no response on this the last time but i figured i would try again.
  
  i already have quota set up on two of my partitions, now i want to be able
  to have it echo a message upon login that says when a user is over quota
  and by how much . i know this can be done on solaris, but i am not sure
  how to do on linux. can anyone point me in the right direction...
 
 While I remain clueless as how to get the messages to the user, I do
 know that disk quotas are a kernel option that would have to be turned
 on? Anyone use this that can help? Adrian, if no one comes to the
 rescue, then check the kernel Documentation for clues... it is a kernel
 option, so there should be hints/pointers there. 


How about just running "/usr/bin/quota" from "/etc/bashrc", for example.
Or you may want to have a perl script that runs /usr/bin/quota and write
an approperaite output to the user's tty.

Hossein

P.S: The Unix mentality is that you probably will not find a program that
does EXACTLY what you want, nothing more nothing less; but there are many
small general-purpose utilities that you can glue together to get EXACTLY
what you want.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: quota question

2000-02-16 Thread Matt Nelson

how about putting 

  quota | awk '{if(NR2){if($2$3){printf("Quota exceced on %s by %i 
  blocks\n",$1,$2-$3)}}}'

(one line, naturally...) in the /etc/csh.login and /etc/profile?

-matt

-
Matthew Nelson
Dynamics Technology, Inc. 
21311 Hawthorne Blvd., Suite 300, Torrance, CA 90503-5610
Voice: (310) 543-5433   FAX: (310) 543-2117   Email: [EMAIL PROTECTED]

On Wed, 16 Feb 2000, Adrian Walters wrote:

 got no response on this the last time but i figured i would try again.
 
 i already have quota set up on two of my partitions, now i want to be able
 to have it echo a message upon login that says when a user is over quota
 and by how much . i know this can be done on solaris, but i am not sure
 how to do on linux. can anyone point me in the right direction...
 
 
 
 -- 
 To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
 as the Subject.
 


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.