From owner-freebsd-questions@freebsd.org Mon Dec 12 11:59:27 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 206E2C72061 for ; Mon, 12 Dec 2016 11:59:27 +0000 (UTC) (envelope-from julien@perdition.city) Received: from relay-b01.edpnet.be (relay-b01.edpnet.be [212.71.1.221]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "edpnet.email", Issuer "Go Daddy Secure Certificate Authority - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BB7DE1A90 for ; Mon, 12 Dec 2016 11:59:26 +0000 (UTC) (envelope-from julien@perdition.city) X-ASG-Debug-ID: 1481543293-0a7ff5379f6a5f10001-jLrpzn Received: from mordor.lan ([213.219.148.14]) by relay-b01.edpnet.be with ESMTP id nfJopQZve0fYVOlJ (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 12 Dec 2016 12:48:15 +0100 (CET) X-Barracuda-Envelope-From: julien@perdition.city X-Barracuda-Effective-Source-IP: UNKNOWN[213.219.148.14] X-Barracuda-Apparent-Source-IP: 213.219.148.14 Date: Mon, 12 Dec 2016 12:48:13 +0100 From: Julien Cigar To: Paul Macdonald Cc: freebsd-questions@freebsd.org Subject: Re: npm hanging on updates Message-ID: <20161212114813.GQ2353@mordor.lan> X-ASG-Orig-Subj: Re: npm hanging on updates References: <5001d65b-cff4-35be-d51c-a2b4335e1438@ifdnrg.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="QLVwfW7TUsi22t4P" Content-Disposition: inline In-Reply-To: <5001d65b-cff4-35be-d51c-a2b4335e1438@ifdnrg.com> User-Agent: Mutt/1.7.1 (2016-10-04) X-Barracuda-Connect: UNKNOWN[213.219.148.14] X-Barracuda-Start-Time: 1481543294 X-Barracuda-Encrypted: ECDHE-RSA-AES256-GCM-SHA384 X-Barracuda-URL: https://212.71.1.221:443/cgi-mod/mark.cgi X-Barracuda-Scan-Msg-Size: 2569 X-Virus-Scanned: by bsmtpd at edpnet.be X-Barracuda-BRTS-Status: 1 X-Barracuda-Bayes: INNOCENT GLOBAL 0.5000 1.0000 0.0000 X-Barracuda-Spam-Score: 0.00 X-Barracuda-Spam-Status: No, SCORE=0.00 using global scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=6.0 tests= X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.3.35105 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Dec 2016 11:59:27 -0000 --QLVwfW7TUsi22t4P Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable maybe related to PR 209158 ... I think an EN should really be issued for that problem On Mon, Dec 12, 2016 at 11:11:53AM +0000, Paul Macdonald wrote: >=20 > Hi >=20 > We're finding that npm gets stuck in updates, and if the parent is=20 > killed, it leaves a process in uninterruptible state >=20 > (this has not even been killlable during shutdown and a previous box=20 > with same symptoms has needed a hard reset) >=20 > root 39027 0.0 0.0 17096 3120 0 I+ 10:03AM 0:00.20=20 > | | `-- /bin/sh /usr/local/sbin/portmaster -a > root 27089 0.0 0.0 17096 2940 0 I+ 10:15AM 0:00.01 | =20 > | `-- /bin/sh /usr/local/sbin/portmaster www/npm > root 27337 0.0 0.0 9116 1464 0 IN+ 10:15AM 0:00.01 | =20 > | `-- /usr/bin/make -DNO_DEPENDS stage > root 27377 0.0 0.0 9116 1020 0 IN+ 10:15AM 0:00.00 | =20 > | `-- /usr/bin/make -f Makefile=20 > npm_config_prefix=3D/usr/ports/www/npm/work/stage/usr/local=20 > DESTDIR=3D/usr/ports/www/npm/work/stage install > root 27378 0.0 1.2 855952 198120 0 *DN+* 10:15AM 0:24.81=20 > | | `-- npm (node) >=20 > note DN state for npm, >=20 > It does not seem to matter if npm or node was running prior to update,=20 > as npm is called as part of the update process >=20 > There's no output from truss (attached after update got to this stage) >=20 > We have 4 or 5 clients using node/npm so any help/advice is appreciated! >=20 > Systems are FreeBSD 10.3-REL on ZFS >=20 > thanks >=20 > Paul. >=20 > --=20 >=20 > ------------------------- > Paul Macdonald > IFDNRG Ltd > Web and video hosting > ------------------------- > t: 0131 5548070 > m: 07970339546 > e: paul@ifdnrg.com > w: http://www.ifdnrg.com > ------------------------- > IFDNRG > 40 Maritime Street > Edinburgh > EH6 6SA > ---------------------------------------------------- >=20 > Virtual Servers from =C2=A350.00pm > High specification Dedicated Servers from =C2=A3150.00pm >=20 > ---------------------------------------------------- >=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" --=20 Julien Cigar Belgian Biodiversity Platform (http://www.biodiversity.be) PGP fingerprint: EEF9 F697 4B68 D275 7B11 6A25 B2BB 3710 A204 23C0 No trees were killed in the creation of this message. However, many electrons were terribly inconvenienced. --QLVwfW7TUsi22t4P Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEE7vn2l0to0nV7EWolsrs3EKIEI8AFAlhOjnoACgkQsrs3EKIE I8ARHhAAgP9jOFYAgOY79LmIkNdLdStTJ+vEP/GhNBJUBex5bdL+xFzxVsa78KuU cqzH/A/IHcTbaleYY/d+WxJdiy2stlbddTRfK662gZ3/5guKYeR4P7R8Lsgy02OY 9bR1BEMqQwLXQ9cTGawyxYLZE+dLv/O1x5Hdd2w9VrtqxSuvuLOmLoO/KsEupvNn hdYgybJjj5P7Uc5eEobkK0P60uKkbwGTj7bgERoA4fvOZykn0E9IQOReuPJ+skXN lP51r575bnI4iSKDj7x4/5d/9JCwmskOMh280pbWpUi7B05Bv75k+LUYU2doLQyP nbL9oqcvbvcQpNLZUkypSotraeSqnHB/tCxx4p8BfypOFmPcM+anqc3T1M0nOqZ/ 7EfuYPlf3xtgZnnnKjN7V/SsBBTgUacp+45UUkxs4e4xR+P3a9UHzkLsiW/ReTN4 Q6obKlh7pb4YUvlktT53+wETdP0bhedUMdolBoKdJnbrbuvFBeto4ham+I4dQVXE 3zAluLjeCHGjI/C1E5BhU3lrEQ3NbyBXOlrJreuGcXNm83bl+Q06aUDJwDndk7Qx iHGL4wrva04PZSVTv7Z0wE1x0TXpatfnblhkwymmp7JVopXUnNOMP95Zq7pVRsUK +TM0zAA3EwHCb05NzmDVukllRBqrxmy1EZMkHL3yYyX9KPCYhnA= =1myY -----END PGP SIGNATURE----- --QLVwfW7TUsi22t4P--