On 02-04-24 13:19:13 CEST, Eugene Reid wrote: > Good day all, > > Here's what I have found so far on my problem: > > > #ps -l -p 19415 > UID PID PPID CPU PRI NI VSZ RSS WCHAN STAT TT TIME > COMMAND > 0 19415 2754 28 56 20 192 508 - R > p0 3:32.13 /usr/bin/make install-common
this is a running process that doesn't wait for anything. you may get an idea of what it is doing by using strace or truss on it. but probably it is doing something real silly. what happens when you use gmake? (i would recommend it anyway.) rj _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
