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 20985158091 for ; Sat, 18 Jun 2022 15:55:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C98AFE0996; Sat, 18 Jun 2022 15:54:54 +0000 (UTC) Received: from covici.com (debian-2.covici.com [166.84.7.93]) (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 482F8E0978 for ; Sat, 18 Jun 2022 15:54:54 +0000 (UTC) Received: from ccs.covici.com (ccs.covici.com [70.109.51.194]) (authenticated bits=0) by covici.com (8.15.2/8.15.2/Debian-22) with ESMTPSA id 25IFtCg7184896 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT) for ; Sat, 18 Jun 2022 11:55:13 -0400 Received: from ccs.covici.com (localhost [127.0.0.1]) by ccs.covici.com (8.17.1/8.17.1) with ESMTPS id 25IFsptl2899308 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT) for ; Sat, 18 Jun 2022 11:54:51 -0400 Received: (from covici@localhost) by ccs.covici.com (8.17.1/8.17.1/Submit) id 25IFspca2899307; Sat, 18 Jun 2022 11:54:51 -0400 Date: Sat, 18 Jun 2022 11:54:51 -0400 Message-ID: From: John Covici To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] all syslog entries from fcron appear on console In-Reply-To: References: User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/28.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) Organization: Covici Computer Systems 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 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-Archives-Salt: 113250b4-91e9-45b7-9dc3-9d1e37d4b090 X-Archives-Hash: de912bf1a3ef5eb2884291fab2748d9c On Fri, 17 Jun 2022 06:57:05 -0400, John Covici wrote: > > Hi. I am using fcron and latest version of systemd 251.1 and what is > happening is that all syslog entries from fcron are appearing on > whatever console I am using which is quite annoying. > > I tried to put a drop in in /etc/systemd/system/fcron.d/00-fixlog.conf > which says > [service] > StandardOutput=syslog > StandardError=syslog > > and did a deamon-reload and restarted fcron, but no joy. > > Thanks in advance for any suggestions. Well, I found out that systemd is very sensitive to the case of the keywords -- I had service instead of Service and it was silently ignored -- hate that. I don't know why it started, but putting Standardoutput to syslog seems to have fixed it. -- Your life is like a penny. You're going to lose it. The question is: How do you spend it? John Covici wb2una covici@ccs.covici.com