A strange user appears in my quotas and I can't find it in my system


 
Thread Tools Search this Thread
Operating Systems Solaris A strange user appears in my quotas and I can't find it in my system
# 1  
Old 01-27-2009
A strange user appears in my quotas and I can't find it in my system

Hello, I am running a Solaris 8 system.
I Have encountered that each time I ask the system to report to me the users who have or are about to exceed their quota limit for disk usage, a strange number appears in a user name, it does not appear in my /etc/group or in my /etc/passwd files

The user appears as #833 and as you can see in the report, the number appears as a user, with the # symbol before it
I use: repquota -a | grep EXPIRED

juanma +- 225378 200000 250000 EXPIRED 0 0 0
#883 +- 365479 10000 15000 EXPIRED 11 0 0
felila +- 15007 15000 17000 EXPIRED 0 0 0
aidadia +- 5320 5000 6000 EXPIRED 0 0 0

I've been trying to solve it in several ways, however I can't seem to get it removed.
This is what I've done so far:

I've searched my /etc/passwd for a user called #883, as I've told you, there was no user

I've searched for the user with id 883 in my passwd file, so far, no user has that id number

I've used the command "finger 883" and it returns a bunch of users in the system, however, all of them have their own quotas and none has the id number 883

I've used the command find / -name "833" but it doesn't return any matches.

I've googled the user with and without the # simbol, along with keywords like solaris 8, however, it doesn't return any relevant information sources.

I would really appreciate help, since after all ,as you can see, the user's usage of HD space is growing and it'll be really troublesome.
Any aditional information I'm missing, feel free to tell me, so we can solve this problem. I hope I'm not the first person with this thig.
We think it might be a security breach, so if anyone knows about that, information is welcomed too

Thanks in advance
LZ
# 2  
Old 01-27-2009
Did you have a user id = 833 in the past? That would be my answer.

File information utilities, like quota, use existing system files like passwd to display user id's. If the user has been completely removed, you get the user number in the display.
# 3  
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 =(
# 4  
Old 01-27-2009
Quote:
Originally Posted by lzcool
I've used the command find / -name "833" but it doesn't return any matches.
That should be:
Code:
find / -user 883

# 5  
Old 01-27-2009
ok, Thanks man!!!
You've help me solve a problem that had my head spinning quite a lot!!!
It's weird, how can a user have dissapeared from /etc/passwd and still have his files growing in size...
I believe, a previous administrator must've tried to delete the user, but quite stupidly...
Thanks a lot man!!
as root I used the command
find / -user 883
and all files from that user appeared, so I could erase them.
Now I'll try to investigate, why was it still growing...
# 6  
Old 01-27-2009
Erasing the files might not fix the problem. You should first check if the files are not still open by some processes.
# 7  
Old 01-28-2009
True, deleting might not help. You will need to find where the process get spawned from.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

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

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

7. 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

8. 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

9. 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
Login or Register to Ask a Question