From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 29 21:08:29 2017 Received: (at submit) by debbugs.gnu.org; 30 Nov 2017 02:08:29 +0000 Received: from localhost ([127.0.0.1]:37405 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eKEH7-0005UP-Gh for submit@debbugs.gnu.org; Wed, 29 Nov 2017 21:08:29 -0500 Received: from eggs.gnu.org ([208.118.235.92]:51348) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eKEH5-0005UD-Os for submit@debbugs.gnu.org; Wed, 29 Nov 2017 21:08:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eKEGz-000650-KJ for submit@debbugs.gnu.org; Wed, 29 Nov 2017 21:08:22 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:58306) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eKEGz-00064l-Gt for submit@debbugs.gnu.org; Wed, 29 Nov 2017 21:08:21 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42298) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eKEGy-0006uV-BU for guix-patches@gnu.org; Wed, 29 Nov 2017 21:08:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eKEGx-0005zC-74 for guix-patches@gnu.org; Wed, 29 Nov 2017 21:08:20 -0500 Received: from tobias.gr ([2001:470:cc92::1]:56560) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eKEGw-0005rO-QJ for guix-patches@gnu.org; Wed, 29 Nov 2017 21:08:19 -0500 Received: by tobias.gr (OpenSMTPD) with ESMTP id aa2852ba for ; Thu, 30 Nov 2017 02:08:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=tobias.gr; h=from:to :subject:date:message-id:mime-version:content-type :content-transfer-encoding; s=2018; bh=IXLHgxjcKj+6srA2sA0rQ/g9w x+n5s6XNr+jna3XAT8=; b=T9/Lwxv7cOirSust17qNZWZ5pqhlctsSGgol2SrGo bSG6/jdSsBtd90X8/TxMDoD2lAiFNFPLAgDGAG9wjGf0y6qhT35VH4HtuGZuVXPW rERNmAJWOEzkWPRVRarHVbctOjjInaepA1PhGu9F549UzY937a0xpncROm2ciLzp hOPgmx2hbwRsAZ1HVYgT0OvaL6yzSfpUzkk3ICuWwv4lKOqfLQ69NwFXoM3BcvXB W8I1I+PnZQBekVlHIXM165h2uyRcGEzwNgyAjL1zQqEPdYbj/MHKP/WgMfMVCtVa WfdBLpaVC2HgtgWvuy7w8ZCMCk5MCduzFOOUGxbkI/z1A== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 053eec24 (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128:NO) for ; Thu, 30 Nov 2017 02:08:14 +0000 (UTC) From: Tobias Geerinckx-Rice To: guix-patches@gnu.org Subject: [PATCH] gnu: Add mtr. Date: Thu, 30 Nov 2017 03:10:35 +0100 Message-Id: <20171130021035.12580-1-me@tobias.gr> X-Mailer: git-send-email 2.15.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.1 (----) * gnu/packages/networking.scm (mtr): New public variable. --- Guix, This adds mtr, the “it can't not be in Guix already what am I searching wrong!?” network monitor. Kind regards, T G-R gnu/packages/networking.scm | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 1f4906b7b..755f76b15 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -1536,3 +1536,34 @@ at the IP layer and link layer, as well as a host of supplementary functionality. Using libnet, quick and simple packet assembly applications can be whipped up with little effort.") (license license:bsd-2))) + +(define-public mtr + (package + (name "mtr") + (version "0.92") + (source + (origin + (method url-fetch) + (uri (string-append "ftp://ftp.bitwizard.nl/" name "/" + name "-" version ".tar.gz")) + (sha256 + (base32 "10j3ds3p27jygys4x08kj8fi3zlsgiv72xsfazkah6plwawrv5zj")))) + (build-system gnu-build-system) + (inputs + `(("libcap" ,libcap) + ("ncurses" ,ncurses))) + (native-inputs + ;; The 0.92 release tarball still requires the ‘autoheader’ tool. + `(("autoconf" ,autoconf))) + (arguments + `(#:tests? #f)) ; tests require network access + (home-page "https://www.bitwizard.nl/mtr/") + (synopsis "Network diagnostic tool") + (description + "@dfn{mtr} (My TraceRoute) combines the functionality of the +@command{traceroute} and @command{ping} programs in a single network diagnostic +tool. @command{mtr} uses ICMP ECHO packets to detect intermediate routers (or +@dfn{hops}) between the local host and a user-specified destination. It then +continually measures the response time and packet loss at each hop, and +displays the results in real time.") + (license license:gpl2+))) -- 2.15.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 30 12:13:15 2017 Received: (at 29502) by debbugs.gnu.org; 30 Nov 2017 17:13:15 +0000 Received: from localhost ([127.0.0.1]:38592 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eKSOh-0004gB-KC for submit@debbugs.gnu.org; Thu, 30 Nov 2017 12:13:15 -0500 Received: from [141.255.128.1] (port=60360 helo=hera.aquilenet.fr) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eKSOf-0004g4-V2 for 29502@debbugs.gnu.org; Thu, 30 Nov 2017 12:13:14 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 3515D100C8; Thu, 30 Nov 2017 18:13:16 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rP1FCnZLkDqo; Thu, 30 Nov 2017 18:13:15 +0100 (CET) Received: from ribbon (unknown [193.50.110.211]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 0E9D2FF60; Thu, 30 Nov 2017 18:13:15 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Tobias Geerinckx-Rice Subject: Re: [bug#29502] [PATCH] gnu: Add mtr. References: <20171130021035.12580-1-me@tobias.gr> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 10 Frimaire an 226 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Thu, 30 Nov 2017 18:13:11 +0100 In-Reply-To: <20171130021035.12580-1-me@tobias.gr> (Tobias Geerinckx-Rice's message of "Thu, 30 Nov 2017 03:10:35 +0100") Message-ID: <87bmjj1yhk.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 2.2 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Tobias Geerinckx-Rice skribis: > * gnu/packages/networking.scm (mtr): New public variable. > --- > > Guix, > > This adds mtr, the “it can't not be in Guix already what am I searching > wrong!?” network monitor. [...] Content analysis details: (2.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.0 SPF_HELO_FAIL SPF: HELO does not match SPF record (fail) [SPF failed: Please see http://www.openspf.org/Why?s=helo;id=hera.aquilenet.fr;ip=141.255.128.1;r=debbugs.gnu.org] 1.3 RDNS_NONE Delivered to internal network by a host with no rDNS X-Debbugs-Envelope-To: 29502 Cc: 29502@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.2 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Tobias Geerinckx-Rice skribis: > * gnu/packages/networking.scm (mtr): New public variable. > --- > > Guix, > > This adds mtr, the “it can't not be in Guix already what am I searching > wrong!?” network monitor. [...] Content analysis details: (2.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.0 SPF_HELO_FAIL SPF: HELO does not match SPF record (fail) [SPF failed: Please see http://www.openspf.org/Why?s=helo;id=hera.aquilenet.fr;ip=141.255.128.1;r=debbugs.gnu.org] 1.3 RDNS_NONE Delivered to internal network by a host with no rDNS Tobias Geerinckx-Rice skribis: > * gnu/packages/networking.scm (mtr): New public variable. > --- > > Guix, > > This adds mtr, the =E2=80=9Cit can't not be in Guix already what am I sea= rching > wrong!?=E2=80=9D network monitor. Heheh, I didn=E2=80=99t know it. :-) LGTM! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 01 10:11:12 2017 Received: (at 29502-done) by debbugs.gnu.org; 1 Dec 2017 15:11:12 +0000 Received: from localhost ([127.0.0.1]:40123 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eKmy8-0000ox-3h for submit@debbugs.gnu.org; Fri, 01 Dec 2017 10:11:12 -0500 Received: from tobias.gr ([51.15.135.5]:36022) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eKmy6-0000op-SS for 29502-done@debbugs.gnu.org; Fri, 01 Dec 2017 10:11:11 -0500 Received: by tobias.gr (OpenSMTPD) with ESMTP id 5943f57c; Fri, 1 Dec 2017 15:11:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=tobias.gr; h=subject:to :cc:references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=2018; bh=z9fS3kH+zRJe haq39KsPr04BckLlVfr3XKZRE8dPd/4=; b=kVUL9i7awEOSdPS5HDgRQJAcgZ72 4XNrDoC5j2CCHtWhX1GjQR4bTss6jOOB7IfQh/Wwpcb1+a8VonduLJNO1Ib6iVWW Ca9Tusr85Yns/kkHQMrn3kyWD926IFBwN4BkPJ4fEj2i0ZqJSssRX82JH1hb9X+u +qncIlWD4FzTB/TtKhNZwfP8NByXHMz6C2u7c8+TPpMhX9/VQesAe647q1skxPG3 g51C7VQxqM8QKUDTHlF6Lkcte9qjRWISegg1Yfx4tZWM3EDjuf/M+G+h7BZxYub8 QH604IBALQNlHqOSvmSC9NuMD4pTRVQzAnVWugbpE7oZv0FY1ozD+KbMIw== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id fb85c56e (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128:NO); Fri, 1 Dec 2017 15:11:05 +0000 (UTC) Subject: Re: [bug#29502] [PATCH] gnu: Add mtr. To: ludo@gnu.org References: <20171130021035.12580-1-me@tobias.gr> <87bmjj1yhk.fsf@gnu.org> From: Tobias Geerinckx-Rice Message-ID: <995cfebf-93ce-3249-ffbf-f5b075c4811c@tobias.gr> Date: Fri, 1 Dec 2017 16:13:39 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <87bmjj1yhk.fsf@gnu.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 29502-done Cc: 29502-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Ludovic Courtès wrote on 30/11/17 at 18:13: > Heheh, I didn’t know it. :-) LGTM! Thanks! Pushed as b59a8fd49afa79bb9c3bf5e71dce6f3eec2a0808. Kind regards, T G-R From unknown Sat Aug 09 04:59:54 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 30 Dec 2017 12:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator