From owner-freebsd-questions@freebsd.org Thu Nov 7 01:05:22 2019 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7C81817F078 for ; Thu, 7 Nov 2019 01:05:22 +0000 (UTC) (envelope-from SRS0=4JcV=Y7=mail.sermon-archive.info=doug@sermon-archive.info) Received: from mail.sermon-archive.info (sermon-archive.info [71.177.216.148]) by mx1.freebsd.org (Postfix) with ESMTP id 477lZ94xdGz3PX1 for ; Thu, 7 Nov 2019 01:05:21 +0000 (UTC) (envelope-from SRS0=4JcV=Y7=mail.sermon-archive.info=doug@sermon-archive.info) Received: from [10.0.1.251] (mini [10.0.1.251]) by mail.sermon-archive.info (Postfix) with ESMTPSA id 477lZ72LGHz2fjRP for ; Wed, 6 Nov 2019 17:05:19 -0800 (PST) From: Doug Hardie Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Freebsd-update upgrade to 12.1 Message-Id: <81B03C4A-174F-45AE-897E-EA597783D0E2@mail.sermon-archive.info> Date: Wed, 6 Nov 2019 17:05:18 -0800 To: FreeBSD Questions X-Mailer: Apple Mail (2.3445.104.11) X-Virus-Scanned: clamav-milter 0.101.2 at mail X-Virus-Status: Clean X-Rspamd-Queue-Id: 477lZ94xdGz3PX1 X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; spf=pass (mx1.freebsd.org: domain of SRS0=4JcV=Y7=mail.sermon-archive.info=doug@sermon-archive.info designates 71.177.216.148 as permitted sender) smtp.mailfrom=SRS0=4JcV=Y7=mail.sermon-archive.info=doug@sermon-archive.info X-Spamd-Result: default: False [-1.46 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-0.99)[-0.986,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:71.177.216.148]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; NEURAL_HAM_LONG(-0.97)[-0.970,0]; RCPT_COUNT_ONE(0.00)[1]; IP_SCORE(-0.10)[asn: 5650(-0.47), country: US(-0.05)]; TO_DN_ALL(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[148.216.177.71.list.dnswl.org : 127.0.10.0]; MV_CASE(0.50)[]; FORGED_SENDER(0.30)[bc979@lafn.org,SRS0=4JcV=Y7=mail.sermon-archive.info=doug@sermon-archive.info]; RCVD_NO_TLS_LAST(0.10)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:5650, ipnet:71.177.216.0/23, country:US]; FROM_NEQ_ENVFROM(0.00)[bc979@lafn.org,SRS0=4JcV=Y7=mail.sermon-archive.info=doug@sermon-archive.info]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Nov 2019 01:05:22 -0000 I am running a generic system on 12.0. I did an upgrade to 12.1 today. = The upgrade command worked properly. The first install worked properly. = The first reboot also worked. However, the send install appears to = have hung. It has been running for an hour now. Digging through the = various processes I found the following: 2925 su 2927 freebsd-update install 4186 sort (bunch of args I didn't capture) 4187 tr | 4188 freebsd-update install 45329 gunzip The only process top showed was 4188 which was getting about 2% cpu = time. =20 The system is on a ada0p2 which is a SATA 2 spinner with 384 G = available. During this time the number of used blocks for ada0p2 was growing quite = slowly. It seemed like it was about 100 blocks per minute. Nothing = else was running on the system. =20 Now the interesting part: While I was typing all this in, it finished! = I have never had the userland update take anywhere near an hour before. = Usually it is on the order of 5 minutes. What was causing this long = update time? -- Doug