ich hab ein sehr stranges Problem: Bei manchen Benutzers zeigt "ps aux" anstatt des Benutzernames nur dessen ID an. Es handelt sich dabei um drei meiner Webbenutzer, die aber ansonsten problemlos funktionieren. Sie sind wie alle anderen Webbenutzer auch in der passwd hinterlegt und haben genau das gleiche Format. Ich frag mich wirklich woran es liegt:
"ps aux | grep 2004" (der funktioniert nicht)
Code: Select all
2004 9154 1.6 0.2 155840 5960 ? Ss 13:57 0:00 /usr/bin/php-cgi
2004 9155 6.0 0.3 156808 6564 ? S 13:57 0:00 /usr/bin/php-cgi
2004 9156 5.3 0.3 157192 6940 ? S 13:57 0:00 /usr/bin/php-cgi
2004 9157 6.0 0.3 157144 6844 ? S 13:57 0:00 /usr/bin/php-cgi
2004 9158 3.3 0.3 156788 6952 ? S 13:57 0:00 /usr/bin/php-cgi
2004 9173 3.6 0.3 156516 6232 ? S 13:57 0:00 /usr/bin/php-cgi
2004 9174 7.0 0.3 157052 6892 ? S 13:57 0:00 /usr/bin/php-cgi
2004 9175 2.6 0.3 156616 6292 ? S 13:57 0:00 /usr/bin/php-cgi
2004 9176 4.3 0.3 156924 6544 ? S 13:57 0:00 /usr/bin/php-cgi
Code: Select all
acs 9144 0.0 0.2 155836 5956 ? Ss 13:57 0:00 /usr/bin/php-cgi
acs 9160 0.0 0.1 155968 3368 ? S 13:57 0:00 /usr/bin/php-cgi
acs 9161 0.0 0.1 155968 3876 ? S 13:57 0:00 /usr/bin/php-cgi
acs 9162 0.0 0.1 156100 3780 ? S 13:57 0:00 /usr/bin/php-cgi
acs 9163 0.0 0.1 155836 2072 ? S 13:57 0:00 /usr/bin/php-cgi
Code: Select all
acs:x:2010:125:Added by DomScript:/srv/acs:/sbin/nologin
pagenstecher:x:2004:125:Added by DomScript:/srv/pagenstecher:/usr/bin/passwd
Code: Select all
$ cat /etc/passwd | grep 2004 | wc -l
1
Wer hat mir einen Rat? Das ganze ist im Moment sehr lästig weil meine Statistikscripts stellenweise nicht so ganz funktionieren.
Gruß
TO