Re: Terms in RFC 2418
Robert Sparks <rjsparks@nostrum.com> Tue, 14 September 2021 16:29 UTC
Return-Path: <rjsparks@nostrum.com>
X-Original-To: wgchairs@ietfa.amsl.com
Delivered-To: wgchairs@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 045973A22E3 for <wgchairs@ietfa.amsl.com>; Tue, 14 Sep 2021 09:29:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.08
X-Spam-Level:
X-Spam-Status: No, score=-2.08 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, NICE_REPLY_A=-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 pvinpr7wQ-As for <wgchairs@ietfa.amsl.com>; Tue, 14 Sep 2021 09:29:02 -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 4BFE63A0882 for <wgchairs@ietf.org>; Tue, 14 Sep 2021 09:29:02 -0700 (PDT)
Received: from unformal.localdomain ([47.186.34.206]) (authenticated bits=0) by nostrum.com (8.17.1/8.16.1) with ESMTPSA id 18EGSukK099048 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Tue, 14 Sep 2021 11:28:57 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nostrum.com; s=default; t=1631636938; bh=8cRg23tPgcluul/30srmdC2OtLChSOfsyVJsoMoQlj4=; h=Subject:To:References:From:Date:In-Reply-To; b=dSxiqsFo2zOBVDLKZxwOR9MoUhb9o7MfSlPvSnXOZsrfr/CZJW3mlOqTdDlFYK2gM aWhibZc6b3g1jLtDX2yPb3KgzEY3OKk9HKBZ1CA+LTwNfte1ceEd5m9d5PtrrCgaA8 q1ClWyBfoMHLu94IFaRb18D4HRMxlOSl+49199rk=
X-Authentication-Warning: raven.nostrum.com: Host [47.186.34.206] claimed to be unformal.localdomain
Subject: Re: Terms in RFC 2418
To: Leif Johansson <leifj@sunet.se>, wgchairs@ietf.org
References: <A11B9A3B-E30D-416C-AC1A-4E2EB046C003@akamai.com> <CALaySJL9BFj1zniqqB5r5rTg0+YMcafPD38TXm1+_Dk=NYCN3w@mail.gmail.com> <B939C829-3496-481E-BBD6-2D5135C6B9F7@eggert.org> <39265354-c766-d542-1777-742e1284896f@sunet.se>
From: Robert Sparks <rjsparks@nostrum.com>
Message-ID: <3521d49c-198f-0d22-8072-ca7c66b8ecec@nostrum.com>
Date: Tue, 14 Sep 2021 11:28:51 -0500
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.14.0
MIME-Version: 1.0
In-Reply-To: <39265354-c766-d542-1777-742e1284896f@sunet.se>
Content-Type: text/plain; charset="windows-1252"; format="flowed"
Content-Transfer-Encoding: 8bit
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/wgchairs/lJW7sn9Oqsbf3AKSn0-IVA659TI>
X-BeenThere: wgchairs@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Working Group Chairs <wgchairs.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/wgchairs>, <mailto:wgchairs-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/wgchairs/>
List-Post: <mailto:wgchairs@ietf.org>
List-Help: <mailto:wgchairs-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/wgchairs>, <mailto:wgchairs-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 14 Sep 2021 16:29:07 -0000
Fwiw, across all time that the datatracker has modeled:
In [3]: from collections import Counter; from ietf.group.models import
Role;
Counter(Role.objects.filter(group__type='wg').values_list('name',flat=True))
Out[3]:
Counter({'ad': 555,
'chair': 1664,
'delegate': 6,
'editor': 13,
'liaison_contact': 79,
'matman': 2,
'secr': 41,
'techadv': 100})
Facilitator and consultant have not been used (as far as the datatracker
knows).
On 9/14/21 4:32 AM, Leif Johansson wrote:
> On 2021-09-14 10:21, Lars Eggert wrote:
>> Hi,
>>
>> On 2021-9-13, at 22:37, Barry Leiba <barryleiba@computer.org> wrote:
>>> I'm not aware of "Facilitator" being used, but working groups do
>>> occasionally have a "Consultant" role, which shows up in the
>>> datatracker as "Tech Advisors". Anima, Mboned, and Mops, at least,
>>> currently have some.
>> +1
>>
>> https://datatracker.ietf.org/wg/nfsv4/about/ shows Leif Johansson as "Tech Advisor" at the moment, too.
>>
>> Thanks,
>> Lars
>>
> Dear god, I forgot about that. I have never been asked to do anything tho :-)
>
> Cheers Leif
>
- Terms in RFC 2418 Salz, Rich
- RE: Terms in RFC 2418 MORTON JR., AL
- Re: Terms in RFC 2418 Barry Leiba
- Re: Terms in RFC 2418 Salz, Rich
- Re: Terms in RFC 2418 Lars Eggert
- Re: Terms in RFC 2418 Leif Johansson
- Re: Terms in RFC 2418 Robert Sparks
- Re: [irsg] Terms in RFC 2418 Carsten Bormann
- Re: [irsg] Terms in RFC 2418 Robert Sparks