
From nobody Tue Jun  2 03:30:25 2020
Return-Path: <lars@eggert.org>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id E4D773A0809; Tue,  2 Jun 2020 03:30:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.099
X-Spam-Level: 
X-Spam-Status: No, score=-2.099 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=eggert.org
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bFbH55cKOz4f; Tue,  2 Jun 2020 03:30:22 -0700 (PDT)
Received: from mail.eggert.org (mail.eggert.org [IPv6:2a00:ac00:0:35:211:32ff:fe22:186f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1478B3A07FB; Tue,  2 Jun 2020 03:30:19 -0700 (PDT)
Received: from [IPv6:2a00:ac00:0:35:2d39:8cbc:c43a:7a47] (unknown [IPv6:2a00:ac00:0:35:2d39:8cbc:c43a:7a47]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.eggert.org (Postfix) with ESMTPSA id 7351B616EDD; Tue,  2 Jun 2020 13:30:09 +0300 (EEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=eggert.org; s=dkim; t=1591093809; bh=INrqrSaU8LhiVUSJnGfgRQHv5gibWjiM3jZMwfMYC4E=; h=From:Subject:Date:Cc:To; b=An39O3Vgv05Yu2LhYo3gGFp/K5Gomdo/SOfpUJYxJKQGr5WrPSp63ufBjUe0OUKlW DmNOjBM410D9fXTu2xTNgkXdDBtIXiwF43QO6CinSolBOK/TwJPX/N0yQvCo0fN/eN DRhrv6WVfnINbSWC8aVXnYjoTSW08bUVN3H2ScqM=
From: Lars Eggert <lars@eggert.org>
Content-Type: multipart/signed; boundary="Apple-Mail=_05E3C08A-FAC8-4C1A-BF4C-39115F935F89"; protocol="application/pgp-signature"; micalg=pgp-sha512
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\))
Message-Id: <D7CCE2E4-A70B-467A-BDFF-9B973FAE48DA@eggert.org>
Date: Tue, 2 Jun 2020 13:30:09 +0300
Cc: draft-ietf-quic-transport.all@ietf.org
To: Tools Team Discussion <tools-discuss@ietf.org>
X-MailScanner-ID: 7351B616EDD.A3E4A
X-MailScanner: Found to be clean
X-MailScanner-From: lars@eggert.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/aPQCZlhHZ1wyPtpAW-jxDp20NlU>
Subject: [Tools-discuss] idnits dies on draft-ietf-quic-transport-28
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 02 Jun 2020 10:30:24 -0000

--Apple-Mail=_05E3C08A-FAC8-4C1A-BF4C-39115F935F89
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=us-ascii

Hi,

idnits seems to die on draft-ietf-quic-transport-28:

# idnits -d draft-ietf-quic-transport.txt
Inspecting file draft-ietf-quic-transport.txt
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/idnits/checks.py", line =
153, in any_text_has_nonascii_char
    txt.decode('ascii')
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe5 in position 6: =
ordinal not in range(128)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/bin/idnits", line 8, in <module>
    sys.exit(main())
  File "/usr/local/lib/python3.7/site-packages/idnits/run.py", line 91, =
in main
    result =3D checker.check()
  File "/usr/local/lib/python3.7/site-packages/idnits/checks.py", line =
108, in check
    res =3D check.func(self)
  File "/usr/local/lib/python3.7/site-packages/idnits/checks.py", line =
155, in any_text_has_nonascii_char
    code =3D ord(e.args[1][e.start])
TypeError: ord() expected string of length 1, but int found

The online version also seems to have problems, since =
https://www.ietf.org/tools/idnits?url=3Dhttps://www.ietf.org/archive/id/dr=
aft-ietf-quic-transport-28.txt doesn't load.

Lars

--Apple-Mail=_05E3C08A-FAC8-4C1A-BF4C-39115F935F89
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename=signature.asc
Content-Type: application/pgp-signature;
	name=signature.asc
Content-Description: Message signed with OpenPGP

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEmpq0ZpSoejRmyhheVLXDCb9wwVcFAl7WKjEACgkQVLXDCb9w
wVcZmRAA1lRSxAfhPkY+VsFoZP1U/AqPIFgfBdsJDtNlglZeltm3tt/oC5hUMaVy
Wbl7PsT7iAgL5cn2QpESeSUBIwduvUzJW5Yqc7DKnwPFbxwAlypn60Kkl2QPDvAJ
WYrKxZGWHZvAlzWuKuCGP3/BJj99F4gAQQwsl0EPH/HDmUpkpNp3okvcICEhA0P+
vaTB2kuN8gwU3TVgeDQkCpUUkHk7Gm2YPHDmiKviNi+OopeVCLq7wBHH7OvhrGcm
V6k//w30051kwu/2HecdHjah+nsCpPtuXu1j9dOgtSrBuwS067RfzKdyu/MTYGub
JIwK0412h54WckQ8Yq/PfUZlmNXY//f8FsAqKnC+E7Ae6GhW/MyYl94tPWwT+ht/
0wmFsc0I6sPrKVvbMj0uyRRMwdtEInZNGe+QyYNnftqHqkHiiQuRSjUwL1+sURB+
E/+hN0x8e78MLH7+LjR6R7O60C4e4n9eDdnK0QHXl73CNcntlAvWb6MexYdiSH4t
h9CePYeLT4XEMppDNsiF+2IV6nKiFQC+J7yeLVO0fTzSEeq1iCh1ELBsDpWnb4jX
/mKHIlN4Y0B0mAiHImXMtg6CvY+8AT2bmphjLWgC2eHNpijy0ExmXJnY1gnIku/2
vfs+CzzgAVoJ6plpJy/BZnRa59pwJHJITN4jNVtH3+GwHxUa7ro=
=vv9z
-----END PGP SIGNATURE-----

--Apple-Mail=_05E3C08A-FAC8-4C1A-BF4C-39115F935F89--


From nobody Tue Jun  2 03:38:06 2020
Return-Path: <lars@eggert.org>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 166303A00D2; Tue,  2 Jun 2020 03:38:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.099
X-Spam-Level: 
X-Spam-Status: No, score=-2.099 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=eggert.org
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zhheQgyNVMJ2; Tue,  2 Jun 2020 03:38:03 -0700 (PDT)
Received: from mail.eggert.org (mail.eggert.org [91.190.195.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1B2A53A00C9; Tue,  2 Jun 2020 03:38:03 -0700 (PDT)
Received: from [IPv6:2a00:ac00:0:35:2d39:8cbc:c43a:7a47] (unknown [IPv6:2a00:ac00:0:35:2d39:8cbc:c43a:7a47]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.eggert.org (Postfix) with ESMTPSA id B7B79616F02; Tue,  2 Jun 2020 13:37:50 +0300 (EEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=eggert.org; s=dkim; t=1591094270; bh=FhgJV7ayFR83vqBCypQeuxzWNJdXABGJFZ7ZYnd0G/I=; h=From:Subject:Date:In-Reply-To:Cc:To:References; b=JQQLMlyXDZKyl+4BSV/n1AYNetu/l+FFFF1MbNpgORwwGIjiXljBSkeqMeeu8kiaw g7uYFs0yK23TYudKIqt6T4WpA9U+bMWrt9EzDmHJufvQs3kR1dyvIcBAzvqYvwxY9l e3FFbsYYpUcu/05u2X0D8QsYfHzvnPNZo4DrjNaU=
From: Lars Eggert <lars@eggert.org>
Message-Id: <06FC1E4F-A3EB-4061-8AA9-DB7C78E56E52@eggert.org>
Content-Type: multipart/signed; boundary="Apple-Mail=_9018ADF4-5698-4B27-AF8C-C6DA81EED1E3"; protocol="application/pgp-signature"; micalg=pgp-sha512
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\))
Date: Tue, 2 Jun 2020 13:37:50 +0300
In-Reply-To: <D7CCE2E4-A70B-467A-BDFF-9B973FAE48DA@eggert.org>
Cc: draft-ietf-quic-transport.all@ietf.org
To: Tools Team Discussion <tools-discuss@ietf.org>
References: <D7CCE2E4-A70B-467A-BDFF-9B973FAE48DA@eggert.org>
X-MailScanner-ID: B7B79616F02.A2A97
X-MailScanner: Found to be clean
X-MailScanner-From: lars@eggert.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/9jMzfPJ2H7aoNtBA3NIonI9pQ88>
Subject: Re: [Tools-discuss] idnits dies on draft-ietf-quic-transport-28
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 02 Jun 2020 10:38:05 -0000

--Apple-Mail=_9018ADF4-5698-4B27-AF8C-C6DA81EED1E3
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=us-ascii

On 2020-6-2, at 13:30, Lars Eggert <lars@eggert.org> wrote:
> idnits seems to die on draft-ietf-quic-transport-28:

Related: Which version of idnits is the canonical one? I had been using =
https://pypi.org/project/idnits/ locally, which claims to be "idnits =
3.0.0" but is from 2018.

The tools page at https://tools.ietf.org/tools/idnits/ has version =
2.16.04, but that is from April 2020.

I'm guessing the latter is what I should have been using? (But can we =
then please take down the former?)

Thanks,
Lars

--Apple-Mail=_9018ADF4-5698-4B27-AF8C-C6DA81EED1E3
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename=signature.asc
Content-Type: application/pgp-signature;
	name=signature.asc
Content-Description: Message signed with OpenPGP

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEmpq0ZpSoejRmyhheVLXDCb9wwVcFAl7WK/4ACgkQVLXDCb9w
wVf7ew/7BqMC7fPgRt4oWFnJc/MJVvWNZep6xgHWy+MtnptIpyQLStFkH3gBOaWq
lmOgRhX+UtbXBOsXc4uCfJAkh0bnfUb+nzvtSXUGXJiFTNX8UBD5JMRP5zn3W6O/
pgdEqfHcXfeoyjzHG1TpGNkjlgI/of7rOMoc2Cg1twEJGK42Wn+QXvPRlVbG/AQt
4GWqxNnZt2Qal0HudRb+9Zb2ZI/dF093os8oWqqpWgBQRIPbB37cBrA+I8COgUfq
dp7vmvYaAIHmq875zBz74jcmLQrhIY4mAUV2QgWXbDuxNql7BuPJkSTz2+rM83BK
KQIkiGxu8sIEC5NVxGPP0vgumtkrUtgBohCCKNGPghVK40QNI2M1nHQsrxJQPC8s
lfZH/kfkVqpkDj3legoNokx8rpYXsTzG3ITMbRqVBZavJYEKLs29qMMy16bBd+rx
BL4ry8FrMLm3x310ycP5JHM+9C2TWoJAvQh6HMyAshcbL7vtS59D0LWZRVhm6D/P
nvkg/T/mxMYOZav99bvTmIMIN3TmDv7NkkFbnihfiEJhghpKxfSz5LQSRn4oB/6d
PKADuWmp+5/v3Hj4T0dcLDwxoRH5ek46ZHKpoQy3sgZwHZAnjdmDfV1ivOxdMg05
8bmV9M8FgFq+6UGClgDqFfB0n+2y50c8X8lYjzcHy4of/PIamGw=
=GwWI
-----END PGP SIGNATURE-----

--Apple-Mail=_9018ADF4-5698-4B27-AF8C-C6DA81EED1E3--


From nobody Tue Jun  2 03:46:06 2020
Return-Path: <lars@eggert.org>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 9E5A83A045B; Tue,  2 Jun 2020 03:46:04 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.099
X-Spam-Level: 
X-Spam-Status: No, score=-2.099 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=eggert.org
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id F3ZYfOD5ygo1; Tue,  2 Jun 2020 03:46:02 -0700 (PDT)
Received: from mail.eggert.org (mail.eggert.org [IPv6:2a00:ac00:0:35:211:32ff:fe22:186f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 66E4D3A053E; Tue,  2 Jun 2020 03:46:02 -0700 (PDT)
Received: from [IPv6:2a00:ac00:0:35:2d39:8cbc:c43a:7a47] (unknown [IPv6:2a00:ac00:0:35:2d39:8cbc:c43a:7a47]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.eggert.org (Postfix) with ESMTPSA id 6D6EF616F39; Tue,  2 Jun 2020 13:45:55 +0300 (EEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=eggert.org; s=dkim; t=1591094755; bh=zf76hcd+SAx8/bKOHK8jV8Ki7MLc0g1yaDDWAvhHxcI=; h=From:Subject:Date:In-Reply-To:Cc:To:References; b=KgGYsByLaExfQN5fi3hb+f+JZgtbQzV8CHcmo6eyIbZN11tH8bpRTYZmpIQGG5Mtd NaduzBGsGQqYX0ujWmQ6iP3p9dZ/xJhOE5YW8o5Okqs49/0CEDGcovVRb6JcCQLrQm B3XJtdN7W57WFoHq83rAoJcYRMYQIzWDzw88Hm88=
From: Lars Eggert <lars@eggert.org>
Message-Id: <F3D1B2FF-D0DA-4396-93C9-6F1743342ADA@eggert.org>
Content-Type: multipart/signed; boundary="Apple-Mail=_5545E52F-4C79-4B81-A8D3-5168DC7935AC"; protocol="application/pgp-signature"; micalg=pgp-sha512
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\))
Date: Tue, 2 Jun 2020 13:45:55 +0300
In-Reply-To: <06FC1E4F-A3EB-4061-8AA9-DB7C78E56E52@eggert.org>
Cc: draft-ietf-quic-transport.all@ietf.org
To: Tools Team Discussion <tools-discuss@ietf.org>
References: <D7CCE2E4-A70B-467A-BDFF-9B973FAE48DA@eggert.org> <06FC1E4F-A3EB-4061-8AA9-DB7C78E56E52@eggert.org>
X-MailScanner-ID: 6D6EF616F39.A60E2
X-MailScanner: Found to be clean
X-MailScanner-From: lars@eggert.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/Mhm36Zm-lLHmgiljNpkTfg9RQVc>
Subject: Re: [Tools-discuss] idnits dies on draft-ietf-quic-transport-28
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 02 Jun 2020 10:46:05 -0000

--Apple-Mail=_5545E52F-4C79-4B81-A8D3-5168DC7935AC
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=us-ascii

On 2020-6-2, at 13:37, Lars Eggert <lars@eggert.org> wrote:
> The tools page at https://tools.ietf.org/tools/idnits/ has version =
2.16.04, but that is from April 2020.
> I'm guessing the latter is what I should have been using?

Trying to use that, it seems like it wants to download a state file for =
*every single RFC* first?

Lars


idnits --debug draft-ietf-quic-transport.txt
idnits 2.16.04
Status file /Users/lars/.idnits/rfc-status is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc-wordlist is dated 2020-06-02.
Status file /Users/lars/.idnits/rfcs-obsoleted is dated 2020-06-02.
Status file /Users/lars/.idnits/downref-exceptions is dated 2020-06-02.

draft-ietf-quic-transport.txt:
Status file =
/Users/lars/.idnits/draft-hamilton-quic-transport-protocol.state is =
dated 2020-06-02.
Status file /Users/lars/.idnits/draft-ietf-quic-invariants.state is =
dated 2020-06-02.
Status file /Users/lars/.idnits/draft-ietf-quic-manageability.state is =
dated 2020-06-02.
Status file /Users/lars/.idnits/draft-ietf-quic-recovery.state is dated =
2020-06-02.
Status file /Users/lars/.idnits/draft-ietf-quic-tls.state is dated =
2020-06-02.
Status file /Users/lars/.idnits/draft-ietf-quic-tls.state is dated =
2020-06-02.
Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is dated =
2020-06-02.
Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is dated =
2020-06-02.
Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is dated =
2020-06-02.
Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is dated =
2020-06-02.
Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is dated =
2020-06-02.
Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is dated =
2020-06-02.
Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is dated =
2020-06-02.
Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is dated =
2020-06-02.
Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is dated =
2020-06-02.
Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is dated =
2020-06-02.
Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is dated =
2020-06-02.
Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is dated =
2020-06-02.
Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is dated =
2020-06-02.
Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is dated =
2020-06-02.
Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is dated =
2020-06-02.
Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is dated =
2020-06-02.
Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is dated =
2020-06-02.
Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is dated =
2020-06-02.
Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is dated =
2020-06-02.
Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is dated =
2020-06-02.
Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is dated =
2020-06-02.
Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is dated =
2020-06-02.
Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is dated =
2020-06-02.
Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is dated =
2020-06-02.
Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is dated =
2020-06-02.
Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is dated =
2020-06-02.
Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is dated =
2020-06-02.
Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is dated =
2020-06-02.
Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is dated =
2020-06-02.
Status file /Users/lars/.idnits/draft-ietf-tsvwg-datagram-plpmtud.state =
is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc0791.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc100.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1007.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1009.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc101.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1010.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1015.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1016.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1018.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc102.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1023.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc103.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1030.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1034.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1036.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1038.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc104.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1043.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1048.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc105.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1050.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1052.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1053.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc106.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1065.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1067.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc107.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1070.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1074.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1079.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc108.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1082.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1086.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1089.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc109.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1090.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1091.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1094.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1095.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc110.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc111.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc112.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc113.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1137.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc114.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1146.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc115.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1151.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc116.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1165.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1166.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc117.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1174.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1178.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1179.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc118.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1185.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc119.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1190.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1191.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1193.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1194.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1197.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc120.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1200.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc121.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc122.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc123.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1232.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1233.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc124.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1242.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1243.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1249.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc125.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1251.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1252.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1258.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc126.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1262.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1264.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1265.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1267.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc127.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1271.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1274.state is dated 2020-06-02.
Status file /Users/lars/.idnits/rfc1276.state is dated 2020-06-02.
...

--Apple-Mail=_5545E52F-4C79-4B81-A8D3-5168DC7935AC
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename=signature.asc
Content-Type: application/pgp-signature;
	name=signature.asc
Content-Description: Message signed with OpenPGP

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEmpq0ZpSoejRmyhheVLXDCb9wwVcFAl7WLeMACgkQVLXDCb9w
wVcNZRAA1IBp1nfFe9rZaorIXavI1QTt5OwCeozku7R2JSYinWdwOFeFFqa+g1r9
WYl9AaK4Hxzt8dHX4y/UzQ1x7gPxc76lJ47gRUSMCRNmNFV9odVlUTKeoNpZIzSD
iumKZUibdJky+VA4JB7vhu/A+AICH1tYciJruEd9s4zHkt6CgrhJ44qJKd6MG9K9
rsdw91fSHl4a3EWhFUi6+EmovnFg1J0d+pCBS9P/7+9KbRg/TBg637O/NbD5Ak52
lFGeZeygANWd0t8vkUdaz71Vcniq2gkZD4+hWxS7LHwngm7lXONHWoQaUZhcdeVR
gbqzzGDxQZ8fJ9HdsELirfGTprzeKlLJZmHvliRR7/vM/Ovqq0oN5naIhA3/RTm8
3mYj387LhbAuj2tWBjYjbEkcseJ6J+hQjJaTysZ3RA0eRCe2YBKiSTN8Gj+WVaZe
Q8qF/kMKSStNZ7gxLbBH8XgoSpV2vhjQHZKWDV9TEaSoV+4/uLA8T2YU1lUp31l1
LHirX0TNSbfZVpcmC3drFw78QwoL6pLPhsdrwd9U8iR+IPqxLSegSPwHUSFg7PX9
UfO+v/babKJQ7uqu5AdM8Z34jiaw1PGVujKMvQNs0xQqnDDvAMqCMVR/KwPTh8FM
TPeshY2i0YtXfoZs3+lVD/bfNEsSi1h3KqNpKI/cycxdAf8gmFw=
=xd7h
-----END PGP SIGNATURE-----

--Apple-Mail=_5545E52F-4C79-4B81-A8D3-5168DC7935AC--


From nobody Tue Jun  2 04:37:15 2020
Return-Path: <henrik@levkowetz.com>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 757153A085B; Tue,  2 Jun 2020 04:37:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level: 
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7uOimpz6MEpP; Tue,  2 Jun 2020 04:37:11 -0700 (PDT)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [64.170.98.42]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 292803A0859; Tue,  2 Jun 2020 04:37:11 -0700 (PDT)
Received: from h-202-242.a357.priv.bahnhof.se ([158.174.202.242]:64197 helo=tannat.localdomain) by zinfandel.tools.ietf.org with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1jg5ED-00054V-Hr; Tue, 02 Jun 2020 04:37:10 -0700
To: Lars Eggert <lars@eggert.org>, Tools Team Discussion <tools-discuss@ietf.org>
References: <D7CCE2E4-A70B-467A-BDFF-9B973FAE48DA@eggert.org> <06FC1E4F-A3EB-4061-8AA9-DB7C78E56E52@eggert.org> <F3D1B2FF-D0DA-4396-93C9-6F1743342ADA@eggert.org>
Cc: draft-ietf-quic-transport.all@ietf.org
From: Henrik Levkowetz <henrik@levkowetz.com>
Message-ID: <cd693ae8-bf0f-36be-3025-ec399b7881ae@levkowetz.com>
Date: Tue, 2 Jun 2020 13:37:02 +0200
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
MIME-Version: 1.0
In-Reply-To: <F3D1B2FF-D0DA-4396-93C9-6F1743342ADA@eggert.org>
Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="PC30HCcuXgaW7fnDdOB5iwfP0IQSiNcQX"
X-SA-Exim-Connect-IP: 158.174.202.242
X-SA-Exim-Rcpt-To: draft-ietf-quic-transport.all@ietf.org, tools-discuss@ietf.org, lars@eggert.org
X-SA-Exim-Mail-From: henrik@levkowetz.com
X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000)
X-SA-Exim-Scanned: Yes (on zinfandel.tools.ietf.org)
X-Clacks-Overhead: GNU Terry Pratchett
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/3yJbcHHlJN0BcvkjZHSOla2i2BI>
Subject: Re: [Tools-discuss] idnits dies on draft-ietf-quic-transport-28
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 02 Jun 2020 11:37:14 -0000

This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--PC30HCcuXgaW7fnDdOB5iwfP0IQSiNcQX
Content-Type: multipart/mixed; boundary="JITRMAA7hefe2VU4V9Rg6n9knb1jrsU0G";
 protected-headers="v1"
From: Henrik Levkowetz <henrik@levkowetz.com>
To: Lars Eggert <lars@eggert.org>,
 Tools Team Discussion <tools-discuss@ietf.org>
Cc: draft-ietf-quic-transport.all@ietf.org
Message-ID: <cd693ae8-bf0f-36be-3025-ec399b7881ae@levkowetz.com>
Subject: Re: [Tools-discuss] idnits dies on draft-ietf-quic-transport-28
References: <D7CCE2E4-A70B-467A-BDFF-9B973FAE48DA@eggert.org>
 <06FC1E4F-A3EB-4061-8AA9-DB7C78E56E52@eggert.org>
 <F3D1B2FF-D0DA-4396-93C9-6F1743342ADA@eggert.org>
In-Reply-To: <F3D1B2FF-D0DA-4396-93C9-6F1743342ADA@eggert.org>

--JITRMAA7hefe2VU4V9Rg6n9knb1jrsU0G
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Hi Lars,

On 2020-06-02 12:45, Lars Eggert wrote:
> On 2020-6-2, at 13:37, Lars Eggert <lars@eggert.org> wrote:
>> The tools page at https://tools.ietf.org/tools/idnits/ has version 2.1=
6.04, but that is from April 2020.
>> I'm guessing the latter is what I should have been using?
>=20
> Trying to use that, it seems like it wants to download a state file for=
 *every single RFC* first?

It tries to extract what it thinks are references to RFCs from the
draft, and then checks if it has info about those in cache; otherwise
it will try to get that info.


	Henrik

> Lars
>=20
>=20
> idnits --debug draft-ietf-quic-transport.txt
> idnits 2.16.04
> Status file /Users/lars/.idnits/rfc-status is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc-wordlist is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfcs-obsoleted is dated 2020-06-02.
> Status file /Users/lars/.idnits/downref-exceptions is dated 2020-06-02.=

>=20
> draft-ietf-quic-transport.txt:
> Status file /Users/lars/.idnits/draft-hamilton-quic-transport-protocol.=
state is dated 2020-06-02.
> Status file /Users/lars/.idnits/draft-ietf-quic-invariants.state is dat=
ed 2020-06-02.
> Status file /Users/lars/.idnits/draft-ietf-quic-manageability.state is =
dated 2020-06-02.
> Status file /Users/lars/.idnits/draft-ietf-quic-recovery.state is dated=
 2020-06-02.
> Status file /Users/lars/.idnits/draft-ietf-quic-tls.state is dated 2020=
-06-02.
> Status file /Users/lars/.idnits/draft-ietf-quic-tls.state is dated 2020=
-06-02.
> Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is date=
d 2020-06-02.
> Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is date=
d 2020-06-02.
> Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is date=
d 2020-06-02.
> Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is date=
d 2020-06-02.
> Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is date=
d 2020-06-02.
> Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is date=
d 2020-06-02.
> Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is date=
d 2020-06-02.
> Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is date=
d 2020-06-02.
> Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is date=
d 2020-06-02.
> Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is date=
d 2020-06-02.
> Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is date=
d 2020-06-02.
> Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is date=
d 2020-06-02.
> Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is date=
d 2020-06-02.
> Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is date=
d 2020-06-02.
> Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is date=
d 2020-06-02.
> Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is date=
d 2020-06-02.
> Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is date=
d 2020-06-02.
> Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is date=
d 2020-06-02.
> Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is date=
d 2020-06-02.
> Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is date=
d 2020-06-02.
> Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is date=
d 2020-06-02.
> Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is date=
d 2020-06-02.
> Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is date=
d 2020-06-02.
> Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is date=
d 2020-06-02.
> Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is date=
d 2020-06-02.
> Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is date=
d 2020-06-02.
> Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is date=
d 2020-06-02.
> Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is date=
d 2020-06-02.
> Status file /Users/lars/.idnits/draft-ietf-quic-transport.state is date=
d 2020-06-02.
> Status file /Users/lars/.idnits/draft-ietf-tsvwg-datagram-plpmtud.state=
 is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc0791.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc100.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1007.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1009.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc101.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1010.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1015.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1016.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1018.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc102.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1023.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc103.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1030.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1034.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1036.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1038.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc104.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1043.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1048.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc105.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1050.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1052.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1053.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc106.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1065.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1067.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc107.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1070.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1074.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1079.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc108.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1082.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1086.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1089.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc109.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1090.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1091.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1094.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1095.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc110.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc111.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc112.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc113.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1137.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc114.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1146.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc115.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1151.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc116.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1165.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1166.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc117.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1174.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1178.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1179.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc118.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1185.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc119.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1190.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1191.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1193.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1194.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1197.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc120.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1200.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc121.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc122.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc123.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1232.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1233.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc124.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1242.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1243.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1249.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc125.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1251.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1252.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1258.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc126.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1262.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1264.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1265.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1267.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc127.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1271.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1274.state is dated 2020-06-02.
> Status file /Users/lars/.idnits/rfc1276.state is dated 2020-06-02.
> ....
>=20
>=20
>=20
> ___________________________________________________________
> Tools-discuss mailing list
> Tools-discuss@ietf.org
> https://www.ietf.org/mailman/listinfo/tools-discuss
>=20
> Please report datatracker.ietf.org and mailarchive.ietf.org
> bugs at http://tools.ietf.org/tools/ietfdb
> or send email to datatracker-project@ietf.org
>=20
> Please report tools.ietf.org bugs at
> http://tools.ietf.org/tools/issues
> or send email to webmaster@tools.ietf.org
>=20


--JITRMAA7hefe2VU4V9Rg6n9knb1jrsU0G--

--PC30HCcuXgaW7fnDdOB5iwfP0IQSiNcQX
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEifjc5+rnL1MJBcZSTptXS4+7FxoFAl7WOd4ACgkQTptXS4+7
Fxr9RRAA1euNsU0DoHold8gLwvxDGil92YwiqojOnKWpwdYIazGqPf7akoX1cKYU
ZR4KbQxQGo2CQfyWx/meHXNA+hAE8IGfrv7DXEEn7RJ32gYYra+cmryBSG/fAZZe
BYsgXZaGmGgWgwM+2zCUf3fUcBjC4xXoW0WxGpk/BeB5fh/a6JLugRR2+jlq3y9v
42MrCDPpfyKWK/5S/d42jOxcNoCbfV7PgIQmx982w7orvu2DfQuALCgdV4Ykqn+p
aqxE9zTPBFzY1Sqxq4cypCJ8G20WKiyBdc8vhX8FAU+0KcJFPKjCWravu9x1N2DH
dv8w7asAmddcH2zjzczlRpqhIFcXzyowwCqhECqo7pQMqZGt40XIcaOCvlISeifG
10sAd0tQrZc8vRc2Iz+qRGZlZ8EuWMOo/05KKJvtgCOnuioGdJ7T0AbPXhmDfH+H
+K7hWfJQzav4HpcF42UJ+Vm8ueIJLuaTZneNecz3wfFTxdqGGxz9HexIASfeA9aH
wgrZUA4lkApgjWs4Q9ond8VFyNBEq1KV7Bep5DFWvxAp7H4IKMaYMLB+QtXv3hil
pOUMvojbZ33gh+yUYMzZLEDgrUVzdpMsiId1G8XWOxVXCkVkurjfzQZZwikZbeLc
aISTutbkgByp8v518PI2d77wIunaJhoBgRestUGMFxxAcAksl3I=
=y0Tn
-----END PGP SIGNATURE-----

--PC30HCcuXgaW7fnDdOB5iwfP0IQSiNcQX--


From nobody Tue Jun  2 04:38:10 2020
Return-Path: <henrik@levkowetz.com>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 31E8C3A085B; Tue,  2 Jun 2020 04:38:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level: 
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ijw-Da85rsHK; Tue,  2 Jun 2020 04:38:08 -0700 (PDT)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [64.170.98.42]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 81FDF3A0859; Tue,  2 Jun 2020 04:38:08 -0700 (PDT)
Received: from h-202-242.a357.priv.bahnhof.se ([158.174.202.242]:64213 helo=tannat.localdomain) by zinfandel.tools.ietf.org with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1jg5F9-0002gu-5b; Tue, 02 Jun 2020 04:38:08 -0700
To: Lars Eggert <lars@eggert.org>, Tools Team Discussion <tools-discuss@ietf.org>
References: <D7CCE2E4-A70B-467A-BDFF-9B973FAE48DA@eggert.org> <06FC1E4F-A3EB-4061-8AA9-DB7C78E56E52@eggert.org>
Cc: draft-ietf-quic-transport.all@ietf.org
From: Henrik Levkowetz <henrik@levkowetz.com>
Message-ID: <ddde8e92-286a-6c95-0f59-8b1e2f9babb4@levkowetz.com>
Date: Tue, 2 Jun 2020 13:37:59 +0200
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
MIME-Version: 1.0
In-Reply-To: <06FC1E4F-A3EB-4061-8AA9-DB7C78E56E52@eggert.org>
Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="tRitHgXIaeMgwQVavhIQQ9Rupb9e6p2Jp"
X-SA-Exim-Connect-IP: 158.174.202.242
X-SA-Exim-Rcpt-To: draft-ietf-quic-transport.all@ietf.org, tools-discuss@ietf.org, lars@eggert.org
X-SA-Exim-Mail-From: henrik@levkowetz.com
X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000)
X-SA-Exim-Scanned: Yes (on zinfandel.tools.ietf.org)
X-Clacks-Overhead: GNU Terry Pratchett
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/mpTh-widfj_DABAd8mnPO1cqAnc>
Subject: Re: [Tools-discuss] idnits dies on draft-ietf-quic-transport-28
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 02 Jun 2020 11:38:10 -0000

This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--tRitHgXIaeMgwQVavhIQQ9Rupb9e6p2Jp
Content-Type: multipart/mixed; boundary="QsjJ7vjTXIHLNDhEoMMXA5sVfMDXxOwFj";
 protected-headers="v1"
From: Henrik Levkowetz <henrik@levkowetz.com>
To: Lars Eggert <lars@eggert.org>,
 Tools Team Discussion <tools-discuss@ietf.org>
Cc: draft-ietf-quic-transport.all@ietf.org
Message-ID: <ddde8e92-286a-6c95-0f59-8b1e2f9babb4@levkowetz.com>
Subject: Re: [Tools-discuss] idnits dies on draft-ietf-quic-transport-28
References: <D7CCE2E4-A70B-467A-BDFF-9B973FAE48DA@eggert.org>
 <06FC1E4F-A3EB-4061-8AA9-DB7C78E56E52@eggert.org>
In-Reply-To: <06FC1E4F-A3EB-4061-8AA9-DB7C78E56E52@eggert.org>

--QsjJ7vjTXIHLNDhEoMMXA5sVfMDXxOwFj
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Hi Lars,

On 2020-06-02 12:37, Lars Eggert wrote:
> On 2020-6-2, at 13:30, Lars Eggert <lars@eggert.org> wrote:
>> idnits seems to die on draft-ietf-quic-transport-28:
>=20

> Related: Which version of idnits is the canonical one? I had been
> using https://pypi.org/project/idnits/ locally, which claims to be
> "idnits 3.0.0" but is from 2018.
>=20
> The tools page at https://tools.ietf.org/tools/idnits/ has version
> 2.16.04, but that is from April 2020.
>=20
> I'm guessing the latter is what I should have been using? (But can we
> then please take down the former?)

Yes, and I'll update the former to indicate that it's an incomplete
prerelease.

	Henrik


--QsjJ7vjTXIHLNDhEoMMXA5sVfMDXxOwFj--

--tRitHgXIaeMgwQVavhIQQ9Rupb9e6p2Jp
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEifjc5+rnL1MJBcZSTptXS4+7FxoFAl7WOhcACgkQTptXS4+7
FxriEQ//c9GE4NMFdwh0Fc4GDx0VRW/2PQScRvhAO6k45/42EbaJbW8McFT7n5Jy
vwnSF0TKDz0ahotJ6NG0uH5qUv/yRTsThB8tdQQRRdIthse0+tmZnbuq5BVm6ySn
LlYkZH6ZNigS/I61CQjnk4LNUJ53US5nFnuzGEQaVXtdx5lU4YMNLLfNVkYWlT3t
T26qFJcNPF5iMC9KErEI0JfMWOUvwfQMRZklVSp0RMQTX8JDJ2ZPqgCvOpzVCnSt
OiSh27g1px8Uc3UiHAqM28xC++4+0o4eySW1MgE+fb1FdDylwPRHH5AADo3/JUdi
Eknqz2clOZwn8xXW9ImTtkKRPRR3Tkt7AK4kICmpZVeO0XGXwCfqu7ou1cjBHkw0
kulEeoZYrL5/bGXLDLJklu2PiTO7vXDccUNt9MdUh/suRkfuIxLD/LFooDj3PkLE
dSmjaQ9m3lVhjrCzbPuFmyzVKymZMHg5k45PHQudYEPyc6LqkVAr2GbT3NSPnHQ+
DKivYr+thtSqic/JjdOhUu7rr72ULnmvh2QRLgkIppYKpzJN4BLFv2jcf78Assod
BfXm4ewfFUuXhaPhAvik5P8qA0Z4TGyB5dM4SfdeAcu1S3/9XjpcbCt2QekjsaLr
uo/fE8Wz5doNzknfhQJFTkXbBKd8o2H8Y8OdEZoeQIgYGpHqPHc=
=539/
-----END PGP SIGNATURE-----

--tRitHgXIaeMgwQVavhIQQ9Rupb9e6p2Jp--


From nobody Tue Jun  2 04:39:45 2020
Return-Path: <lars@eggert.org>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 4FF2C3A08BE; Tue,  2 Jun 2020 04:39:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.099
X-Spam-Level: 
X-Spam-Status: No, score=-2.099 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=eggert.org
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id x7yOr-RuIEwO; Tue,  2 Jun 2020 04:39:36 -0700 (PDT)
Received: from mail.eggert.org (mail.eggert.org [IPv6:2a00:ac00:0:35:211:32ff:fe22:186f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EC8B03A0861; Tue,  2 Jun 2020 04:39:35 -0700 (PDT)
Received: from [IPv6:2a00:ac00:0:35:2d39:8cbc:c43a:7a47] (unknown [IPv6:2a00:ac00:0:35:2d39:8cbc:c43a:7a47]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.eggert.org (Postfix) with ESMTPSA id CFBC56173B8; Tue,  2 Jun 2020 14:39:28 +0300 (EEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=eggert.org; s=dkim; t=1591097968; bh=jeKopDm8TOToqpn4FgDXUr8Y4AuT9ymwTLzc2gLrbz4=; h=From:Subject:Date:In-Reply-To:Cc:To:References; b=gpy3Bykq8q9Yq2mlm1LcFE80W0/L/RVTLzVCckqow+++eSk/kXSgCkTjrxhrdZdPE LUHk/8M5OtwTqkdVNXnEP68fWECFh78iFTZrhWvtRfOM+lX2GZEjmCXgXu7+af+yDD 97KyPlMRdrhsfNm8gQGYzDW1rRxgIjMEaxPAZDIU=
From: Lars Eggert <lars@eggert.org>
Message-Id: <A6796049-4BE1-4508-8823-7C75B53D9870@eggert.org>
Content-Type: multipart/signed; boundary="Apple-Mail=_0C746789-AF20-4D21-A56C-03C2A6469410"; protocol="application/pgp-signature"; micalg=pgp-sha512
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\))
Date: Tue, 2 Jun 2020 14:39:25 +0300
In-Reply-To: <cd693ae8-bf0f-36be-3025-ec399b7881ae@levkowetz.com>
Cc: Tools Team Discussion <tools-discuss@ietf.org>, draft-ietf-quic-transport.all@ietf.org
To: Henrik Levkowetz <henrik@levkowetz.com>
References: <D7CCE2E4-A70B-467A-BDFF-9B973FAE48DA@eggert.org> <06FC1E4F-A3EB-4061-8AA9-DB7C78E56E52@eggert.org> <F3D1B2FF-D0DA-4396-93C9-6F1743342ADA@eggert.org> <cd693ae8-bf0f-36be-3025-ec399b7881ae@levkowetz.com>
X-MailScanner-ID: CFBC56173B8.A77C0
X-MailScanner: Found to be clean
X-MailScanner-From: lars@eggert.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/gs1N6vKWQsWsRC1I2uCIuaaG9fM>
Subject: Re: [Tools-discuss] idnits dies on draft-ietf-quic-transport-28
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 02 Jun 2020 11:39:44 -0000

--Apple-Mail=_0C746789-AF20-4D21-A56C-03C2A6469410
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=us-ascii

Hi,

On 2020-6-2, at 14:37, Henrik Levkowetz <henrik@levkowetz.com> wrote:
>=20
> It tries to extract what it thinks are references to RFCs from the
> draft, and then checks if it has info about those in cache; otherwise
> it will try to get that info.

that's what I thought I remembered it doing, but it sure looks like it =
is getting an awful lot more than those cited. Could you run it at your =
end to confirm?

Thanks,
Lars

--Apple-Mail=_0C746789-AF20-4D21-A56C-03C2A6469410
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename=signature.asc
Content-Type: application/pgp-signature;
	name=signature.asc
Content-Description: Message signed with OpenPGP

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEmpq0ZpSoejRmyhheVLXDCb9wwVcFAl7WOm0ACgkQVLXDCb9w
wVdEUBAA0ssiSb/V9WR/h2UC3cH/bby2RotKK+MJ9iTocVdStFBsMbitk+NlIuJh
1Pc/WAUd0esW2pTQI8UkkBero7HNGsmJWflWreaJvGP/l7kcceq5e/giw0nEzfkI
bTNdGJzYohbpqIPVefD0KxYPcfFB1pqeVvL7wraIqKgae+ocoeLa7jjmZtgldI+1
qtzfxPN0PvmEORbb3Bkvtp3g1izKY7bcLCqpK5AjL4uTC1rU1RT7klBkUcTr43VO
5Kzup/iUyU1uY12t9v/hQAUrdL8rFwwkn/ZBHRpOVyI/wx+dOEvxG3VGTXLh3XPZ
jt93ZEctrI2D665Gdm09ZxERHK6q+Wof5M56/HyNEwpMIlGi441Kw3uNfocqyoOE
AJw7KPCXOs2X1Sxpo5jgTXbjYn7I/vTeZppvdfGQUvkr71p5fB2sLpR98DPgg+Nn
O4+/La31AYGHXbaAEIwQ/useu8x1+9mD7ZgqtZwFCNlC0afiD/fC+zAQbVphBqgO
nufR/8s0q8kOIQqbSeHLJQ2hnlG1/xvG1DVSFd+02eOTWqve5HVFOUfykcv0wYxr
aGmuyNhyck0pfN20m0OLFQ5eZKZt1dDuW4s4tk/KIfO1nO9HCB5dk5c2RnYLyB+G
4MGMlPSe56HaVHpZBLzwzBFdMdveBWEok2/5F3gDhL873bVnRcs=
=MPb1
-----END PGP SIGNATURE-----

--Apple-Mail=_0C746789-AF20-4D21-A56C-03C2A6469410--


From nobody Thu Jun 11 15:43:56 2020
Return-Path: <weiler@w3.org>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 55C943A0945 for <tools-discuss@ietfa.amsl.com>; Thu, 11 Jun 2020 15:43:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.5
X-Spam-Level: 
X-Spam-Status: No, score=-0.5 tagged_above=-999 required=5 tests=[BAYES_05=-0.5, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id COeF87KN3c7D for <tools-discuss@ietfa.amsl.com>; Thu, 11 Jun 2020 15:43:51 -0700 (PDT)
Received: from raoul.w3.org (raoul.w3.org [128.30.52.128]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4BDED3A0948 for <tools-discuss@ietf.org>; Thu, 11 Jun 2020 15:43:51 -0700 (PDT)
Received: from c-24-63-251-193.hsd1.ma.comcast.net ([24.63.251.193] helo=celebrae2015mbp) by raoul.w3.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from <weiler@w3.org>) id 1jjVvK-0002zO-2v for tools-discuss@ietf.org; Thu, 11 Jun 2020 22:43:50 +0000
Date: Thu, 11 Jun 2020 18:43:49 -0400 (EDT)
From: Samuel Weiler <weiler@w3.org>
To: tools-discuss@ietf.org
Message-ID: <alpine.OSX.2.20.2006111842500.535@celebrae2015mbp>
User-Agent: Alpine 2.20 (OSX 67 2015-01-07)
MIME-Version: 1.0
Content-Type: text/plain; format=flowed; charset=US-ASCII
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/NX3TjQ3NXl14EAmGzdkrChEuB84>
Subject: [Tools-discuss] bad chairs addrs on tools pages
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 11 Jun 2020 22:43:53 -0000

The WG tools pages (e.g. https://tools.ietf.org/wg/capport/)
have links to chaits addrs at tools.ietf.org (e.g. 
capport-chairs@tools.ietf.org), which then bounce.

Perhaps replace with @ietf.org?

-- Sam


From nobody Tue Jun 23 08:23:45 2020
Return-Path: <mcr+ietf@sandelman.ca>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A8FB63A101C for <tools-discuss@ietfa.amsl.com>; Tue, 23 Jun 2020 08:23:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.898
X-Spam-Level: 
X-Spam-Status: No, score=-1.898 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UUReCeeDPfcC for <tools-discuss@ietfa.amsl.com>; Tue, 23 Jun 2020 08:23:41 -0700 (PDT)
Received: from tuna.sandelman.ca (tuna.sandelman.ca [209.87.249.19]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CEC7D3A0FE4 for <tools-discuss@ietf.org>; Tue, 23 Jun 2020 08:23:41 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by tuna.sandelman.ca (Postfix) with ESMTP id A87D5389AC for <tools-discuss@ietf.org>; Tue, 23 Jun 2020 11:20:59 -0400 (EDT)
Received: from tuna.sandelman.ca ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with LMTP id htOwWW68wbVO for <tools-discuss@ietf.org>; Tue, 23 Jun 2020 11:20:58 -0400 (EDT)
Received: from sandelman.ca (obiwan.sandelman.ca [IPv6:2607:f0b0:f:2::247]) by tuna.sandelman.ca (Postfix) with ESMTP id 7FE34389AB for <tools-discuss@ietf.org>; Tue, 23 Jun 2020 11:20:58 -0400 (EDT)
Received: from localhost (localhost [IPv6:::1]) by sandelman.ca (Postfix) with ESMTP id F121C400 for <tools-discuss@ietf.org>; Tue, 23 Jun 2020 11:23:38 -0400 (EDT)
From: Michael Richardson <mcr+ietf@sandelman.ca>
To: tools-discuss@ietf.org
X-Attribution: mcr
X-Mailer: MH-E 8.6+git; nmh 1.7+dev; GNU Emacs 26.1
X-Face: $\n1pF)h^`}$H>Hk{L"x@)JS7<%Az}5RyS@k9X%29-lHB$Ti.V>2bi.~ehC0; <'$9xN5Ub# z!G,p`nR&p7Fz@^UXIn156S8.~^@MJ*mMsD7=QFeq%AL4m<nPbLgmtKK-5dC@#:k
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature"
Date: Tue, 23 Jun 2020 11:23:38 -0400
Message-ID: <2119.1592925818@localhost>
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/J42nYXIoFvCToXg7zor5g4TAKes>
Subject: [Tools-discuss] logged off of DT
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 23 Jun 2020 15:23:44 -0000

--=-=-=
Content-Type: text/plain


I think that there was some discussion a few months ago about sessions caches
and getting logged out regularly of the DT.  I thought that I heard mention
that session caches were being expanded to accomodate.
I think that I should maybe open an ietf-action ticket?

I just wanted to say that I am pretty consistently logged out every morning.
If we are being LRU'ed, this is going to hurt during IETF108 :-)

I will add that I log in most days from both my desktop and my laptop, which
may mean I'm using two session cache entries, or maybe I'm LRU'ing myself.

My desktop does *not* change IP addresses... ever.
My laptop does move around, but the browsers in question synchronize stuff,
so if the cookie is not IP address specific, then I would expect it to keep
me logged in on both.

If there were page which I would like more caching on (so that it loads
faster, and/or it loads less often), it would be the tracked document page,
which I use more and more often to get to where I need to do work.

--
Michael Richardson <mcr+IETF@sandelman.ca>, Sandelman Software Works
 -= IPv6 IoT consulting =-




--=-=-=
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEbsyLEzg/qUTA43uogItw+93Q3WUFAl7yHnoACgkQgItw+93Q
3WXTTQf/VJdgFVUBaRPdmgAedSwhfbCRGcma3mN7JiuWNdt6PPMTpQqxvqQRfW7C
q6s9o+KeH5KCuBllOipDDsZUzNwYQOCbd8tOKBtDEGWgwvlvkfMXGtzV1J/I0JRg
62gQ06VGdUuYNspgqDL22izAWJ3YGgEyl2FXBJ7BrS+pxCKSO+BoODsU3YTseyi2
I24N5r6JObyC3sXcvuL9wKI/ujoaZ5FmX3aj+9n3wZfgegCCzJ79SsqdhWXRVU/9
F72WP23fkm/oBJbTatprIMMkoMUe5NeYl/7x/Nt+Hrgd/PV/vZWESujxBSPKvL4z
HIXyxzxEbbuZCMazBDRVTHFvfr55RA==
=tBU2
-----END PGP SIGNATURE-----
--=-=-=--


From nobody Tue Jun 23 08:29:12 2020
Return-Path: <cabo@tzi.org>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 321623A0E45 for <tools-discuss@ietfa.amsl.com>; Tue, 23 Jun 2020 08:29:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.897
X-Spam-Level: 
X-Spam-Status: No, score=-1.897 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id umhlfvya40d0 for <tools-discuss@ietfa.amsl.com>; Tue, 23 Jun 2020 08:29:09 -0700 (PDT)
Received: from gabriel-vm-2.zfn.uni-bremen.de (gabriel-vm-2.zfn.uni-bremen.de [134.102.50.17]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 11E583A0E43 for <tools-discuss@ietf.org>; Tue, 23 Jun 2020 08:29:08 -0700 (PDT)
Received: from [192.168.217.116] (p5089ae91.dip0.t-ipconnect.de [80.137.174.145]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-vm-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 49rqv66ZKtz100p; Tue, 23 Jun 2020 17:29:06 +0200 (CEST)
Content-Type: text/plain; charset=utf-8
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <2119.1592925818@localhost>
Date: Tue, 23 Jun 2020 17:29:06 +0200
Cc: tools-discuss@ietf.org
X-Mao-Original-Outgoing-Id: 614618946.478199-56e27364f78e3344c0e105a4e4ab869a
Content-Transfer-Encoding: quoted-printable
Message-Id: <EF0EAB39-EA5F-4894-AE40-23D8E4534B21@tzi.org>
References: <2119.1592925818@localhost>
To: Michael Richardson <mcr+ietf@sandelman.ca>
X-Mailer: Apple Mail (2.3608.80.23.2.2)
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/EOcUOgRJZR3EwNWipuype4M2vho>
Subject: Re: [Tools-discuss] logged off of DT
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 23 Jun 2020 15:29:11 -0000

On 2020-06-23, at 17:23, Michael Richardson <mcr+ietf@sandelman.ca> =
wrote:
>=20
> getting logged out regularly of the DT. =20

(DT is not design team, but datatracker, I think.)

I can report the same.  This is not a big problem where the datatracker =
only offers a certain page to logged-in users.  But where the detailed =
options on a page, or even the further processing of an option (draft =
submission!) differ based on whether I=E2=80=99m logged in or not, that =
is an issue.

I would propose to build dt.ietf.org in such a way that it always asks =
the user to login before allowing any access.  datatracker.ietf.org =
could keep its old behavior, so no change for the uninitiated.

(The next question is how often I need to log in, but I don=E2=80=99t =
care because that=E2=80=99s pretty much automatic these days.)

Gr=C3=BC=C3=9Fe, Carsten


From nobody Tue Jun 23 10:29:25 2020
Return-Path: <mcr+ietf@sandelman.ca>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 5003D3A08F8 for <tools-discuss@ietfa.amsl.com>; Tue, 23 Jun 2020 10:29:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level: 
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Nt4uIXhfSX8x for <tools-discuss@ietfa.amsl.com>; Tue, 23 Jun 2020 10:29:12 -0700 (PDT)
Received: from tuna.sandelman.ca (tuna.sandelman.ca [209.87.249.19]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E2B023A08EC for <tools-discuss@ietf.org>; Tue, 23 Jun 2020 10:29:11 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by tuna.sandelman.ca (Postfix) with ESMTP id 6C120389AC; Tue, 23 Jun 2020 13:26:30 -0400 (EDT)
Received: from tuna.sandelman.ca ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with LMTP id yhhAHlIH7kss; Tue, 23 Jun 2020 13:26:29 -0400 (EDT)
Received: from sandelman.ca (obiwan.sandelman.ca [209.87.249.21]) by tuna.sandelman.ca (Postfix) with ESMTP id 717A8389A2; Tue, 23 Jun 2020 13:26:29 -0400 (EDT)
Received: from localhost (localhost [IPv6:::1]) by sandelman.ca (Postfix) with ESMTP id F2F45486; Tue, 23 Jun 2020 13:29:09 -0400 (EDT)
From: Michael Richardson <mcr+ietf@sandelman.ca>
To: Carsten Bormann <cabo@tzi.org>
cc: tools-discuss@ietf.org
In-Reply-To: <EF0EAB39-EA5F-4894-AE40-23D8E4534B21@tzi.org>
References: <2119.1592925818@localhost> <EF0EAB39-EA5F-4894-AE40-23D8E4534B21@tzi.org>
X-Mailer: MH-E 8.6+git; nmh 1.7+dev; GNU Emacs 26.1
X-Face: $\n1pF)h^`}$H>Hk{L"x@)JS7<%Az}5RyS@k9X%29-lHB$Ti.V>2bi.~ehC0; <'$9xN5Ub# z!G,p`nR&p7Fz@^UXIn156S8.~^@MJ*mMsD7=QFeq%AL4m<nPbLgmtKK-5dC@#:k
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature"
Date: Tue, 23 Jun 2020 13:29:09 -0400
Message-ID: <32602.1592933349@localhost>
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/Y5w3WTbv8oQLZABSV1i-mwywdD8>
Subject: Re: [Tools-discuss] logged off of DT
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 23 Jun 2020 17:29:24 -0000

--=-=-=
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable


Carsten Bormann <cabo@tzi.org> wrote:
    > I can report the same.  This is not a big problem where the datatrack=
er
    > only offers a certain page to logged-in users.  But where the detailed
    > options on a page, or even the further processing of an option (draft
    > submission!) differ based on whether I=E2=80=99m logged in or not, th=
at is an
    > issue.

I would like all the pages to have all of the buttons, with a login demanded
if I need it.
Yes, that could be confusing if AD-only buttons are presented to non-AD use=
rs.

    > I would propose to build dt.ietf.org in such a way that it always asks
    > the user to login before allowing any access.  datatracker.ietf.org
    > could keep its old behavior, so no change for the uninitiated.

I could live with that, but I'd rather just have some kind of long-term
(stateless) cookie that suggests to the site that I want to be logged in.

=2D-
Michael Richardson <mcr+IETF@sandelman.ca>, Sandelman Software Works
 -=3D IPv6 IoT consulting =3D-

--=-=-=
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEbsyLEzg/qUTA43uogItw+93Q3WUFAl7yO+UACgkQgItw+93Q
3WWUgAgAsmXC4jr2s6Ef6+r9klCbVYOhWLQZ6z8YSXYWeQADBsbURkZUpEXN1kDU
CP3W64bw9l6x/qHv0ohn0wALwSAOxT4HQNxjvb00X3sy6/gd+ReQrFU8iia9XEtV
u2ZpvxiP5Y7oBEXvPPNAZptFGM0epfvX8i/DPIpxoS7qlNnyfwVYmr/VgJI50Sfp
zmtS+GbxzEyDUyFORwFS7x3L1/zGqB80m7d4oCEeT5WFgFA5GvE3OdFNYcOyp3ss
BooONWO7zk7z+EFibDNT/rDS3gdoGzNJ1Kgb2RgINZmkq2vr1qlJfr13IBSLONzb
TlCHwa4QfgohuoNW2fU/CsKS2Zn1Sg==
=3yVi
-----END PGP SIGNATURE-----
--=-=-=--


From nobody Tue Jun 23 11:39:39 2020
Return-Path: <rjsparks@nostrum.com>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 7C3203A0926 for <tools-discuss@ietfa.amsl.com>; Tue, 23 Jun 2020 11:39:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.078
X-Spam-Level: 
X-Spam-Status: No, score=-2.078 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, HTML_MESSAGE=0.001, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=nostrum.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2mYhefHNSXGI for <tools-discuss@ietfa.amsl.com>; Tue, 23 Jun 2020 11:39:35 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9E6923A0925 for <tools-discuss@ietf.org>; Tue, 23 Jun 2020 11:39:35 -0700 (PDT)
Received: from unescapeable.local ([47.186.30.41]) (authenticated bits=0) by nostrum.com (8.15.2/8.15.2) with ESMTPSA id 05NIdVpc088866 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for <tools-discuss@ietf.org>; Tue, 23 Jun 2020 13:39:32 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nostrum.com; s=default; t=1592937572; bh=ABpw5qcopINPXdxgegNATHOl0f2tFehcvdjwGmmt7Os=; h=Subject:To:References:From:Date:In-Reply-To; b=t4P0X+3+0gnEtNCUEHKGg0D0hVLALd9BsPV8gQd3JXOGCo3VS8bYB9FVx3JsJ1XWE fNU0Zr52/0S266BypptjahercLz6RGVc9PCik9/hcfGtu8IBTInJMfadT7XpAEJ9sY Y1wrWQQ1dKvhOFE+C6FncllFu6yCEVtC0inTnBXg=
X-Authentication-Warning: raven.nostrum.com: Host [47.186.30.41] claimed to be unescapeable.local
To: tools-discuss@ietf.org
References: <2119.1592925818@localhost>
From: Robert Sparks <rjsparks@nostrum.com>
Message-ID: <22ea6a6d-63aa-bf8e-3a6f-8f2cc25bc05e@nostrum.com>
Date: Tue, 23 Jun 2020 13:39:31 -0500
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Thunderbird/68.9.0
MIME-Version: 1.0
In-Reply-To: <2119.1592925818@localhost>
Content-Type: multipart/alternative; boundary="------------7637538017B0C59A2C801AE1"
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/RjN868XQ8q10SVGmkRLH84HDaVM>
Subject: Re: [Tools-discuss] logged off of DT
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 23 Jun 2020 18:39:38 -0000

This is a multi-part message in MIME format.
--------------7637538017B0C59A2C801AE1
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit

Hi Micheal -

We did tune memcached quite some time back, and that isn't the issue. 
memcached at the moment (up for 10 days or so) no evictions at all (so 
we're probably a bit overprovisioned).

I have seen logouts myself (one today), but not at an every day rate.

We're looking into what else might be going on that could be causing this.

RjS

On 6/23/20 10:23 AM, Michael Richardson wrote:
> I think that there was some discussion a few months ago about sessions caches
> and getting logged out regularly of the DT.  I thought that I heard mention
> that session caches were being expanded to accomodate.
> I think that I should maybe open an ietf-action ticket?
>
> I just wanted to say that I am pretty consistently logged out every morning.
> If we are being LRU'ed, this is going to hurt during IETF108 :-)
>
> I will add that I log in most days from both my desktop and my laptop, which
> may mean I'm using two session cache entries, or maybe I'm LRU'ing myself.
>
> My desktop does *not* change IP addresses... ever.
> My laptop does move around, but the browsers in question synchronize stuff,
> so if the cookie is not IP address specific, then I would expect it to keep
> me logged in on both.
>
> If there were page which I would like more caching on (so that it loads
> faster, and/or it loads less often), it would be the tracked document page,
> which I use more and more often to get to where I need to do work.
>
> --
> Michael Richardson <mcr+IETF@sandelman.ca>, Sandelman Software Works
>   -= IPv6 IoT consulting =-
>
>
>
>
> ___________________________________________________________
> Tools-discuss mailing list
> Tools-discuss@ietf.org
> https://www.ietf.org/mailman/listinfo/tools-discuss
>
> Please report datatracker.ietf.org and mailarchive.ietf.org
> bugs at http://tools.ietf.org/tools/ietfdb
> or send email to datatracker-project@ietf.org
>
> Please report tools.ietf.org bugs at
> http://tools.ietf.org/tools/issues
> or send email to webmaster@tools.ietf.org

--------------7637538017B0C59A2C801AE1
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit

<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hi Micheal -</p>
    <p>We did tune memcached quite some time back, and that isn't the
      issue. memcached at the moment (up for 10 days or so) no evictions
      at all (so we're probably a bit overprovisioned).</p>
    <p>I have seen logouts myself (one today), but not at an every day
      rate.</p>
    <p>We're looking into what else might be going on that could be
      causing this.</p>
    <p>RjS<br>
    </p>
    <div class="moz-cite-prefix">On 6/23/20 10:23 AM, Michael Richardson
      wrote:<br>
    </div>
    <blockquote type="cite" cite="mid:2119.1592925818@localhost">
      <pre class="moz-quote-pre" wrap="">
I think that there was some discussion a few months ago about sessions caches
and getting logged out regularly of the DT.  I thought that I heard mention
that session caches were being expanded to accomodate.
I think that I should maybe open an ietf-action ticket?

I just wanted to say that I am pretty consistently logged out every morning.
If we are being LRU'ed, this is going to hurt during IETF108 :-)

I will add that I log in most days from both my desktop and my laptop, which
may mean I'm using two session cache entries, or maybe I'm LRU'ing myself.

My desktop does *not* change IP addresses... ever.
My laptop does move around, but the browsers in question synchronize stuff,
so if the cookie is not IP address specific, then I would expect it to keep
me logged in on both.

If there were page which I would like more caching on (so that it loads
faster, and/or it loads less often), it would be the tracked document page,
which I use more and more often to get to where I need to do work.

--
Michael Richardson <a class="moz-txt-link-rfc2396E" href="mailto:mcr+IETF@sandelman.ca">&lt;mcr+IETF@sandelman.ca&gt;</a>, Sandelman Software Works
 -= IPv6 IoT consulting =-



</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">___________________________________________________________
Tools-discuss mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Tools-discuss@ietf.org">Tools-discuss@ietf.org</a>
<a class="moz-txt-link-freetext" href="https://www.ietf.org/mailman/listinfo/tools-discuss">https://www.ietf.org/mailman/listinfo/tools-discuss</a>

Please report datatracker.ietf.org and mailarchive.ietf.org
bugs at <a class="moz-txt-link-freetext" href="http://tools.ietf.org/tools/ietfdb">http://tools.ietf.org/tools/ietfdb</a>
or send email to <a class="moz-txt-link-abbreviated" href="mailto:datatracker-project@ietf.org">datatracker-project@ietf.org</a>

Please report tools.ietf.org bugs at
<a class="moz-txt-link-freetext" href="http://tools.ietf.org/tools/issues">http://tools.ietf.org/tools/issues</a>
or send email to <a class="moz-txt-link-abbreviated" href="mailto:webmaster@tools.ietf.org">webmaster@tools.ietf.org</a>
</pre>
    </blockquote>
  </body>
</html>

--------------7637538017B0C59A2C801AE1--


From nobody Tue Jun 23 11:51:36 2020
Return-Path: <mcr@sandelman.ca>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id AED3E3A0934 for <tools-discuss@ietfa.amsl.com>; Tue, 23 Jun 2020 11:51:34 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level: 
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gw8rYuAZ3LkU for <tools-discuss@ietfa.amsl.com>; Tue, 23 Jun 2020 11:51:33 -0700 (PDT)
Received: from tuna.sandelman.ca (tuna.sandelman.ca [IPv6:2607:f0b0:f:3:216:3eff:fe7c:d1f3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 191FF3A0933 for <tools-discuss@ietf.org>; Tue, 23 Jun 2020 11:51:32 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by tuna.sandelman.ca (Postfix) with ESMTP id 0988D389AC for <tools-discuss@ietf.org>; Tue, 23 Jun 2020 14:48:51 -0400 (EDT)
Received: from tuna.sandelman.ca ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Rqe8s_LR1I13 for <tools-discuss@ietf.org>; Tue, 23 Jun 2020 14:48:49 -0400 (EDT)
Received: from sandelman.ca (obiwan.sandelman.ca [209.87.249.21]) by tuna.sandelman.ca (Postfix) with ESMTP id E75C5389A9 for <tools-discuss@ietf.org>; Tue, 23 Jun 2020 14:48:48 -0400 (EDT)
Received: from localhost (localhost [IPv6:::1]) by sandelman.ca (Postfix) with ESMTP id 8498F486 for <tools-discuss@ietf.org>; Tue, 23 Jun 2020 14:51:29 -0400 (EDT)
From: Michael Richardson <mcr@sandelman.ca>
To: tools-discuss@ietf.org
X-Attribution: mcr
X-Mailer: MH-E 8.6+git; nmh 1.7+dev; GNU Emacs 26.1
X-Face: $\n1pF)h^`}$H>Hk{L"x@)JS7<%Az}5RyS@k9X%29-lHB$Ti.V>2bi.~ehC0; <'$9xN5Ub# z!G,p`nR&p7Fz@^UXIn156S8.~^@MJ*mMsD7=QFeq%AL4m<nPbLgmtKK-5dC@#:k
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-ID: <20487.1592938289.1@localhost>
Date: Tue, 23 Jun 2020 14:51:29 -0400
Message-ID: <20488.1592938289@localhost>
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/Zc7-0v0VXXu6s1UOCmzlNgCUlWo>
Subject: [Tools-discuss] order of past meetings
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 23 Jun 2020 18:51:35 -0000

Why, when I look at say, ACE, I see:

Past Meetings
interim-2020-ace-06	Mon   2020-05-18		Agenda	Minutes	Materials
interim-2020-ace-07	Mon   2020-06-22		Agenda	Minutes	Materials
interim-2020-ace-05	Wed   2020-04-15		Agenda	Minutes Materials

That is, why is the order 06,07,05?
Is it a bug, or is it sorted by some other criteria I don't understand?

--
]               Never tell me the odds!                 | ipv6 mesh networks [
]   Michael Richardson, Sandelman Software Works        |    IoT architect   [
]     mcr@sandelman.ca  http://www.sandelman.ca/        |   ruby on rails    [




From nobody Tue Jun 23 11:53:58 2020
Return-Path: <housley@vigilsec.com>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 7020F3A0936 for <tools-discuss@ietfa.amsl.com>; Tue, 23 Jun 2020 11:53:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.897
X-Spam-Level: 
X-Spam-Status: No, score=-1.897 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_NONE=0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jH3g8pbepQTS for <tools-discuss@ietfa.amsl.com>; Tue, 23 Jun 2020 11:53:55 -0700 (PDT)
Received: from mail.smeinc.net (mail.smeinc.net [209.135.209.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D10CC3A0934 for <tools-discuss@ietf.org>; Tue, 23 Jun 2020 11:53:55 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by mail.smeinc.net (Postfix) with ESMTP id 42AF8300B21 for <tools-discuss@ietf.org>; Tue, 23 Jun 2020 14:53:53 -0400 (EDT)
X-Virus-Scanned: amavisd-new at mail.smeinc.net
Received: from mail.smeinc.net ([127.0.0.1]) by localhost (mail.smeinc.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 623LkRmqtHki for <tools-discuss@ietf.org>; Tue, 23 Jun 2020 14:53:52 -0400 (EDT)
Received: from a860b60074bd.fios-router.home (pool-72-66-113-56.washdc.fios.verizon.net [72.66.113.56]) by mail.smeinc.net (Postfix) with ESMTPSA id EB961300A51; Tue, 23 Jun 2020 14:53:51 -0400 (EDT)
Content-Type: text/plain; charset=us-ascii
Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.14\))
From: Russ Housley <housley@vigilsec.com>
In-Reply-To: <20488.1592938289@localhost>
Date: Tue, 23 Jun 2020 14:53:53 -0400
Cc: tools-discuss@ietf.org
Content-Transfer-Encoding: quoted-printable
Message-Id: <742B16A9-2F61-4694-A2DD-BE2848032F67@vigilsec.com>
References: <20488.1592938289@localhost>
To: Michael Richardson <mcr@sandelman.ca>
X-Mailer: Apple Mail (2.3445.104.14)
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/y8-swK_cInZ9KALrWRQfvdwP9_A>
Subject: Re: [Tools-discuss] order of past meetings
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 23 Jun 2020 18:53:58 -0000

I think that is the order that the WG requested the interim sessions.

Russ


> On Jun 23, 2020, at 2:51 PM, Michael Richardson <mcr@sandelman.ca> =
wrote:
>=20
> Why, when I look at say, ACE, I see:
>=20
> Past Meetings
> interim-2020-ace-06	Mon   2020-05-18		Agenda	Minutes	=
Materials
> interim-2020-ace-07	Mon   2020-06-22		Agenda	Minutes	=
Materials
> interim-2020-ace-05	Wed   2020-04-15		Agenda	Minutes =
Materials
>=20
> That is, why is the order 06,07,05?
> Is it a bug, or is it sorted by some other criteria I don't =
understand?
>=20
> --
> ]               Never tell me the odds!                 | ipv6 mesh =
networks [
> ]   Michael Richardson, Sandelman Software Works        |    IoT =
architect   [
> ]     mcr@sandelman.ca  http://www.sandelman.ca/        |   ruby on =
rails    [
>=20
>=20
>=20
> ___________________________________________________________
> Tools-discuss mailing list
> Tools-discuss@ietf.org
> https://www.ietf.org/mailman/listinfo/tools-discuss
>=20
> Please report datatracker.ietf.org and mailarchive.ietf.org
> bugs at http://tools.ietf.org/tools/ietfdb
> or send email to datatracker-project@ietf.org
>=20
> Please report tools.ietf.org bugs at
> http://tools.ietf.org/tools/issues
> or send email to webmaster@tools.ietf.org


From nobody Tue Jun 23 14:38:28 2020
Return-Path: <mcr+ietf@sandelman.ca>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D675A3A0BB3 for <tools-discuss@ietfa.amsl.com>; Tue, 23 Jun 2020 14:38:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level: 
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XfeW9-1U6kFj for <tools-discuss@ietfa.amsl.com>; Tue, 23 Jun 2020 14:38:25 -0700 (PDT)
Received: from tuna.sandelman.ca (tuna.sandelman.ca [IPv6:2607:f0b0:f:3:216:3eff:fe7c:d1f3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DD3D43A0BB1 for <tools-discuss@ietf.org>; Tue, 23 Jun 2020 14:38:24 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by tuna.sandelman.ca (Postfix) with ESMTP id B125F389CB; Tue, 23 Jun 2020 17:35:42 -0400 (EDT)
Received: from tuna.sandelman.ca ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with LMTP id nXxD-rwFpFMu; Tue, 23 Jun 2020 17:35:42 -0400 (EDT)
Received: from sandelman.ca (obiwan.sandelman.ca [IPv6:2607:f0b0:f:2::247]) by tuna.sandelman.ca (Postfix) with ESMTP id 000C8389AE; Tue, 23 Jun 2020 17:35:41 -0400 (EDT)
Received: from localhost (localhost [IPv6:::1]) by sandelman.ca (Postfix) with ESMTP id AB828486; Tue, 23 Jun 2020 17:38:22 -0400 (EDT)
From: Michael Richardson <mcr+ietf@sandelman.ca>
To: Russ Housley <housley@vigilsec.com>
cc: tools-discuss@ietf.org
In-Reply-To: <742B16A9-2F61-4694-A2DD-BE2848032F67@vigilsec.com>
References: <20488.1592938289@localhost> <742B16A9-2F61-4694-A2DD-BE2848032F67@vigilsec.com>
X-Mailer: MH-E 8.6+git; nmh 1.7+dev; GNU Emacs 26.1
X-Face: $\n1pF)h^`}$H>Hk{L"x@)JS7<%Az}5RyS@k9X%29-lHB$Ti.V>2bi.~ehC0; <'$9xN5Ub# z!G,p`nR&p7Fz@^UXIn156S8.~^@MJ*mMsD7=QFeq%AL4m<nPbLgmtKK-5dC@#:k
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature"
Date: Tue, 23 Jun 2020 17:38:22 -0400
Message-ID: <29456.1592948302@localhost>
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/lx14etkvnnp3Ietd4IEbNRmxd0M>
Subject: Re: [Tools-discuss] order of past meetings
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 23 Jun 2020 21:38:27 -0000

--=-=-=
Content-Type: text/plain


Russ Housley <housley@vigilsec.com> wrote:
    > I think that is the order that the WG requested the interim sessions.

So maybe database order.
What is the right order: meeting name? or date it occured?
Probably date.




--
Michael Richardson <mcr+IETF@sandelman.ca>, Sandelman Software Works
 -= IPv6 IoT consulting =-




--=-=-=
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEbsyLEzg/qUTA43uogItw+93Q3WUFAl7ydk4ACgkQgItw+93Q
3WXpBQf+PDEE0XqOdQYkRYfPocTYm+MIoOhV23SKE9ybcM6DR721T4dnIaXeyGfG
tPErQPXSfwy85Pe0J27TWTfVrOHOxUFqUqQDG3MHdCNTVSwpAH7dJRbB6RLHZvg6
95HndYaRSHFe3Q+C5ai0/kcbftLFlPDH3Pbs7LdFfvidtd7XEQzCnjiKwnnu2q13
iVHaV3R5KHDO7RZWQqLlXUsxJpLFfV3oQTJYJENHyD19woQgg/qqYoCTNn6Jgk7K
bdEhAjlAf+spzUBxl5YkGFhh9AiYsdW7LdvWGwVab65BFfWayYsMmj2tCMB36BXZ
/kzkuKgqw1B/z3VX3x01l8+Fl3FvYQ==
=k89R
-----END PGP SIGNATURE-----
--=-=-=--


From nobody Wed Jun 24 08:48:36 2020
Return-Path: <henrik@levkowetz.com>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 3B2DF3A0F52 for <tools-discuss@ietfa.amsl.com>; Wed, 24 Jun 2020 08:48:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level: 
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pxoJJtb-9fCt for <tools-discuss@ietfa.amsl.com>; Wed, 24 Jun 2020 08:48:33 -0700 (PDT)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [64.170.98.42]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B9EB63A0F58 for <tools-discuss@ietf.org>; Wed, 24 Jun 2020 08:48:33 -0700 (PDT)
Received: from h-202-242.a357.priv.bahnhof.se ([158.174.202.242]:53438 helo=tannat.localdomain) by zinfandel.tools.ietf.org with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1jo7dX-0005O5-UQ; Wed, 24 Jun 2020 08:48:33 -0700
To: Michael Richardson <mcr+ietf@sandelman.ca>, tools-discuss@ietf.org
References: <2119.1592925818@localhost> <22ea6a6d-63aa-bf8e-3a6f-8f2cc25bc05e@nostrum.com>
From: Henrik Levkowetz <henrik@levkowetz.com>
Message-ID: <3d8a8738-d1fb-696b-ead5-3e806681c2bf@levkowetz.com>
Date: Wed, 24 Jun 2020 17:48:24 +0200
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
MIME-Version: 1.0
In-Reply-To: <22ea6a6d-63aa-bf8e-3a6f-8f2cc25bc05e@nostrum.com>
Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="7P9HHQGxn5bG1qvIUCDh7hqglF8WJ41Fo"
X-SA-Exim-Connect-IP: 158.174.202.242
X-SA-Exim-Rcpt-To: tools-discuss@ietf.org, mcr+ietf@sandelman.ca
X-SA-Exim-Mail-From: henrik@levkowetz.com
X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000)
X-SA-Exim-Scanned: Yes (on zinfandel.tools.ietf.org)
X-Clacks-Overhead: GNU Terry Pratchett
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/oopS9zLOtpDjjzMmfUj-m44ohJE>
Subject: Re: [Tools-discuss] logged off of DT
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 24 Jun 2020 15:48:35 -0000

This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--7P9HHQGxn5bG1qvIUCDh7hqglF8WJ41Fo
Content-Type: multipart/mixed; boundary="epN3Arg1G8LunKr35vKhQi81dkU8x4bwj";
 protected-headers="v1"
From: Henrik Levkowetz <henrik@levkowetz.com>
To: Michael Richardson <mcr+ietf@sandelman.ca>, tools-discuss@ietf.org
Message-ID: <3d8a8738-d1fb-696b-ead5-3e806681c2bf@levkowetz.com>
Subject: Re: [Tools-discuss] logged off of DT
References: <2119.1592925818@localhost>
 <22ea6a6d-63aa-bf8e-3a6f-8f2cc25bc05e@nostrum.com>
In-Reply-To: <22ea6a6d-63aa-bf8e-3a6f-8f2cc25bc05e@nostrum.com>

--epN3Arg1G8LunKr35vKhQi81dkU8x4bwj
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Hi Michael,

I've identified the point where sessions are lost: with the current sessi=
on
storage, it happens when we deploy a new datatracker release.  I've fixed=

this for the upcoming release.  There will be one more instance of sessio=
n
loss when that release is deployed, but going forward sessions should
survive both httpd restarts and deployment of new datatracker releases.


Best regards,

	Henrik

On 2020-06-23 20:39, Robert Sparks wrote:
> Hi Micheal -
>=20
> We did tune memcached quite some time back, and that isn't the issue.=20
> memcached at the moment (up for 10 days or so) no evictions at all (so =

> we're probably a bit overprovisioned).
>=20
> I have seen logouts myself (one today), but not at an every day rate.
>=20
> We're looking into what else might be going on that could be causing th=
is.
>=20
> RjS
>=20
> On 6/23/20 10:23 AM, Michael Richardson wrote:
>> I think that there was some discussion a few months ago about sessions=
 caches
>> and getting logged out regularly of the DT.  I thought that I heard me=
ntion
>> that session caches were being expanded to accomodate.
>> I think that I should maybe open an ietf-action ticket?
>>
>> I just wanted to say that I am pretty consistently logged out every mo=
rning.
>> If we are being LRU'ed, this is going to hurt during IETF108 :-)
>>
>> I will add that I log in most days from both my desktop and my laptop,=
 which
>> may mean I'm using two session cache entries, or maybe I'm LRU'ing mys=
elf.
>>
>> My desktop does *not* change IP addresses... ever.
>> My laptop does move around, but the browsers in question synchronize s=
tuff,
>> so if the cookie is not IP address specific, then I would expect it to=
 keep
>> me logged in on both.
>>
>> If there were page which I would like more caching on (so that it load=
s
>> faster, and/or it loads less often), it would be the tracked document =
page,
>> which I use more and more often to get to where I need to do work.
>>
>> --
>> Michael Richardson <mcr+IETF@sandelman.ca>, Sandelman Software Works
>>   -=3D IPv6 IoT consulting =3D-
>>
>>
>>
>>
>> ___________________________________________________________
>> Tools-discuss mailing list
>> Tools-discuss@ietf.org
>> https://www.ietf.org/mailman/listinfo/tools-discuss
>>
>> Please report datatracker.ietf.org and mailarchive.ietf.org
>> bugs at http://tools.ietf.org/tools/ietfdb
>> or send email to datatracker-project@ietf.org
>>
>> Please report tools.ietf.org bugs at
>> http://tools.ietf.org/tools/issues
>> or send email to webmaster@tools.ietf.org
>=20
>=20
>=20
> ___________________________________________________________
> Tools-discuss mailing list
> Tools-discuss@ietf.org
> https://www.ietf.org/mailman/listinfo/tools-discuss
>=20
> Please report datatracker.ietf.org and mailarchive.ietf.org
> bugs at http://tools.ietf.org/tools/ietfdb
> or send email to datatracker-project@ietf.org
>=20
> Please report tools.ietf.org bugs at
> http://tools.ietf.org/tools/issues
> or send email to webmaster@tools.ietf.org
>=20


--epN3Arg1G8LunKr35vKhQi81dkU8x4bwj--

--7P9HHQGxn5bG1qvIUCDh7hqglF8WJ41Fo
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEifjc5+rnL1MJBcZSTptXS4+7FxoFAl7zdcgACgkQTptXS4+7
Fxp4tQ/9FevXLQpATHdkkYP3ldQYIvMV0LNnH4UBLQnaHz3ZJHY3TKdPGd6MpS/S
RYSGN+CEl9kKjTMXykwhX5pb+CTGfxRBGY8jYTFx78npJsOwJeDhsHgZ12ZXOE8s
GccU2B7UPcknq8PmW9Ymr627CWTGNUbOUH/Yyht2FSTgoVRBFwHYLY27jdcW9ZA2
IV5accneQEuHCiyOMK2T7CHSXBVq860oHSMlh12bNdi8P3wyUyrXGCvrLLo1tS7k
qizmYUleiHdwtmUZNg+9GUlsHMo9fPdApceODycHRjBemRRxuo8O/n0R3qzZQAvE
uilzaTbDYtM4Xhj6D9FjbLFl0D329ehA9Yhefbn8wrrTT2XEhdNz/TOWHwzFf2dS
g68WWbDvCdhW6gGYKCVmj/5jWYJqRmtNVhoXzsw7+H96owxKFBgqG35bT51XNU/Q
12zs2uU7NJW89LCH8O4InaaEkveXHLoe4/sj2YUtXsaGwEXqHZsMll3isHc722f3
FuRf7mzmBlk/+5GRi8RpEK70mbe69P+MZ6zm3a6vU+IjSY6IvvGzVr3Fa/l2ZdH2
pRBdOVO0BOZnroO1rfcNO+7gYogZRPD5gC62Nbs6LmwiEz5067dDZLFh0Uj0Vxsa
VTQnLjxFMZOMxMWnE0XCJYFyJhlNAqZesUTEyT4OoVuzdEV42A4=
=DDPn
-----END PGP SIGNATURE-----

--7P9HHQGxn5bG1qvIUCDh7hqglF8WJ41Fo--


From nobody Wed Jun 24 09:21:44 2020
Return-Path: <rjsparks@nostrum.com>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 00C8D3A0FE6 for <tools-discuss@ietfa.amsl.com>; Wed, 24 Jun 2020 09:21:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.078
X-Spam-Level: 
X-Spam-Status: No, score=-2.078 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, HTML_MESSAGE=0.001, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=nostrum.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Apcwhe1kJkaI for <tools-discuss@ietfa.amsl.com>; Wed, 24 Jun 2020 09:21:41 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 97BC73A0D2B for <tools-discuss@ietf.org>; Wed, 24 Jun 2020 09:21:14 -0700 (PDT)
Received: from unescapeable.local ([47.186.30.41]) (authenticated bits=0) by nostrum.com (8.15.2/8.15.2) with ESMTPSA id 05OGLCL0092864 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for <tools-discuss@ietf.org>; Wed, 24 Jun 2020 11:21:13 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nostrum.com; s=default; t=1593015673; bh=LkT2mfaagT8jzDJA214ZyR4OS0Dj1tBwPQLrGGFB3AU=; h=Subject:To:References:From:Date:In-Reply-To; b=utFcU0h6wZl7vxHTExIiZkG/Gl8KI7jYvbubSs+iFMXXSzkDJ5mux0nCSD0mkkOKt NOGofAGtv3f3DLjI9updEOmHnbF5pPCc5YQIcS+hjO8wyhcKxOqA0+08uihXij6P9M lrEl7rcfl3ASN74Sb3adxhqE0yLgcRGwKYXdguqw=
X-Authentication-Warning: raven.nostrum.com: Host [47.186.30.41] claimed to be unescapeable.local
To: tools-discuss@ietf.org
References: <2119.1592925818@localhost> <22ea6a6d-63aa-bf8e-3a6f-8f2cc25bc05e@nostrum.com> <3d8a8738-d1fb-696b-ead5-3e806681c2bf@levkowetz.com>
From: Robert Sparks <rjsparks@nostrum.com>
Message-ID: <92085543-0cfb-e3e3-409a-4264a56ace1f@nostrum.com>
Date: Wed, 24 Jun 2020 11:21:12 -0500
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Thunderbird/68.9.0
MIME-Version: 1.0
In-Reply-To: <3d8a8738-d1fb-696b-ead5-3e806681c2bf@levkowetz.com>
Content-Type: multipart/alternative; boundary="------------B1BA929272A85E8C35BA1356"
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/F9osqblYfe3o4FVVKDYQArehXxA>
Subject: Re: [Tools-discuss] logged off of DT
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 24 Jun 2020 16:21:43 -0000

This is a multi-part message in MIME format.
--------------B1BA929272A85E8C35BA1356
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit

The releases line up with when I'd observed with being logged out.

Note that there have been quite a few deployed this month: 
https://datatracker.ietf.org/release/

That's not enough to explain being logged out every day, but it is 
enough to explain at least my perception that it was happening alot.

Michael - if you continue to see a high rate of being logged out, please 
let us know (but I'm expecting you won't).

RjS

On 6/24/20 10:48 AM, Henrik Levkowetz wrote:
> Hi Michael,
>
> I've identified the point where sessions are lost: with the current session
> storage, it happens when we deploy a new datatracker release.  I've fixed
> this for the upcoming release.  There will be one more instance of session
> loss when that release is deployed, but going forward sessions should
> survive both httpd restarts and deployment of new datatracker releases.
>
>
> Best regards,
>
> 	Henrik
>
> On 2020-06-23 20:39, Robert Sparks wrote:
>> Hi Micheal -
>>
>> We did tune memcached quite some time back, and that isn't the issue.
>> memcached at the moment (up for 10 days or so) no evictions at all (so
>> we're probably a bit overprovisioned).
>>
>> I have seen logouts myself (one today), but not at an every day rate.
>>
>> We're looking into what else might be going on that could be causing this.
>>
>> RjS
>>
>> On 6/23/20 10:23 AM, Michael Richardson wrote:
>>> I think that there was some discussion a few months ago about sessions caches
>>> and getting logged out regularly of the DT.  I thought that I heard mention
>>> that session caches were being expanded to accomodate.
>>> I think that I should maybe open an ietf-action ticket?
>>>
>>> I just wanted to say that I am pretty consistently logged out every morning.
>>> If we are being LRU'ed, this is going to hurt during IETF108 :-)
>>>
>>> I will add that I log in most days from both my desktop and my laptop, which
>>> may mean I'm using two session cache entries, or maybe I'm LRU'ing myself.
>>>
>>> My desktop does *not* change IP addresses... ever.
>>> My laptop does move around, but the browsers in question synchronize stuff,
>>> so if the cookie is not IP address specific, then I would expect it to keep
>>> me logged in on both.
>>>
>>> If there were page which I would like more caching on (so that it loads
>>> faster, and/or it loads less often), it would be the tracked document page,
>>> which I use more and more often to get to where I need to do work.
>>>
>>> --
>>> Michael Richardson <mcr+IETF@sandelman.ca>, Sandelman Software Works
>>>    -= IPv6 IoT consulting =-
>>>
>>>
>>>
>>>
>>> ___________________________________________________________
>>> Tools-discuss mailing list
>>> Tools-discuss@ietf.org
>>> https://www.ietf.org/mailman/listinfo/tools-discuss
>>>
>>> Please report datatracker.ietf.org and mailarchive.ietf.org
>>> bugs at http://tools.ietf.org/tools/ietfdb
>>> or send email to datatracker-project@ietf.org
>>>
>>> Please report tools.ietf.org bugs at
>>> http://tools.ietf.org/tools/issues
>>> or send email to webmaster@tools.ietf.org
>>
>>
>> ___________________________________________________________
>> Tools-discuss mailing list
>> Tools-discuss@ietf.org
>> https://www.ietf.org/mailman/listinfo/tools-discuss
>>
>> Please report datatracker.ietf.org and mailarchive.ietf.org
>> bugs at http://tools.ietf.org/tools/ietfdb
>> or send email to datatracker-project@ietf.org
>>
>> Please report tools.ietf.org bugs at
>> http://tools.ietf.org/tools/issues
>> or send email to webmaster@tools.ietf.org
>>
>
> ___________________________________________________________
> Tools-discuss mailing list
> Tools-discuss@ietf.org
> https://www.ietf.org/mailman/listinfo/tools-discuss
>
> Please report datatracker.ietf.org and mailarchive.ietf.org
> bugs at http://tools.ietf.org/tools/ietfdb
> or send email to datatracker-project@ietf.org
>
> Please report tools.ietf.org bugs at
> http://tools.ietf.org/tools/issues
> or send email to webmaster@tools.ietf.org

--------------B1BA929272A85E8C35BA1356
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit

<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>The releases line up with when I'd observed with being logged
      out.</p>
    <p>Note that there have been quite a few deployed this month:
      <a class="moz-txt-link-freetext" href="https://datatracker.ietf.org/release/">https://datatracker.ietf.org/release/</a></p>
    <p>That's not enough to explain being logged out every day, but it
      is enough to explain at least my perception that it was happening
      alot.</p>
    <p>Michael - if you continue to see a high rate of being logged out,
      please let us know (but I'm expecting you won't).</p>
    <p>RjS<br>
    </p>
    <div class="moz-cite-prefix">On 6/24/20 10:48 AM, Henrik Levkowetz
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:3d8a8738-d1fb-696b-ead5-3e806681c2bf@levkowetz.com">
      <pre class="moz-quote-pre" wrap="">Hi Michael,

I've identified the point where sessions are lost: with the current session
storage, it happens when we deploy a new datatracker release.  I've fixed
this for the upcoming release.  There will be one more instance of session
loss when that release is deployed, but going forward sessions should
survive both httpd restarts and deployment of new datatracker releases.


Best regards,

	Henrik

On 2020-06-23 20:39, Robert Sparks wrote:
</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">Hi Micheal -

We did tune memcached quite some time back, and that isn't the issue. 
memcached at the moment (up for 10 days or so) no evictions at all (so 
we're probably a bit overprovisioned).

I have seen logouts myself (one today), but not at an every day rate.

We're looking into what else might be going on that could be causing this.

RjS

On 6/23/20 10:23 AM, Michael Richardson wrote:
</pre>
        <blockquote type="cite">
          <pre class="moz-quote-pre" wrap="">I think that there was some discussion a few months ago about sessions caches
and getting logged out regularly of the DT.  I thought that I heard mention
that session caches were being expanded to accomodate.
I think that I should maybe open an ietf-action ticket?

I just wanted to say that I am pretty consistently logged out every morning.
If we are being LRU'ed, this is going to hurt during IETF108 :-)

I will add that I log in most days from both my desktop and my laptop, which
may mean I'm using two session cache entries, or maybe I'm LRU'ing myself.

My desktop does *not* change IP addresses... ever.
My laptop does move around, but the browsers in question synchronize stuff,
so if the cookie is not IP address specific, then I would expect it to keep
me logged in on both.

If there were page which I would like more caching on (so that it loads
faster, and/or it loads less often), it would be the tracked document page,
which I use more and more often to get to where I need to do work.

--
Michael Richardson <a class="moz-txt-link-rfc2396E" href="mailto:mcr+IETF@sandelman.ca">&lt;mcr+IETF@sandelman.ca&gt;</a>, Sandelman Software Works
  -= IPv6 IoT consulting =-




___________________________________________________________
Tools-discuss mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Tools-discuss@ietf.org">Tools-discuss@ietf.org</a>
<a class="moz-txt-link-freetext" href="https://www.ietf.org/mailman/listinfo/tools-discuss">https://www.ietf.org/mailman/listinfo/tools-discuss</a>

Please report datatracker.ietf.org and mailarchive.ietf.org
bugs at <a class="moz-txt-link-freetext" href="http://tools.ietf.org/tools/ietfdb">http://tools.ietf.org/tools/ietfdb</a>
or send email to <a class="moz-txt-link-abbreviated" href="mailto:datatracker-project@ietf.org">datatracker-project@ietf.org</a>

Please report tools.ietf.org bugs at
<a class="moz-txt-link-freetext" href="http://tools.ietf.org/tools/issues">http://tools.ietf.org/tools/issues</a>
or send email to <a class="moz-txt-link-abbreviated" href="mailto:webmaster@tools.ietf.org">webmaster@tools.ietf.org</a>
</pre>
        </blockquote>
        <pre class="moz-quote-pre" wrap="">


___________________________________________________________
Tools-discuss mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Tools-discuss@ietf.org">Tools-discuss@ietf.org</a>
<a class="moz-txt-link-freetext" href="https://www.ietf.org/mailman/listinfo/tools-discuss">https://www.ietf.org/mailman/listinfo/tools-discuss</a>

Please report datatracker.ietf.org and mailarchive.ietf.org
bugs at <a class="moz-txt-link-freetext" href="http://tools.ietf.org/tools/ietfdb">http://tools.ietf.org/tools/ietfdb</a>
or send email to <a class="moz-txt-link-abbreviated" href="mailto:datatracker-project@ietf.org">datatracker-project@ietf.org</a>

Please report tools.ietf.org bugs at
<a class="moz-txt-link-freetext" href="http://tools.ietf.org/tools/issues">http://tools.ietf.org/tools/issues</a>
or send email to <a class="moz-txt-link-abbreviated" href="mailto:webmaster@tools.ietf.org">webmaster@tools.ietf.org</a>

</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">___________________________________________________________
Tools-discuss mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Tools-discuss@ietf.org">Tools-discuss@ietf.org</a>
<a class="moz-txt-link-freetext" href="https://www.ietf.org/mailman/listinfo/tools-discuss">https://www.ietf.org/mailman/listinfo/tools-discuss</a>

Please report datatracker.ietf.org and mailarchive.ietf.org
bugs at <a class="moz-txt-link-freetext" href="http://tools.ietf.org/tools/ietfdb">http://tools.ietf.org/tools/ietfdb</a>
or send email to <a class="moz-txt-link-abbreviated" href="mailto:datatracker-project@ietf.org">datatracker-project@ietf.org</a>

Please report tools.ietf.org bugs at
<a class="moz-txt-link-freetext" href="http://tools.ietf.org/tools/issues">http://tools.ietf.org/tools/issues</a>
or send email to <a class="moz-txt-link-abbreviated" href="mailto:webmaster@tools.ietf.org">webmaster@tools.ietf.org</a>
</pre>
    </blockquote>
  </body>
</html>

--------------B1BA929272A85E8C35BA1356--


From nobody Wed Jun 24 14:16:54 2020
Return-Path: <dick.hardt@gmail.com>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 15B713A119A for <tools-discuss@ietfa.amsl.com>; Wed, 24 Jun 2020 14:16:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.027
X-Spam-Level: 
X-Spam-Status: No, score=-0.027 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, HTML_FONT_LOW_CONTRAST=0.001, HTML_IMAGE_ONLY_12=2.059, HTML_MESSAGE=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_REMOTE_IMAGE=0.01, URIBL_BLOCKED=0.001] autolearn=no autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qpw-rm5R2Bbe for <tools-discuss@ietfa.amsl.com>; Wed, 24 Jun 2020 14:16:50 -0700 (PDT)
Received: from mail-lj1-x22c.google.com (mail-lj1-x22c.google.com [IPv6:2a00:1450:4864:20::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9E2853A119D for <tools-discuss@ietf.org>; Wed, 24 Jun 2020 14:16:50 -0700 (PDT)
Received: by mail-lj1-x22c.google.com with SMTP id q19so4189940lji.2 for <tools-discuss@ietf.org>; Wed, 24 Jun 2020 14:16:50 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;  h=mime-version:from:date:message-id:subject:to; bh=fnaHz6IBuWE2/tSpUJ7WLjFVb149t3gY+V63W0y2IDY=; b=UPKnYfMmZtNbUriJ4S3jh17q9wFDiU1CGmoGvcMKmHtljJiqDSxV/8ULQcrKztQRu5 wwJifpPgErMebWO35ZqQwhr7w6skVhh7s59SrHyQEmWoD3XKxwSol53itgHnYKP6YAMZ s6ieSb+RB2Deda9weInsAK2IOLmj9j3QYxCkL2/GjZu95YRAapfNuP3Wm8ySfuSIP3Kp lsWcLFArFkR96+lY96Bqxr+bU3n3Px8mOqVF2zf3c/Y1YNIOnhjl6hFHVVPKiu0fmDaS ahtZ/PYBOm+fCpprrGN0bEdQ2+LKxEi3Zs/8seO9fqP2tJtNLVj86f5rvSe/v6LysejV ks6A==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=fnaHz6IBuWE2/tSpUJ7WLjFVb149t3gY+V63W0y2IDY=; b=S1OacFmyOdD0Bix4ZPPLev0xKgEhhnFK8+fTI49HvDVEeejWFW9N9FX/ujSzmJpykS E/2JQIHkwuON8StJxJZekHIodHxAe5KOzbPYaH7KelMa3bn99LJCjem5hiEsMEKBL19n vflB4jFfh8NKMKl0aNM1T9FMo7Lh9pWovHD49T5IZuHWfbR9pqVI9po0ZnasFwil1tj2 93ci0nzK2GvubNSoWlSfZWYEMxURhY9J/IbRV0tZWAiZxQbXFU8wBGRFHKgC0SErfYeT oMMC77eXULNpHa/aaPsgM1++9fkGsGKS6l3vQ+2FLC9elsNvgnTtIn1NFMoYCs7sFTTY b+DA==
X-Gm-Message-State: AOAM533MGyEadTOYbNVp304x/JiCAmy1qZsews+ggMANDDCFe0POi4Uj 7pL4wIvMI8Ma4/xuCUl03qx4MUKg49EKJpqP18+ITnEVo7I=
X-Google-Smtp-Source: ABdhPJwCqawJKvan87g/sHBnOsg7eiAvBU2SO4qtC7wFL9YBEhdXePoOrARG7Y0FhcKpHTfbsLznNQsdK5WBvQTAeDo=
X-Received: by 2002:a2e:88d0:: with SMTP id a16mr3721592ljk.213.1593033408176;  Wed, 24 Jun 2020 14:16:48 -0700 (PDT)
MIME-Version: 1.0
From: Dick Hardt <dick.hardt@gmail.com>
Date: Wed, 24 Jun 2020 14:16:12 -0700
Message-ID: <CAD9ie-tsCrfV_QGq1p8oBaywDTvuJ6OgqwwNod2uOBj6WyBugg@mail.gmail.com>
To: tools-discuss@ietf.org
Content-Type: multipart/alternative; boundary="00000000000068f7fc05a8dafe32"
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/zVTd089HaWvWuIddX8g05Oo6sog>
Subject: [Tools-discuss] missing links in draft on tools.ietf.org
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 24 Jun 2020 21:16:52 -0000

--00000000000068f7fc05a8dafe32
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Hello

My draft-hardt-xauth-protocol drafts are not showing up correctly on
tools.ietf.org

https://tools.ietf.org/html/draft-hardt-xauth-protocol

properly redirects to

https://tools.ietf.org/html/draft-hardt-xauth-protocol-10

but there are no links to -07, -08, -09 at the top

and any version shows up given the full URL, but 07 - 10 links are not
shown at the top, so someone with a full URL link will not know that -10 is
the latest.

FYI: 07 - 10 where all published close together in time.


/Dick

=E1=90=A7

--00000000000068f7fc05a8dafe32
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Hello<div><br></div><div>My draft-hardt-xauth-protocol dra=
fts are not showing up correctly on <a href=3D"http://tools.ietf.org">tools=
.ietf.org</a><br><br><a href=3D"https://tools.ietf.org/html/draft-hardt-xau=
th-protocol">https://tools.ietf.org/html/draft-hardt-xauth-protocol</a><br>=
<br>properly redirects to<br><br><a href=3D"https://tools.ietf.org/html/dra=
ft-hardt-xauth-protocol-10">https://tools.ietf.org/html/draft-hardt-xauth-p=
rotocol-10</a><br><br>but there are no links to -07, -08, -09 at the top<br=
><br>and any version shows up given the full URL, but 07 - 10 links are not=
 shown at the top, so someone with a full URL link will not know that -10 i=
s the latest.<br><div><br></div><div>FYI: 07 - 10 where all published close=
 together in time.</div><div><br></div><div><br></div><div>/Dick</div><div>=
<br></div></div></div><div hspace=3D"streak-pt-mark" style=3D"max-height:1p=
x"><img alt=3D"" style=3D"width:0px;max-height:0px;overflow:hidden" src=3D"=
https://mailfoogae.appspot.com/t?sender=3DaZGljay5oYXJkdEBnbWFpbC5jb20%3D&a=
mp;type=3Dzerocontent&amp;guid=3D252fbf3d-4734-49ac-b02c-e6528fc2c015"><fon=
t color=3D"#ffffff" size=3D"1">=E1=90=A7</font></div>

--00000000000068f7fc05a8dafe32--


From nobody Wed Jun 24 18:39:33 2020
Return-Path: <mcr+ietf@sandelman.ca>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 8C2563A0D19 for <tools-discuss@ietfa.amsl.com>; Wed, 24 Jun 2020 18:39:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level: 
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CB3l6psXt2CW for <tools-discuss@ietfa.amsl.com>; Wed, 24 Jun 2020 18:39:28 -0700 (PDT)
Received: from tuna.sandelman.ca (tuna.sandelman.ca [IPv6:2607:f0b0:f:3:216:3eff:fe7c:d1f3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CBABB3A0C52 for <tools-discuss@ietf.org>; Wed, 24 Jun 2020 18:39:28 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by tuna.sandelman.ca (Postfix) with ESMTP id C3A68389A8; Wed, 24 Jun 2020 21:36:45 -0400 (EDT)
Received: from tuna.sandelman.ca ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with LMTP id P8qUwZb2H0Z4; Wed, 24 Jun 2020 21:36:45 -0400 (EDT)
Received: from sandelman.ca (obiwan.sandelman.ca [IPv6:2607:f0b0:f:2::247]) by tuna.sandelman.ca (Postfix) with ESMTP id 296E3389A1; Wed, 24 Jun 2020 21:36:45 -0400 (EDT)
Received: from localhost (localhost [IPv6:::1]) by sandelman.ca (Postfix) with ESMTP id E2C81478; Wed, 24 Jun 2020 21:39:26 -0400 (EDT)
From: Michael Richardson <mcr+ietf@sandelman.ca>
To: Robert Sparks <rjsparks@nostrum.com>
cc: tools-discuss@ietf.org
In-Reply-To: <92085543-0cfb-e3e3-409a-4264a56ace1f@nostrum.com>
References: <2119.1592925818@localhost> <22ea6a6d-63aa-bf8e-3a6f-8f2cc25bc05e@nostrum.com> <3d8a8738-d1fb-696b-ead5-3e806681c2bf@levkowetz.com> <92085543-0cfb-e3e3-409a-4264a56ace1f@nostrum.com>
X-Mailer: MH-E 8.6+git; nmh 1.7+dev; GNU Emacs 26.1
X-Face: $\n1pF)h^`}$H>Hk{L"x@)JS7<%Az}5RyS@k9X%29-lHB$Ti.V>2bi.~ehC0; <'$9xN5Ub# z!G,p`nR&p7Fz@^UXIn156S8.~^@MJ*mMsD7=QFeq%AL4m<nPbLgmtKK-5dC@#:k
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature"
Date: Wed, 24 Jun 2020 21:39:26 -0400
Message-ID: <31446.1593049166@localhost>
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/Sgf3zNUhLSC6XcDlDHzDP_54fR0>
Subject: Re: [Tools-discuss] logged off of DT
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 25 Jun 2020 01:39:32 -0000

--=-=-=
Content-Type: text/plain


Robert Sparks <rjsparks@nostrum.com> wrote:
    > The releases line up with when I'd observed with being logged out.

    > Note that there have been quite a few deployed this month:
    > https://datatracker.ietf.org/release/

    > That's not enough to explain being logged out every day, but it is enough to
    > explain at least my perception that it was happening alot.

So it could be that I find myself logged out on laptop and then the next day
logged out on desktop (due to the same server restart).  It is also possible
that I go a few days with the same tab open, reading something.

    > Michael - if you continue to see a high rate of being logged out, please let
    > us know (but I'm expecting you won't).

Thank you!

--
Michael Richardson <mcr+IETF@sandelman.ca>, Sandelman Software Works
 -= IPv6 IoT consulting =-

--=-=-=
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEbsyLEzg/qUTA43uogItw+93Q3WUFAl70AE4ACgkQgItw+93Q
3WWY4Af/XrfQ8YPTkhfDrnRNbTKknJhwuvi9wQiiYiJSTAEdOlo7fPZHyTm+dtOD
zaYCI+LR0BfeIrLVM8ty5qPCMZ5qmGviDGb6/t/S5MRmauGiaagnIsiYjCTf/YAT
Q5rRWyohr/8gOotSAkmyA9oquKPU0hkcfmn3UEPAab5JATJH1X+c6ryaEbMTteco
qGvjkToWZb3kjSbLkR32J4t9JeoKqLWoySDbStwMrBOXB5xvxSvM8ORMK9aq1mGl
pdLrjWpFEkOvgA9zpA85mQzhhGHQgu37A9qRYpi/Pd5lLglBmtkBuoaTCSEdvCqH
a7dxwLXflWl/lvsj5sesUsYvljezZQ==
=IuHQ
-----END PGP SIGNATURE-----
--=-=-=--


From nobody Wed Jun 24 19:15:21 2020
Return-Path: <jay@ietf.org>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A68F53A1235; Wed, 24 Jun 2020 19:15:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level: 
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aJi0A-0Vzpt9; Wed, 24 Jun 2020 19:15:15 -0700 (PDT)
Received: from jays-mbp.localdomain (unknown [158.140.230.105]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPSA id 8848E3A1234; Wed, 24 Jun 2020 19:15:14 -0700 (PDT)
From: Jay Daley <jay@ietf.org>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: quoted-printable
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\))
Message-Id: <DFF26538-8920-46FC-BF73-E72A74A3A535@ietf.org>
Date: Thu, 25 Jun 2020 14:15:12 +1200
To: tools-arch@ietf.org, tools-discuss@ietf.org
X-Mailer: Apple Mail (2.3608.80.23.2.2)
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/bp3KRS3YRAvjDo0AxbHqJImRQdg>
Subject: [Tools-discuss] Draft RFP SoW for "Review of the current landscape of IETF document processing tools"
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 25 Jun 2020 02:15:17 -0000

In support of the work of the Tools Architecture and Strategy Team =
(TAS), an RFP will be issued for a "Review of the current landscape of =
IETF document processing tools".  A draft SoW is below and I welcome =
your comments/feedback on it.

Jay


# Overview
The IETF seeks a contractor to review the current landscape of tools =
that have been specifically designed to be used by the IETF community to =
work with IETF documents (I-Ds and RFCs) and to build a dataset about =
these tools, including technical details, maintenance processes, =
licensing and others, and further to determine what parts of the =
document production, management and usage lifecycle each tool supports.

# Deliverables

## Dataset
This data is to be presented in a table using simple scales and =
classifications in addition to any supporting narrative.  For example, =
for licensing, a simple classification may include "GPL v3, Proprietary, =
BSD-like" and more.

The data to be collected is:

1.  A full catalog of tools, including all the relevant tools at =
https://tools.ietf.org and other tools that are not listed there but are =
known to be in use.   The contractor will be responsible for drawing up =
the list, which will then be reviewed, possibly iterated and approved.

2.  Details of the maintainer(s) of each tool

3.  The licensing of the tool (simple classification)

4.  The technical environment each tool is intended to work in (OS, =
packages, containers, etc)

5.  How each tool is maintained, including
- where the source code is located
- how issues are raised (simple classification)
- the level of version control and release management in use (on a =
simple scale)
- how comprehensive the test coverage is (on a simple scale)=20
- the form of testing framework in use (simple classification)

6.  A subjective assessment of the current maintained state of the tool =
(on a simple scale)

6.  A subjective assessment of the suitability of each tool (on a simple =
scale), based on 3, 4, 5 and 6 above.

7.  What stages of the document lifecycle (see below) each tools covers.

## Document lifecycle
As part of this work, the contractor will need to construct a model of =
the IETF document lifecycle including document production (authoring, =
review, format conversion, etc), document access (download tools, search =
tools, etc) and document usage (extracting certain parts, etc).  This is =
only to cover the work carried out by the IETF community and not the =
work of the RFC Production Centre.

There are no templates for this model and it is expected that there will =
be two or three review and and change cycles.

## Coverage map
The information collected above is additionally to be presented in some =
form of map showing each tool and each stage, the coverage of each stage =
in the lifecycle and the subjective assessment of the suitability of =
each tool.




--=20
Jay Daley
IETF Executive Director
jay@ietf.org


From nobody Wed Jun 24 20:19:47 2020
Return-Path: <mt@lowentropy.net>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 399FD3A124D; Wed, 24 Jun 2020 20:19:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.098
X-Spam-Level: 
X-Spam-Status: No, score=-2.098 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=lowentropy.net header.b=U1w9pGMy; dkim=pass (2048-bit key) header.d=messagingengine.com header.b=SEQuVLuW
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Kc-nRE5A2sCE; Wed, 24 Jun 2020 20:19:41 -0700 (PDT)
Received: from wout5-smtp.messagingengine.com (wout5-smtp.messagingengine.com [64.147.123.21]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6D6783A124C; Wed, 24 Jun 2020 20:19:41 -0700 (PDT)
Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.west.internal (Postfix) with ESMTP id 5E5BBAA2; Wed, 24 Jun 2020 23:19:40 -0400 (EDT)
Received: from imap2 ([10.202.2.52]) by compute2.internal (MEProxy); Wed, 24 Jun 2020 23:19:40 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lowentropy.net; h=mime-version:message-id:in-reply-to:references:date:from:to :subject:content-type; s=fm2; bh=+Zz2Jd8VfzKaWD+7BWVUHBbMmqu0CKG 60TGgV/F59IQ=; b=U1w9pGMy8Ycj1VlXgn7wqbXU7QocNcTY4dZIR2nW5HjDt4H 2Jr3bboOey/mNy6As+lUI7gGvyTwbH/e8egnupZVJEhGVGu/+PyCVW1ueCFNp75D RwNpGyR+yZKNkY2xKVWslk/tbB2EiASZQ8foEU584x0+nw+OZR2P/Rtlb7A5dw6J 9clTPmriByK8eNdt5T7Qtls13UicrvIj5CFo4SA2YeX+2GKYn8UEdPDM731QGbey ePA8zBi4pgs3hmYH8GX9RIES685DJqsCEEpx7aokv/UxLxoYFEq3i9F0KCzTfPpu DaWruQAxVvQD/QHh4NR2tr5PXUnRTv6gm54Pnyw==
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=+Zz2Jd 8VfzKaWD+7BWVUHBbMmqu0CKG60TGgV/F59IQ=; b=SEQuVLuWF3MA0lpTSTKWHZ yJFQ2jiFq5iVWsyNWxd3DtGA8WKGoSRkm0Iw4vtVXsscSTB3cJZZi0oXq45srwkx jxeuIxNzh+QV+N7WIb87rbVkKhQ+3q4dXVOf6wv+CKP0qdA2stYcmjVFoB6PTOvl BxvVC2VGL5TWh+hYRAZfbm5ZcTXlJ5BEscwf0PJccdRDCWmHX1ThiC5wC6bQc2L/ CJAVXeIzicDnviwoqlVDmBykoRZs9xJDNn7y2gpwTBq/6QsPJUc4AMPK6/JacPp4 jUwdxeMF1whb927jPYQyiUrKym34L4zg4B1mOY1H4zfz4F59BYmwP/xdTrTfKy7Q ==
X-ME-Sender: <xms:yxf0Xn_OQTV_QTdnSpcor2G1QuFLtVt_E23fhxqO07Y8lSbPFL5ovg>
X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrudekkedgieelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefofgggkfgjfhffhffvufgtsehttd ertderreejnecuhfhrohhmpedfofgrrhhtihhnucfvhhhomhhsohhnfdcuoehmtheslhho figvnhhtrhhophihrdhnvghtqeenucggtffrrghtthgvrhhnpeelfedugfelgeeigfeuve eludejjeeutdelgedvteehueevhfdvhefggeeuffeivdenucffohhmrghinhepihgvthhf rdhorhhgnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomh epmhhtsehlohifvghnthhrohhphidrnhgvth
X-ME-Proxy: <xmx:yxf0XjsilZNamJcD0Vo1YrkjbVcNX16Twg7VZFvTBlaUi4c6ZZPNwA> <xmx:yxf0XlDtBIPUY8U2JovKGGC38L-EbG-oZBL46a1r6NspKyHIEJhqgw> <xmx:yxf0XjdX8qDlums-pnUc2aNJdvYvLqsIVTpwQe4klPqvQjW9IkA_vw> <xmx:zBf0XnZBx62L3bGYyOnM5JVICVn8SO2o3Px3l8FrMIF6HgomX6PppQ>
Received: by mailuser.nyi.internal (Postfix, from userid 501) id 6CD45E00A8; Wed, 24 Jun 2020 23:19:39 -0400 (EDT)
X-Mailer: MessagingEngine.com Webmail Interface
User-Agent: Cyrus-JMAP/3.3.0-dev0-543-gda70334-fm-20200618.004-gda703345
Mime-Version: 1.0
Message-Id: <0eff2634-5263-44ba-80c7-6e05c19b34cb@www.fastmail.com>
In-Reply-To: <DFF26538-8920-46FC-BF73-E72A74A3A535@ietf.org>
References: <DFF26538-8920-46FC-BF73-E72A74A3A535@ietf.org>
Date: Thu, 25 Jun 2020 13:19:19 +1000
From: "Martin Thomson" <mt@lowentropy.net>
To: "Jay Daley" <jay@ietf.org>, tools-arch@ietf.org, tools-discuss@ietf.org
Content-Type: text/plain
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/plzKJUQL498CuNIbKTdTKbs6rvw>
Subject: Re: [Tools-discuss]  =?utf-8?q?=5BTools-arch=5D_Draft_RFP_SoW_for_=22?= =?utf-8?q?Review_of_the_current_landscape_of_IETF_document_processing_too?= =?utf-8?b?bHMi?=
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 25 Jun 2020 03:19:43 -0000

Thanks Jay,

I realize that while I might provide some of this list, I am completely unaware of the extent of it.  But this seems achievable in a relatively short time-scale.

I might prefer to see more details on how the contractor manages the work product.  Specifically, I think that this should be a relatively open process during which tool maintainers can see the assessment and make factual corrections.  A public document or repository might be a good way to ensure that contributions of this sort are easy - and getting those contributions might greatly simplify the process.

Is your intent to include the set of tools employed by the RPC in this?  I think that would be good, but it appears that you intentionally chose "used by the IETF community".

Nits:

Two items are numbered 6.

"and and" in "two or three review and and change cycles"

On Thu, Jun 25, 2020, at 12:15, Jay Daley wrote:
> In support of the work of the Tools Architecture and Strategy Team 
> (TAS), an RFP will be issued for a "Review of the current landscape of 
> IETF document processing tools".  A draft SoW is below and I welcome 
> your comments/feedback on it.
> 
> Jay
> 
> 
> # Overview
> The IETF seeks a contractor to review the current landscape of tools 
> that have been specifically designed to be used by the IETF community 
> to work with IETF documents (I-Ds and RFCs) and to build a dataset 
> about these tools, including technical details, maintenance processes, 
> licensing and others, and further to determine what parts of the 
> document production, management and usage lifecycle each tool supports.
> 
> # Deliverables
> 
> ## Dataset
> This data is to be presented in a table using simple scales and 
> classifications in addition to any supporting narrative.  For example, 
> for licensing, a simple classification may include "GPL v3, 
> Proprietary, BSD-like" and more.
> 
> The data to be collected is:
> 
> 1.  A full catalog of tools, including all the relevant tools at 
> https://tools.ietf.org and other tools that are not listed there but 
> are known to be in use.   The contractor will be responsible for 
> drawing up the list, which will then be reviewed, possibly iterated and 
> approved.
> 
> 2.  Details of the maintainer(s) of each tool
> 
> 3.  The licensing of the tool (simple classification)
> 
> 4.  The technical environment each tool is intended to work in (OS, 
> packages, containers, etc)
> 
> 5.  How each tool is maintained, including
> - where the source code is located
> - how issues are raised (simple classification)
> - the level of version control and release management in use (on a simple scale)
> - how comprehensive the test coverage is (on a simple scale) 
> - the form of testing framework in use (simple classification)
> 
> 6.  A subjective assessment of the current maintained state of the tool 
> (on a simple scale)
> 
> 6.  A subjective assessment of the suitability of each tool (on a 
> simple scale), based on 3, 4, 5 and 6 above.
> 
> 7.  What stages of the document lifecycle (see below) each tools covers.
> 
> ## Document lifecycle
> As part of this work, the contractor will need to construct a model of 
> the IETF document lifecycle including document production (authoring, 
> review, format conversion, etc), document access (download tools, 
> search tools, etc) and document usage (extracting certain parts, etc).  
> This is only to cover the work carried out by the IETF community and 
> not the work of the RFC Production Centre.
> 
> There are no templates for this model and it is expected that there 
> will be two or three review and and change cycles.
> 
> ## Coverage map
> The information collected above is additionally to be presented in some 
> form of map showing each tool and each stage, the coverage of each 
> stage in the lifecycle and the subjective assessment of the suitability 
> of each tool.
> 
> 
> 
> 
> -- 
> Jay Daley
> IETF Executive Director
> jay@ietf.org
> 
> -- 
> Tools-arch mailing list
> Tools-arch@ietf.org
> https://www.ietf.org/mailman/listinfo/tools-arch
>


From nobody Wed Jun 24 20:59:44 2020
Return-Path: <jay@ietf.org>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 56B503A1268; Wed, 24 Jun 2020 20:59:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.898
X-Spam-Level: 
X-Spam-Status: No, score=-1.898 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ek6FA2mY-Rm2; Wed, 24 Jun 2020 20:59:36 -0700 (PDT)
Received: from jays-mbp.localdomain (unknown [158.140.230.105]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPSA id 8D94E3A1266; Wed, 24 Jun 2020 20:59:35 -0700 (PDT)
From: Jay Daley <jay@ietf.org>
Message-Id: <0167CABC-5497-44FA-A60B-380E79AAB5CF@ietf.org>
Content-Type: multipart/alternative; boundary="Apple-Mail=_E34DFA2C-E87D-423F-83FE-1AF69D8361E0"
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\))
Date: Thu, 25 Jun 2020 15:59:33 +1200
In-Reply-To: <0eff2634-5263-44ba-80c7-6e05c19b34cb@www.fastmail.com>
Cc: tools-arch@ietf.org, tools-discuss@ietf.org
To: Martin Thomson <mt@lowentropy.net>
References: <DFF26538-8920-46FC-BF73-E72A74A3A535@ietf.org> <0eff2634-5263-44ba-80c7-6e05c19b34cb@www.fastmail.com>
X-Mailer: Apple Mail (2.3608.80.23.2.2)
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/mysauWhWjj7IBMQ2qYeP2--lMM4>
Subject: Re: [Tools-discuss] [Tools-arch] Draft RFP SoW for "Review of the current landscape of IETF document processing tools"
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 25 Jun 2020 03:59:38 -0000

--Apple-Mail=_E34DFA2C-E87D-423F-83FE-1AF69D8361E0
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=utf-8



> On 25/06/2020, at 3:19 PM, Martin Thomson <mt@lowentropy.net> wrote:
>=20
> Thanks Jay,
>=20
> I realize that while I might provide some of this list, I am =
completely unaware of the extent of it.  But this seems achievable in a =
relatively short time-scale.
>=20
> I might prefer to see more details on how the contractor manages the =
work product.  Specifically, I think that this should be a relatively =
open process during which tool maintainers can see the assessment and =
make factual corrections.

That=E2=80=99s a good point yes - I will add that.

>  A public document or repository might be a good way to ensure that =
contributions of this sort are easy - and getting those contributions =
might greatly simplify the process.

I think if we limit it to tool maintainers contributing then that will =
work well

>=20
> Is your intent to include the set of tools employed by the RPC in =
this?  I think that would be good, but it appears that you intentionally =
chose "used by the IETF community".

My intent was to exclude tools that the community is not free to use.  I =
think the main tool the RPC use is xml2rfc and that is free for the =
community to use and so I would expect that to be included. =20

Jay

>=20
> Nits:
>=20
> Two items are numbered 6.
>=20
> "and and" in "two or three review and and change cycles"
>=20
> On Thu, Jun 25, 2020, at 12:15, Jay Daley wrote:
>> In support of the work of the Tools Architecture and Strategy Team=20
>> (TAS), an RFP will be issued for a "Review of the current landscape =
of=20
>> IETF document processing tools".  A draft SoW is below and I welcome=20=

>> your comments/feedback on it.
>>=20
>> Jay
>>=20
>>=20
>> # Overview
>> The IETF seeks a contractor to review the current landscape of tools=20=

>> that have been specifically designed to be used by the IETF community=20=

>> to work with IETF documents (I-Ds and RFCs) and to build a dataset=20
>> about these tools, including technical details, maintenance =
processes,=20
>> licensing and others, and further to determine what parts of the=20
>> document production, management and usage lifecycle each tool =
supports.
>>=20
>> # Deliverables
>>=20
>> ## Dataset
>> This data is to be presented in a table using simple scales and=20
>> classifications in addition to any supporting narrative.  For =
example,=20
>> for licensing, a simple classification may include "GPL v3,=20
>> Proprietary, BSD-like" and more.
>>=20
>> The data to be collected is:
>>=20
>> 1.  A full catalog of tools, including all the relevant tools at=20
>> https://tools.ietf.org and other tools that are not listed there but=20=

>> are known to be in use.   The contractor will be responsible for=20
>> drawing up the list, which will then be reviewed, possibly iterated =
and=20
>> approved.
>>=20
>> 2.  Details of the maintainer(s) of each tool
>>=20
>> 3.  The licensing of the tool (simple classification)
>>=20
>> 4.  The technical environment each tool is intended to work in (OS,=20=

>> packages, containers, etc)
>>=20
>> 5.  How each tool is maintained, including
>> - where the source code is located
>> - how issues are raised (simple classification)
>> - the level of version control and release management in use (on a =
simple scale)
>> - how comprehensive the test coverage is (on a simple scale)=20
>> - the form of testing framework in use (simple classification)
>>=20
>> 6.  A subjective assessment of the current maintained state of the =
tool=20
>> (on a simple scale)
>>=20
>> 6.  A subjective assessment of the suitability of each tool (on a=20
>> simple scale), based on 3, 4, 5 and 6 above.
>>=20
>> 7.  What stages of the document lifecycle (see below) each tools =
covers.
>>=20
>> ## Document lifecycle
>> As part of this work, the contractor will need to construct a model =
of=20
>> the IETF document lifecycle including document production (authoring,=20=

>> review, format conversion, etc), document access (download tools,=20
>> search tools, etc) and document usage (extracting certain parts, =
etc). =20
>> This is only to cover the work carried out by the IETF community and=20=

>> not the work of the RFC Production Centre.
>>=20
>> There are no templates for this model and it is expected that there=20=

>> will be two or three review and and change cycles.
>>=20
>> ## Coverage map
>> The information collected above is additionally to be presented in =
some=20
>> form of map showing each tool and each stage, the coverage of each=20
>> stage in the lifecycle and the subjective assessment of the =
suitability=20
>> of each tool.
>>=20
>>=20
>>=20
>>=20
>> --=20
>> Jay Daley
>> IETF Executive Director
>> jay@ietf.org
>>=20
>> --=20
>> Tools-arch mailing list
>> Tools-arch@ietf.org <mailto:Tools-arch@ietf.org>
>> https://www.ietf.org/mailman/listinfo/tools-arch =
<https://www.ietf.org/mailman/listinfo/tools-arch>
>>=20
>=20
> --=20
> Tools-arch mailing list
> Tools-arch@ietf.org <mailto:Tools-arch@ietf.org>
> https://www.ietf.org/mailman/listinfo/tools-arch =
<https://www.ietf.org/mailman/listinfo/tools-arch>
--=20
Jay Daley
IETF Executive Director
jay@ietf.org


--Apple-Mail=_E34DFA2C-E87D-423F-83FE-1AF69D8361E0
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
	charset=utf-8

<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html; =
charset=3Dutf-8"></head><body style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; line-break: after-white-space;" class=3D""><br =
class=3D""><div><br class=3D""><blockquote type=3D"cite" class=3D""><div =
class=3D"">On 25/06/2020, at 3:19 PM, Martin Thomson &lt;<a =
href=3D"mailto:mt@lowentropy.net" class=3D"">mt@lowentropy.net</a>&gt; =
wrote:</div><br class=3D"Apple-interchange-newline"><div class=3D""><span =
style=3D"caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: =
12px; font-style: normal; font-variant-caps: normal; font-weight: =
normal; letter-spacing: normal; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; text-decoration: none; float: none; =
display: inline !important;" class=3D"">Thanks Jay,</span><br =
style=3D"caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: =
12px; font-style: normal; font-variant-caps: normal; font-weight: =
normal; letter-spacing: normal; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; text-decoration: none;" class=3D""><br =
style=3D"caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: =
12px; font-style: normal; font-variant-caps: normal; font-weight: =
normal; letter-spacing: normal; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; text-decoration: none;" class=3D""><span =
style=3D"caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: =
12px; font-style: normal; font-variant-caps: normal; font-weight: =
normal; letter-spacing: normal; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; text-decoration: none; float: none; =
display: inline !important;" class=3D"">I realize that while I might =
provide some of this list, I am completely unaware of the extent of it. =
&nbsp;But this seems achievable in a relatively short =
time-scale.</span><br style=3D"caret-color: rgb(0, 0, 0); font-family: =
Helvetica; font-size: 12px; font-style: normal; font-variant-caps: =
normal; font-weight: normal; letter-spacing: normal; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; =
word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: =
none;" class=3D""><br style=3D"caret-color: rgb(0, 0, 0); font-family: =
Helvetica; font-size: 12px; font-style: normal; font-variant-caps: =
normal; font-weight: normal; letter-spacing: normal; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; =
word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: =
none;" class=3D""><span style=3D"caret-color: rgb(0, 0, 0); font-family: =
Helvetica; font-size: 12px; font-style: normal; font-variant-caps: =
normal; font-weight: normal; letter-spacing: normal; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; =
word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: =
none; float: none; display: inline !important;" class=3D"">I might =
prefer to see more details on how the contractor manages the work =
product. &nbsp;Specifically, I think that this should be a relatively =
open process during which tool maintainers can see the assessment and =
make factual corrections.</span></div></blockquote><div><br =
class=3D""></div><div>That=E2=80=99s a good point yes - I will add =
that.</div><br class=3D""><blockquote type=3D"cite" class=3D""><div =
class=3D""><span style=3D"caret-color: rgb(0, 0, 0); font-family: =
Helvetica; font-size: 12px; font-style: normal; font-variant-caps: =
normal; font-weight: normal; letter-spacing: normal; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; =
word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: =
none; float: none; display: inline !important;" class=3D""> &nbsp;A =
public document or repository might be a good way to ensure that =
contributions of this sort are easy - and getting those contributions =
might greatly simplify the process.</span><br style=3D"caret-color: =
rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: =
normal; font-variant-caps: normal; font-weight: normal; letter-spacing: =
normal; text-align: start; text-indent: 0px; text-transform: none; =
white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; =
text-decoration: none;" class=3D""></div></blockquote><div><br =
class=3D""></div><div>I think if we limit it to tool maintainers =
contributing then that will work well</div><br class=3D""><blockquote =
type=3D"cite" class=3D""><div class=3D""><br style=3D"caret-color: =
rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: =
normal; font-variant-caps: normal; font-weight: normal; letter-spacing: =
normal; text-align: start; text-indent: 0px; text-transform: none; =
white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; =
text-decoration: none;" class=3D""><span style=3D"caret-color: rgb(0, 0, =
0); font-family: Helvetica; font-size: 12px; font-style: normal; =
font-variant-caps: normal; font-weight: normal; letter-spacing: normal; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; =
text-decoration: none; float: none; display: inline !important;" =
class=3D"">Is your intent to include the set of tools employed by the =
RPC in this? &nbsp;I think that would be good, but it appears that you =
intentionally chose "used by the IETF community".</span><br =
style=3D"caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: =
12px; font-style: normal; font-variant-caps: normal; font-weight: =
normal; letter-spacing: normal; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; text-decoration: none;" =
class=3D""></div></blockquote><div><br class=3D""></div><div>My intent =
was to exclude tools that the community is not free to use. &nbsp;I =
think the main tool the RPC use is xml2rfc and that is free for the =
community to use and so I would expect that to be included. =
&nbsp;</div><div><br class=3D""></div><div>Jay</div><br =
class=3D""><blockquote type=3D"cite" class=3D""><div class=3D""><br =
style=3D"caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: =
12px; font-style: normal; font-variant-caps: normal; font-weight: =
normal; letter-spacing: normal; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; text-decoration: none;" class=3D""><span =
style=3D"caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: =
12px; font-style: normal; font-variant-caps: normal; font-weight: =
normal; letter-spacing: normal; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; text-decoration: none; float: none; =
display: inline !important;" class=3D"">Nits:</span><br =
style=3D"caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: =
12px; font-style: normal; font-variant-caps: normal; font-weight: =
normal; letter-spacing: normal; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; text-decoration: none;" class=3D""><br =
style=3D"caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: =
12px; font-style: normal; font-variant-caps: normal; font-weight: =
normal; letter-spacing: normal; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; text-decoration: none;" class=3D""><span =
style=3D"caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: =
12px; font-style: normal; font-variant-caps: normal; font-weight: =
normal; letter-spacing: normal; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; text-decoration: none; float: none; =
display: inline !important;" class=3D"">Two items are numbered =
6.</span><br style=3D"caret-color: rgb(0, 0, 0); font-family: Helvetica; =
font-size: 12px; font-style: normal; font-variant-caps: normal; =
font-weight: normal; letter-spacing: normal; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; =
word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: =
none;" class=3D""><br style=3D"caret-color: rgb(0, 0, 0); font-family: =
Helvetica; font-size: 12px; font-style: normal; font-variant-caps: =
normal; font-weight: normal; letter-spacing: normal; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; =
word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: =
none;" class=3D""><span style=3D"caret-color: rgb(0, 0, 0); font-family: =
Helvetica; font-size: 12px; font-style: normal; font-variant-caps: =
normal; font-weight: normal; letter-spacing: normal; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; =
word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: =
none; float: none; display: inline !important;" class=3D"">"and and" in =
"two or three review and and change cycles"</span><br =
style=3D"caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: =
12px; font-style: normal; font-variant-caps: normal; font-weight: =
normal; letter-spacing: normal; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; text-decoration: none;" class=3D""><br =
style=3D"caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: =
12px; font-style: normal; font-variant-caps: normal; font-weight: =
normal; letter-spacing: normal; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; text-decoration: none;" class=3D""><span =
style=3D"caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: =
12px; font-style: normal; font-variant-caps: normal; font-weight: =
normal; letter-spacing: normal; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; text-decoration: none; float: none; =
display: inline !important;" class=3D"">On Thu, Jun 25, 2020, at 12:15, =
Jay Daley wrote:</span><br style=3D"caret-color: rgb(0, 0, 0); =
font-family: Helvetica; font-size: 12px; font-style: normal; =
font-variant-caps: normal; font-weight: normal; letter-spacing: normal; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; =
text-decoration: none;" class=3D""><blockquote type=3D"cite" =
style=3D"font-family: Helvetica; font-size: 12px; font-style: normal; =
font-variant-caps: normal; font-weight: normal; letter-spacing: normal; =
orphans: auto; text-align: start; text-indent: 0px; text-transform: =
none; white-space: normal; widows: auto; word-spacing: 0px; =
-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; =
text-decoration: none;" class=3D"">In support of the work of the Tools =
Architecture and Strategy Team<span =
class=3D"Apple-converted-space">&nbsp;</span><br class=3D"">(TAS), an =
RFP will be issued for a "Review of the current landscape of<span =
class=3D"Apple-converted-space">&nbsp;</span><br class=3D"">IETF =
document processing tools". &nbsp;A draft SoW is below and I =
welcome<span class=3D"Apple-converted-space">&nbsp;</span><br =
class=3D"">your comments/feedback on it.<br class=3D""><br =
class=3D"">Jay<br class=3D""><br class=3D""><br class=3D""># Overview<br =
class=3D"">The IETF seeks a contractor to review the current landscape =
of tools<span class=3D"Apple-converted-space">&nbsp;</span><br =
class=3D"">that have been specifically designed to be used by the IETF =
community<span class=3D"Apple-converted-space">&nbsp;</span><br =
class=3D"">to work with IETF documents (I-Ds and RFCs) and to build a =
dataset<span class=3D"Apple-converted-space">&nbsp;</span><br =
class=3D"">about these tools, including technical details, maintenance =
processes,<span class=3D"Apple-converted-space">&nbsp;</span><br =
class=3D"">licensing and others, and further to determine what parts of =
the<span class=3D"Apple-converted-space">&nbsp;</span><br =
class=3D"">document production, management and usage lifecycle each tool =
supports.<br class=3D""><br class=3D""># Deliverables<br class=3D""><br =
class=3D"">## Dataset<br class=3D"">This data is to be presented in a =
table using simple scales and<span =
class=3D"Apple-converted-space">&nbsp;</span><br =
class=3D"">classifications in addition to any supporting narrative. =
&nbsp;For example,<span class=3D"Apple-converted-space">&nbsp;</span><br =
class=3D"">for licensing, a simple classification may include "GPL =
v3,<span class=3D"Apple-converted-space">&nbsp;</span><br =
class=3D"">Proprietary, BSD-like" and more.<br class=3D""><br =
class=3D"">The data to be collected is:<br class=3D""><br class=3D"">1. =
&nbsp;A full catalog of tools, including all the relevant tools at<span =
class=3D"Apple-converted-space">&nbsp;</span><br class=3D""><a =
href=3D"https://tools.ietf.org" class=3D"">https://tools.ietf.org</a> =
and other tools that are not listed there but<span =
class=3D"Apple-converted-space">&nbsp;</span><br class=3D"">are known to =
be in use. &nbsp;&nbsp;The contractor will be responsible for<span =
class=3D"Apple-converted-space">&nbsp;</span><br class=3D"">drawing up =
the list, which will then be reviewed, possibly iterated and<span =
class=3D"Apple-converted-space">&nbsp;</span><br class=3D"">approved.<br =
class=3D""><br class=3D"">2. &nbsp;Details of the maintainer(s) of each =
tool<br class=3D""><br class=3D"">3. &nbsp;The licensing of the tool =
(simple classification)<br class=3D""><br class=3D"">4. &nbsp;The =
technical environment each tool is intended to work in (OS,<span =
class=3D"Apple-converted-space">&nbsp;</span><br class=3D"">packages, =
containers, etc)<br class=3D""><br class=3D"">5. &nbsp;How each tool is =
maintained, including<br class=3D"">- where the source code is =
located<br class=3D"">- how issues are raised (simple classification)<br =
class=3D"">- the level of version control and release management in use =
(on a simple scale)<br class=3D"">- how comprehensive the test coverage =
is (on a simple scale)<span =
class=3D"Apple-converted-space">&nbsp;</span><br class=3D"">- the form =
of testing framework in use (simple classification)<br class=3D""><br =
class=3D"">6. &nbsp;A subjective assessment of the current maintained =
state of the tool<span class=3D"Apple-converted-space">&nbsp;</span><br =
class=3D"">(on a simple scale)<br class=3D""><br class=3D"">6. &nbsp;A =
subjective assessment of the suitability of each tool (on a<span =
class=3D"Apple-converted-space">&nbsp;</span><br class=3D"">simple =
scale), based on 3, 4, 5 and 6 above.<br class=3D""><br class=3D"">7. =
&nbsp;What stages of the document lifecycle (see below) each tools =
covers.<br class=3D""><br class=3D"">## Document lifecycle<br =
class=3D"">As part of this work, the contractor will need to construct a =
model of<span class=3D"Apple-converted-space">&nbsp;</span><br =
class=3D"">the IETF document lifecycle including document production =
(authoring,<span class=3D"Apple-converted-space">&nbsp;</span><br =
class=3D"">review, format conversion, etc), document access (download =
tools,<span class=3D"Apple-converted-space">&nbsp;</span><br =
class=3D"">search tools, etc) and document usage (extracting certain =
parts, etc). &nbsp;<br class=3D"">This is only to cover the work carried =
out by the IETF community and<span =
class=3D"Apple-converted-space">&nbsp;</span><br class=3D"">not the work =
of the RFC Production Centre.<br class=3D""><br class=3D"">There are no =
templates for this model and it is expected that there<span =
class=3D"Apple-converted-space">&nbsp;</span><br class=3D"">will be two =
or three review and and change cycles.<br class=3D""><br class=3D"">## =
Coverage map<br class=3D"">The information collected above is =
additionally to be presented in some<span =
class=3D"Apple-converted-space">&nbsp;</span><br class=3D"">form of map =
showing each tool and each stage, the coverage of each<span =
class=3D"Apple-converted-space">&nbsp;</span><br class=3D"">stage in the =
lifecycle and the subjective assessment of the suitability<span =
class=3D"Apple-converted-space">&nbsp;</span><br class=3D"">of each =
tool.<br class=3D""><br class=3D""><br class=3D""><br class=3D""><br =
class=3D"">--<span class=3D"Apple-converted-space">&nbsp;</span><br =
class=3D"">Jay Daley<br class=3D"">IETF Executive Director<br =
class=3D""><a href=3D"mailto:jay@ietf.org" class=3D"">jay@ietf.org</a><br =
class=3D""><br class=3D"">--<span =
class=3D"Apple-converted-space">&nbsp;</span><br class=3D"">Tools-arch =
mailing list<br class=3D""><a href=3D"mailto:Tools-arch@ietf.org" =
class=3D"">Tools-arch@ietf.org</a><br class=3D""><a =
href=3D"https://www.ietf.org/mailman/listinfo/tools-arch" =
class=3D"">https://www.ietf.org/mailman/listinfo/tools-arch</a><br =
class=3D""><br class=3D""></blockquote><br style=3D"caret-color: rgb(0, =
0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; =
font-variant-caps: normal; font-weight: normal; letter-spacing: normal; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; =
text-decoration: none;" class=3D""><span style=3D"caret-color: rgb(0, 0, =
0); font-family: Helvetica; font-size: 12px; font-style: normal; =
font-variant-caps: normal; font-weight: normal; letter-spacing: normal; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; =
text-decoration: none; float: none; display: inline !important;" =
class=3D"">--<span class=3D"Apple-converted-space">&nbsp;</span></span><br=
 style=3D"caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: =
12px; font-style: normal; font-variant-caps: normal; font-weight: =
normal; letter-spacing: normal; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; text-decoration: none;" class=3D""><span =
style=3D"caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: =
12px; font-style: normal; font-variant-caps: normal; font-weight: =
normal; letter-spacing: normal; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; text-decoration: none; float: none; =
display: inline !important;" class=3D"">Tools-arch mailing =
list</span><br style=3D"caret-color: rgb(0, 0, 0); font-family: =
Helvetica; font-size: 12px; font-style: normal; font-variant-caps: =
normal; font-weight: normal; letter-spacing: normal; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; =
word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: =
none;" class=3D""><a href=3D"mailto:Tools-arch@ietf.org" =
style=3D"font-family: Helvetica; font-size: 12px; font-style: normal; =
font-variant-caps: normal; font-weight: normal; letter-spacing: normal; =
orphans: auto; text-align: start; text-indent: 0px; text-transform: =
none; white-space: normal; widows: auto; word-spacing: 0px; =
-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" =
class=3D"">Tools-arch@ietf.org</a><br style=3D"caret-color: rgb(0, 0, =
0); font-family: Helvetica; font-size: 12px; font-style: normal; =
font-variant-caps: normal; font-weight: normal; letter-spacing: normal; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; =
text-decoration: none;" class=3D""><a =
href=3D"https://www.ietf.org/mailman/listinfo/tools-arch" =
style=3D"font-family: Helvetica; font-size: 12px; font-style: normal; =
font-variant-caps: normal; font-weight: normal; letter-spacing: normal; =
orphans: auto; text-align: start; text-indent: 0px; text-transform: =
none; white-space: normal; widows: auto; word-spacing: 0px; =
-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" =
class=3D"">https://www.ietf.org/mailman/listinfo/tools-arch</a></div></blo=
ckquote></div><br class=3D""><div class=3D"">
<div dir=3D"auto" style=3D"caret-color: rgb(0, 0, 0); color: rgb(0, 0, =
0); letter-spacing: normal; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: =
break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" =
class=3D""><div dir=3D"auto" style=3D"caret-color: rgb(0, 0, 0); color: =
rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: =
0px; text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: =
break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" =
class=3D""><div dir=3D"auto" style=3D"caret-color: rgb(0, 0, 0); color: =
rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: =
0px; text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: =
break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" =
class=3D""><div>--&nbsp;<br class=3D"">Jay Daley</div><div>IETF =
Executive Director<br class=3D""><a href=3D"mailto:jay@ietf.org" =
class=3D"">jay@ietf.org</a><br class=3D""></div></div></div></div>
</div>
<br class=3D""></body></html>=

--Apple-Mail=_E34DFA2C-E87D-423F-83FE-1AF69D8361E0--


From nobody Thu Jun 25 19:23:16 2020
Return-Path: <jay@ietf.org>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id B598E3A10E7; Thu, 25 Jun 2020 19:23:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.898
X-Spam-Level: 
X-Spam-Status: No, score=-1.898 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mLlfWrmwOhCi; Thu, 25 Jun 2020 19:23:09 -0700 (PDT)
Received: from jays-mbp.localdomain (unknown [158.140.230.105]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPSA id 48F903A1074; Thu, 25 Jun 2020 19:23:08 -0700 (PDT)
From: Jay Daley <jay@ietf.org>
Content-Type: multipart/alternative; boundary="Apple-Mail=_42C7F47E-FD83-4CD4-AFEE-065B645BD888"
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\))
Date: Fri, 26 Jun 2020 14:23:06 +1200
References: <DFF26538-8920-46FC-BF73-E72A74A3A535@ietf.org>
To: tools-arch@ietf.org, tools-discuss@ietf.org
In-Reply-To: <DFF26538-8920-46FC-BF73-E72A74A3A535@ietf.org>
Message-Id: <34D4C033-2BC0-43ED-BFA0-34699EF3EB52@ietf.org>
X-Mailer: Apple Mail (2.3608.80.23.2.2)
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/VGQhm3FXrZAlZy8lRIdtgNth0fA>
Subject: Re: [Tools-discuss] Draft RFP SoW for "Review of the current landscape of IETF document processing tools"
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 26 Jun 2020 02:23:11 -0000

--Apple-Mail=_42C7F47E-FD83-4CD4-AFEE-065B645BD888
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=utf-8

Thanks for all of your comments.  A revised version of the SoW is below, =
which will go to RFP unless I hear anything else.

Thanks to Russ for pointing out that these lists may include people who =
wish to bid for this RFP. and so please note that if this applies to you =
then you should either not provide any comment on the SoW, or declare =
that when providing comment.=20

Jay

=E2=80=94=E2=80=94=20
# SoW - Review of the current landscape of IETF document processing =
tools

## Overview

The IETF seeks a contractor to review the current landscape of tools =
that have been specifically designed to be used by the IETF community to =
work with IETF documents (I-Ds and RFCs) and to build a dataset about =
these tools, including technical details, maintenance processes, =
licensing and others, and further to determine what parts of the =
document production, management and usage lifecycle each tool supports.


## Deliverables

### Deliverable 1 - Dataset

A dataset about the tools containing a combination of text, simple =
scales, simple classifications and supporting narrative.  For example, =
for licensing, a simple classification may include "GPL v3, Proprietary, =
BSD-like" and more.

The dataset is to be provided as raw data in CSV format.

The data to be collected for the dataset is:

1. A full catalog of tools, including all the relevant tools at =
https://tools.ietf.org and other tools that are not listed there but are =
known to be in use.=20
2. Details of the maintainer(s) of each tool
3. The licensing of the tool (simple classification)
4. The technical environment each tool is intended to work in (OS, =
packages, containers, etc)
5. How each tool is maintained, including
    1. where the source code is located
    2. how issues are raised (simple classification)
    3. the level of version control and release management in use (on a =
simple scale)
    4. how comprehensive the test coverage is (on a simple scale)=20
    5. the form of testing framework in use (simple classification)
6. A subjective assessment of the current maintained state of the tool =
(on a simple scale)
7. A subjective assessment of the suitability of each tool (on a simple =
scale), based on 3, 4, 5 and 6 above.
8. What stages of the document lifecycle (see below) each tool covers.


### Deliverable 2 -  Document lifecycle

A model of the IETF document lifecycle including document production =
(authoring, review, format conversion, etc), document access (download =
tools, search tools, etc) and document usage (extracting certain parts, =
etc).  This is only to cover the work carried out by the IETF community =
and not the work of the RFC Production Centre.

There are no templates for this model nor any existing work to build =
upon and so it is expected that this will be entirely new.=20


### Deliverable 3 - Coverage map

Some form of coverage map/infographic showing each tool and each stage =
of the document lifecycle, the coverage of each stage in the lifecycle =
and the subjective assessment of the suitability of each tool.  This =
coverage map should allow at-a-glance understanding of the coverage of =
each stage and each tool including stages covered by multiple tools and =
stages not covered by any tool.

This coverage map is to be supplied in any common vector format.


## Requirements

### Selecting the tools to assess

The contractor will be responsible for drawing up the list of tools to =
be included for approval by the IETF LLC.


### Review and transparency

The IETF is committed to transparency and community engagement and so =
requires this work to be carried out as follows:

1. All three deliverables are to be developed using a public repository =
so that interested parties can see the work as it unfolds.
2. The initial list of tools proposed by the contractor will go out for =
community comment and potentially revised before the final version is =
presented for approval.
3. The maintainers of the tools are to be given every opportunity to =
recommend changes to the data and the assessments within (though the =
contractor retains the final say in what data they choose to include in =
the deliverable), which means:
    1. Any issues or pull requests raised by maintainers on the =
repository are to be considered and responded to.
    2. Once the initial version of the dataset is complete, it will go =
out for community comment and potentially revised.


### Work of the RFC Production Center

The RFC Production Center (RPC) is solely responsible for two steps in =
the document lifecycle:

1. The publication of the RFC, which uses a number of internal tools to =
manage references, assign DOIs and more.=20
2. The conversion of the XML RFC into the long term ar PDF/A format for =
long term archive, which uses commercial software.=20

The tools used solely for the two processes above are not within scope =
for this RFP but these steps should appear in the document lifecycle and =
coverage map.


## Additional Details

None.
=E2=80=94=E2=80=94=20


--=20
Jay Daley
IETF Executive Director
jay@ietf.org


--Apple-Mail=_42C7F47E-FD83-4CD4-AFEE-065B645BD888
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
	charset=utf-8

<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html; =
charset=3Dutf-8"></head><body style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; line-break: after-white-space;" class=3D""><div =
class=3D"">Thanks for all of your comments. &nbsp;A revised version of =
the SoW is below, which will go to RFP unless I hear anything =
else.</div><div class=3D""><br class=3D""></div><div class=3D"">Thanks =
to Russ for pointing out that these lists may include people who wish to =
bid for this RFP. and so please note that if this applies to you then =
you should either not provide any comment on the SoW, or declare that =
when providing comment.&nbsp;</div><div class=3D""><br =
class=3D""></div><div class=3D"">Jay</div><div class=3D""><br =
class=3D""></div><div class=3D"">=E2=80=94=E2=80=94&nbsp;</div><div =
class=3D""><div class=3D""># SoW - Review of the current landscape of =
IETF document processing tools</div><div class=3D""><br =
class=3D""></div><div class=3D"">## Overview</div><div class=3D""><br =
class=3D""></div><div class=3D"">The IETF seeks a contractor to review =
the current landscape of tools that have been specifically designed to =
be used by the IETF community to work with IETF documents (I-Ds and =
RFCs) and to build a dataset about these tools, including technical =
details, maintenance processes, licensing and others, and further to =
determine what parts of the document production, management and usage =
lifecycle each tool supports.</div><div class=3D""><br =
class=3D""></div><div class=3D""><br class=3D""></div><div class=3D"">## =
Deliverables</div><div class=3D""><br class=3D""></div><div class=3D"">###=
 Deliverable 1 - Dataset</div><div class=3D""><br class=3D""></div><div =
class=3D"">A dataset about the tools containing a combination of text, =
simple scales, simple classifications and supporting narrative. =
&nbsp;For example, for licensing, a simple classification may include =
"GPL v3, Proprietary, BSD-like" and more.</div><div class=3D""><br =
class=3D""></div><div class=3D"">The dataset is to be provided as raw =
data in CSV format.</div><div class=3D""><br class=3D""></div><div =
class=3D"">The data to be collected for the dataset is:</div><div =
class=3D""><br class=3D""></div><div class=3D"">1. A full catalog of =
tools, including all the relevant tools at <a =
href=3D"https://tools.ietf.org" class=3D"">https://tools.ietf.org</a> =
and other tools that are not listed there but are known to be in =
use.&nbsp;</div><div class=3D"">2. Details of the maintainer(s) of each =
tool</div><div class=3D"">3. The licensing of the tool (simple =
classification)</div><div class=3D"">4. The technical environment each =
tool is intended to work in (OS, packages, containers, etc)</div><div =
class=3D"">5. How each tool is maintained, including</div><div =
class=3D"">&nbsp; &nbsp; 1. where the source code is located</div><div =
class=3D"">&nbsp; &nbsp; 2. how issues are raised (simple =
classification)</div><div class=3D"">&nbsp; &nbsp; 3. the level of =
version control and release management in use (on a simple =
scale)</div><div class=3D"">&nbsp; &nbsp; 4. how comprehensive the test =
coverage is (on a simple scale)&nbsp;</div><div class=3D"">&nbsp; &nbsp; =
5. the form of testing framework in use (simple =
classification)</div><div class=3D"">6. A subjective assessment of the =
current maintained state of the tool (on a simple scale)</div><div =
class=3D"">7. A subjective assessment of the suitability of each tool =
(on a simple scale), based on 3, 4, 5 and 6 above.</div><div class=3D"">8.=
 What stages of the document lifecycle (see below) each tool =
covers.</div><div class=3D""><br class=3D""></div><div class=3D""><br =
class=3D""></div><div class=3D"">### Deliverable 2 - &nbsp;Document =
lifecycle</div><div class=3D""><br class=3D""></div><div class=3D"">A =
model of the IETF document lifecycle including document production =
(authoring, review, format conversion, etc), document access (download =
tools, search tools, etc) and document usage (extracting certain parts, =
etc). &nbsp;This is only to cover the work carried out by the IETF =
community and not the work of the RFC Production Centre.</div><div =
class=3D""><br class=3D""></div><div class=3D"">There are no templates =
for this model nor any existing work to build upon and so it is expected =
that this will be entirely new.&nbsp;</div><div class=3D""><br =
class=3D""></div><div class=3D""><br class=3D""></div><div class=3D"">### =
Deliverable 3 - Coverage map</div><div class=3D""><br =
class=3D""></div><div class=3D"">Some form of coverage map/infographic =
showing each tool and each stage of the document lifecycle, the coverage =
of each stage in the lifecycle and the subjective assessment of the =
suitability of each tool. &nbsp;This coverage map should allow =
at-a-glance understanding of the coverage of each stage and each tool =
including stages covered by multiple tools and stages not covered by any =
tool.</div><div class=3D""><br class=3D""></div><div class=3D"">This =
coverage map is to be supplied in any common vector format.</div><div =
class=3D""><br class=3D""></div><div class=3D""><br class=3D""></div><div =
class=3D"">## Requirements</div><div class=3D""><br class=3D""></div><div =
class=3D"">### Selecting the tools to assess</div><div class=3D""><br =
class=3D""></div><div class=3D"">The contractor will be responsible for =
drawing up the list of tools to be included for approval by the IETF =
LLC.</div><div class=3D""><br class=3D""></div><div class=3D""><br =
class=3D""></div><div class=3D"">### Review and transparency</div><div =
class=3D""><br class=3D""></div><div class=3D"">The IETF is committed to =
transparency and community engagement and so requires this work to be =
carried out as follows:</div><div class=3D""><br class=3D""></div><div =
class=3D"">1. All three deliverables are to be developed using a public =
repository so that interested parties can see the work as it =
unfolds.</div><div class=3D"">2. The initial list of tools proposed by =
the contractor will go out for community comment and potentially revised =
before the final version is presented for approval.</div><div =
class=3D"">3. The maintainers of the tools are to be given every =
opportunity to recommend changes to the data and the assessments within =
(though the contractor retains the final say in what data they choose to =
include in the deliverable), which means:</div><div class=3D"">&nbsp; =
&nbsp; 1. Any issues or pull requests raised by maintainers on the =
repository are to be considered and responded to.</div><div =
class=3D"">&nbsp; &nbsp; 2. Once the initial version of the dataset is =
complete, it will go out for community comment and potentially =
revised.</div><div class=3D""><br class=3D""></div><div class=3D""><br =
class=3D""></div><div class=3D"">### Work of the RFC Production =
Center</div><div class=3D""><br class=3D""></div><div class=3D"">The RFC =
Production Center (RPC) is solely responsible for two steps in the =
document lifecycle:</div><div class=3D""><br class=3D""></div><div =
class=3D"">1. The publication of the RFC, which uses a number of =
internal tools to manage references, assign DOIs and =
more.&nbsp;</div><div class=3D"">2. The conversion of the XML RFC into =
the long term ar PDF/A format for long term archive, which uses =
commercial software.&nbsp;</div><div class=3D""><br class=3D""></div><div =
class=3D"">The tools used solely for the two processes above are not =
within scope for this RFP but these steps should appear in the document =
lifecycle and coverage map.</div><div class=3D""><br class=3D""></div><div=
 class=3D""><br class=3D""></div><div class=3D"">## Additional =
Details</div><div class=3D""><br class=3D""></div><div =
class=3D"">None.</div></div><div class=3D"">=E2=80=94=E2=80=94&nbsp;</div>=
<div class=3D""><br class=3D""></div><br class=3D""><div class=3D"">
<div dir=3D"auto" style=3D"caret-color: rgb(0, 0, 0); color: rgb(0, 0, =
0); letter-spacing: normal; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: =
break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" =
class=3D""><div dir=3D"auto" style=3D"caret-color: rgb(0, 0, 0); color: =
rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: =
0px; text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: =
break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" =
class=3D""><div dir=3D"auto" style=3D"caret-color: rgb(0, 0, 0); color: =
rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: =
0px; text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: =
break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" =
class=3D""><div>--&nbsp;<br class=3D"">Jay Daley</div><div>IETF =
Executive Director<br class=3D""><a href=3D"mailto:jay@ietf.org" =
class=3D"">jay@ietf.org</a><br class=3D""></div></div></div></div>
</div>
<br class=3D""></body></html>=

--Apple-Mail=_42C7F47E-FD83-4CD4-AFEE-065B645BD888--


From nobody Thu Jun 25 19:29:26 2020
Return-Path: <jay@ietf.org>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C355D3A10CB; Thu, 25 Jun 2020 19:29:24 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.898
X-Spam-Level: 
X-Spam-Status: No, score=-1.898 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Z53rAD32P2DZ; Thu, 25 Jun 2020 19:29:23 -0700 (PDT)
Received: from jays-mbp.localdomain (unknown [158.140.230.105]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPSA id 954F83A10F6; Thu, 25 Jun 2020 19:29:17 -0700 (PDT)
From: Jay Daley <jay@ietf.org>
Content-Type: multipart/alternative; boundary="Apple-Mail=_6511DE79-4053-446A-B6A9-5E5BB0047196"
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\))
Date: Fri, 26 Jun 2020 14:29:15 +1200
References: <DFF26538-8920-46FC-BF73-E72A74A3A535@ietf.org> <34D4C033-2BC0-43ED-BFA0-34699EF3EB52@ietf.org>
To: tools-arch@ietf.org, tools-discuss@ietf.org
In-Reply-To: <34D4C033-2BC0-43ED-BFA0-34699EF3EB52@ietf.org>
Message-Id: <6886246A-8B94-4E59-8808-6EA8FCB79691@ietf.org>
X-Mailer: Apple Mail (2.3608.80.23.2.2)
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/QpSq4nAW0tMHAasBp22a0-mog1Y>
Subject: Re: [Tools-discuss] Draft RFP SoW for "Review of the current landscape of IETF document processing tools"
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 26 Jun 2020 02:29:25 -0000

--Apple-Mail=_6511DE79-4053-446A-B6A9-5E5BB0047196
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=utf-8

Sorry, some minor changes, please use this version and please remember =
that if you wish to bid for the RFP then you should either not provide =
any comment on the SoW, or declare that when providing comment.=20

Jay

=E2=80=94=E2=80=94=20
# SoW - Review of the current landscape of IETF document processing =
tools

## Overview

The IETF seeks a contractor to review the current landscape of tools =
that have been specifically designed to be used by the IETF community to =
work with IETF documents (I-Ds and RFCs) and to build a dataset about =
these tools, including technical details, maintenance processes, =
licensing and others, and further to determine what parts of the =
document production, management and usage lifecycle each tool supports.


## Deliverables

### Deliverable 1 - Dataset

A dataset about the tools containing a combination of text, simple =
scales, simple classifications and supporting narrative.  For example, =
for licensing, a simple classification may include "GPL v3, Proprietary, =
BSD-like" and more.

The dataset is to be provided as raw data in CSV format.

The data to be collected for the dataset is:

1. A full catalog of tools, including all the relevant tools at =
https://tools.ietf.org and other tools that are not listed there but are =
known to be in use.=20
2. Details of the maintainer(s) of each tool
3. The licensing of the tool (simple classification)
4. The technical environment each tool is intended to work in (OS, =
packages, containers, etc)
5. How each tool is maintained, including
    1. where the source code is located
    2. how issues are raised (simple classification)
    3. the level of version control and release management in use (on a =
simple scale)
    4. how comprehensive the test coverage is (on a simple scale)=20
    5. the form of testing framework in use (simple classification)
6. A subjective assessment of the current maintained state of the tool =
(on a simple scale)
7. A subjective assessment of the suitability of each tool (on a simple =
scale), based on 3, 4, 5 and 6 above.
8. What stages of the document lifecycle (see below) each tool covers.


### Deliverable 2 -  Document lifecycle

A model of the IETF document lifecycle including document production =
(authoring, review, format conversion, etc), document access (download =
tools, search tools, etc) and document usage (extracting certain parts, =
etc).  This is only to cover the work carried out by the IETF community =
and not the work of the RFC Production Centre.

There are no templates for this model nor any existing work to build =
upon and so it is expected that this will be entirely new.=20


### Deliverable 3 - Coverage map

Some form of coverage map/infographic showing each tool and each stage =
of the document lifecycle, the coverage of each stage in the lifecycle =
and the subjective assessment of the suitability of each tool.  This =
coverage map should allow at-a-glance understanding of the coverage of =
each stage and each tool including stages covered by multiple tools and =
stages not covered by any tool.

This coverage map is to be supplied in any common vector format.


## Requirements

### Selecting the tools to assess

The contractor will be responsible for drawing up the list of tools to =
be included for approval by the IETF LLC.


### Review and transparency

The IETF is committed to transparency and community engagement and so =
requires this work to be carried out as follows:

1. All three deliverables are to be developed using a public repository =
so that interested parties can see the work as it unfolds.
2. The initial list of tools proposed by the contractor will go out for =
community comment and the contractor will need to consider the feedback =
and potentially revise the list before the final version is presented =
for approval.
3. The maintainers of the tools are to be given every opportunity to =
recommend changes to the data and the assessments within (though the =
contractor retains the final say in what data they choose to include in =
the deliverable), which means:
    1. Any issues or pull requests raised by maintainers on the =
repository are to be considered and responded to.
    2. Once the initial version of the dataset is complete, it will go =
out for community comment and the contractor will need to consider the =
feedback and potentially revise the dataset before the final version is =
delivered.
4. The initial versions of the document lifecycle and coverage map will =
also go out for community feedback and the contractor will need to =
consider the feedback and potentially revise these before the final =
versions are delivered.


### Work of the RFC Production Center

The RFC Production Center (RPC) is solely responsible for two steps in =
the document lifecycle:

1. The publication of the RFC, which uses a number of internal tools to =
manage references, assign DOIs and more.=20
2. The conversion of the XML RFC into the long term ar PDF/A format for =
long term archive, which uses commercial software.=20

The tools used solely for the two processes above are not within scope =
for this RFP but these steps should appear in the document lifecycle and =
coverage map.


## Additional Details

None.

=E2=80=94=E2=80=94=20


--=20
Jay Daley
IETF Executive Director
jay@ietf.org


--Apple-Mail=_6511DE79-4053-446A-B6A9-5E5BB0047196
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
	charset=utf-8

<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html; =
charset=3Dutf-8"></head><body style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; line-break: after-white-space;" =
class=3D"">Sorry, some minor changes, please use this version and please =
remember that if you wish to bid for the RFP then you should either not =
provide any comment on the SoW, or declare that when providing =
comment.&nbsp;<div class=3D""><br class=3D""></div><div class=3D"">Jay<br =
class=3D""><div class=3D""><br class=3D""></div><div =
class=3D"">=E2=80=94=E2=80=94&nbsp;</div><div class=3D""><div class=3D"">#=
 SoW - Review of the current landscape of IETF document processing =
tools</div><div class=3D""><br class=3D""></div><div class=3D"">## =
Overview</div><div class=3D""><br class=3D""></div><div class=3D"">The =
IETF seeks a contractor to review the current landscape of tools that =
have been specifically designed to be used by the IETF community to work =
with IETF documents (I-Ds and RFCs) and to build a dataset about these =
tools, including technical details, maintenance processes, licensing and =
others, and further to determine what parts of the document production, =
management and usage lifecycle each tool supports.</div><div =
class=3D""><br class=3D""></div><div class=3D""><br class=3D""></div><div =
class=3D"">## Deliverables</div><div class=3D""><br class=3D""></div><div =
class=3D"">### Deliverable 1 - Dataset</div><div class=3D""><br =
class=3D""></div><div class=3D"">A dataset about the tools containing a =
combination of text, simple scales, simple classifications and =
supporting narrative. &nbsp;For example, for licensing, a simple =
classification may include "GPL v3, Proprietary, BSD-like" and =
more.</div><div class=3D""><br class=3D""></div><div class=3D"">The =
dataset is to be provided as raw data in CSV format.</div><div =
class=3D""><br class=3D""></div><div class=3D"">The data to be collected =
for the dataset is:</div><div class=3D""><br class=3D""></div><div =
class=3D"">1. A full catalog of tools, including all the relevant tools =
at <a href=3D"https://tools.ietf.org" =
class=3D"">https://tools.ietf.org</a> and other tools that are not =
listed there but are known to be in use.&nbsp;</div><div class=3D"">2. =
Details of the maintainer(s) of each tool</div><div class=3D"">3. The =
licensing of the tool (simple classification)</div><div class=3D"">4. =
The technical environment each tool is intended to work in (OS, =
packages, containers, etc)</div><div class=3D"">5. How each tool is =
maintained, including</div><div class=3D"">&nbsp; &nbsp; 1. where the =
source code is located</div><div class=3D"">&nbsp; &nbsp; 2. how issues =
are raised (simple classification)</div><div class=3D"">&nbsp; &nbsp; 3. =
the level of version control and release management in use (on a simple =
scale)</div><div class=3D"">&nbsp; &nbsp; 4. how comprehensive the test =
coverage is (on a simple scale)&nbsp;</div><div class=3D"">&nbsp; &nbsp; =
5. the form of testing framework in use (simple =
classification)</div><div class=3D"">6. A subjective assessment of the =
current maintained state of the tool (on a simple scale)</div><div =
class=3D"">7. A subjective assessment of the suitability of each tool =
(on a simple scale), based on 3, 4, 5 and 6 above.</div><div class=3D"">8.=
 What stages of the document lifecycle (see below) each tool =
covers.</div><div class=3D""><br class=3D""></div><div class=3D""><br =
class=3D""></div><div class=3D"">### Deliverable 2 - &nbsp;Document =
lifecycle</div><div class=3D""><br class=3D""></div><div class=3D"">A =
model of the IETF document lifecycle including document production =
(authoring, review, format conversion, etc), document access (download =
tools, search tools, etc) and document usage (extracting certain parts, =
etc). &nbsp;This is only to cover the work carried out by the IETF =
community and not the work of the RFC Production Centre.</div><div =
class=3D""><br class=3D""></div><div class=3D"">There are no templates =
for this model nor any existing work to build upon and so it is expected =
that this will be entirely new.&nbsp;</div><div class=3D""><br =
class=3D""></div><div class=3D""><br class=3D""></div><div class=3D"">### =
Deliverable 3 - Coverage map</div><div class=3D""><br =
class=3D""></div><div class=3D"">Some form of coverage map/infographic =
showing each tool and each stage of the document lifecycle, the coverage =
of each stage in the lifecycle and the subjective assessment of the =
suitability of each tool. &nbsp;This coverage map should allow =
at-a-glance understanding of the coverage of each stage and each tool =
including stages covered by multiple tools and stages not covered by any =
tool.</div><div class=3D""><br class=3D""></div><div class=3D"">This =
coverage map is to be supplied in any common vector format.</div><div =
class=3D""><br class=3D""></div><div class=3D""><br class=3D""></div><div =
class=3D"">## Requirements</div><div class=3D""><br class=3D""></div><div =
class=3D"">### Selecting the tools to assess</div><div class=3D""><br =
class=3D""></div><div class=3D"">The contractor will be responsible for =
drawing up the list of tools to be included for approval by the IETF =
LLC.</div><div class=3D""><br class=3D""></div><div class=3D""><br =
class=3D""></div><div class=3D"">### Review and transparency</div><div =
class=3D""><br class=3D""></div><div class=3D"">The IETF is committed to =
transparency and community engagement and so requires this work to be =
carried out as follows:</div><div class=3D""><br class=3D""></div><div =
class=3D"">1. All three deliverables are to be developed using a public =
repository so that interested parties can see the work as it =
unfolds.</div><div class=3D"">2. The initial list of tools proposed by =
the contractor will go out for community comment and the contractor will =
need to consider the feedback and potentially revise the list before the =
final version is presented for approval.</div><div class=3D"">3. The =
maintainers of the tools are to be given every opportunity to recommend =
changes to the data and the assessments within (though the contractor =
retains the final say in what data they choose to include in the =
deliverable), which means:</div><div class=3D"">&nbsp; &nbsp; 1. Any =
issues or pull requests raised by maintainers on the repository are to =
be considered and responded to.</div><div class=3D"">&nbsp; &nbsp; 2. =
Once the initial version of the dataset is complete, it will go out for =
community comment and the contractor will need to consider the feedback =
and potentially revise the dataset before the final version is =
delivered.</div><div class=3D"">4. The initial versions of the document =
lifecycle and coverage map will also go out for community feedback and =
the contractor will need to consider the feedback and potentially revise =
these before the final versions are delivered.</div><div class=3D""><br =
class=3D""></div><div class=3D""><br class=3D""></div><div class=3D"">### =
Work of the RFC Production Center</div><div class=3D""><br =
class=3D""></div><div class=3D"">The RFC Production Center (RPC) is =
solely responsible for two steps in the document lifecycle:</div><div =
class=3D""><br class=3D""></div><div class=3D"">1. The publication of =
the RFC, which uses a number of internal tools to manage references, =
assign DOIs and more.&nbsp;</div><div class=3D"">2. The conversion of =
the XML RFC into the long term ar PDF/A format for long term archive, =
which uses commercial software.&nbsp;</div><div class=3D""><br =
class=3D""></div><div class=3D"">The tools used solely for the two =
processes above are not within scope for this RFP but these steps should =
appear in the document lifecycle and coverage map.</div><div =
class=3D""><br class=3D""></div><div class=3D""><br class=3D""></div><div =
class=3D"">## Additional Details</div><div class=3D""><br =
class=3D""></div><div class=3D"">None.</div><div class=3D""><br =
class=3D""></div><div class=3D"">=E2=80=94=E2=80=94&nbsp;</div><div><br =
class=3D""></div><br class=3D""><div class=3D"">
<div dir=3D"auto" style=3D"caret-color: rgb(0, 0, 0); color: rgb(0, 0, =
0); letter-spacing: normal; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: =
break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" =
class=3D""><div dir=3D"auto" style=3D"caret-color: rgb(0, 0, 0); color: =
rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: =
0px; text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: =
break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" =
class=3D""><div dir=3D"auto" style=3D"caret-color: rgb(0, 0, 0); color: =
rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: =
0px; text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: =
break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" =
class=3D""><div>--&nbsp;<br class=3D"">Jay Daley</div><div>IETF =
Executive Director<br class=3D""><a href=3D"mailto:jay@ietf.org" =
class=3D"">jay@ietf.org</a><br class=3D""></div></div></div></div>
</div>
<br class=3D""></div></div></body></html>=

--Apple-Mail=_6511DE79-4053-446A-B6A9-5E5BB0047196--


From nobody Thu Jun 25 23:55:03 2020
Return-Path: <mt@lowentropy.net>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id DBA0C3A116F for <tools-discuss@ietfa.amsl.com>; Thu, 25 Jun 2020 23:55:01 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.098
X-Spam-Level: 
X-Spam-Status: No, score=-2.098 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=lowentropy.net header.b=Qs1E4tBc; dkim=pass (2048-bit key) header.d=messagingengine.com header.b=kqeD+LZH
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GArD_bKCkruY for <tools-discuss@ietfa.amsl.com>; Thu, 25 Jun 2020 23:55:00 -0700 (PDT)
Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1B4B23A1161 for <tools-discuss@ietf.org>; Thu, 25 Jun 2020 23:55:00 -0700 (PDT)
Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 517A75C00BA for <tools-discuss@ietf.org>; Fri, 26 Jun 2020 02:54:59 -0400 (EDT)
Received: from imap2 ([10.202.2.52]) by compute2.internal (MEProxy); Fri, 26 Jun 2020 02:54:59 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lowentropy.net; h=mime-version:message-id:date:from:to:subject:content-type; s= fm2; bh=kIAGMQ/eUPDk9e1wI/JqkWeoFwWM3wu3KCoV8lP4uNI=; b=Qs1E4tBc K/vltrqDBeJpw+zJViyeqq4NeJ3QXaeXV37HJrf5WKGbJkAzxdo9zk8bwlWqhGPW CZgq6FTLkd3ibUZhdS8lf7j05Zl6TTpeY6TolCOqH0BoROnWX5GsR9FDmrrkVhdQ JiY1ZnwpAEr80jEC8kKZidIRkRLvxvoVMvEKEcqWBVXYeCMp51pLl9w9PZeshlVW CMgD0hPIjGH43nZv6xrMGiD5NVAvJJ/giPhP1kSPQDZRsgWFNwEmk/audeqc3nsz JAj10Wt6EMZ8Qw/ot5ojeJbZli3TIuYGGUCwwB7y2oU3YznEUlL7rIYkD6tfbfql xd7LAjqoXpn9uQ==
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:message-id :mime-version:subject:to:x-me-proxy:x-me-proxy:x-me-sender :x-me-sender:x-sasl-enc; s=fm3; bh=kIAGMQ/eUPDk9e1wI/JqkWeoFwWM3 wu3KCoV8lP4uNI=; b=kqeD+LZHQI/tEOvb78iInEZB+nsKljYsdmA/+I8JT6BEp aYYJRVqqpCt3T6Ncvq0tguDnswD0gfodGtV7RUHOhjwlNwnRFNeeKdcLy+R8/9wf RQvqY7TNsRIdWVTXAfWfrOkKBGcwnFCzX7WKQrKnCOGWRDveRaAOZetkn4Vr2yy5 tRB/eJNkAnofDyJ00dEDDzpZwnEI8+DiaD8wYrJY5PHVnIvNGnrLKR6h5cVbKWnd 4admkCojyaXOqVbCzi4YaX8wO+OAed40mcggWzk0WwMWWqhgO9/RMb9wTUz5q7Hx GnosHRlpNIfUUaQXizhTYeWF3htpblRzC4B9Pt3Ng==
X-ME-Sender: <xms:w5v1XtCOC9kHFoFpIkfp_hevG1kB4vtT4ih3vpFAXuUgESOTfr98AQ>
X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrudeltddguddufecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecunecujfgurhepofgfggfkfffhvffutgesthdtre dtreertdenucfhrhhomhepfdforghrthhinhcuvfhhohhmshhonhdfuceomhhtsehlohif vghnthhrohhphidrnhgvtheqnecuggftrfgrthhtvghrnhepgeeuheeujedvieevffehvd ekgeffkefggfdtteelfeekfeeftdejhfdtuddvuddtnecuffhomhgrihhnpehgihhthhhu sgdrtghomhenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhroh hmpehmtheslhhofigvnhhtrhhophihrdhnvght
X-ME-Proxy: <xmx:w5v1XrjK8BtACYbHr9gXQWQx-xTFgjyOZN51psKS_4RWNaCxvYjbTg> <xmx:w5v1Xon4p6RjEbJXS0300c4nOWOxxXkDZcX1_e0DAKTz9NxBi5AhNw> <xmx:w5v1XnxU_zXjQa-d6_6IFcEZszFBf-Y289V5fjm3pTmeQ8B-2Slzrg> <xmx:w5v1XgBLy4pg63alxmwwUHoqIy2BSj8O_nTx6Rky_o9yrYkPa11peg>
Received: by mailuser.nyi.internal (Postfix, from userid 501) id EDB70E00A8; Fri, 26 Jun 2020 02:54:58 -0400 (EDT)
X-Mailer: MessagingEngine.com Webmail Interface
User-Agent: Cyrus-JMAP/3.3.0-dev0-543-gda70334-fm-20200618.004-gda703345
Mime-Version: 1.0
Message-Id: <c14c244a-501f-4a97-83e6-de2da0e4bc3d@www.fastmail.com>
Date: Fri, 26 Jun 2020 16:54:13 +1000
From: "Martin Thomson" <mt@lowentropy.net>
To: tools-discuss@ietf.org
Content-Type: text/plain
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/9tsEj31UICiXslQSDezYy66lJ9U>
Subject: [Tools-discuss] GitHub Actions support for template
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 26 Jun 2020 06:55:02 -0000

Anyone using the latest version of https://github.com/martinthomson/i-d-template will get support for GitHub Actions.

The main advantage of this addition is that you don't need to setup CI to get an automatically updated Editor's Copy.  So no more messing around with tokens and separate systems.

Not all of the features are thoroughly tested, but you should be able to check the status of commits and pull requests, and submit new drafts to the Datatracker by applying a tag.  I haven't verified issue and pull request archiving, and it's a bit slower than using Circle CI, but I think that the convenience more than makes up for that shortcoming.


From nobody Fri Jun 26 08:44:44 2020
Return-Path: <cabo@tzi.org>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 500EE3A08D4 for <tools-discuss@ietfa.amsl.com>; Fri, 26 Jun 2020 08:44:42 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.897
X-Spam-Level: 
X-Spam-Status: No, score=-1.897 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id reNeBa8BN0b5 for <tools-discuss@ietfa.amsl.com>; Fri, 26 Jun 2020 08:44:38 -0700 (PDT)
Received: from gabriel-vm-2.zfn.uni-bremen.de (gabriel-vm-2.zfn.uni-bremen.de [134.102.50.17]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AA8633A08B2 for <tools-discuss@ietf.org>; Fri, 26 Jun 2020 08:44:38 -0700 (PDT)
Received: from [192.168.217.116] (p5089ae91.dip0.t-ipconnect.de [80.137.174.145]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-vm-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 49th5b4csgzyX6; Fri, 26 Jun 2020 17:44:35 +0200 (CEST)
From: Carsten Bormann <cabo@tzi.org>
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-Mao-Original-Outgoing-Id: 614879075.057832-44a601fe46eb30e5230d3931a529f18d
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\))
Date: Fri, 26 Jun 2020 17:44:35 +0200
Message-Id: <0DE4B90E-B03A-45BB-959B-89B695217188@tzi.org>
To: tools-discuss@ietf.org
X-Mailer: Apple Mail (2.3608.80.23.2.2)
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/hgenvnKeP9zX-IBX5FyD6zyEkmI>
Subject: [Tools-discuss] RFC PDF crashes viewer
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 26 Jun 2020 15:44:43 -0000

This is undoubtedly a bug in the viewer, but I have received a report =
the PDF viewer evince (tested with versions 3.30.2 and 3.36.5, i.e., =
newer than CVE-2019-1010006) crashes when trying to view:
 =20
https://www.rfc-editor.org/rfc/rfc8798.pdf

I have no further data at this time.

Gr=C3=BC=C3=9Fe, Carsten


From nobody Fri Jun 26 09:51:32 2020
Return-Path: <auerswal@unix-ag.uni-kl.de>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 38B103A0BB6 for <tools-discuss@ietfa.amsl.com>; Fri, 26 Jun 2020 09:51:30 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.897
X-Spam-Level: 
X-Spam-Status: No, score=-1.897 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_NONE=0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vUvIessozTQ9 for <tools-discuss@ietfa.amsl.com>; Fri, 26 Jun 2020 09:51:28 -0700 (PDT)
Received: from mailgw1.uni-kl.de (mailgw1.uni-kl.de [IPv6:2001:638:208:120::220]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 06C5A3A0BB2 for <tools-discuss@ietf.org>; Fri, 26 Jun 2020 09:51:26 -0700 (PDT)
Received: from sushi.unix-ag.uni-kl.de (sushi.unix-ag.uni-kl.de [IPv6:2001:638:208:ef34:0:ff:fe00:65]) by mailgw1.uni-kl.de (8.14.4/8.14.4/Debian-8+deb8u2) with ESMTP id 05QGpNf7069808 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for <tools-discuss@ietf.org>; Fri, 26 Jun 2020 18:51:23 +0200
Received: from sushi.unix-ag.uni-kl.de (ip6-localhost [IPv6:::1]) by sushi.unix-ag.uni-kl.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id 05QGpNuq028746 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for <tools-discuss@ietf.org>; Fri, 26 Jun 2020 18:51:23 +0200
Received: (from auerswal@localhost) by sushi.unix-ag.uni-kl.de (8.14.4/8.14.4/Submit) id 05QGpN6O028745 for tools-discuss@ietf.org; Fri, 26 Jun 2020 18:51:23 +0200
Date: Fri, 26 Jun 2020 18:51:23 +0200
From: Erik Auerswald <auerswal@unix-ag.uni-kl.de>
To: tools-discuss@ietf.org
Message-ID: <20200626165123.GA24364@unix-ag.uni-kl.de>
References: <0DE4B90E-B03A-45BB-959B-89B695217188@tzi.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <0DE4B90E-B03A-45BB-959B-89B695217188@tzi.org>
User-Agent: Mutt/1.5.21 (2010-09-15)
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/QWzWMLttOct9dHj8rBoeG2K1uLg>
Subject: Re: [Tools-discuss] RFC PDF crashes viewer
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 26 Jun 2020 16:51:30 -0000

Hi,

On Fri, Jun 26, 2020 at 05:44:35PM +0200, Carsten Bormann wrote:
> This is undoubtedly a bug in the viewer, but I have received a report
> the PDF viewer evince (tested with versions 3.30.2 and 3.36.5, i.e.,
> newer than CVE-2019-1010006) crashes when trying to view:
>   
> https://www.rfc-editor.org/rfc/rfc8798.pdf
> 
> I have no further data at this time.

I can confirm this for evince in Ubuntu 18.04 LTS with current updates:

    $ evince --version
    GNOME Document Viewer 3.28.4
    $ evince rfc8798.pdf 
    Segmentation fault (core dumped)

CVE-2019-1010006 should be fixed there, too, see:
https://usn.ubuntu.com/4067-1/

The apport report shows a SIGSEGV during a function to free a string,
just as it did back in 2019 when the first RFC PDFs from xml2rfc v3 were
published:

    evince crashed with SIGSEGV in g_string_free()

Sadly my Ubuntu bug report from back then has disappeared, so I cannot
provide a reference.  Perhaps they did understand that this kind of
program behavior has security implications. ;-)

I have opened a new bug report for this file:

https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1885313

Back then I noticed the problem with RFC 8655.  This problem still exists
(a further hint that my original bug report might have been hidden
because it may point to a still open security vulnerability):

    $ evince rfc8655.pdf 
    Segmentation fault (core dumped)

There were more PDF renderings of RFCs evince could not handle (or rather
cannot handle since) then, e.g. RFC 8650 and RFC 8651:

    $ evince rfc8650.pdf 
    Segmentation fault (core dumped)
    $ evince rfc8651.pdf 
    Segmentation fault (core dumped)

Those examples and more were included in my 2019 Ubuntu bug report.

Thanks,
Erik
-- 
Simplicity is prerequisite for reliability.
                        -- Edsger W. Dijkstra


From nobody Fri Jun 26 11:02:29 2020
Return-Path: <housley@vigilsec.com>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 7E4093A0BD9 for <tools-discuss@ietfa.amsl.com>; Fri, 26 Jun 2020 11:02:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.897
X-Spam-Level: 
X-Spam-Status: No, score=-1.897 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_NONE=0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id k1cmUbm7nC7h for <tools-discuss@ietfa.amsl.com>; Fri, 26 Jun 2020 11:02:26 -0700 (PDT)
Received: from mail.smeinc.net (mail.smeinc.net [209.135.209.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E8EED3A0BD7 for <tools-discuss@ietf.org>; Fri, 26 Jun 2020 11:02:25 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by mail.smeinc.net (Postfix) with ESMTP id 7390C300B58 for <tools-discuss@ietf.org>; Fri, 26 Jun 2020 14:02:23 -0400 (EDT)
X-Virus-Scanned: amavisd-new at mail.smeinc.net
Received: from mail.smeinc.net ([127.0.0.1]) by localhost (mail.smeinc.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id DCX7szXVtuAc for <tools-discuss@ietf.org>; Fri, 26 Jun 2020 14:02:22 -0400 (EDT)
Received: from a860b60074bd.fios-router.home (pool-72-66-113-56.washdc.fios.verizon.net [72.66.113.56]) by mail.smeinc.net (Postfix) with ESMTPSA id E234D300A55; Fri, 26 Jun 2020 14:02:18 -0400 (EDT)
Content-Type: text/plain; charset=utf-8
Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.14\))
From: Russ Housley <housley@vigilsec.com>
In-Reply-To: <0DE4B90E-B03A-45BB-959B-89B695217188@tzi.org>
Date: Fri, 26 Jun 2020 14:02:20 -0400
Cc: tools-discuss@ietf.org
Content-Transfer-Encoding: quoted-printable
Message-Id: <2DE9781A-E192-4E9C-838C-B7D67B1D4256@vigilsec.com>
References: <0DE4B90E-B03A-45BB-959B-89B695217188@tzi.org>
To: Carsten Bormann <cabo@tzi.org>
X-Mailer: Apple Mail (2.3445.104.14)
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/0JnDwWp2dJqhGi05Hojc_jDi_dI>
Subject: Re: [Tools-discuss] RFC PDF crashes viewer
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 26 Jun 2020 18:02:28 -0000

I just opened that file with three different viewers.  They all worked.

Russ


> On Jun 26, 2020, at 11:44 AM, Carsten Bormann <cabo@tzi.org> wrote:
>=20
> This is undoubtedly a bug in the viewer, but I have received a report =
the PDF viewer evince (tested with versions 3.30.2 and 3.36.5, i.e., =
newer than CVE-2019-1010006) crashes when trying to view:
>=20
> https://www.rfc-editor.org/rfc/rfc8798.pdf
>=20
> I have no further data at this time.
>=20
> Gr=C3=BC=C3=9Fe, Carsten
>=20
> ___________________________________________________________
> Tools-discuss mailing list
> Tools-discuss@ietf.org
> https://www.ietf.org/mailman/listinfo/tools-discuss
>=20
> Please report datatracker.ietf.org and mailarchive.ietf.org
> bugs at http://tools.ietf.org/tools/ietfdb
> or send email to datatracker-project@ietf.org
>=20
> Please report tools.ietf.org bugs at
> http://tools.ietf.org/tools/issues
> or send email to webmaster@tools.ietf.org


From nobody Fri Jun 26 13:32:22 2020
Return-Path: <auerswal@unix-ag.uni-kl.de>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D21253A0C44 for <tools-discuss@ietfa.amsl.com>; Fri, 26 Jun 2020 13:32:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.897
X-Spam-Level: 
X-Spam-Status: No, score=-1.897 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_NONE=0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DWQ_4O4Vquzy for <tools-discuss@ietfa.amsl.com>; Fri, 26 Jun 2020 13:32:17 -0700 (PDT)
Received: from mailgw1.uni-kl.de (mailgw1.uni-kl.de [IPv6:2001:638:208:120::220]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B31013A0C41 for <tools-discuss@ietf.org>; Fri, 26 Jun 2020 13:32:17 -0700 (PDT)
Received: from sushi.unix-ag.uni-kl.de (sushi.unix-ag.uni-kl.de [IPv6:2001:638:208:ef34:0:ff:fe00:65]) by mailgw1.uni-kl.de (8.14.4/8.14.4/Debian-8+deb8u2) with ESMTP id 05QKWFis128286 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for <tools-discuss@ietf.org>; Fri, 26 Jun 2020 22:32:15 +0200
Received: from sushi.unix-ag.uni-kl.de (ip6-localhost [IPv6:::1]) by sushi.unix-ag.uni-kl.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id 05QKWEQY019594 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for <tools-discuss@ietf.org>; Fri, 26 Jun 2020 22:32:15 +0200
Received: (from auerswal@localhost) by sushi.unix-ag.uni-kl.de (8.14.4/8.14.4/Submit) id 05QKWENJ019592 for tools-discuss@ietf.org; Fri, 26 Jun 2020 22:32:14 +0200
Date: Fri, 26 Jun 2020 22:32:14 +0200
From: Erik Auerswald <auerswal@unix-ag.uni-kl.de>
To: tools-discuss@ietf.org
Message-ID: <20200626203214.GA16307@unix-ag.uni-kl.de>
References: <0DE4B90E-B03A-45BB-959B-89B695217188@tzi.org> <2DE9781A-E192-4E9C-838C-B7D67B1D4256@vigilsec.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
In-Reply-To: <2DE9781A-E192-4E9C-838C-B7D67B1D4256@vigilsec.com>
User-Agent: Mutt/1.5.21 (2010-09-15)
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/sXIENj9TCFHCTiOpJszb0Zcr-ps>
Subject: Re: [Tools-discuss] RFC PDF crashes viewer
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 26 Jun 2020 20:32:20 -0000

Hi,

while MuPDF can open and display the file, it produces many instances of
two  messages (one error, one warning):

    $ mupdf rfc8798.pdf
    error: Unable to read ICC workflow
    warning: Attempt to read Output Intent failed
    [...]

For every page, a new burst of several instances of the above two messages
is printed.

Firefox displays the PDF file.

The GNOME Document Viewer (evince) crashes.

There are other PDF renderings of RFCs that crash evince, e.g., RFCs 8651
to 8655.  Those produce the same messages with MuPDF as RFC 8798, but MuPDF
does display them.  Both Firefox's and Chrome's built-in PDF viewers can
display those PDF renderings of RFCs.

I agree with Carsten that this is a bug in evince, but evince works fine
for most PDF files out there, including many that Firefox cannot display
correctly.  Since MuPDF produces error and warning messages, and evince
crashes, it seems to me as if it were likely that the PDF versions of
recent RFCs do have issues.

Thanks,
Erik

On Fri, Jun 26, 2020 at 02:02:20PM -0400, Russ Housley wrote:
> I just opened that file with three different viewers.  They all worked.
> 
> Russ
> 
> 
> > On Jun 26, 2020, at 11:44 AM, Carsten Bormann <cabo@tzi.org> wrote:
> > 
> > This is undoubtedly a bug in the viewer, but I have received a report the PDF viewer evince (tested with versions 3.30.2 and 3.36.5, i.e., newer than CVE-2019-1010006) crashes when trying to view:
> > 
> > https://www.rfc-editor.org/rfc/rfc8798.pdf
> > 
> > I have no further data at this time.
> > 
> > Grüße, Carsten


From nobody Fri Jun 26 20:31:19 2020
Return-Path: <mcr@sandelman.ca>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 9427A3A0A1B for <tools-discuss@ietfa.amsl.com>; Fri, 26 Jun 2020 20:31:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level: 
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uLcJxr7Rliu7 for <tools-discuss@ietfa.amsl.com>; Fri, 26 Jun 2020 20:31:15 -0700 (PDT)
Received: from tuna.sandelman.ca (tuna.sandelman.ca [209.87.249.19]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3BC443A0A1A for <tools-discuss@ietf.org>; Fri, 26 Jun 2020 20:31:14 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by tuna.sandelman.ca (Postfix) with ESMTP id 1F848389A2; Fri, 26 Jun 2020 23:28:30 -0400 (EDT)
Received: from tuna.sandelman.ca ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with LMTP id hZbPUcHvC0fM; Fri, 26 Jun 2020 23:28:29 -0400 (EDT)
Received: from sandelman.ca (obiwan.sandelman.ca [209.87.249.21]) by tuna.sandelman.ca (Postfix) with ESMTP id 0F5763899F; Fri, 26 Jun 2020 23:28:29 -0400 (EDT)
Received: from localhost (localhost [IPv6:::1]) by sandelman.ca (Postfix) with ESMTP id A271F1D3; Fri, 26 Jun 2020 23:31:12 -0400 (EDT)
From: Michael Richardson <mcr@sandelman.ca>
To: Erik Auerswald <auerswal@unix-ag.uni-kl.de>, tools-discuss@ietf.org
In-Reply-To: <20200626165123.GA24364@unix-ag.uni-kl.de>
References: <0DE4B90E-B03A-45BB-959B-89B695217188@tzi.org> <20200626165123.GA24364@unix-ag.uni-kl.de>
X-Mailer: MH-E 8.6+git; nmh 1.7+dev; GNU Emacs 26.1
X-Face: $\n1pF)h^`}$H>Hk{L"x@)JS7<%Az}5RyS@k9X%29-lHB$Ti.V>2bi.~ehC0; <'$9xN5Ub# z!G,p`nR&p7Fz@^UXIn156S8.~^@MJ*mMsD7=QFeq%AL4m<nPbLgmtKK-5dC@#:k
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-ID: <7241.1593228672.1@localhost>
Content-Transfer-Encoding: quoted-printable
Date: Fri, 26 Jun 2020 23:31:12 -0400
Message-ID: <7242.1593228672@localhost>
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/bisztKF6HF_qJOHnGcc1UMM9a4c>
Subject: Re: [Tools-discuss] RFC PDF crashes viewer
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 27 Jun 2020 03:31:18 -0000

Erik Auerswald <auerswal@unix-ag.uni-kl.de> wrote:
    > On Fri, Jun 26, 2020 at 05:44:35PM +0200, Carsten Bormann wrote:
    >> This is undoubtedly a bug in the viewer, but I have received a repo=
rt
    >> the PDF viewer evince (tested with versions 3.30.2 and 3.36.5, i.e.=
,
    >> newer than CVE-2019-1010006) crashes when trying to view:
    >>
    >> https://www.rfc-editor.org/rfc/rfc8798.pdf
    >>
    >> I have no further data at this time.

    > I can confirm this for evince in Ubuntu 18.04 LTS with current updat=
es:

and for evince GNOME Document Viewer 3.30.2 for me.
on Devuan Beowulf (same as Debian Bullseye) on amd64.
Chrome's built-in viewer did not crash.

    > CVE-2019-1010006 should be fixed there, too, see:
    > https://usn.ubuntu.com/4067-1/

Thanks.

    > There were more PDF renderings of RFCs evince could not handle (or r=
ather
    > cannot handle since) then, e.g. RFC 8650 and RFC 8651:

    > $ evince rfc8650.pdf
    > Segmentation fault (core dumped)
    > $ evince rfc8651.pdf
    > Segmentation fault (core dumped)

:-(

--
]               Never tell me the odds!                 | ipv6 mesh networ=
ks [
]   Michael Richardson, Sandelman Software Works        |    IoT architect=
   [
]     mcr@sandelman.ca  http://www.sandelman.ca/        |   ruby on rails =
   [


From nobody Mon Jun 29 11:19:18 2020
Return-Path: <auerswal@unix-ag.uni-kl.de>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id ED63C3A0942 for <tools-discuss@ietfa.amsl.com>; Mon, 29 Jun 2020 11:19:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.896
X-Spam-Level: 
X-Spam-Status: No, score=-1.896 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, MAY_BE_FORGED=0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WvJ_7K1YpvpQ for <tools-discuss@ietfa.amsl.com>; Mon, 29 Jun 2020 11:19:15 -0700 (PDT)
Received: from mailgw1.uni-kl.de (mailgw1.uni-kl.de [IPv6:2001:638:208:120::220]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D5AC53A093C for <tools-discuss@ietf.org>; Mon, 29 Jun 2020 11:19:14 -0700 (PDT)
Received: from [172.20.10.2] (x2e720048.dyn.telefonica.de [46.114.0.72] (may be forged)) (authenticated bits=0) by mailgw1.uni-kl.de (8.14.4/8.14.4/Debian-8+deb8u2) with ESMTP id 05TIHgMn022057 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for <tools-discuss@ietf.org>; Mon, 29 Jun 2020 20:19:01 +0200
To: tools-discuss@ietf.org
References: <0DE4B90E-B03A-45BB-959B-89B695217188@tzi.org> <2DE9781A-E192-4E9C-838C-B7D67B1D4256@vigilsec.com> <20200626203214.GA16307@unix-ag.uni-kl.de>
From: Erik Auerswald <auerswal@unix-ag.uni-kl.de>
Message-ID: <3385823f-b484-ad6f-f780-c581edd1b2fe@unix-ag.uni-kl.de>
Date: Mon, 29 Jun 2020 20:17:39 +0200
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0
MIME-Version: 1.0
In-Reply-To: <20200626203214.GA16307@unix-ag.uni-kl.de>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-GB
Content-Transfer-Encoding: 8bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/12Efvwr7KXrgjVTWpaR4pa2hv-U>
Subject: Re: [Tools-discuss] RFC PDF crashes viewer
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 29 Jun 2020 18:19:17 -0000

Hi all,

as another data point, the AUTH48 versions of the PDF rendering of
RFC 8792 worked fine in evince.  Viewing them in MuPDF did not produce
any error or warning messages.

The published version of the PDF does crash evince, and produce error
and warning messages (as below) in MuPDF.

As an obvious difference between the two files, the published PDF
embeds the XML version of the RFC, while the AUTH48 versions did not.

Thanks,
Erik

On 26.06.20 22:32, Erik Auerswald wrote:
> Hi,
> 
> while MuPDF can open and display the file, it produces many instances of
> two  messages (one error, one warning):
> 
>      $ mupdf rfc8798.pdf
>      error: Unable to read ICC workflow
>      warning: Attempt to read Output Intent failed
>      [...]
> 
> For every page, a new burst of several instances of the above two messages
> is printed.
> 
> Firefox displays the PDF file.
> 
> The GNOME Document Viewer (evince) crashes.
> 
> There are other PDF renderings of RFCs that crash evince, e.g., RFCs 8651
> to 8655.  Those produce the same messages with MuPDF as RFC 8798, but MuPDF
> does display them.  Both Firefox's and Chrome's built-in PDF viewers can
> display those PDF renderings of RFCs.
> 
> I agree with Carsten that this is a bug in evince, but evince works fine
> for most PDF files out there, including many that Firefox cannot display
> correctly.  Since MuPDF produces error and warning messages, and evince
> crashes, it seems to me as if it were likely that the PDF versions of
> recent RFCs do have issues.
> 
> Thanks,
> Erik
> 
> On Fri, Jun 26, 2020 at 02:02:20PM -0400, Russ Housley wrote:
>> I just opened that file with three different viewers.  They all worked.
>>
>> Russ
>>
>>
>>> On Jun 26, 2020, at 11:44 AM, Carsten Bormann <cabo@tzi.org> wrote:
>>>
>>> This is undoubtedly a bug in the viewer, but I have received a report the PDF viewer evince (tested with versions 3.30.2 and 3.36.5, i.e., newer than CVE-2019-1010006) crashes when trying to view:
>>>
>>> https://www.rfc-editor.org/rfc/rfc8798.pdf
>>>
>>> I have no further data at this time.
>>>
>>> GrÃ¼ÃŸe, Carsten


From nobody Tue Jun 30 10:17:32 2020
Return-Path: <johnl@iecc.com>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id AFD0C3A0C9D for <tools-discuss@ietfa.amsl.com>; Tue, 30 Jun 2020 10:17:30 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.851
X-Spam-Level: 
X-Spam-Status: No, score=-1.851 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.249, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1536-bit key) header.d=iecc.com header.b=LwNfg+gr; dkim=pass (1536-bit key) header.d=taugh.com header.b=qD3AM7jE
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ApRjYesgeHkj for <tools-discuss@ietfa.amsl.com>; Tue, 30 Jun 2020 10:17:29 -0700 (PDT)
Received: from gal.iecc.com (gal.iecc.com [IPv6:2001:470:1f07:1126:0:43:6f73:7461]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EFA383A0A3A for <tools-discuss@ietf.org>; Tue, 30 Jun 2020 10:17:28 -0700 (PDT)
Received: (qmail 71609 invoked from network); 30 Jun 2020 17:17:27 -0000
DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=iecc.com; h=date:message-id:from:to:cc:subject:in-reply-to:mime-version:content-type:content-transfer-encoding; s=117b5.5efb73a7.k2006; bh=FUCw3yYjB1hnXHRv8SdXpwjymaJ5KxGLVjkSbPDQRlI=; b=LwNfg+grumYNQz9k4W7TZrRpKZLHcln8iQoOn5YqULPVFEsugRpWeQd0BhPj8Ca/e28adbH7rgjBDR+HuibCKfE3sq1yRYKZoLby9EcMJvAKdLrX7NeshiS+ZBRsku6iwOysXqRNJ9sTizn+e9evwnPHjyfIad+OdIsPU1P7+c2lcjvRWk37/9uJ06nozLgx2o/vPRKkzNO8XJUV+FSEtCJyc+V9ixFMiRYNso/dNK5kuKkG6kMkx/JrWCWL76sV
DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=taugh.com; h=date:message-id:from:to:cc:subject:in-reply-to:mime-version:content-type:content-transfer-encoding; s=117b5.5efb73a7.k2006; bh=FUCw3yYjB1hnXHRv8SdXpwjymaJ5KxGLVjkSbPDQRlI=; b=qD3AM7jEYnW6AEFQoh8/uT4pVk7XaANgzFMysH+x1ia+fgkJSKkii7Ba+8VqA6U8RTmjfbli2b/YzwgtlmLsiN74pZJVmUv+vaMEuR0we30K4/z7CJJBBvag6aSzrSao/Ymwy8JR1NZP9PVRpP+XlFeJ5+4luzsseejyjI01YQUrvLMBtXaeJOy4W60EiE40XkNBVaY7Kvd5MfrVkcwjNB2EVv+5+q+iWNWdJIeP1/c654JX4X4BnVFQWBz9wGRC
Received: from ary.qy ([IPv6:2001:470:1f07:1126::78:696d:6170]) by imap.iecc.com ([IPv6:2001:470:1f07:1126::78:696d:6170]) with ESMTP via TCP6; 30 Jun 2020 17:17:26 -0000
Received: by ary.qy (Postfix, from userid 501) id D0E901BDB9F8; Tue, 30 Jun 2020 13:17:31 -0400 (EDT)
Date: 30 Jun 2020 13:17:31 -0400
Message-Id: <20200630171731.D0E901BDB9F8@ary.qy>
From: "John Levine" <johnl@taugh.com>
To: tools-discuss@ietf.org
In-Reply-To: <20200626203214.GA16307@unix-ag.uni-kl.de>
Organization: Taughannock Networks
X-Headerized: yes
Mime-Version: 1.0
Content-type: text/plain; charset=utf-8
Content-transfer-encoding: 8bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/vIR4w4Qgj796wcTkiNtK6ljMxss>
Subject: Re: [Tools-discuss] RFC PDF crashes viewer
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 30 Jun 2020 17:17:31 -0000

In article <20200626203214.GA16307@unix-ag.uni-kl.de> you write:
>I agree with Carsten that this is a bug in evince, but evince works fine
>for most PDF files out there, including many that Firefox cannot display
>correctly.  Since MuPDF produces error and warning messages, and evince
>crashes, it seems to me as if it were likely that the PDF versions of
>recent RFCs do have issues.

The PDF versions of our RFCs are in the PDF/A-3U profile of PDF. PDF/A
is intended to be bitrot-resistant, with no external references and
such, and the various subprofiles allow various options.  We take
the output of xml2rfc and run it through a commercial package from
Callas software to embed the XML and make it PDF/A compliant.

In my experience, open source software that handles complex formats
like PDF is pretty flaky around the edges, particularly when dealing
with featuers like embdded files that aren't very common.

All of our PDFs work fine in Acrobat and the Apple and Google viewers
so I doubt that the files are bad.

As a workaround, if you run the XML through "xml2rfc --pdf" you'll get
a version without the embedded file which is less likely to trip over
bugs in the processing software.

R's,
John


From nobody Tue Jun 30 10:18:09 2020
Return-Path: <johnl@iecc.com>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 4DE0D3A0A3A for <tools-discuss@ietfa.amsl.com>; Tue, 30 Jun 2020 10:18:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.851
X-Spam-Level: 
X-Spam-Status: No, score=-1.851 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.249, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1536-bit key) header.d=iecc.com header.b=qMYaNG/L; dkim=pass (1536-bit key) header.d=taugh.com header.b=nozAGqox
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id p_XECbxeBpva for <tools-discuss@ietfa.amsl.com>; Tue, 30 Jun 2020 10:18:06 -0700 (PDT)
Received: from gal.iecc.com (gal.iecc.com [IPv6:2001:470:1f07:1126:0:43:6f73:7461]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D35B83A0C9D for <tools-discuss@ietf.org>; Tue, 30 Jun 2020 10:18:05 -0700 (PDT)
Received: (qmail 71954 invoked from network); 30 Jun 2020 17:18:04 -0000
DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=iecc.com; h=date:message-id:from:to:cc:subject:in-reply-to:mime-version:content-type:content-transfer-encoding; s=1190d.5efb73cc.k2006; bh=Br/47RDxBfi1jNsFIuxOsAXjgnK26WKEglEz4q5gtpQ=; b=qMYaNG/LOGuw2Z075L6nWFxTvPLiXqX76A0AGXo3d92QB85diTYocXO7s7UfYdvPYgDpoK3DoNX6NQYztChVDT7iCeist5yTYz1ysoIlvQnrEdv/O2QL9BSaLLteYrZDrQn8INi+uRPYfocdqCtkx0MIjQ6nUFMp3scxXQU1JgIXRudXdAcLHSGtejcJZNNZ4RiGQYadpVdgK47GBQTfXD43UJVoqRMh0b7wG6cvigkUvrSUauHi7YvZH3ytFxVt
DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=taugh.com; h=date:message-id:from:to:cc:subject:in-reply-to:mime-version:content-type:content-transfer-encoding; s=1190d.5efb73cc.k2006; bh=Br/47RDxBfi1jNsFIuxOsAXjgnK26WKEglEz4q5gtpQ=; b=nozAGqoxOUAkvx+qFmHtSutV8WZqwgZW/HIFWHLmGDZITKKpTdQ+v54OGVp6+pzQT4hqqXmCbJhPE2yB+wiitrViwnRQ/8HNDfLmlQyCoHX+AOJMJ7rY4o8QbOLgR3Z2/RnLeK7GF83PVOZ5E7X7d7mEC8NMwRxjb7bv0b7710ZXMwYOhAIL8yz9MfU7dchsySQ9nn38fQRREy6YdxV/7/k6bxwj7yciddpk9l4zu/QgcLB6nbYf8+xMArqeBbos
Received: from ary.qy ([IPv6:2001:470:1f07:1126::78:696d:6170]) by imap.iecc.com ([IPv6:2001:470:1f07:1126::78:696d:6170]) with ESMTP via TCP6; 30 Jun 2020 17:18:04 -0000
Received: by ary.qy (Postfix, from userid 501) id D36311BDBA09; Tue, 30 Jun 2020 13:18:09 -0400 (EDT)
Date: 30 Jun 2020 13:18:09 -0400
Message-Id: <20200630171809.D36311BDBA09@ary.qy>
From: "John Levine" <johnl@taugh.com>
To: tools-discuss@ietf.org
In-Reply-To: <3385823f-b484-ad6f-f780-c581edd1b2fe@unix-ag.uni-kl.de>
Organization: Taughannock Networks
X-Headerized: yes
Mime-Version: 1.0
Content-type: text/plain; charset=utf-8
Content-transfer-encoding: 8bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/qou0eorMV4HQ47iX4JBIcepJCk0>
Subject: Re: [Tools-discuss] RFC PDF crashes viewer
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 30 Jun 2020 17:18:07 -0000

In article <3385823f-b484-ad6f-f780-c581edd1b2fe@unix-ag.uni-kl.de> you write:
>Hi all,
>
>as another data point, the AUTH48 versions of the PDF rendering of
>RFC 8792 worked fine in evince.  Viewing them in MuPDF did not produce
>any error or warning messages.
>
>The published version of the PDF does crash evince, and produce error
>and warning messages (as below) in MuPDF.
>
>As an obvious difference between the two files, the published PDF
>embeds the XML version of the RFC, while the AUTH48 versions did not.

Right -- that's a pretty strong hint where the bugs are.

R's,
John


From nobody Tue Jun 30 10:52:54 2020
Return-Path: <adam@nostrum.com>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 8B0A23A0CF1 for <tools-discuss@ietfa.amsl.com>; Tue, 30 Jun 2020 10:52:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.079
X-Spam-Level: 
X-Spam-Status: No, score=-2.079 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=nostrum.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IBPBqYk-wt2o for <tools-discuss@ietfa.amsl.com>; Tue, 30 Jun 2020 10:52:51 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AFAC93A0CDB for <tools-discuss@ietf.org>; Tue, 30 Jun 2020 10:52:51 -0700 (PDT)
Received: from [172.17.121.48] (76-218-40-253.lightspeed.dllstx.sbcglobal.net [76.218.40.253]) (authenticated bits=0) by nostrum.com (8.15.2/8.15.2) with ESMTPSA id 05UHqmYN091109 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Tue, 30 Jun 2020 12:52:49 -0500 (CDT) (envelope-from adam@nostrum.com)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nostrum.com; s=default; t=1593539571; bh=cd5qudPpRWmoHM0MIuPyiYjrSDVfRLMET1cMzIFKwIA=; h=Subject:To:References:From:Date:In-Reply-To; b=TmYIQmScIorXMzdMBlmbVQcA+9IntEWtCnlafZJ/0xBzBxSp9Ft+4Zq1r8gJMMn9q SJWR+ckOYDMAkGHviBv6F/p7EtbqkJe5NclomFw9GYy8O4hRdQNY+Muc+PvliConlb AmcawOD08rjHQnogj2NqnBCCAjcQdqN9Pzqv1BaA=
X-Authentication-Warning: raven.nostrum.com: Host 76-218-40-253.lightspeed.dllstx.sbcglobal.net [76.218.40.253] claimed to be [172.17.121.48]
To: Erik Auerswald <auerswal@unix-ag.uni-kl.de>, tools-discuss@ietf.org
References: <0DE4B90E-B03A-45BB-959B-89B695217188@tzi.org> <20200626165123.GA24364@unix-ag.uni-kl.de>
From: Adam Roach <adam@nostrum.com>
Message-ID: <a0c9d246-ad97-18b0-3f49-4d8206e8695a@nostrum.com>
Date: Tue, 30 Jun 2020 12:52:42 -0500
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0
MIME-Version: 1.0
In-Reply-To: <20200626165123.GA24364@unix-ag.uni-kl.de>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/GOyRSyNoWIf9VFMHAVceZuzmc4k>
Subject: Re: [Tools-discuss] RFC PDF crashes viewer
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 30 Jun 2020 17:52:53 -0000

On 6/26/2020 11:51 AM, Erik Auerswald wrote:
> I have opened a new bug report for this file:


Thank you. This is how things get fixed. :)

/a


From nobody Tue Jun 30 12:35:30 2020
Return-Path: <johnl@taugh.com>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 816433A0769 for <tools-discuss@ietfa.amsl.com>; Tue, 30 Jun 2020 12:35:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.1
X-Spam-Level: 
X-Spam-Status: No, score=-2.1 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1536-bit key) header.d=iecc.com header.b=dIbh6lkh; dkim=pass (1536-bit key) header.d=taugh.com header.b=V0M2gFz6
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DzNJt8v9CUKc for <tools-discuss@ietfa.amsl.com>; Tue, 30 Jun 2020 12:35:25 -0700 (PDT)
Received: from gal.iecc.com (gal.iecc.com [IPv6:2001:470:1f07:1126:0:43:6f73:7461]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 653E83A0745 for <tools-discuss@ietf.org>; Tue, 30 Jun 2020 12:35:24 -0700 (PDT)
Received: (qmail 12034 invoked from network); 30 Jun 2020 19:35:23 -0000
DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=iecc.com; h=date:message-id:from:to:cc:subject:in-reply-to:references:mime-version:content-type:user-agent; s=2efe.5efb93fb.k2006; i=johnl-iecc.com@submit.iecc.com; bh=J0yv4rraGINRk6CN6gzYQzDekmpRwIdPtRTy9uaHuMI=; b=dIbh6lkhmUtgVlGt2cxdEeRJSqpZFsgALdUGjUT1Grlr9Sh7H9cbWiiTjtKlvJ2VOvSbNqEUZsp1DtUZVffkkdHkurjnKDbfzmpaLi5oUbhAHb32dzlfHwp/NEe7vN4byu6vOhnpNFDtph3lMwr9VKyOi94rUe9Bbpco2M0rL1T7+OZxjYIcoM1jbrflWMe6KNvjJlxBTR/VtUdvZC+wq7yf38Mt5RMKX3RPYh8ibSLUeMDuDRubwQ9DmyRc23aq
DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=taugh.com; h=date:message-id:from:to:cc:subject:in-reply-to:references:mime-version:content-type:user-agent; s=2efe.5efb93fb.k2006; olt=johnl-iecc.com@submit.iecc.com; bh=J0yv4rraGINRk6CN6gzYQzDekmpRwIdPtRTy9uaHuMI=; b=V0M2gFz6YZNRwarDxw/LDaBglytf5eACIB8uRha6R2T9tvnYWbRw6NbQpcEqU/KwV6Pe4N/ZCjmmMWRaupnRYWquApfvXA3D0dhbAkN3Zlren3aWIx6gebfwTuN18ppC1Ls6aOHNValPMrff8oHQE2TeH+/Lb5x1g9KvK27GFCj7r/jY6NhpiY0GfHSI9//NxxjijOWXyO0i6V2vc50uy2tHd4cPOa2f6JFKQ5dYgn2hgTcmCytuMcxh/kLHHSZk
Received: from localhost ([IPv6:2001:470:1f07:1126::78:696d:6170]) by imap.iecc.com ([IPv6:2001:470:1f07:1126::78:696d:6170]) with ESMTPSA (TLS1.3 ECDHE-RSA AES-256-GCM AEAD, johnl@iecc.com) via TCP6; 30 Jun 2020 19:35:22 -0000
Date: 30 Jun 2020 15:35:27 -0400
Message-ID: <alpine.OSX.2.22.407.2006301533530.88980@ary.qy>
From: "John R Levine" <johnl@taugh.com>
To: tools-discuss@ietf.org
In-Reply-To: <20200630171731.D0E901BDB9F8@ary.qy>
References: <20200630171731.D0E901BDB9F8@ary.qy>
User-Agent: Alpine 2.22 (OSX 407 2020-02-09)
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII; format=flowed
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/vlLXmUTiieQlmLG2yOai497mGCY>
Subject: Re: [Tools-discuss] RFC PDF crashes viewer
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 30 Jun 2020 19:35:28 -0000

> As a workaround, if you run the XML through "xml2rfc --pdf" you'll get
> a version without the embedded file which is less likely to trip over
> bugs in the processing software.

I tried it, mupdf displays them without trouble.

If you want to get the same rendering details as the published PDFs, 
here's the arguments they use to xml2rfc:

   xml2rfc --v3 --pdf --id-reference-base-url="https://tools.ietf.org/html/" \
    --rfc-reference-base-url="https://www.rfc-editor.org/rfc/" \
     --id-is-work-in-progress rfcNNNN.xml

Regards,
John Levine, johnl@taugh.com, Taughannock Networks, Trumansburg NY
Please consider the environment before reading this e-mail. https://jl.ly


From nobody Tue Jun 30 13:19:40 2020
Return-Path: <johnl@taugh.com>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 8D9073A07F2 for <tools-discuss@ietfa.amsl.com>; Tue, 30 Jun 2020 13:19:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.1
X-Spam-Level: 
X-Spam-Status: No, score=-2.1 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1536-bit key) header.d=iecc.com header.b=Yf2ja1Gg; dkim=pass (1536-bit key) header.d=taugh.com header.b=pHj84Nyu
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id l9L1aw_NRyG5 for <tools-discuss@ietfa.amsl.com>; Tue, 30 Jun 2020 13:19:36 -0700 (PDT)
Received: from gal.iecc.com (gal.iecc.com [IPv6:2001:470:1f07:1126:0:43:6f73:7461]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DE9ED3A07C6 for <tools-discuss@ietf.org>; Tue, 30 Jun 2020 13:19:35 -0700 (PDT)
Received: (qmail 24634 invoked from network); 30 Jun 2020 20:19:34 -0000
DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=iecc.com; h=date:message-id:from:to:subject:in-reply-to:references:mime-version:content-type:user-agent; s=6038.5efb9e56.k2006; i=johnl-iecc.com@submit.iecc.com; bh=ctxju6/YVkK9CXFTNCZRXMTznFLBfimPWyuAUR3oEuA=; b=Yf2ja1Gg06YWdNOO508SmzBOuatLLkFmSxq/R36DMvpBkyt+5oA0a0LADdigH38UuoBrsGNsjHWCpdjeBCBzY0CWHHPfxF/0UTjbDH4uqqMes6UPBJ3glmm9lQoSC4Jb97AlqvAi94otmY3NiYjklzErF21ODUn0D7LVLZRPdCAvkWIW+VLytYmGZ474+9SHnvky68dFgfYR6G1mICDqvkmtexZ7MuluKTSRKgnWvqhom0wRLd34eO5JUYgRClD8
DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=taugh.com; h=date:message-id:from:to:subject:in-reply-to:references:mime-version:content-type:user-agent; s=6038.5efb9e56.k2006; olt=johnl-iecc.com@submit.iecc.com; bh=ctxju6/YVkK9CXFTNCZRXMTznFLBfimPWyuAUR3oEuA=; b=pHj84NyuNMQhS6Z/zs1N6Vun3h5uGv+bUN4KMSsSNkABmA7mm0zc11s/hCeqO00px60jy7fWbSNxc+XKWk/OYPBLHSk8vthGLfdeX2Sz8NjUYROADxS3gUbXYG+TUjLjzSiCAnSMMEGOkj89F8uO0ApfaJleyeU8W/4ApX8MoUIQs5pTGgk3mVNZJiqflW1euc39hERGCdztj3JWAgT2yjcYjNVqOf1m1YNUFquda7A5C9fFoDbA6oe06wC5hfJ8
Received: from localhost ([IPv6:2001:470:1f07:1126::78:696d:6170]) by imap.iecc.com ([IPv6:2001:470:1f07:1126::78:696d:6170]) with ESMTPSA (TLS1.3 ECDHE-RSA AES-256-GCM AEAD, johnl@iecc.com) via TCP6; 30 Jun 2020 20:19:33 -0000
Date: 30 Jun 2020 16:19:39 -0400
Message-ID: <alpine.OSX.2.22.407.2006301616110.89400@ary.qy>
From: "John R Levine" <johnl@taugh.com>
To: tools-discuss@ietf.org
In-Reply-To: <alpine.OSX.2.22.407.2006301533530.88980@ary.qy>
References: <20200630171731.D0E901BDB9F8@ary.qy> <alpine.OSX.2.22.407.2006301533530.88980@ary.qy>
User-Agent: Alpine 2.22 (OSX 407 2020-02-09)
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII; format=flowed
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/KRIN1SCFC7dBy7J2FTdWlkHK3jE>
Subject: Re: [Tools-discuss] RFC PDF crashes viewer
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 30 Jun 2020 20:19:38 -0000

One last observation, the open source xpdf viewer from Glyph and Cog, 
which was forked into the widely used poppler library, seems to handle our 
PDFs without trouble.

http://www.glyphandcog.com/opensource.html

Regards,
John Levine, johnl@taugh.com, Taughannock Networks, Trumansburg NY
Please consider the environment before reading this e-mail. https://jl.ly


From nobody Tue Jun 30 13:25:15 2020
Return-Path: <cabo@tzi.org>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 91E143A0805 for <tools-discuss@ietfa.amsl.com>; Tue, 30 Jun 2020 13:25:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.897
X-Spam-Level: 
X-Spam-Status: No, score=-1.897 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BYQf1rRclRfJ for <tools-discuss@ietfa.amsl.com>; Tue, 30 Jun 2020 13:25:11 -0700 (PDT)
Received: from gabriel-vm-2.zfn.uni-bremen.de (gabriel-vm-2.zfn.uni-bremen.de [134.102.50.17]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 696B83A0803 for <tools-discuss@ietf.org>; Tue, 30 Jun 2020 13:25:11 -0700 (PDT)
Received: from [172.16.42.112] (p5089ae91.dip0.t-ipconnect.de [80.137.174.145]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-vm-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 49xG7V0GMHzyZ5; Tue, 30 Jun 2020 22:25:10 +0200 (CEST)
Content-Type: text/plain; charset=utf-8
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <alpine.OSX.2.22.407.2006301616110.89400@ary.qy>
Date: Tue, 30 Jun 2020 22:25:09 +0200
Cc: tools-discuss@ietf.org
X-Mao-Original-Outgoing-Id: 615241509.616315-431b8fd6e6c0e78a47aa2cfe9da9627f
Content-Transfer-Encoding: quoted-printable
Message-Id: <A182238D-2255-4260-A3DE-F453D6BB4E77@tzi.org>
References: <20200630171731.D0E901BDB9F8@ary.qy> <alpine.OSX.2.22.407.2006301533530.88980@ary.qy> <alpine.OSX.2.22.407.2006301616110.89400@ary.qy>
To: John R Levine <johnl@taugh.com>
X-Mailer: Apple Mail (2.3608.80.23.2.2)
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/3OXSuQIy3AHVXtumNNbZXkXXiFQ>
Subject: Re: [Tools-discuss] RFC PDF crashes viewer
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 30 Jun 2020 20:25:14 -0000

On 2020-06-30, at 22:19, John R Levine <johnl@taugh.com> wrote:
>=20
> One last observation, the open source xpdf viewer from Glyph and Cog, =
which was forked into the widely used poppler library, seems to handle =
our PDFs without trouble.
>=20
> http://www.glyphandcog.com/opensource.html

Good to know.

(Background for my initial observation: When you give an assignment to =
students and their favorite PDF viewer crashes on the required reading =
material, they=E2=80=99ll simply say they can=E2=80=99t do the =
assignment instead of trying out other readers.)

Gr=C3=BC=C3=9Fe, Carsten



From nobody Tue Jun 30 18:10:23 2020
Return-Path: <johnl@taugh.com>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 7075D3A07FF for <tools-discuss@ietfa.amsl.com>; Tue, 30 Jun 2020 18:10:22 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.1
X-Spam-Level: 
X-Spam-Status: No, score=-2.1 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1536-bit key) header.d=iecc.com header.b=mJvmvNY8; dkim=pass (1536-bit key) header.d=taugh.com header.b=iSFqNckR
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1E-ADid7fqHn for <tools-discuss@ietfa.amsl.com>; Tue, 30 Jun 2020 18:10:20 -0700 (PDT)
Received: from gal.iecc.com (gal.iecc.com [IPv6:2001:470:1f07:1126:0:43:6f73:7461]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 877113A085B for <tools-discuss@ietf.org>; Tue, 30 Jun 2020 18:10:20 -0700 (PDT)
Received: (qmail 98839 invoked from network); 1 Jul 2020 01:10:18 -0000
DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=iecc.com; h=date:message-id:from:to:cc:subject:in-reply-to:references:mime-version:content-type:user-agent; s=18213.5efbe27a.k2006; i=johnl-iecc.com@submit.iecc.com; bh=3DU/yQ7iHTxH0bGt9sWUEBjdZ7c6YqDPh4eYPxauyG4=; b=mJvmvNY8Gg4OwLFs8gveuFnKn85hjhCuce5iiBy1FMNMo/QNom/G5B8pX7b07BP+QDc2iSmXuuAZexyDi2u/VVdZ0sH8hxk3iymToyoH3iQwMEwsZnAB+aUUJ4KTyAz7D6L1rsOqxdOtZhVG0r2k3DYxBJaW77pEUJiHT489sOwKUDp8ykaRb9ilhdi607AIQSlTpRsW1tvwn/n9HA8piJ23igLSgaMb8PZQck4yHDMdE8rZ0yoFdN4vRFG9ELYE
DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=taugh.com; h=date:message-id:from:to:cc:subject:in-reply-to:references:mime-version:content-type:user-agent; s=18213.5efbe27a.k2006; olt=johnl-iecc.com@submit.iecc.com; bh=3DU/yQ7iHTxH0bGt9sWUEBjdZ7c6YqDPh4eYPxauyG4=; b=iSFqNckR4r6w8RC/EPfFVHN+lCSvdemk3R0kdULuo5CDtPLszvG6Mbs6BSbW2Upz2kpguN63//u27FS717TmImam20uv4gxy86qgadIQAmq9InFeJE1nbBbqIJugBX3jdjfMya1uJqdkLXogEvmnkN8HtayYqw0efVS+8GK+0X7K9UwrXJwsKyx6mpPsZHohxDdXdiEZ5Gc2ukyw3brjLM6p1Z2lj/tA47KFHfFRxqz7QnUR8GoaUZhz/7bOWtfC
Received: from localhost ([IPv6:2001:470:1f07:1126::78:696d:6170]) by imap.iecc.com ([IPv6:2001:470:1f07:1126::78:696d:6170]) with ESMTPSA (TLS1.3 ECDHE-RSA AES-256-GCM AEAD, johnl@iecc.com) via TCP6; 01 Jul 2020 01:10:18 -0000
Date: 30 Jun 2020 21:10:23 -0400
Message-ID: <alpine.OSX.2.22.407.2006302108590.90269@ary.qy>
From: "John R Levine" <johnl@taugh.com>
To: "Carsten Bormann" <cabo@tzi.org>, "John R Levine" <johnl@taugh.com>
Cc: tools-discuss@ietf.org
In-Reply-To: <A182238D-2255-4260-A3DE-F453D6BB4E77@tzi.org>
References: <20200630171731.D0E901BDB9F8@ary.qy> <alpine.OSX.2.22.407.2006301533530.88980@ary.qy> <alpine.OSX.2.22.407.2006301616110.89400@ary.qy> <A182238D-2255-4260-A3DE-F453D6BB4E77@tzi.org>
User-Agent: Alpine 2.22 (OSX 407 2020-02-09)
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="0-103744692-1593565824=:90269"
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/PAYPhZR9Fp2pzRXT9ZpOGwDUGPQ>
Subject: Re: [Tools-discuss] RFC PDF crashes viewer
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 01 Jul 2020 01:10:22 -0000

  This message is in MIME format.  The first part should be readable text,
  while the remaining parts are likely unreadable without MIME-aware tools.

--0-103744692-1593565824=:90269
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8BIT

> (Background for my initial observation: When you give an assignment to students and their favorite PDF viewer crashes on the required reading material, theyâ€™ll simply say they canâ€™t do the assignment instead of trying out other readers.)

Since the PDF RFCs display without trouble in the default viewers on 
Windows, MacOS, Android, iOS, and Chrome, I am impressed at the creativity 
of your students who went to the effort to find a PDF viewer that didn't 
work.

Regards,
John Levine, johnl@taugh.com, Taughannock Networks, Trumansburg NY
Please consider the environment before reading this e-mail. https://jl.ly
--0-103744692-1593565824=:90269--


From nobody Tue Jun 30 18:20:21 2020
Return-Path: <dick.hardt@gmail.com>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 7E8A33A0876 for <tools-discuss@ietfa.amsl.com>; Tue, 30 Jun 2020 18:20:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.994
X-Spam-Level: 
X-Spam-Status: No, score=-0.994 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, HTML_FONT_LOW_CONTRAST=0.001, HTML_IMAGE_ONLY_16=1.092, HTML_MESSAGE=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_REMOTE_IMAGE=0.01, URIBL_BLOCKED=0.001] autolearn=no autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UBtukDf-fZVa for <tools-discuss@ietfa.amsl.com>; Tue, 30 Jun 2020 18:20:18 -0700 (PDT)
Received: from mail-lj1-x231.google.com (mail-lj1-x231.google.com [IPv6:2a00:1450:4864:20::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 044303A0878 for <tools-discuss@ietf.org>; Tue, 30 Jun 2020 18:20:18 -0700 (PDT)
Received: by mail-lj1-x231.google.com with SMTP id 9so24945760ljv.5 for <tools-discuss@ietf.org>; Tue, 30 Jun 2020 18:20:17 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;  h=mime-version:references:in-reply-to:from:date:message-id:subject:to;  bh=4S/eFusKiDhv13IFWsvb7kN5/TX3A6//GtNsPkFxbeM=; b=Y1sl+snsYbPqq8MrkFOr4Umu3GsOWNNL1c40CHCyUmd4N8iDWpNP6uXBV+C65uGVtr Z+pgBN0pLXaKLQ5SABOVHIGw8jUF3s8HZPZh9SEVcg14sqd/RY+E5OSjeM7JXYuPpjay kTyLHpt2Mc65GCcQZWjEvi0/DcPEGQaRkHB8lj5d2+oBah+O5pEmllJgr60MaTBPZX9o I8RftWKcc34UsZWyg7olnRDPSChPN+eCgKnqUNKg5PtCE6DxqDS+zs86CoGnFnzEXD50 mIdH+xRc0FEBXwgo3BtW+PgIamB0YlSP42iTFKChqWgILu3OhTFWI7KRcNnwd+AmvPLh O78Q==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=4S/eFusKiDhv13IFWsvb7kN5/TX3A6//GtNsPkFxbeM=; b=iqvXRe+gCyaUNOJBYkWRdKgtfktYSSil5Amj5PfuQkuDTsbgfsy/CWalGEX0WdZeH2 R1hMH9PQifymLlYGZnIR+UZeeUpCHSxUDBc+0OL7iQEqiwIWKCVW536mdZLXy2ZZ2rv/ zFQOsvqzEE8FDLdJfigL/d9tTY0O2t/IDoklugfFWhNMIOznCTf7AsQ2qxFwHdAIM/Y+ B+b7J6lA6URfzgfLO61zGjqjUD8l4nd8eMomxI8HI0Bqu3BLtrXkTVjf4+RZQJiH52eD GZKb7ugWJ7ok9uRNvcY+44/nNduLzkUY+77UdVucVZaBOglBLeift7aiafgDqKUPwys8 JdoA==
X-Gm-Message-State: AOAM533YZDzy/XukqQuj2nlx3XztKkjLdbIrypxp54HTRL7kYsuJI6ti 7nzBdD42gITXGWpf+P0ihIbgOhf8JPUCGDS0Vd4RStzE
X-Google-Smtp-Source: ABdhPJyI6Gfq7oxXra6Ekl+NHTsE+D7F9NA4ZEcm3DxY4SABUUmvmEClqyqywbtVOFcNuvx/iw7yOJ2uGXPlomyjsg4=
X-Received: by 2002:a2e:750c:: with SMTP id q12mr12037863ljc.142.1593566415841;  Tue, 30 Jun 2020 18:20:15 -0700 (PDT)
MIME-Version: 1.0
References: <CAD9ie-tsCrfV_QGq1p8oBaywDTvuJ6OgqwwNod2uOBj6WyBugg@mail.gmail.com>
In-Reply-To: <CAD9ie-tsCrfV_QGq1p8oBaywDTvuJ6OgqwwNod2uOBj6WyBugg@mail.gmail.com>
From: Dick Hardt <dick.hardt@gmail.com>
Date: Tue, 30 Jun 2020 18:19:39 -0700
Message-ID: <CAD9ie-t4qyXTSN3U2QZT0A6xuaGWN_1XA9PNHaUezhpG4L-mbg@mail.gmail.com>
To: tools-discuss@ietf.org
Content-Type: multipart/alternative; boundary="0000000000002471f805a95718c2"
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/zc-qbanwEUZoAM_-unLJeyXiEIs>
Subject: Re: [Tools-discuss] missing links in draft on tools.ietf.org
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 01 Jul 2020 01:20:20 -0000

--0000000000002471f805a95718c2
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Hello, checking in on this issue. Thanks!

On Wed, Jun 24, 2020 at 2:16 PM Dick Hardt <dick.hardt@gmail.com> wrote:

> Hello
>
> My draft-hardt-xauth-protocol drafts are not showing up correctly on
> tools.ietf.org
>
> https://tools.ietf.org/html/draft-hardt-xauth-protocol
>
> properly redirects to
>
> https://tools.ietf.org/html/draft-hardt-xauth-protocol-10
>
> but there are no links to -07, -08, -09 at the top
>
> and any version shows up given the full URL, but 07 - 10 links are not
> shown at the top, so someone with a full URL link will not know that -10 =
is
> the latest.
>
> FYI: 07 - 10 where all published close together in time.
>
>
> /Dick
>
> =E1=90=A7
>

--0000000000002471f805a95718c2
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Hello, checking in on this issue. Thanks!</div><br><div cl=
ass=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail_attr">On Wed, Jun 24, 2=
020 at 2:16 PM Dick Hardt &lt;<a href=3D"mailto:dick.hardt@gmail.com">dick.=
hardt@gmail.com</a>&gt; wrote:<br></div><blockquote class=3D"gmail_quote" s=
tyle=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);pad=
ding-left:1ex"><div dir=3D"ltr">Hello<div><br></div><div>My draft-hardt-xau=
th-protocol drafts are not showing up correctly on <a href=3D"http://tools.=
ietf.org" target=3D"_blank">tools.ietf.org</a><br><br><a href=3D"https://to=
ols.ietf.org/html/draft-hardt-xauth-protocol" target=3D"_blank">https://too=
ls.ietf.org/html/draft-hardt-xauth-protocol</a><br><br>properly redirects t=
o<br><br><a href=3D"https://tools.ietf.org/html/draft-hardt-xauth-protocol-=
10" target=3D"_blank">https://tools.ietf.org/html/draft-hardt-xauth-protoco=
l-10</a><br><br>but there are no links to -07, -08, -09 at the top<br><br>a=
nd any version shows up given the full URL, but 07 - 10 links are not shown=
 at the top, so someone with a full URL link will not know that -10 is the =
latest.<br><div><br></div><div>FYI: 07 - 10 where all published close toget=
her in time.</div><div><br></div><div><br></div><div>/Dick</div><div><br></=
div></div></div><div hspace=3D"streak-pt-mark" style=3D"max-height:1px"><im=
g alt=3D"" style=3D"width: 0px; max-height: 0px; overflow: hidden;" src=3D"=
https://mailfoogae.appspot.com/t?sender=3DaZGljay5oYXJkdEBnbWFpbC5jb20%3D&a=
mp;type=3Dzerocontent&amp;guid=3D252fbf3d-4734-49ac-b02c-e6528fc2c015"><fon=
t color=3D"#ffffff" size=3D"1">=E1=90=A7</font></div>
</blockquote></div>

--0000000000002471f805a95718c2--


From nobody Tue Jun 30 22:43:47 2020
Return-Path: <cabo@tzi.org>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A4CCE3A0766 for <tools-discuss@ietfa.amsl.com>; Tue, 30 Jun 2020 22:43:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.897
X-Spam-Level: 
X-Spam-Status: No, score=-1.897 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rf3KHz0j59px for <tools-discuss@ietfa.amsl.com>; Tue, 30 Jun 2020 22:43:42 -0700 (PDT)
Received: from gabriel-vm-2.zfn.uni-bremen.de (gabriel-vm-2.zfn.uni-bremen.de [134.102.50.17]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 569433A0745 for <tools-discuss@ietf.org>; Tue, 30 Jun 2020 22:43:42 -0700 (PDT)
Received: from [172.16.42.112] (p5089ae91.dip0.t-ipconnect.de [80.137.174.145]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-vm-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 49xVWw4nmQzyxr; Wed,  1 Jul 2020 07:43:40 +0200 (CEST)
Content-Type: text/plain; charset=utf-8
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <CAD9ie-t4qyXTSN3U2QZT0A6xuaGWN_1XA9PNHaUezhpG4L-mbg@mail.gmail.com>
Date: Wed, 1 Jul 2020 07:43:40 +0200
Cc: tools-discuss@ietf.org
X-Mao-Original-Outgoing-Id: 615275020.258382-18d0ec3af96a786d4c4e3b9c29c50c18
Content-Transfer-Encoding: quoted-printable
Message-Id: <6981D604-8C55-4A33-8AF4-F91B426A8CB5@tzi.org>
References: <CAD9ie-tsCrfV_QGq1p8oBaywDTvuJ6OgqwwNod2uOBj6WyBugg@mail.gmail.com> <CAD9ie-t4qyXTSN3U2QZT0A6xuaGWN_1XA9PNHaUezhpG4L-mbg@mail.gmail.com>
To: Dick Hardt <dick.hardt@gmail.com>
X-Mailer: Apple Mail (2.3608.80.23.2.2)
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/rENS1Ic7wdAdyW0OUdXrPylRckU>
Subject: Re: [Tools-discuss] missing links in draft on tools.ietf.org
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 01 Jul 2020 05:43:46 -0000

Hi Dick,

this is a long-standing problem with the (rather ancient) scripts that =
are being used to generate the htmlized pages, which sometimes hick up =
when generating cached pages.  Since these scripts are slow, easy =
recipes for overcoming caching problems, such as =E2=80=9Cregenerate =
every day=E2=80=9D, don=E2=80=99t seem to work.
Manual intervention seems to be required.  I think we also have no way =
to automatically find these problems and their extent (I think by now =
the datatracker should have the necessary HTTP APIs to help in =
constructing something like this, but I don=E2=80=99t know for sure).

So until there is a general overhaul of this infrastructure, we will =
continue to see these problems, and we will continue to need to nudge =
people to do the fixing.

Gr=C3=BC=C3=9Fe, Carsten


> On 2020-07-01, at 03:19, Dick Hardt <dick.hardt@gmail.com> wrote:
>=20
> Hello, checking in on this issue. Thanks!
>=20
> On Wed, Jun 24, 2020 at 2:16 PM Dick Hardt <dick.hardt@gmail.com> =
wrote:
> Hello
>=20
> My draft-hardt-xauth-protocol drafts are not showing up correctly on =
tools.ietf.org
>=20
> https://tools.ietf.org/html/draft-hardt-xauth-protocol
>=20
> properly redirects to
>=20
> https://tools.ietf.org/html/draft-hardt-xauth-protocol-10
>=20
> but there are no links to -07, -08, -09 at the top
>=20
> and any version shows up given the full URL, but 07 - 10 links are not =
shown at the top, so someone with a full URL link will not know that -10 =
is the latest.
>=20
> FYI: 07 - 10 where all published close together in time.
>=20
>=20
> /Dick
>=20
> =E1=90=A7
> ___________________________________________________________
> Tools-discuss mailing list
> Tools-discuss@ietf.org
> https://www.ietf.org/mailman/listinfo/tools-discuss
>=20
> Please report datatracker.ietf.org and mailarchive.ietf.org
> bugs at http://tools.ietf.org/tools/ietfdb
> or send email to datatracker-project@ietf.org
>=20
> Please report tools.ietf.org bugs at
> http://tools.ietf.org/tools/issues
> or send email to webmaster@tools.ietf.org

