From owner-freebsd-hackers@freebsd.org Sun May 14 08:19:15 2017 Return-Path: Delivered-To: freebsd-hackers@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 23911D6C8D8; Sun, 14 May 2017 08:19:15 +0000 (UTC) (envelope-from joel.bertrand@systella.fr) Received: from rayleigh.systella.fr (rayleigh.systella.fr [213.41.150.218]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "rayleigh.systella.fr", Issuer "rayleigh.systella.fr" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id DCA5810A2; Sun, 14 May 2017 08:19:14 +0000 (UTC) (envelope-from joel.bertrand@systella.fr) Received: from [192.168.10.20] ([192.168.10.20]) (authenticated bits=0) by rayleigh.systella.fr (8.15.2/8.15.2/Debian-8) with ESMTPSA id v4E89Xch027378 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Sun, 14 May 2017 10:09:34 +0200 To: freebsd-ports@freebsd.org Cc: FreeBSD Hackers From: =?UTF-8?Q?BERTRAND_Jo=c3=abl?= Subject: Issue with pkg upgrade on diskless workstation Message-ID: Date: Sun, 14 May 2017 10:09:33 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0 SeaMonkey/2.46 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.99.2 at rayleigh X-Virus-Status: Clean X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2017 08:19:15 -0000 Hello, I'm trying to install a new software (xvnc) on a diskless workstation running FreeBSD 11. Server runs NetBSD 7.0.2 and this diskless workstation ran like a charm for a long time. pkg update was done (of course without error) and upgrade stalls (for several hours) : root@pythagore:~ # pkg upgrade Updating FreeBSD repository catalogue... FreeBSD repository is up to date. All repositories are up to date. Checking for upgrades (915 candidates): 2% pkg process takes 100% of CPU and there is no network activity. I haven't found any solution to achieve upgrade. Any idea ? Best regards, JB