From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#26931: GuixSD rebooting fails when tmux is running Date: Mon, 28 Aug 2017 12:18:05 +0200 Message-ID: <87lgm4f12a.fsf@gnu.org> References: <20170514193043.GA5396@jasmine> <87lgpzqfxq.fsf@gnu.org> <20170516231839.GA22678@jasmine> <87mv6kgkyr.fsf@gnu.org> <20170828085039.4utt734rknxpchbx@abyayala> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57431) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dmH8M-0001a6-1l for bug-guix@gnu.org; Mon, 28 Aug 2017 06:19:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dmH8I-0005Cb-37 for bug-guix@gnu.org; Mon, 28 Aug 2017 06:19:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49998) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dmH8H-0005CX-Ve for bug-guix@gnu.org; Mon, 28 Aug 2017 06:19:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dmH8H-0006dN-Pf for bug-guix@gnu.org; Mon, 28 Aug 2017 06:19:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20170828085039.4utt734rknxpchbx@abyayala> (ng0@infotropique.org's message of "Mon, 28 Aug 2017 08:50:39 +0000") 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: 26931@debbugs.gnu.org ng0 skribis: > I just found this upstream issue: https://github.com/tmux/tmux/issues/311 > which has been fixed in tmux 2.5. I think we should take this bug to upst= ream, > even if it's just to get more insight if it is a tmux bug. Oh that probably explains why tmux leaves a zombie process, though the root problem here is that PID=C2=A01 should reap those processes upon shutdown in the first place. Thanks for the pointer! Ludo=E2=80=99.