Sponsored Content
Operating Systems Solaris A strange user appears in my quotas and I can't find it in my system Post 302280770 by lzcool on Tuesday 27th of January 2009 02:11:32 PM
Old 01-27-2009
I think in the past the user might have existed (I'm not the all life administrator :P), however, if the user was removed, why would it be growing his disk usage :-S??
Another thing, I've several users that quota displays as #number
I've used:
repquota -a | grep '#'
and it returnes:
#484 -- 49 5000 6000 10 0 0
#883 +- 365479 10000 15000 EXPIRED 11 0 0
#889 -- 1543 40000 45000 8 0 0
#212 -- 1 10000 15000 1 0 0
#222 -- 1 20000 25000 0 0 0
#227 -- 1 20000 25000 1 0 0
#231 -- 7 20000 25000 1 0 0
#233 -- 1 10000 15000 1 0 0
#301 -- 1 20000 25000 1 0 0
#310 -- 5 20000 25000 1 0 0
#311 -- 1 20000 25000 1 0 0
#344 -- 937 20000 25000 0 0 0
#354 -- 9 20000 25000 1 0 0
#356 -- 1 20000 25000 1 0 0
#440 -- 1 20000 25000 1 0 0
#455 -- 1 20000 25000 1 0 0
#484 -- 1 20000 25000 0 0 0
#485 -- 1 20000 25000 1 0 0
#486 -- 1 20000 25000 1 0 0
#492 -- 1 20000 25000 1 0 0
#622 -- 1 20000 25000 1 0 0
#1069 -- 78 25000 30000 0 0 0
#1075 -- 19344 20000 25000 0 0 0

I'm concerned right now only with #883 because it's the only one growing in size =(
 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

integer user names and user quotas!

hello, i want to implements user quotas. the problem is that all of our user names are integer numbers, like 8510453. so when i set quota for a user (e.g. 8510453), it wont be set for that user name instead it will be set for exactly this: #8510453 (this is what webmin report shows). i have... (5 Replies)
Discussion started by: mrhosseini
5 Replies

2. Shell Programming and Scripting

Find the user with less number of files in the system

Good morning everybody, I'm using Minix and I want to find the user with less number of files in the system I have tried this solution: #! /bin/sh indice=0 listaCut=$(cut -f 3 -d : /etc/passwd) for USER in $listaCut; do cont=0 listaFind=$(find / -user "${USER}" -type -f) ... (4 Replies)
Discussion started by: Guccio
4 Replies

3. Shell Programming and Scripting

Find user owner of the most recently file in the system

Good evening everybody, I have to find the user owner of the most recently file in the system How can I do? :confused: (5 Replies)
Discussion started by: Guccio
5 Replies

4. UNIX for Dummies Questions & Answers

how to find a word in a file that appears next to a given keyword

Hi Experts, I have a file which contains some text. i need to print the word next to a given keyword. Please help. Ex: test.txt ===================== NEXT HOST ===================== AEADBAS001 access-list 1 permit xxxxxxxxxxxxxx ip access-list extended BLA_Outgoing_Filter... (6 Replies)
Discussion started by: mwrg
6 Replies

5. Shell Programming and Scripting

find a user on the system

i am prompting for a name to search. read user if then however, i get this error: please enter a username on the system: fool menu_script2.sh: line 123: (4 Replies)
Discussion started by: icelated
4 Replies

6. UNIX for Dummies Questions & Answers

Strange system activity no matter what I try

When I choose to encrypt my drive during a Linux install, it encryps it, but I receive errors in dmesg and in ~/.xsessions-errors during use. The first error is in dmesg where it sometimes shows errors writing to the encypted device. The second error is in ~/.xsessions-errors with an error about... (0 Replies)
Discussion started by: justgoogleit
0 Replies

7. Solaris

quotas on two file system

Hi Guys, I have quota support turned on, on two file systems. However, when I do a repquota -va I get report only for one. What might be the problem? I will really appreciate your help. Thanks Gurus. (0 Replies)
Discussion started by: cjashu
0 Replies

8. Solaris

Strange space consumption on file-system

Hello, I have a x86 Solaris server running on VMWare. c1t0d0 is root disk of 40 GB. I am not able to find, where space is being consumed. It just available space is 2.6 GB only. There is no quota or reservation set. Can somebody give me some pointer to fix it ? -bash-3.2# zpool list NAME ... (6 Replies)
Discussion started by: solaris_1977
6 Replies

9. UNIX for Beginners Questions & Answers

Calling system() if certain text appears on the screen.

Hi. I'm wondering if it is possible to execute system(), if a certain string of text appears on the screen or not? I want to be able to run system("rz -Z") based on if "B00000000000000" appears on the screen. rz is a program to recieve files via Zmodem protocol. Is this possible? In C, of... (3 Replies)
Discussion started by: ignatius
3 Replies
FS_GETCACHEPARMS(1)					       AFS Command Reference					       FS_GETCACHEPARMS(1)

NAME
fs_getcacheparms - Displays the current size and usage of the cache SYNOPSIS
fs getcacheparms [-help] [-files] [-excessive] fs getca [-h] [-files] [-excessive] DESCRIPTION
The fs getcacheparms command displays the current size of the cache (which can be in memory or on disk), and the amount currently in use. The reported statistics are from kernel memory, so the reported size can differ from the setting specified in the /etc/openafs/cacheinfo file on a machine using a disk cache, if the fs setcachesize command has been used to alter cache size. OPTIONS
-help Prints the online help for this command. All other valid options are ignored. -files Displays the current number of cache files in use, and the maximum available, as well as displaying the current cache size. -excessive Displays detailed cache statistics, including the flags set on each cache element, and the distribution of cache entries by size. OUTPUT
The output reports AFS using <amount> of the cache's available <size> 1K byte blocks. where <amount> is the number of kilobyte blocks currently used to cache data and status information, and <size> is the total current cache size. EXAMPLES
The following example shows the output on a machine with a 25000 kilobyte cache. % fs getcacheparms AFS using 22876 of the cache's available 25000 1K byte blocks. The following shows the output when asked to show file information. % fs getcacheparm -files AFS using 0% of cache blocks (897 of 200000 1k blocks) 1% of the cache files (79 of 6250 files) And finally, the following detailed information can be obtained by using the excessive flag % fs getcacheparm -excessive AFS using 0% of cache blocks (897 of 200000 1k blocks) 1% of the cache files (79 of 6250 files) afs_cacheFiles: 6250 IFFree: 6171 IFEverUsed: 79 IFDataMod: 0 IFDirtyPages: 0 IFAnyPages: 0 IFDiscarded: 1 DCentries: 3122 0k- 4K: 74 4k- 16k: 3045 16k- 64k: 2 64k- 256k: 0 256k- 1M: 1 >=1M: 0 PRIVILEGE REQUIRED
None SEE ALSO
fs_setcachesize(1) COPYRIGHT
IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved. This documentation is covered by the IBM Public License Version 1.0. It was converted from HTML to POD by software written by Chas Williams and Russ Allbery, based on work by Alf Wachsmann and Elizabeth Cassell. OpenAFS 2012-03-26 FS_GETCACHEPARMS(1)
All times are GMT -4. The time now is 09:07 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy