From owner-freebsd-ports@freebsd.org Tue Jun 26 18:52:36 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D072101186E for ; Tue, 26 Jun 2018 18:52:36 +0000 (UTC) (envelope-from SRS0=Ta0Z=JM=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC0617E3D3; Tue, 26 Jun 2018 18:52:35 +0000 (UTC) (envelope-from SRS0=Ta0Z=JM=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id D97602840C; Tue, 26 Jun 2018 20:52:32 +0200 (CEST) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 54FCE28411; Tue, 26 Jun 2018 20:52:18 +0200 (CEST) Subject: Re: Should a package restart on upgrade itself To: Franco Fichtner Cc: FreeBSD Ports ML , jpaetzel@freebsd.org References: <595296BF.3040906@quip.cz> <77549bbc-50b1-7635-2ca4-1ae229098506@quip.cz> <98F60CB1-72E9-4110-B5E7-350FE8252DC1@lastsummer.de> From: Miroslav Lachman <000.fbsd@quip.cz> Message-ID: Date: Tue, 26 Jun 2018 20:52:18 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.3 MIME-Version: 1.0 In-Reply-To: <98F60CB1-72E9-4110-B5E7-350FE8252DC1@lastsummer.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jun 2018 18:52:36 -0000 Franco Fichtner wrote on 2018/06/26 13:41: > >> On 26. Jun 2018, at 1:27 PM, Miroslav Lachman <000.fbsd@quip.cz >> > wrote: >> >> One example from today upgrade: >> >> [87/96] Extracting open-vm-tools-nox11-10.2.5,2: .......... done >> Stopping vmware_guestd. >> Waiting for PIDS: 516. >> Loading vmmemctl kernel module: already loaded. >> vmware_guestd not running? (check /var/run/vmware_guestd.pid). > > Wasn't this added a year ago?  I remember because it broke a production > build system.  ;) > > https://github.com/opnsense/tools/commit/6ee7188ebef Yes, this one is old and I have seen it many times before but today I have enough energy to post about it :) Miroslav Lachman