From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7C514158041 for ; Sun, 31 Mar 2024 21:08:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33CF3E2AC4; Sun, 31 Mar 2024 21:08:29 +0000 (UTC) Received: from aya.dale.ro (dale.ro [81.196.105.36]) (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) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA0DDE2AAD for ; Sun, 31 Mar 2024 21:08:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by aya.dale.ro (Postfix) with ESMTP id A05C418B8832 for ; Mon, 1 Apr 2024 00:08:25 +0300 (EEST) X-Virus-Scanned: amavisd-new at dale.ro Received: from aya.dale.ro ([127.0.0.1]) by localhost (ruja.dale.ro [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BVHs_iSa7psl for ; Mon, 1 Apr 2024 00:08:23 +0300 (EEST) Received: from [192.168.23.9] (m.dale.ro [82.78.3.65]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature ECDSA (prime256v1)) (No client certificate requested) by aya.dale.ro (Postfix) with ESMTPSA id B10BA18B8830 for ; Mon, 1 Apr 2024 00:08:23 +0300 (EEST) Message-ID: <280f10d8-6fac-4d95-b534-384a47694bba@dale.ro> Date: Mon, 1 Apr 2024 00:08:23 +0300 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [gentoo-user] Re: silencing distcc with systemd To: gentoo-user@lists.gentoo.org References: <3fe654a8-74eb-4ba3-a7c3-acf4f81f2060@gmail.com> <5f98ae41-12d9-42a0-9223-24be094da4db@gmail.com> <2dff4ca9-176c-42ba-9c04-c7dabf508cb0@dale.ro> <750104cb-d17e-4a1a-b4f9-65150a9430fc@gmail.com> Content-Language: en-US From: "Alexandru N. Barloiu" In-Reply-To: <750104cb-d17e-4a1a-b4f9-65150a9430fc@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 5bfe9953-f019-46a0-af4b-e996a59e1376 X-Archives-Hash: 7585f835acff1c008d129f7ab4d0bf4d /etc/systemd/system/distccd.service.d/00gentoo.conf or the service file. has to be. there cant be anything else. that's how distcc behaves when started with -v. do a ps axw. figure out where the -v is coming from. maybe a systemctl daemon-reload && systemctl restart distccd. cant be anything else but a -v On 4/1/2024 12:03 AM, Daniel Frey wrote: > On 3/31/24 13:59, Alexandru N. Barloiu wrote: >> think the distcc.service file has an extra -v (--verbose). if you >> remove that, it will behave as expected. >> > > I checked all the units on one of the machines still showing the > problem and an extra '-v' is not present in any of the files. > > That's a good thought though. I wouldn't have even thought about that > when I was looking at the unit files initially. > > Dan >