From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47186) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ezmfE-0008GX-5x for guix-patches@gnu.org; Sat, 24 Mar 2018 13:10:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ezmeA-000535-5R for guix-patches@gnu.org; Sat, 24 Mar 2018 13:09:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43771) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ezmeA-00052p-1H for guix-patches@gnu.org; Sat, 24 Mar 2018 13:08:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ezme9-00045H-KI for guix-patches@gnu.org; Sat, 24 Mar 2018 13:08:01 -0400 Subject: [bug#30604] Keyboard detection before =?UTF-8?Q?=E2=80=98cryptsetup=E2=80=99?= runs Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87h8plkkkc.fsf@gnu.org> <20180312221541.1886-1-ludo@gnu.org> <20180312221541.1886-5-ludo@gnu.org> <87fu54fjfj.fsf@gnu.org> <87o9jlo28l.fsf@inria.fr> <20180323140231.1c96615c@scratchpost.org> <20180323160702.45fa3fe5@scratchpost.org> Date: Sat, 24 Mar 2018 18:07:44 +0100 In-Reply-To: <20180323160702.45fa3fe5@scratchpost.org> (Danny Milosavljevic's message of "Fri, 23 Mar 2018 16:07:02 +0100") Message-ID: <87po3tjtb3.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Danny Milosavljevic Cc: 30604@debbugs.gnu.org Hi Danny! Danny Milosavljevic skribis: >> (b) Monitor /sys using inotify in an extra thread/process. > > Oh - or loop { load-/sys ; sleep 1 }. That's what you meant. Yeah, though we wouldn=E2=80=99t know when to stop, but if I read your mess= age correctly, nobody does. :-) Ludo=E2=80=99.