From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48509) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g2jJO-00038V-W3 for guix-patches@gnu.org; Wed, 19 Sep 2018 16:43:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g2jJO-0002lR-29 for guix-patches@gnu.org; Wed, 19 Sep 2018 16:43:02 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:41806) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g2jJN-0002lI-ST for guix-patches@gnu.org; Wed, 19 Sep 2018 16:43:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g2jJN-0007We-R7 for guix-patches@gnu.org; Wed, 19 Sep 2018 16:43:01 -0400 Subject: [bug#32465] Add iptables service Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87lg8hbe0c.fsf@gnu.org> <87va734yxd.fsf@gnu.org> <878t3yj2dq.fsf@gnu.org> Date: Wed, 19 Sep 2018 22:41:56 +0200 In-Reply-To: (Arun Isaac's message of "Tue, 18 Sep 2018 21:32:28 +0530") Message-ID: <87k1nhdxt7.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: Arun Isaac Cc: 32465@debbugs.gnu.org Arun Isaac skribis: >>> (test-assert "inetd echo service is accessible after iptables firewall = is stopped" >>> (begin >>> (marionette-eval >>> '(begin >>> (use-modules (gnu services herd)) >>> (stop-service 'iptables)) >>> marionette) >>> (wait-for-tcp-port inetd-echo-port marionette #:timeout 5))) >> >> Do you see any messages on the console? > > I see no relevant messages on the console. It just gets stuck at > "komputilo login:". > > I could just skip this test, and push with a TODO comment in > gnu/tests/networking.scm. WDYT? Yes, sounds good! Thank you, Ludo=E2=80=99.