From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Vollmert Subject: bug#36264: shepherd doesn't capture service stdout/stderr Date: Mon, 17 Jun 2019 18:41:37 +0200 Message-ID: <60AB29DA-9E60-4C78-B1C8-7BAD9318D69F@vllmrt.net> Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:56674) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hcuip-0007L6-Ge for bug-guix@gnu.org; Mon, 17 Jun 2019 12:43:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hcuil-0004d2-EV for bug-guix@gnu.org; Mon, 17 Jun 2019 12:43:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57893) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hcuik-0004b9-UB for bug-guix@gnu.org; Mon, 17 Jun 2019 12:43:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hcuik-0004aB-HU for bug-guix@gnu.org; Mon, 17 Jun 2019 12:43:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:56211) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hcuhj-0006AY-7O for bug-guix@gnu.org; Mon, 17 Jun 2019 12:42:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hcuhi-0001xT-0P for bug-guix@gnu.org; Mon, 17 Jun 2019 12:41:59 -0400 Received: from mx2.mailbox.org ([80.241.60.215]:44472) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hcuhf-0001Nj-U5 for bug-guix@gnu.org; Mon, 17 Jun 2019 12:41:57 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mx2.mailbox.org (Postfix) with ESMTPS id 0A082A014C for ; Mon, 17 Jun 2019 18:41:41 +0200 (CEST) Received: from smtp1.mailbox.org ([80.241.60.240]) by spamfilter04.heinlein-hosting.de (spamfilter04.heinlein-hosting.de [80.241.56.122]) (amavisd-new, port 10030) with ESMTP id mqxK0MC9Y5In for ; Mon, 17 Jun 2019 18:41:38 +0200 (CEST) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 36264@debbugs.gnu.org On a pretty fresh Guix System install, I see some regular sshd error messages on tty1 (which I guess means they=E2=80=99re written to /dev/console). Also, setting up a regular shepherd service via make-forkexec-constructor for a program that logs to stderr (postgrest which I=E2=80=99m in the process of packaging), all output goes to tty1. Compare the discussion at https://lists.gnu.org/archive/html/guix-devel/2019-06/msg00186.html