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 When I kill this process manually the following error occurs # kill -9 19415 # Killed *** Error code 137 Stop in /home/curq/openca/openca-0.9 (line 64 of Makefile). *** Error code 1 Stop in /home/curq/openca/openca-0.9 (line 61 of Makefile). [1] + Done (1) make install-common >From playing around with other make options the following error is produced that contains more information that may be of use: # make ca cd scripts && /usr/bin/make cd docs && /usr/bin/make cd src && /usr/bin/make cd cgi-bin && /usr/bin/make cd htdocs && /usr/bin/make cd conf && /usr/bin/make cd modules && /usr/bin/make /usr/bin/make openca-sv MIME-Base64-2.12 Convert-ASN1-0.15 Digest-MD5-2.16 IO-Socket-SSL-0.80 URI-1.18 perl-ldap-0.25 Parse-RecDescent-1.80 X500-DN-0.26 openca-configuration openca-crl openca-db openca-dbi openca-dbis openca-openssl openca-pkcs7 openca-req openca-tools openca-tristatecgi openca-x509 cd openca-sv && /usr/bin/make Making all in src Bad modifier: ) Unclosed variable specification "Makefile", line 468: Need an operator Fatal errors encountered -- cannot continue *** Error code 1 Stop in /home/curq/openca/openca-0.9/src/modules/openca-sv (line 172 of Makefile). *** Error code 1 Stop in /home/curq/openca/openca-0.9/src/modules (line 65 of Makefile). *** Error code 1 Stop in /home/curq/openca/openca-0.9/src/modules (line 49 of Makefile). *** Error code 1 Stop in /home/curq/openca/openca-0.9/src (line 71 of Makefile). *** Error code 1 Stop in /home/curq/openca/openca-0.9 (line 64 of Makefile). # Thanks for the help on this one, Cheers, Eugene ----- Original Message ----- From: "Robert Joop" <[EMAIL PROTECTED]> To: "Eugene Reid" <[EMAIL PROTECTED]> Cc: "OpenCA" <[EMAIL PROTECTED]> Sent: Wednesday, April 24, 2002 4:50 AM Subject: Re: [Openca-Users] Error installing SNAP from 0419 & 0423 > On 02-04-24 02:40:25 CEST, Eugene Reid wrote: > > # make install-ca > > /usr/bin/make scripts docs src SUBTARGET=install-common > > cd scripts && /usr/bin/make install-common > > cd docs && /usr/bin/make install-common > > cd src && /usr/bin/make install-common > > > > On both machines I've tried this on, the system will hang on the command for hours. Anyone else have anything similar happen to them or have suggestions on OS/shell to use? > > sounds like it's waiting for input. > check what it is doing, using pstree or ps and follow the tree of > processes from the make you started, via the make process it started and > so on to the latest child. > find out its pid and use ps -l -p $pid (i'm assuming that openBSD's ps > behaves like freeBSD's ps here) to see its wchan. > > rj > > _______________________________________________ > Openca-Users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/openca-users > _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
