From owner-freebsd-xfce@freebsd.org Wed Jan 27 07:13:45 2021 Return-Path: Delivered-To: freebsd-xfce@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 120414EF450 for ; Wed, 27 Jan 2021 07:13:45 +0000 (UTC) (envelope-from gerrit.kuehn@aei.mpg.de) Received: from mailgate2.uni-hannover.de (mailgate2.uni-hannover.de [130.75.2.114]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DQZZw2LZRz3KgJ for ; Wed, 27 Jan 2021 07:13:43 +0000 (UTC) (envelope-from gerrit.kuehn@aei.mpg.de) Received: from intranet.aei.uni-hannover.de (ahin1.aei.uni-hannover.de [130.75.117.40]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mailgate2.uni-hannover.de (Postfix) with ESMTPS id 905F517AF; Wed, 27 Jan 2021 08:13:41 +0100 (CET) Received: from comet2.terra.ger ([87.146.72.1]) by intranet.aei.uni-hannover.de (IBM Domino Release 9.0.1FP8) with ESMTP id 2021012708134101-29496 ; Wed, 27 Jan 2021 08:13:41 +0100 Date: Wed, 27 Jan 2021 08:13:40 +0100 From: Gerrit Kuehn To: Guido Falsi Cc: freebsd-xfce@freebsd.org Subject: Re: polkit not running after update Message-ID: <20210127081340.57349879@comet2.terra.ger> In-Reply-To: <5ad02a82-e17e-0399-8c92-b8590beef1cf@madpilot.net> References: <20210118112011.70fa6542@arc.aei.uni-hannover.de> <20210118115818.400403af@arc.aei.uni-hannover.de> <21641b51-cd84-9ed6-6d0c-371efbc0b896@madpilot.net> <20210118124434.49a1384d@arc.aei.uni-hannover.de> <17139905-fccb-e22a-7643-32fb15c2215b@madpilot.net> <20210126162117.076bae4e@arc.aei.uni-hannover.de> <5ad02a82-e17e-0399-8c92-b8590beef1cf@madpilot.net> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; amd64-portbld-freebsd12.1) MIME-Version: 1.0 X-MIMETrack: Itemize by SMTP Server on intranet/aei-hannover(Release 9.0.1FP8|February 23, 2017) at 27/01/2021 08:13:41, Serialize by Router on intranet/aei-hannover(Release 9.0.1FP8|February 23, 2017) at 27/01/2021 08:13:41, Serialize complete at 27/01/2021 08:13:41 X-TNEFEvaluated: 1 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: clamav-milter 0.102.4 at mailgate2 X-Virus-Status: Clean X-Rspamd-Queue-Id: 4DQZZw2LZRz3KgJ X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of gerrit.kuehn@aei.mpg.de has no SPF policy when checking 130.75.2.114) smtp.mailfrom=gerrit.kuehn@aei.mpg.de X-Spamd-Result: default: False [-2.30 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[mpg.de]; AUTH_NA(1.00)[]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_MED(-0.20)[130.75.2.114:from]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_SHORT(-1.00)[-1.000]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:680, ipnet:130.75.0.0/16, country:DE]; RCVD_TLS_LAST(0.00)[]; MAILMAN_DEST(0.00)[freebsd-xfce]; RECEIVED_SPAMHAUS_PBL(0.00)[87.146.72.1:received] X-BeenThere: freebsd-xfce@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: XFCE for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jan 2021 07:13:45 -0000 On Tue, 26 Jan 2021 17:29:14 +0100 Guido Falsi wrote: > > --- > > [1/1] Extracting polkit-0.118: 100% > > You may need to manually remove > > /usr/local/etc/dbus-1/system.d/org.freedesktop.PolicyKit1.conf if > > it is no longer needed. > > --- > > > > And indeed, the file is gone again. So the state of the system > > above was as designed (whithout the file), but it didn't work for > > me. So something's fishy here. Either the system should work > > without the file, or the message is wrong. > That message is a standard message from pkg about configuration > files. Any file marked as a configuration file in the port will > trigger that message when the port is removed (upgrading entails > removing the port and reinstalling). So printing this under "extracting" is misleading, and the message is rather caused before when deinstalling the old package version? > pkg should leave the file there and only modify the .sample one on > upgrade. It simply informs you you can remove configuration files for > software you no longer use. > > Don't know why you end up missing the file. It should definitely be > there and is needed as long as you use polkit. It is reproducible for me. This file isn't installed when installing the port. cu Gerrit