In such cases I usually use gdb to get a better understanding where the
problem lies - in which function it hangs or if the program is running in
an endless loop.
It might not help a lot in your case but it's worth a try.

gdb /usr/sbin/pwconv
ctr-C

Then type in 'where' to see the function tree

Try that several times.

Werner




On Sun, 25 Mar 2001, Al Sparks wrote:

> I’m running pwconv on a passwd file of 307 records.  My machine is
> running Redhat 6.2, kernel version 2.2.18 (i686 unknown).
>
> So far this thing has been running for over 14 hours.  The machine is
> not yet production, so it has most of the CPU (usually 98%+).  What is
> taking so long?  How do I check on the progress?
>
> I know it works because I’ve successfully pwunconv and pwconv a passwd
> file of about 20 lines, and it’s pretty quick then.
>
> Help.
>     === Al
>
>
> __________________________________________________
> Do You Yahoo!?
> Get email at your own domain with Yahoo! Mail.
> http://personal.mail.yahoo.com/
>
>
>
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to