Jamie Cameron - 2003-09-29

Logged In: YES
user_id=129364

I could see how that page might take a long time to display
if you have
17000 users, however it should appear eventually - unless
there is a bug
in the getpw* functions in Perl, as I have heard of
occasionally.

You should try running the following perl command at the
shell prompt to
see if is actually completes, and how long it takes :

perl -e 'setpwent(); while(@u = getpwent()) { print
join(":", @u),"\n" }'