From henrik@levkowetz.com Tue May 1 07:33:02 2012 Return-Path: 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 E101E21E8099 for ; Tue, 1 May 2012 07:33:02 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -102.429 X-Spam-Level: X-Spam-Status: No, score=-102.429 tagged_above=-999 required=5 tests=[AWL=-0.130, BAYES_00=-2.599, MIME_8BIT_HEADER=0.3, USER_IN_WHITELIST=-100] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WgZnM1mK5h4n for ; Tue, 1 May 2012 07:33:01 -0700 (PDT) Received: from grenache.tools.ietf.org (grenache.tools.ietf.org [IPv6:2a01:3f0:1:2::30]) by ietfa.amsl.com (Postfix) with ESMTP id 1C65721E808A for ; Tue, 1 May 2012 07:32:54 -0700 (PDT) Received: from localhost ([127.0.0.1]:51983 helo=vigonier.lan ident=henrik) by grenache.tools.ietf.org with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.77) (envelope-from ) id 1SPE8G-0003yZ-M9; Tue, 01 May 2012 16:32:48 +0200 Message-ID: <4F9FF40F.50307@levkowetz.com> Date: Tue, 01 May 2012 16:32:47 +0200 From: Henrik Levkowetz User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:10.0.4) Gecko/20120421 Thunderbird/10.0.4 MIME-Version: 1.0 To: =?UTF-8?B?0KDQvtC80LDQvSDQlNC+0L3Rh9C10L3QutC+?= References: In-Reply-To: X-Enigmail-Version: 1.4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Rcpt-To: dpb@corrigendum.ru, tools-discuss@ietf.org, henrik-sent@levkowetz.com X-SA-Exim-Mail-From: henrik@levkowetz.com X-SA-Exim-Scanned: No (on grenache.tools.ietf.org); SAEximRunCond expanded to false Cc: tools-discuss@ietf.org Subject: Re: [Tools-discuss] Rfcmarkup-1.100 feedback: escaping issues X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 May 2012 14:33:03 -0000 Hi Роман, Thank your for writing up the issues below, and my excuses for the large delay in addressing this. Your analysis, in addition to reporting the bugs, was very helpful. I'm about to release version 1.101, where I hope to have addressed both of these issues. Thank you again for reporting these issues. Best regards, Henrik On 2012-04-08 20:14 Роман Донченко said the following: > Hello, > > I found two problems related to escaping: > > * In metadata, quotes are not escaped, yielding ill-formed markup. See, for > example, DC.Description.Abstract in . > > I believe all you need to do to fix this is to change "cgi.escape(val)" to > "cgi.escape(val, quote=True)" on line 719. > > * The title attribute of the reference links, on the other hand, seems to > be escaped twice, for example, in : > > [RFC5461] > > Regards, > Roman. > _______________________________________________ > Tools-discuss mailing list > Tools-discuss@ietf.org > https://www.ietf.org/mailman/listinfo/tools-discuss > From dpb@corrigendum.ru Tue May 1 10:04:58 2012 Return-Path: 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 BE50821E8364 for ; Tue, 1 May 2012 10:04:58 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: 0.301 X-Spam-Level: X-Spam-Status: No, score=0.301 tagged_above=-999 required=5 tests=[BAYES_50=0.001, MIME_8BIT_HEADER=0.3] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iGQi7urSCxAi for ; Tue, 1 May 2012 10:04:58 -0700 (PDT) Received: from forward9.mail.yandex.net (forward9.mail.yandex.net [77.88.61.48]) by ietfa.amsl.com (Postfix) with ESMTP id 0BCBE21E8188 for ; Tue, 1 May 2012 10:04:57 -0700 (PDT) Received: from smtp7.mail.yandex.net (smtp7.mail.yandex.net [77.88.61.55]) by forward9.mail.yandex.net (Yandex) with ESMTP id 7486FCE0E86; Tue, 1 May 2012 21:04:55 +0400 (MSK) Received: from smtp7.mail.yandex.net (localhost [127.0.0.1]) by smtp7.mail.yandex.net (Yandex) with ESMTP id 540B7158035A; Tue, 1 May 2012 21:04:52 +0400 (MSK) Received: from 109-184-228-129.dynamic.mts-nn.ru (109-184-228-129.dynamic.mts-nn.ru [109.184.228.129]) by smtp7.mail.yandex.net (nwsmtp/Yandex) with ESMTP id 4pU4qDZI-4qUqQBXM; Tue, 1 May 2012 21:04:52 +0400 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "Henrik Levkowetz" References: <4F9FF40F.50307@levkowetz.com> Date: Tue, 01 May 2012 21:04:48 +0400 MIME-Version: 1.0 Content-Transfer-Encoding: Quoted-Printable From: =?utf-8?B?0KDQvtC80LDQvSDQlNC+0L3Rh9C10L3QutC+?= Message-ID: In-Reply-To: <4F9FF40F.50307@levkowetz.com> User-Agent: Opera Mail/11.62 (Win32) Cc: tools-discuss@ietf.org Subject: [Tools-discuss] rfcmarkup releases (Was: Rfcmarkup-1.100 feedback: escaping issues) X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 May 2012 17:04:58 -0000 Henrik Levkowetz =D0=BF=D0=B8=D1=81=D0=B0=D0=BB =D0= =B2 =D1=81=D0=B2=D0=BE=D1=91=D0=BC =D0=BF=D0=B8=D1=81=D1=8C=D0=BC=D0=B5 = Tue, 01 May = 2012 18:32:47 +0400: > Hi =D0=A0=D0=BE=D0=BC=D0=B0=D0=BD, > > Thank your for writing up the issues below, and my excuses for the lar= ge > delay in addressing this. Your analysis, in addition to reporting the= > bugs, was very helpful. > > I'm about to release version 1.101, where I hope to have addressed bot= h > of these issues. > > Thank you again for reporting these issues. No problem. Speaking of releases... the day after I downloaded the 1.100 tarball I = went to the homepage () again, a= nd = the download link seems to have disappeared... I don't remember where it= = was, but I don't seem to find it anywhere. Plus, the page states the las= t = version is 0.97. What's going on? Roman. From henrik@levkowetz.com Tue May 1 17:03:41 2012 Return-Path: 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 0A69621E8055 for ; Tue, 1 May 2012 17:03:41 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -102.422 X-Spam-Level: X-Spam-Status: No, score=-102.422 tagged_above=-999 required=5 tests=[AWL=-0.123, BAYES_00=-2.599, MIME_8BIT_HEADER=0.3, USER_IN_WHITELIST=-100] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mhG4UFZGy6qK for ; Tue, 1 May 2012 17:03:40 -0700 (PDT) Received: from grenache.tools.ietf.org (grenache.tools.ietf.org [IPv6:2a01:3f0:1:2::30]) by ietfa.amsl.com (Postfix) with ESMTP id F35A321E8020 for ; Tue, 1 May 2012 17:03:39 -0700 (PDT) Received: from localhost ([127.0.0.1]:34689 helo=vigonier.lan ident=henrik) by grenache.tools.ietf.org with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.77) (envelope-from ) id 1SPN2h-0001Pc-1J; Wed, 02 May 2012 02:03:39 +0200 Message-ID: <4FA079DA.1050704@levkowetz.com> Date: Wed, 02 May 2012 02:03:38 +0200 From: Henrik Levkowetz User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:10.0.4) Gecko/20120421 Thunderbird/10.0.4 MIME-Version: 1.0 To: =?UTF-8?B?0KDQvtC80LDQvSDQlNC+0L3Rh9C10L3QutC+?= References: <4F9FF40F.50307@levkowetz.com> In-Reply-To: X-Enigmail-Version: 1.4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Rcpt-To: dpb@corrigendum.ru, tools-discuss@ietf.org, henrik-sent@levkowetz.com X-SA-Exim-Mail-From: henrik@levkowetz.com X-SA-Exim-Scanned: No (on grenache.tools.ietf.org); SAEximRunCond expanded to false Cc: tools-discuss@ietf.org Subject: Re: [Tools-discuss] rfcmarkup releases (Was: Rfcmarkup-1.100 feedback: escaping issues) X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 May 2012 00:03:41 -0000 Hi Roman, On 2012-05-01 19:04 Роман Донченко said the following: > No problem. > > Speaking of releases... the day after I downloaded the 1.100 tarball I > went to the homepage () again, and > the download link seems to have disappeared... I don't remember where it > was, but I don't seem to find it anywhere. Plus, the page states the last > version is 0.97. What's going on? Two things. The first is a dodgy Makefile, I think. The download link should always be generated when I '$ make upload', but it seems to disappear sometimes. I haven't had time to debug it, which is a shame, but that's the way it is. The second is that I sometimes do '$make upload' on the server I'm working on at the time, instead of moving stuff to the distribution master for the tools servers; that will result in one server having a newer version. This comes from working on the server which will become the distribution server, rather than on the one which will be decommissioned soon. The pages should now all be in sync, and all show version 1.101. Best regards, Henrik From dhc@dcrocker.net Tue May 8 08:27:28 2012 Return-Path: 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 12FA621F8593 for ; Tue, 8 May 2012 08:27:28 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -6.599 X-Spam-Level: X-Spam-Status: No, score=-6.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RrQcOH4HKggQ for ; Tue, 8 May 2012 08:27:27 -0700 (PDT) Received: from sbh17.songbird.com (sbh17.songbird.com [72.52.113.17]) by ietfa.amsl.com (Postfix) with ESMTP id A31A921F854F for ; Tue, 8 May 2012 08:27:27 -0700 (PDT) Received: from [172.16.35.88] ([38.100.136.98]) (authenticated bits=0) by sbh17.songbird.com (8.13.8/8.13.8) with ESMTP id q48FRQBs029780 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 8 May 2012 08:27:27 -0700 Message-ID: <4FA93B5D.4050000@dcrocker.net> Date: Tue, 08 May 2012 11:27:25 -0400 From: Dave Crocker Organization: Brandenburg InternetWorking User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: Tools Team Discussion Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0 (sbh17.songbird.com [72.52.113.17]); Tue, 08 May 2012 08:27:27 -0700 (PDT) X-Mailman-Approved-At: Tue, 08 May 2012 10:07:11 -0700 Subject: [Tools-discuss] individual web pages to support public ietf tools and technologies? X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: dcrocker@bbiw.net List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2012 15:27:28 -0000 Howdy. There are some IETF-based technologies and tools that are public-facing and go beyond internal IETF work. xml2rfc might be an example. abnf certainly is. For technologies processed through the IETF, there is usually an outside community with a web page for all of the pre- and post-standards activities. Documents, discussion, etc. The trigger for this note is abnf. It has no 'home' for tools, documents or the like but I suspect it should have one. ABNF is so much a creature of the IETF community, I'm wondering whether it should have something like augmented-bnf.org, rather than (for example) augmented-bnf.org. Thoughts? d/ -- Dave Crocker Brandenburg InternetWorking bbiw.net From touch@isi.edu Tue May 8 10:19:31 2012 Return-Path: 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 77B1421F8551 for ; Tue, 8 May 2012 10:19:31 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -103.543 X-Spam-Level: X-Spam-Status: No, score=-103.543 tagged_above=-999 required=5 tests=[AWL=-0.944, BAYES_00=-2.599, USER_IN_WHITELIST=-100] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id f46BirHi+EVy for ; Tue, 8 May 2012 10:19:31 -0700 (PDT) Received: from darkstar.isi.edu (darkstar.isi.edu [128.9.128.127]) by ietfa.amsl.com (Postfix) with ESMTP id 02A0621F84D6 for ; Tue, 8 May 2012 10:19:30 -0700 (PDT) Received: from [128.9.160.166] (abc.isi.edu [128.9.160.166]) (authenticated bits=0) by darkstar.isi.edu (8.13.8/8.13.8) with ESMTP id q48HJ5DT001155 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 8 May 2012 10:19:05 -0700 (PDT) Message-ID: <4FA95589.50006@isi.edu> Date: Tue, 08 May 2012 10:19:05 -0700 From: Joe Touch User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: dcrocker@bbiw.net References: <4FA93B5D.4050000@dcrocker.net> In-Reply-To: <4FA93B5D.4050000@dcrocker.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ISI-4-43-8-MailScanner: Found to be clean X-MailScanner-From: touch@isi.edu Cc: Dave Crocker , Tools Team Discussion Subject: Re: [Tools-discuss] individual web pages to support public ietf tools and technologies? X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2012 17:19:31 -0000 On 5/8/2012 8:27 AM, Dave Crocker wrote: > Howdy. > > There are some IETF-based technologies and tools that are public-facing > and go beyond internal IETF work. xml2rfc might be an example. abnf > certainly is. > > For technologies processed through the IETF, there is usually an outside > community with a web page for all of the pre- and post-standards > activities. Documents, discussion, etc. > > The trigger for this note is abnf. It has no 'home' for tools, documents > or the like but I suspect it should have one. > > ABNF is so much a creature of the IETF community, I'm wondering whether > it should have something like augmented-bnf.org, rather than (for > example) augmented-bnf.org. > > Thoughts? There is an author tools page where some of the tools are linked - including my Word template, among other things. Are you assuming more than that, i.e., a separate page per tool? Wouldn't that logically sit below the tools page? Joe From dhc@dcrocker.net Tue May 8 10:23:00 2012 Return-Path: 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 05F2C21F8600 for ; Tue, 8 May 2012 10:23:00 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -6.599 X-Spam-Level: X-Spam-Status: No, score=-6.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wPes-0gAn9u5 for ; Tue, 8 May 2012 10:22:59 -0700 (PDT) Received: from sbh17.songbird.com (sbh17.songbird.com [72.52.113.17]) by ietfa.amsl.com (Postfix) with ESMTP id 4F4B321F85F7 for ; Tue, 8 May 2012 10:22:59 -0700 (PDT) Received: from [172.16.35.88] ([38.100.136.98]) (authenticated bits=0) by sbh17.songbird.com (8.13.8/8.13.8) with ESMTP id q48HMwjg032568 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 8 May 2012 10:22:58 -0700 Message-ID: <4FA95671.1020309@dcrocker.net> Date: Tue, 08 May 2012 13:22:57 -0400 From: Dave Crocker Organization: Brandenburg InternetWorking User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: Joe Touch References: <4FA93B5D.4050000@dcrocker.net> <4FA95589.50006@isi.edu> In-Reply-To: <4FA95589.50006@isi.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0 (sbh17.songbird.com [72.52.113.17]); Tue, 08 May 2012 10:22:59 -0700 (PDT) Cc: Tools Team Discussion Subject: Re: [Tools-discuss] individual web pages to support public ietf tools and technologies? X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: dcrocker@bbiw.net List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2012 17:23:00 -0000 On 5/8/2012 1:19 PM, Joe Touch wrote: > There is an author tools page where some of the tools are linked - > including my Word template, among other things. > > Are you assuming more than that, i.e., a separate page per tool? > Wouldn't that logically sit below the tools page? I am assuming more than that. I'm classing the sort of thing you cited as "internal" to the IETF. In contrast, ABNF is of utility outside the IETF. That said, the model of a separate page per tool probably works for this, too. However I don't seem to find a table with links to the existing such pages. d/ -- Dave Crocker Brandenburg InternetWorking bbiw.net From touch@isi.edu Tue May 8 10:28:47 2012 Return-Path: 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 8145E21F859E for ; Tue, 8 May 2012 10:28:47 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -103.519 X-Spam-Level: X-Spam-Status: No, score=-103.519 tagged_above=-999 required=5 tests=[AWL=-0.920, BAYES_00=-2.599, USER_IN_WHITELIST=-100] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pRaNvHzCtnWx for ; Tue, 8 May 2012 10:28:47 -0700 (PDT) Received: from darkstar.isi.edu (darkstar.isi.edu [128.9.128.127]) by ietfa.amsl.com (Postfix) with ESMTP id 1134E21F8535 for ; Tue, 8 May 2012 10:28:47 -0700 (PDT) Received: from [128.9.160.166] (abc.isi.edu [128.9.160.166]) (authenticated bits=0) by darkstar.isi.edu (8.13.8/8.13.8) with ESMTP id q48HSLUS004482 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 8 May 2012 10:28:21 -0700 (PDT) Message-ID: <4FA957B5.5050702@isi.edu> Date: Tue, 08 May 2012 10:28:21 -0700 From: Joe Touch User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: dcrocker@bbiw.net References: <4FA93B5D.4050000@dcrocker.net> <4FA95589.50006@isi.edu> <4FA95671.1020309@dcrocker.net> In-Reply-To: <4FA95671.1020309@dcrocker.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ISI-4-43-8-MailScanner: Found to be clean X-MailScanner-From: touch@isi.edu Cc: Dave Crocker , Tools Team Discussion Subject: Re: [Tools-discuss] individual web pages to support public ietf tools and technologies? X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2012 17:28:47 -0000 On 5/8/2012 10:22 AM, Dave Crocker wrote: > > On 5/8/2012 1:19 PM, Joe Touch wrote: >> There is an author tools page where some of the tools are linked - >> including my Word template, among other things. >> >> Are you assuming more than that, i.e., a separate page per tool? >> Wouldn't that logically sit below the tools page? > > > I am assuming more than that. > > I'm classing the sort of thing you cited as "internal" to the IETF. In > contrast, ABNF is of utility outside the IETF. > > That said, the model of a separate page per tool probably works for > this, too. > > However I don't seem to find a table with links to the existing such pages. The tools pages haven't been updated in a while AFAICT. Regarding the need for a separate ABNF page - if on the tools site, that's easy (if someone does it). If not, then someone needs to step up and create this, no? Joe From dhc@dcrocker.net Tue May 8 10:37:40 2012 Return-Path: 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 2F73F21F8541 for ; Tue, 8 May 2012 10:37:40 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -6.599 X-Spam-Level: X-Spam-Status: No, score=-6.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xyKHks0Eq3H4 for ; Tue, 8 May 2012 10:37:39 -0700 (PDT) Received: from sbh17.songbird.com (sbh17.songbird.com [72.52.113.17]) by ietfa.amsl.com (Postfix) with ESMTP id 9091021F84FD for ; Tue, 8 May 2012 10:37:39 -0700 (PDT) Received: from [172.16.35.88] ([38.100.136.98]) (authenticated bits=0) by sbh17.songbird.com (8.13.8/8.13.8) with ESMTP id q48HbasF001585 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 8 May 2012 10:37:38 -0700 Message-ID: <4FA959E0.4010505@dcrocker.net> Date: Tue, 08 May 2012 13:37:36 -0400 From: Dave Crocker Organization: Brandenburg InternetWorking User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: Joe Touch References: <4FA93B5D.4050000@dcrocker.net> <4FA95589.50006@isi.edu> <4FA95671.1020309@dcrocker.net> <4FA957B5.5050702@isi.edu> In-Reply-To: <4FA957B5.5050702@isi.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0 (sbh17.songbird.com [72.52.113.17]); Tue, 08 May 2012 10:37:39 -0700 (PDT) Cc: Tools Team Discussion Subject: Re: [Tools-discuss] individual web pages to support public ietf tools and technologies? X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: dcrocker@bbiw.net List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2012 17:37:40 -0000 On 5/8/2012 1:28 PM, Joe Touch wrote: >> However I don't seem to find a table with links to the existing such >> pages. ... > Regarding the need for a separate ABNF page - if on the tools site, > that's easy (if someone does it). If not, then someone needs to step up > and create this, no? if someone wants to give me admin access to abnf.tools.ietf.org (or whatever the name should be) I'm glad to take that on. d/ -- Dave Crocker Brandenburg InternetWorking bbiw.net From Sandra.Murphy@sparta.com Wed May 9 14:33:09 2012 Return-Path: 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 A557E11E80D1; Wed, 9 May 2012 14:33:09 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -102.676 X-Spam-Level: X-Spam-Status: No, score=-102.676 tagged_above=-999 required=5 tests=[AWL=-0.077, BAYES_00=-2.599, USER_IN_WHITELIST=-100] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MRqZsddyAd71; Wed, 9 May 2012 14:33:09 -0700 (PDT) Received: from M4.sparta.com (M4.sparta.com [157.185.61.2]) by ietfa.amsl.com (Postfix) with ESMTP id 19EE311E80C8; Wed, 9 May 2012 14:33:05 -0700 (PDT) Received: from Beta5.sparta.com (beta5.sparta.com [157.185.63.21]) by M4.sparta.com (8.14.4/8.14.4) with ESMTP id q49LX58b021736; Wed, 9 May 2012 16:33:05 -0500 Received: from Hermes.columbia.ads.sparta.com ([157.185.80.107]) by Beta5.sparta.com (8.13.8/8.13.8) with ESMTP id q49LX46O029216; Wed, 9 May 2012 16:33:05 -0500 Received: from HERMES.columbia.ads.sparta.com ([2002:9db9:506b::9db9:506b]) by Hermes.columbia.ads.sparta.com ([::1]) with mapi id 14.01.0355.002; Wed, 9 May 2012 17:33:04 -0400 From: "Murphy, Sandra" To: "tools-discuss@ietf.org" , "ietf-action@ietf.org" Thread-Topic: query about support - multiple jabber or etherpad Thread-Index: Ac0uKuYFHDJdgKu9S1SKZ2zNIeL3SA== Date: Wed, 9 May 2012 21:33:03 +0000 Message-ID: <24B20D14B2CD29478C8D5D6E9CBB29F60F708463@Hermes.columbia.ads.sparta.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [157.185.63.118] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailman-Approved-At: Wed, 09 May 2012 15:11:27 -0700 Cc: "sidr-chairs@ietf.org" Subject: [Tools-discuss] query about support - multiple jabber or etherpad X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2012 21:33:09 -0000 I'm not sure if this is a secretariat question or a tools team question.=0A= =0A= The sidr wg had an interim meeting on 30 Apr.=0A= =0A= As a result of the experience, there's a desire to have both a chat capabil= ity and a viewable realtime note taking capability.=0A= =0A= The two capabilities might be provided by having two jabber windows, or a j= abber window and an etherpad window.=0A= =0A= Is that possible? That is, an interim wg meeting could either have two jab= ber windows, or have an etherpad as has been provided at the last few IETF = meeting in addition to the usual wg jabber?=0A= =0A= --Sandy, sidr co-chair= From glen@amsl.com Wed May 9 15:17:56 2012 Return-Path: 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 88D7621F84CF; Wed, 9 May 2012 15:17:56 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -102.311 X-Spam-Level: X-Spam-Status: No, score=-102.311 tagged_above=-999 required=5 tests=[AWL=0.289, BAYES_00=-2.599, NO_RELAYS=-0.001, USER_IN_WHITELIST=-100] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZvNGb6mOmmxd; Wed, 9 May 2012 15:17:56 -0700 (PDT) Received: from mail.amsl.com (mail.amsl.com [IPv6:2001:1890:123a::1:14]) by ietfa.amsl.com (Postfix) with ESMTP id 3F8A521F84CE; Wed, 9 May 2012 15:17:52 -0700 (PDT) Received: by c8a.amsl.com (Postfix, from userid 1000) id 022E812C895; Wed, 9 May 2012 15:17:51 -0700 (PDT) Date: Wed, 9 May 2012 15:17:50 -0700 From: Glen To: "Murphy, Sandra" Message-ID: <20120509221750.GA30001@amsl.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Cc: sidr-chairs@ietf.org, tools-discuss@ietf.org Subject: [Tools-discuss] query about support - multiple jabber or etherpad - use this please X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2012 22:17:56 -0000 In an email to IETF-ACTION and TOOLS-DISCUSS, Sandra Murphy wrote: > I'm not sure if this is a secretariat question or a tools team question. > The sidr wg had an interim meeting on 30 Apr. > As a result of the experience, there's a desire to have both a chat > capability and a viewable realtime note taking capability. > The two capabilities might be provided by having two jabber windows, or a > jabber window and an etherpad window. > Is that possible? That is, an interim wg meeting could either have two > jabber windows, or have an etherpad as has been provided at the last few > IETF meeting in addition to the usual wg jabber? > --Sandy, sidr co-chair Sandy - When ietf-action is copied on another email, it generates a ticket and a series of alerts, and every reply to the conversation generates additional alerts in the action queue. So I'm resending this message to your lists, and asking everyone to please use this thread rather than the previous one for replies, so that the ticketing system doesn't explode. :-) I'm sure that anything is possible, but I do think that this is a discussion for the tools team, and, possibly, others. It's not really a "problem for AMS to fix", so I can't really do anything with it in the ticketing system. :-) If the tools team has no ideas, please feel free to email me directly at: glen@amsl.com and I will try to ask around and see who might know more about this. Sorry to be a problem, thank you so much for your understanding... Glen Glen Barney IT Director AMS (IETF Secretariat) From stpeter@stpeter.im Wed May 9 18:42:14 2012 Return-Path: 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 3A78211E80EA; Wed, 9 May 2012 18:42:14 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -102.261 X-Spam-Level: X-Spam-Status: No, score=-102.261 tagged_above=-999 required=5 tests=[AWL=-0.262, BAYES_00=-2.599, J_CHICKENPOX_51=0.6, USER_IN_WHITELIST=-100] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nqgw18OZgz7z; Wed, 9 May 2012 18:42:13 -0700 (PDT) Received: from stpeter.im (mailhost.stpeter.im [207.210.219.225]) by ietfa.amsl.com (Postfix) with ESMTP id CB2B211E80E4; Wed, 9 May 2012 18:42:13 -0700 (PDT) Received: from [192.168.0.9] (unknown [216.17.175.160]) (Authenticated sender: stpeter) by stpeter.im (Postfix) with ESMTPSA id B9E474005B; Wed, 9 May 2012 19:57:35 -0600 (MDT) Message-ID: <4FAB1CF3.3000606@stpeter.im> Date: Wed, 09 May 2012 19:42:11 -0600 From: Peter Saint-Andre User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: Glen References: <20120509221750.GA30001@amsl.com> In-Reply-To: <20120509221750.GA30001@amsl.com> X-Enigmail-Version: 1.4.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: sidr-chairs@ietf.org, "Murphy, Sandra" , tools-discuss@ietf.org Subject: Re: [Tools-discuss] query about support - multiple jabber or etherpad - use this please X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2012 01:42:14 -0000 Hi Glen! On 5/9/12 4:17 PM, Glen wrote: > In an email to IETF-ACTION and TOOLS-DISCUSS, Sandra Murphy wrote: >> I'm not sure if this is a secretariat question or a tools team question. >> The sidr wg had an interim meeting on 30 Apr. >> As a result of the experience, there's a desire to have both a chat >> capability and a viewable realtime note taking capability. >> The two capabilities might be provided by having two jabber windows, or a >> jabber window and an etherpad window. Well, right now we already can do one jabber room and one etherpad, because that's the default setup.l If we want two jabber rooms, we could easily set up sidr-notes@jabber.ietf.org (for active taking of notes) in addition to the standard sidr@jabber.ietf.org room. Or so it seems to me. Peter -- Peter Saint-Andre https://stpeter.im/ From Sandra.Murphy@sparta.com Thu May 10 10:38:25 2012 Return-Path: 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 14C3B21F85FD; Thu, 10 May 2012 10:38:25 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -102.375 X-Spam-Level: X-Spam-Status: No, score=-102.375 tagged_above=-999 required=5 tests=[AWL=-0.376, BAYES_00=-2.599, J_CHICKENPOX_51=0.6, USER_IN_WHITELIST=-100] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id z3p8xd5Zn1uH; Thu, 10 May 2012 10:38:24 -0700 (PDT) Received: from M4.sparta.com (M4.sparta.com [157.185.61.2]) by ietfa.amsl.com (Postfix) with ESMTP id 358A121F85E4; Thu, 10 May 2012 10:38:24 -0700 (PDT) Received: from Beta5.sparta.com (beta5.sparta.com [157.185.63.21]) by M4.sparta.com (8.14.4/8.14.4) with ESMTP id q4AHcK8C029062; Thu, 10 May 2012 12:38:20 -0500 Received: from Hermes.columbia.ads.sparta.com ([157.185.80.107]) by Beta5.sparta.com (8.13.8/8.13.8) with ESMTP id q4AHcJME019964; Thu, 10 May 2012 12:38:20 -0500 Received: from HERMES.columbia.ads.sparta.com ([2002:9db9:506b::9db9:506b]) by Hermes.columbia.ads.sparta.com ([::1]) with mapi id 14.01.0355.002; Thu, 10 May 2012 13:38:19 -0400 From: "Murphy, Sandra" To: Peter Saint-Andre , Glen Thread-Topic: [Tools-discuss] query about support - multiple jabber or etherpad - use this please Thread-Index: AQHNLjGWu+j4BNdU5k2maLlHhw8Xw5bCgueAgADHfM8= Date: Thu, 10 May 2012 17:38:17 +0000 Message-ID: <24B20D14B2CD29478C8D5D6E9CBB29F60F7085D1@Hermes.columbia.ads.sparta.com> References: <20120509221750.GA30001@amsl.com>,<4FAB1CF3.3000606@stpeter.im> In-Reply-To: <4FAB1CF3.3000606@stpeter.im> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [157.185.63.118] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "sidr-chairs@ietf.org" , "tools-discuss@ietf.org" Subject: Re: [Tools-discuss] query about support - multiple jabber or etherpad - use this please X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2012 17:38:25 -0000 Great! So it looks do-able. =0A= =0A= I did not mean to ask for two jabber rooms AND an etherpad. The point is t= o have two input places, total.=0A= =0A= I was not sure the etherpad was going to be an ongoing standard feature, wh= ich is why I asked.=0A= =0A= --Sandy=0A= =0A= ________________________________________=0A= From: Peter Saint-Andre [stpeter@stpeter.im]=0A= Sent: Wednesday, May 09, 2012 9:42 PM=0A= To: Glen=0A= Cc: Murphy, Sandra; sidr-chairs@ietf.org; tools-discuss@ietf.org=0A= Subject: Re: [Tools-discuss] query about support - multiple jabber or ether= pad - use this please=0A= =0A= Hi Glen!=0A= =0A= On 5/9/12 4:17 PM, Glen wrote:=0A= > In an email to IETF-ACTION and TOOLS-DISCUSS, Sandra Murphy wrote:=0A= >> I'm not sure if this is a secretariat question or a tools team question.= =0A= >> The sidr wg had an interim meeting on 30 Apr.=0A= >> As a result of the experience, there's a desire to have both a chat=0A= >> capability and a viewable realtime note taking capability.=0A= >> The two capabilities might be provided by having two jabber windows, or = a=0A= >> jabber window and an etherpad window.=0A= =0A= Well, right now we already can do one jabber room and one etherpad,=0A= because that's the default setup.l If we want two jabber rooms, we could=0A= easily set up sidr-notes@jabber.ietf.org (for active taking of notes) in=0A= addition to the standard sidr@jabber.ietf.org room. Or so it seems to me.= =0A= =0A= Peter=0A= =0A= --=0A= Peter Saint-Andre=0A= https://stpeter.im/=0A= From lars@netapp.com Thu May 10 10:45:26 2012 Return-Path: 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 915E421F86AB for ; Thu, 10 May 2012 10:45:26 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -10.224 X-Spam-Level: X-Spam-Status: No, score=-10.224 tagged_above=-999 required=5 tests=[AWL=-0.424, BAYES_00=-2.599, RCVD_IN_DNSWL_HI=-8, SARE_SUB_RAND_LETTRS4=0.799] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28MwPg1xl7ym for ; Thu, 10 May 2012 10:45:25 -0700 (PDT) Received: from mx2.netapp.com (mx2.netapp.com [216.240.18.37]) by ietfa.amsl.com (Postfix) with ESMTP id F385421F8683 for ; Thu, 10 May 2012 10:45:23 -0700 (PDT) X-IronPort-AV: E=Sophos;i="4.75,565,1330934400"; d="p7s'?scan'208";a="646799044" Received: from smtp1.corp.netapp.com ([10.57.156.124]) by mx2-out.netapp.com with ESMTP; 10 May 2012 10:45:23 -0700 Received: from vmwexceht04-prd.hq.netapp.com (vmwexceht04-prd.hq.netapp.com [10.106.77.34]) by smtp1.corp.netapp.com (8.13.1/8.13.1/NTAP-1.6) with ESMTP id q4AHjNix015917 for ; Thu, 10 May 2012 10:45:23 -0700 (PDT) Received: from SACEXCMBX01-PRD.hq.netapp.com ([169.254.2.117]) by vmwexceht04-prd.hq.netapp.com ([10.106.77.34]) with mapi id 14.02.0298.004; Thu, 10 May 2012 10:45:23 -0700 From: "Eggert, Lars" To: "tools-discuss@ietf.org" Thread-Topic: suggestion for IRTF dashboard page Thread-Index: AQHNLtSqm66VGDDXUkGJGHCg3NbdDA== Date: Thu, 10 May 2012 17:45:20 +0000 Message-ID: <33561E72-2D76-47B9-BBB0-A23474FC329C@netapp.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: yes X-MS-TNEF-Correlator: x-originating-ip: [10.104.60.115] Content-Type: multipart/signed; boundary="Apple-Mail=_3EE873C8-3A0E-458C-A5B7-A214685C56FD"; protocol="application/pkcs7-signature"; micalg=sha1 MIME-Version: 1.0 Subject: [Tools-discuss] suggestion for IRTF dashboard page X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2012 17:45:26 -0000 --Apple-Mail=_3EE873C8-3A0E-458C-A5B7-A214685C56FD Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Hi, I'm having the IRSG switch to the new datatracker for new IRTF-stream = documents. (Instead of using trac tickets.) One missing bit of functionality is that trac offered me ways to query = for tickets, so I could understand which state the IRTF documents are = in. Could some sort of "IRTF dashboard" be added to the datatracker? = Basically, a list of IRTF stream documents e.g. sorted by state? Thanks, Lars= --Apple-Mail=_3EE873C8-3A0E-458C-A5B7-A214685C56FD Content-Disposition: attachment; filename="smime.p7s" Content-Type: application/pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIMQDCCBUow ggQyoAMCAQICEFcfSRTG0jNknqb9LV9GuFkwDQYJKoZIhvcNAQEFBQAwgd0xCzAJBgNVBAYTAlVT MRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjEfMB0GA1UECxMWVmVyaVNpZ24gVHJ1c3QgTmV0d29y azE7MDkGA1UECxMyVGVybXMgb2YgdXNlIGF0IGh0dHBzOi8vd3d3LnZlcmlzaWduLmNvbS9ycGEg KGMpMDkxHjAcBgNVBAsTFVBlcnNvbmEgTm90IFZhbGlkYXRlZDE3MDUGA1UEAxMuVmVyaVNpZ24g Q2xhc3MgMSBJbmRpdmlkdWFsIFN1YnNjcmliZXIgQ0EgLSBHMzAeFw0xMTEyMTAwMDAwMDBaFw0x MjEyMDkyMzU5NTlaMIIBDTEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlT aWduIFRydXN0IE5ldHdvcmsxRjBEBgNVBAsTPXd3dy52ZXJpc2lnbi5jb20vcmVwb3NpdG9yeS9S UEEgSW5jb3JwLiBieSBSZWYuLExJQUIuTFREKGMpOTgxHjAcBgNVBAsTFVBlcnNvbmEgTm90IFZh bGlkYXRlZDEzMDEGA1UECxMqRGlnaXRhbCBJRCBDbGFzcyAxIC0gTmV0c2NhcGUgRnVsbCBTZXJ2 aWNlMRQwEgYDVQQDFAtMYXJzIEVnZ2VydDEeMBwGCSqGSIb3DQEJARYPbGFyc0BuZXRhcHAuY29t MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAokrhJTcXt6J/VEpZOicLoguBlYTjXP9v Ze4HuuhXnURUS8YouAfgaqA0zYbt5yd6fh4PBMdAaEWr5yJyHuFykXlrCumjUWSpLuqTS2A+pt4q cZaAQk9iLDN/UVd3SpkUuvWbxXlqzG7/BSqa3VNObBzCmyh+V7aXxri+30CT//DSsNRC4VFy6sn6 dMgSaFenXLwe/FBwY0qTMfICT1PrrX6Sw1S8OfH9rykLlZXbmfkFExxQngp1DJH9xMHeODHGbCv/ ty5gdxMOrLe+vENxFEcy1YQWBZd1kNL4UObugF8A/jE/s+Oa3H1VFH8ghqZTdqGDysVxmtKHuNFx 6jIBSQIDAQABo4HSMIHPMAkGA1UdEwQCMAAwRAYDVR0gBD0wOzA5BgtghkgBhvhFAQcXATAqMCgG CCsGAQUFBwIBFhxodHRwczovL3d3dy52ZXJpc2lnbi5jb20vcnBhMAsGA1UdDwQEAwIFoDAdBgNV HSUEFjAUBggrBgEFBQcDBAYIKwYBBQUHAwIwUAYDVR0fBEkwRzBFoEOgQYY/aHR0cDovL2luZGMx ZGlnaXRhbGlkLWczLWNybC52ZXJpc2lnbi5jb20vSW5kQzFEaWdpdGFsSUQtRzMuY3JsMA0GCSqG SIb3DQEBBQUAA4IBAQBA7q6tR92qpd7xo7VBsrOfGCWzoxIVfTc7t0RhB/Oz/+c3lnhYnNScIuKN JmyZvznmVxqB9BJ72+NkvmdB/hnILSBTRawL2tyLo9PkBtN0nRt4gS6wjpWnD8G83hlJLE7r25jk 7HkRev61dTIXsANFpJKF02C4XSoDfEzNV6MpuEvHvcgHCqMrlwWwfKc7+NoDnE8PBuRzwSXvlD5L mswCY2iiOsd7ImNO4OzTCxETvKTDu92+FTIbRJJpYjVNv1UF7e3w9Kq65BkZJErUH19beUeQl0Wh 2BJQE6/15rQyCnP0iJ/Nmx2/kI6M0PWunEsI6FMs0MbosreaWGHlQmomMIIG7jCCBdagAwIBAgIQ cRVmBUrkkSFN6bxE+azT3DANBgkqhkiG9w0BAQUFADCByjELMAkGA1UEBhMCVVMxFzAVBgNVBAoT DlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQL EzEoYykgMTk5OSBWZXJpU2lnbiwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MUUwQwYD VQQDEzxWZXJpU2lnbiBDbGFzcyAxIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9y aXR5IC0gRzMwHhcNMDkwNTAxMDAwMDAwWhcNMTkwNDMwMjM1OTU5WjCB3TELMAkGA1UEBhMCVVMx FzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3Jr MTswOQYDVQQLEzJUZXJtcyBvZiB1c2UgYXQgaHR0cHM6Ly93d3cudmVyaXNpZ24uY29tL3JwYSAo YykwOTEeMBwGA1UECxMVUGVyc29uYSBOb3QgVmFsaWRhdGVkMTcwNQYDVQQDEy5WZXJpU2lnbiBD bGFzcyAxIEluZGl2aWR1YWwgU3Vic2NyaWJlciBDQSAtIEczMIIBIjANBgkqhkiG9w0BAQEFAAOC AQ8AMIIBCgKCAQEA7cRH3yooHXwGa7vXITLJbBOP6bGNQU4099oL42r6ZYggCxET6ZvgSU6Lb9UB 0F8NR5GKWkx0Pj/GkQm7TDSejW6hglFi92l2WJYHr54UGAdPWr2f0jGyVBlzRmoZQhHsEnMhjfXc MM3l2VYKMcU2bSkUl70t2olHGYjYSwQ967Y8Zx50ABMN0Ibak2f4MwOuGjxraXj2wCyO4YM/d/mZ //6fUlrCtIcK2GypR8FUKWVDPkrAlh/Brfd3r2yxBF6+wbaULZeQLSfSux7pg2qE9sSyriMGZSal J1grByK0b6ZiSBp38tVQJ5op05b7KPW6JHZi44xZ6/tu1ULEvkHH9QIDAQABo4ICuTCCArUwNAYI KwYBBQUHAQEEKDAmMCQGCCsGAQUFBzABhhhodHRwOi8vb2NzcC52ZXJpc2lnbi5jb20wEgYDVR0T AQH/BAgwBgEB/wIBADBwBgNVHSAEaTBnMGUGC2CGSAGG+EUBBxcBMFYwKAYIKwYBBQUHAgEWHGh0 dHBzOi8vd3d3LnZlcmlzaWduLmNvbS9jcHMwKgYIKwYBBQUHAgIwHhocaHR0cHM6Ly93d3cudmVy aXNpZ24uY29tL3JwYTA0BgNVHR8ELTArMCmgJ6AlhiNodHRwOi8vY3JsLnZlcmlzaWduLmNvbS9w Y2ExLWczLmNybDAOBgNVHQ8BAf8EBAMCAQYwbgYIKwYBBQUHAQwEYjBgoV6gXDBaMFgwVhYJaW1h Z2UvZ2lmMCEwHzAHBgUrDgMCGgQUS2u5KJYGDLvQUjibKaxLB4shBRgwJhYkaHR0cDovL2xvZ28u dmVyaXNpZ24uY29tL3ZzbG9nbzEuZ2lmMC4GA1UdEQQnMCWkIzAhMR8wHQYDVQQDExZQcml2YXRl TGFiZWw0LTIwNDgtMTE4MB0GA1UdDgQWBBR5R2EIQf04BKJL57XM9UP2SSsR+DCB8QYDVR0jBIHp MIHmoYHQpIHNMIHKMQswCQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNV BAsTFlZlcmlTaWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWduLCBJ bmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlTaWduIENsYXNzIDEg UHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBHM4IRAItbdVaEVIULAM+v OEjOsaQwDQYJKoZIhvcNAQEFBQADggEBADlNz0GZgbWpBbVSOOk5hIls5DSoWufYbAlMJBq6WaSH O3Mh8ZOBz79oY1pn/jWFK6HDXaNKwjoZ3TDWzE3v8dKBl8pUWkO/N4t6jhmND0OojPKvYLMVirOV nDzgnrMnmKQ1chfl/Cpdh9OKDcLRRSr4wPSsKpM61a4ScAjr+zvid+zoK2Q1ds262uDRyxTWcVib vtU+fbbZ6CTFJGZMXZEfdrMXPn8NxiGJL7M3uKH/XLJtSd5lUkL7DojS7Uodv0vj+Mxy+kgOZY5J yNb4mZg7t5Q+MXEGh/psWVMu198r7V9jAKwV7QO4VRaMxmgD5yKocwuxvKDaUljdCg5/wYIxggSL MIIEhwIBATCB8jCB3TELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYD VQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTswOQYDVQQLEzJUZXJtcyBvZiB1c2UgYXQgaHR0 cHM6Ly93d3cudmVyaXNpZ24uY29tL3JwYSAoYykwOTEeMBwGA1UECxMVUGVyc29uYSBOb3QgVmFs aWRhdGVkMTcwNQYDVQQDEy5WZXJpU2lnbiBDbGFzcyAxIEluZGl2aWR1YWwgU3Vic2NyaWJlciBD QSAtIEczAhBXH0kUxtIzZJ6m/S1fRrhZMAkGBSsOAwIaBQCgggJtMBgGCSqGSIb3DQEJAzELBgkq hkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTEyMDUxMDE3NDUxMFowIwYJKoZIhvcNAQkEMRYEFBSc X51j3h8xinfWzolnyGlbkSw4MIIBAwYJKwYBBAGCNxAEMYH1MIHyMIHdMQswCQYDVQQGEwJVUzEX MBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdvcmsx OzA5BgNVBAsTMlRlcm1zIG9mIHVzZSBhdCBodHRwczovL3d3dy52ZXJpc2lnbi5jb20vcnBhIChj KTA5MR4wHAYDVQQLExVQZXJzb25hIE5vdCBWYWxpZGF0ZWQxNzA1BgNVBAMTLlZlcmlTaWduIENs YXNzIDEgSW5kaXZpZHVhbCBTdWJzY3JpYmVyIENBIC0gRzMCEFcfSRTG0jNknqb9LV9GuFkwggEF BgsqhkiG9w0BCRACCzGB9aCB8jCB3TELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJ bmMuMR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTswOQYDVQQLEzJUZXJtcyBvZiB1 c2UgYXQgaHR0cHM6Ly93d3cudmVyaXNpZ24uY29tL3JwYSAoYykwOTEeMBwGA1UECxMVUGVyc29u YSBOb3QgVmFsaWRhdGVkMTcwNQYDVQQDEy5WZXJpU2lnbiBDbGFzcyAxIEluZGl2aWR1YWwgU3Vi c2NyaWJlciBDQSAtIEczAhBXH0kUxtIzZJ6m/S1fRrhZMA0GCSqGSIb3DQEBAQUABIIBABFxs4rU 7unZsS6pRNQv5J+/UvyOHoosRCgBlran5vnCocMIJpke5VtXLhRLkxEBU8CIb8YdaOQyYa3r9s4+ NGVE+EIxQqDA3xWIGd4xZwirEdkZ843k6N1s0QGtkanrlWDBtMJ6+DemawLFH3mFI7Cet/UUx9NW namaIYoE2gfleZ7h8K43BzenSr5htGs2sjgSmK6PNHyNwNWYEsq85khveWlk9ePcwwef1WY3K+4y gf6C/r7MKgbbzG7XbcCjyn7tRzUIp9GFsrT+EgIW51mHbeutOTaF7fXHIm/ppPdETggUQW4wjwZ1 NWAoeQZNTNqlcrlNJMiU/YdOQbTC8ZYAAAAAAAA= --Apple-Mail=_3EE873C8-3A0E-458C-A5B7-A214685C56FD-- From martin.vigoureux@alcatel-lucent.com Fri May 11 01:49:12 2012 Return-Path: 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 2CEFE21F863B; Fri, 11 May 2012 01:49:12 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -110.049 X-Spam-Level: X-Spam-Status: No, score=-110.049 tagged_above=-999 required=5 tests=[AWL=0.200, BAYES_00=-2.599, HELO_EQ_FR=0.35, RCVD_IN_DNSWL_HI=-8, USER_IN_WHITELIST=-100] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VY1WQBCOmlR6; Fri, 11 May 2012 01:49:11 -0700 (PDT) Received: from smail3.alcatel.fr (smail3.alcatel.fr [64.208.49.56]) by ietfa.amsl.com (Postfix) with ESMTP id 4637421F8628; Fri, 11 May 2012 01:49:10 -0700 (PDT) Received: from FRMRSSXCHHUB02.dc-m.alcatel-lucent.com (FRMRSSXCHHUB02.dc-m.alcatel-lucent.com [135.120.45.62]) by smail3.alcatel.fr (8.14.3/8.14.3/ICT) with ESMTP id q4B8lkGU005552 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT); Fri, 11 May 2012 10:49:09 +0200 Received: from [172.27.205.189] (135.120.57.7) by FRMRSSXCHHUB02.dc-m.alcatel-lucent.com (135.120.45.62) with Microsoft SMTP Server (TLS) id 8.3.213.0; Fri, 11 May 2012 10:48:49 +0200 Message-ID: <4FACD271.2010804@alcatel-lucent.com> Date: Fri, 11 May 2012 10:48:49 +0200 From: Martin Vigoureux Organization: Alcatel-Lucent User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2.28) Gecko/20120306 Thunderbird/3.1.20 MIME-Version: 1.0 To: "wgchairs@ietf.org" References: <201204181418.QAA27098@TR-Sys.de> In-Reply-To: <201204181418.QAA27098@TR-Sys.de> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.69 on 155.132.188.83 Cc: "tools-discuss@ietf.org" Subject: [Tools-discuss] handling "replaced-by" via the datatracker [Re: latest missing replaced-by information] X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2012 08:49:12 -0000 Hello, following up on that discussion, unless I am mistaken I do not see any way to manage the replaced-by status of drafts in the datatracker. This applies both to drafts with a revision number greater or equal than 01 and to newly adopted drafts. If I am wrong I'd be glad if one of you could indicate me the way to manage the replaced-by information via the tracker. Otherwise, I think it would definitely be good if chairs could manage this status via the tracker, and there seem to be some support for that. Thanks martin Le 18/04/2012 16:18, ah@TR-Sys.de a écrit : > RFC 6175 (WG Datatracker requirements) in Section 6.2 talks about... > > | This will facilitate the Datatracker's ability to correctly > | capture "Replaces" information for WG drafts and "Replaced by" > | information for the individual submission I-Ds that are replaced > | by WG drafts. > > This is written in the context of pre-approval of WG drafts > before submission (which so far seems not to be implemented > in the Datatracker WG Chair user interface), but in the > discussion on the draft for RFC 6175, IIRC it was clear that > during approval of a WG -00 draft, a Chair needs to be able to > supply the "Replaces" metadata -- or correct the preliminary > guesses made by the system. Somehow, this seems to have been > lost during operation on the many change requests on the draft, > but IMHO this requirement is implied in RFC 6175. > It also has been discussed in the draft stage of RFC 6175 that > the I-D upload tool should allow an I-D submitter to supply > "replaces" metadata, without leading to manual processing > of the submission by the Secretariat (as is the case for all > metadata changes intended by the submitter); in the case of a > WG draft adoption( WG -00 draft), the WG Chair UI then should > allow to edit these metadata (if needed) before accepting the > submission. > > I haven't a useful example at hands currently to exercise the > procedure, but from a more detailed reading of RFC 6175, it looks > like the desired functionality is seen in RFC 6175 part of WG Chair > operation on the *individual* I-Ds being adopted, not on the > 'draft-ietf-' ones. > > So could please someone with a pending draft adoption check whether > they can enter the "replaced by" information for the individual I-D? > > > Kind regards, > Alfred HÎnes. > From martin.vigoureux@alcatel-lucent.com Fri May 11 04:02:17 2012 Return-Path: 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 1594A21F8449; Fri, 11 May 2012 04:02:17 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -108.099 X-Spam-Level: X-Spam-Status: No, score=-108.099 tagged_above=-999 required=5 tests=[AWL=-1.850, BAYES_00=-2.599, HELO_EQ_FR=0.35, RCVD_IN_DNSWL_MED=-4, USER_IN_WHITELIST=-100] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id a8PuAxbFhY+w; Fri, 11 May 2012 04:02:16 -0700 (PDT) Received: from smail6.alcatel.fr (smail6.alcatel.fr [62.23.212.42]) by ietfa.amsl.com (Postfix) with ESMTP id 2111921F859E; Fri, 11 May 2012 04:02:15 -0700 (PDT) Received: from FRMRSSXCHHUB02.dc-m.alcatel-lucent.com (FRMRSSXCHHUB02.dc-m.alcatel-lucent.com [135.120.45.62]) by smail6.alcatel.fr (8.14.3/8.14.3/ICT) with ESMTP id q4BB2734030526 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT); Fri, 11 May 2012 13:02:09 +0200 Received: from [172.27.205.189] (135.120.57.7) by FRMRSSXCHHUB02.dc-m.alcatel-lucent.com (135.120.45.62) with Microsoft SMTP Server (TLS) id 8.3.213.0; Fri, 11 May 2012 13:02:09 +0200 Message-ID: <4FACF1B1.7040501@alcatel-lucent.com> Date: Fri, 11 May 2012 13:02:09 +0200 From: Martin Vigoureux Organization: Alcatel-Lucent User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2.28) Gecko/20120306 Thunderbird/3.1.20 MIME-Version: 1.0 To: "afarrel@juniper.net" References: <201204181418.QAA27098@TR-Sys.de> <4FACD271.2010804@alcatel-lucent.com> <02c801cd2f57$ec221810$c4664830$@juniper.net> In-Reply-To: <02c801cd2f57$ec221810$c4664830$@juniper.net> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.69 on 155.132.188.84 Cc: "wgchairs@ietf.org" , "tools-discuss@ietf.org" Subject: Re: [Tools-discuss] handling "replaced-by" via the datatracker [Re: latest missing replaced-by information] X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2012 11:02:17 -0000 great! Thanks. -m Le 11/05/2012 11:24, Adrian Farrel a écrit : > Hi, > > This popped up at the IESG retreat and Robert agreed to put it on the Tools Team > To Do list. > > Is this a good time to remind you all of the code sprint that takes place on the > day before each IETF meeting? Come along and help make the features you want to > use a reality. > > Cheers, > Adrian > >> -----Original Message----- >> From: iesg-bounces@ietf.org [mailto:iesg-bounces@ietf.org] On Behalf Of >> Martin Vigoureux >> Sent: 11 May 2012 09:49 >> To: wgchairs@ietf.org >> Cc: tools-discuss@ietf.org >> Subject: handling "replaced-by" via the datatracker [Re: latest missing > replaced- >> by information] >> >> Hello, >> >> following up on that discussion, unless I am mistaken I do not see any >> way to manage the replaced-by status of drafts in the datatracker. >> This applies both to drafts with a revision number greater or equal than >> 01 and to newly adopted drafts. >> If I am wrong I'd be glad if one of you could indicate me the way to >> manage the replaced-by information via the tracker. >> Otherwise, I think it would definitely be good if chairs could manage >> this status via the tracker, and there seem to be some support for that. >> >> Thanks >> martin >> >> >> Le 18/04/2012 16:18, ah@TR-Sys.de a écrit : >>> RFC 6175 (WG Datatracker requirements) in Section 6.2 talks about... >>> >>> | This will facilitate the Datatracker's ability to correctly >>> | capture "Replaces" information for WG drafts and "Replaced by" >>> | information for the individual submission I-Ds that are replaced >>> | by WG drafts. >>> >>> This is written in the context of pre-approval of WG drafts >>> before submission (which so far seems not to be implemented >>> in the Datatracker WG Chair user interface), but in the >>> discussion on the draft for RFC 6175, IIRC it was clear that >>> during approval of a WG -00 draft, a Chair needs to be able to >>> supply the "Replaces" metadata -- or correct the preliminary >>> guesses made by the system. Somehow, this seems to have been >>> lost during operation on the many change requests on the draft, >>> but IMHO this requirement is implied in RFC 6175. >>> It also has been discussed in the draft stage of RFC 6175 that >>> the I-D upload tool should allow an I-D submitter to supply >>> "replaces" metadata, without leading to manual processing >>> of the submission by the Secretariat (as is the case for all >>> metadata changes intended by the submitter); in the case of a >>> WG draft adoption( WG -00 draft), the WG Chair UI then should >>> allow to edit these metadata (if needed) before accepting the >>> submission. >>> >>> I haven't a useful example at hands currently to exercise the >>> procedure, but from a more detailed reading of RFC 6175, it looks >>> like the desired functionality is seen in RFC 6175 part of WG Chair >>> operation on the *individual* I-Ds being adopted, not on the >>> 'draft-ietf-' ones. >>> >>> So could please someone with a pending draft adoption check whether >>> they can enter the "replaced by" information for the individual I-D? >>> >>> >>> Kind regards, >>> Alfred HÎnes. >>> > > From afarrel@juniper.net Fri May 11 02:25:03 2012 Return-Path: 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 B35FF21F8621; Fri, 11 May 2012 02:25:03 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -2.599 X-Spam-Level: X-Spam-Status: No, score=-2.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id b04rvaG1EUxi; Fri, 11 May 2012 02:25:02 -0700 (PDT) Received: from asmtp5.iomartmail.com (asmtp5.iomartmail.com [62.128.201.176]) by ietfa.amsl.com (Postfix) with ESMTP id 8AD0921F861A; Fri, 11 May 2012 02:25:02 -0700 (PDT) Received: from asmtp5.iomartmail.com (localhost.localdomain [127.0.0.1]) by asmtp5.iomartmail.com (8.13.8/8.13.8) with ESMTP id q4B9OulI011243; Fri, 11 May 2012 10:24:56 +0100 Received: from 950129200 (dsl-sp-81-140-15-32.in-addr.broadbandscope.com [81.140.15.32]) (authenticated bits=0) by asmtp5.iomartmail.com (8.13.8/8.13.8) with ESMTP id q4B9Oten011183 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Fri, 11 May 2012 10:24:55 +0100 From: "Adrian Farrel" To: "'Martin Vigoureux'" , References: <201204181418.QAA27098@TR-Sys.de> <4FACD271.2010804@alcatel-lucent.com> In-Reply-To: <4FACD271.2010804@alcatel-lucent.com> Date: Fri, 11 May 2012 10:24:52 +0100 Message-ID: <02c801cd2f57$ec221810$c4664830$@juniper.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQICmdavDkoq5AuQsACTuKCiqOeuoQFpNNgmlk4yIdA= Content-Language: en-gb X-Mailman-Approved-At: Fri, 11 May 2012 06:20:29 -0700 Cc: tools-discuss@ietf.org Subject: Re: [Tools-discuss] handling "replaced-by" via the datatracker [Re: latest missing replaced-by information] X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: afarrel@juniper.net List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2012 09:25:03 -0000 Hi, This popped up at the IESG retreat and Robert agreed to put it on the = Tools Team To Do list. Is this a good time to remind you all of the code sprint that takes = place on the day before each IETF meeting? Come along and help make the features you = want to use a reality. Cheers, Adrian > -----Original Message----- > From: iesg-bounces@ietf.org [mailto:iesg-bounces@ietf.org] On Behalf = Of > Martin Vigoureux > Sent: 11 May 2012 09:49 > To: wgchairs@ietf.org > Cc: tools-discuss@ietf.org > Subject: handling "replaced-by" via the datatracker [Re: latest = missing replaced- > by information] >=20 > Hello, >=20 > following up on that discussion, unless I am mistaken I do not see any > way to manage the replaced-by status of drafts in the datatracker. > This applies both to drafts with a revision number greater or equal = than > 01 and to newly adopted drafts. > If I am wrong I'd be glad if one of you could indicate me the way to > manage the replaced-by information via the tracker. > Otherwise, I think it would definitely be good if chairs could manage > this status via the tracker, and there seem to be some support for = that. >=20 > Thanks > martin >=20 >=20 > Le 18/04/2012 16:18, ah@TR-Sys.de a =E9crit : > > RFC 6175 (WG Datatracker requirements) in Section 6.2 talks about... > > > > | This will facilitate the Datatracker's ability to correctly > > | capture "Replaces" information for WG drafts and "Replaced by" > > | information for the individual submission I-Ds that are replaced > > | by WG drafts. > > > > This is written in the context of pre-approval of WG drafts > > before submission (which so far seems not to be implemented > > in the Datatracker WG Chair user interface), but in the > > discussion on the draft for RFC 6175, IIRC it was clear that > > during approval of a WG -00 draft, a Chair needs to be able to > > supply the "Replaces" metadata -- or correct the preliminary > > guesses made by the system. Somehow, this seems to have been > > lost during operation on the many change requests on the draft, > > but IMHO this requirement is implied in RFC 6175. > > It also has been discussed in the draft stage of RFC 6175 that > > the I-D upload tool should allow an I-D submitter to supply > > "replaces" metadata, without leading to manual processing > > of the submission by the Secretariat (as is the case for all > > metadata changes intended by the submitter); in the case of a > > WG draft adoption( WG -00 draft), the WG Chair UI then should > > allow to edit these metadata (if needed) before accepting the > > submission. > > > > I haven't a useful example at hands currently to exercise the > > procedure, but from a more detailed reading of RFC 6175, it looks > > like the desired functionality is seen in RFC 6175 part of WG Chair > > operation on the *individual* I-Ds being adopted, not on the > > 'draft-ietf-' ones. > > > > So could please someone with a pending draft adoption check whether > > they can enter the "replaced by" information for the individual I-D? > > > > > > Kind regards, > > Alfred H=CEnes. > > From lars@netapp.com Wed May 16 04:00:25 2012 Return-Path: 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 3A44221F875E for ; Wed, 16 May 2012 04:00:25 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -10.611 X-Spam-Level: X-Spam-Status: No, score=-10.611 tagged_above=-999 required=5 tests=[AWL=-0.012, BAYES_00=-2.599, RCVD_IN_DNSWL_HI=-8] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hgWQa2S2+Q7i for ; Wed, 16 May 2012 04:00:16 -0700 (PDT) Received: from mx2.netapp.com (mx2.netapp.com [216.240.18.37]) by ietfa.amsl.com (Postfix) with ESMTP id CFD6221F862A for ; Wed, 16 May 2012 04:00:16 -0700 (PDT) X-IronPort-AV: E=Sophos;i="4.75,601,1330934400"; d="p7s'?scan'208";a="647972218" Received: from smtp2.corp.netapp.com ([10.57.159.114]) by mx2-out.netapp.com with ESMTP; 16 May 2012 04:00:16 -0700 Received: from vmwexceht04-prd.hq.netapp.com (vmwexceht04-prd.hq.netapp.com [10.106.77.34]) by smtp2.corp.netapp.com (8.13.1/8.13.1/NTAP-1.6) with ESMTP id q4GB01ma011695 for ; Wed, 16 May 2012 04:00:16 -0700 (PDT) Received: from SACEXCMBX01-PRD.hq.netapp.com ([169.254.2.15]) by vmwexceht04-prd.hq.netapp.com ([10.106.77.34]) with mapi id 14.02.0298.004; Wed, 16 May 2012 04:00:00 -0700 From: "Eggert, Lars" To: "tools-discuss@ietf.org" Thread-Topic: forced to comment when changing ID state Thread-Index: AQHNM1MKttOI97oyskK8qGeUc98AAA== Date: Wed, 16 May 2012 10:59:59 +0000 Message-ID: <9DAF2F01-F206-4940-A76C-C12ECDFDCC16@netapp.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: yes X-MS-TNEF-Correlator: x-originating-ip: [10.106.53.51] Content-Type: multipart/signed; boundary="Apple-Mail=_15C8530B-C3C3-431E-B1AF-550338104DE2"; protocol="application/pkcs7-signature"; micalg=sha1 MIME-Version: 1.0 Subject: [Tools-discuss] forced to comment when changing ID state X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2012 11:00:25 -0000 --Apple-Mail=_15C8530B-C3C3-431E-B1AF-550338104DE2 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Hi, when I change the state of an ID, e.g., = https://datatracker.ietf.org/streams/draft-irtf-samrg-common-api/edit/stat= e/ I am forced to enter a comment. That's a bit odd, because normally I = have no comments here. Even weirder, that comment then doesn't even show up in the "state = history" on the bottom of the page or on the documents history page. Can we make entering a comment here optional please? Can we fix the bug so that if a comment is entered, it is not lost? Thanks, Lars= --Apple-Mail=_15C8530B-C3C3-431E-B1AF-550338104DE2 Content-Disposition: attachment; filename="smime.p7s" Content-Type: application/pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIMQDCCBUow ggQyoAMCAQICEFcfSRTG0jNknqb9LV9GuFkwDQYJKoZIhvcNAQEFBQAwgd0xCzAJBgNVBAYTAlVT MRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjEfMB0GA1UECxMWVmVyaVNpZ24gVHJ1c3QgTmV0d29y azE7MDkGA1UECxMyVGVybXMgb2YgdXNlIGF0IGh0dHBzOi8vd3d3LnZlcmlzaWduLmNvbS9ycGEg KGMpMDkxHjAcBgNVBAsTFVBlcnNvbmEgTm90IFZhbGlkYXRlZDE3MDUGA1UEAxMuVmVyaVNpZ24g Q2xhc3MgMSBJbmRpdmlkdWFsIFN1YnNjcmliZXIgQ0EgLSBHMzAeFw0xMTEyMTAwMDAwMDBaFw0x MjEyMDkyMzU5NTlaMIIBDTEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlT aWduIFRydXN0IE5ldHdvcmsxRjBEBgNVBAsTPXd3dy52ZXJpc2lnbi5jb20vcmVwb3NpdG9yeS9S UEEgSW5jb3JwLiBieSBSZWYuLExJQUIuTFREKGMpOTgxHjAcBgNVBAsTFVBlcnNvbmEgTm90IFZh bGlkYXRlZDEzMDEGA1UECxMqRGlnaXRhbCBJRCBDbGFzcyAxIC0gTmV0c2NhcGUgRnVsbCBTZXJ2 aWNlMRQwEgYDVQQDFAtMYXJzIEVnZ2VydDEeMBwGCSqGSIb3DQEJARYPbGFyc0BuZXRhcHAuY29t MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAokrhJTcXt6J/VEpZOicLoguBlYTjXP9v Ze4HuuhXnURUS8YouAfgaqA0zYbt5yd6fh4PBMdAaEWr5yJyHuFykXlrCumjUWSpLuqTS2A+pt4q cZaAQk9iLDN/UVd3SpkUuvWbxXlqzG7/BSqa3VNObBzCmyh+V7aXxri+30CT//DSsNRC4VFy6sn6 dMgSaFenXLwe/FBwY0qTMfICT1PrrX6Sw1S8OfH9rykLlZXbmfkFExxQngp1DJH9xMHeODHGbCv/ ty5gdxMOrLe+vENxFEcy1YQWBZd1kNL4UObugF8A/jE/s+Oa3H1VFH8ghqZTdqGDysVxmtKHuNFx 6jIBSQIDAQABo4HSMIHPMAkGA1UdEwQCMAAwRAYDVR0gBD0wOzA5BgtghkgBhvhFAQcXATAqMCgG CCsGAQUFBwIBFhxodHRwczovL3d3dy52ZXJpc2lnbi5jb20vcnBhMAsGA1UdDwQEAwIFoDAdBgNV HSUEFjAUBggrBgEFBQcDBAYIKwYBBQUHAwIwUAYDVR0fBEkwRzBFoEOgQYY/aHR0cDovL2luZGMx ZGlnaXRhbGlkLWczLWNybC52ZXJpc2lnbi5jb20vSW5kQzFEaWdpdGFsSUQtRzMuY3JsMA0GCSqG SIb3DQEBBQUAA4IBAQBA7q6tR92qpd7xo7VBsrOfGCWzoxIVfTc7t0RhB/Oz/+c3lnhYnNScIuKN JmyZvznmVxqB9BJ72+NkvmdB/hnILSBTRawL2tyLo9PkBtN0nRt4gS6wjpWnD8G83hlJLE7r25jk 7HkRev61dTIXsANFpJKF02C4XSoDfEzNV6MpuEvHvcgHCqMrlwWwfKc7+NoDnE8PBuRzwSXvlD5L mswCY2iiOsd7ImNO4OzTCxETvKTDu92+FTIbRJJpYjVNv1UF7e3w9Kq65BkZJErUH19beUeQl0Wh 2BJQE6/15rQyCnP0iJ/Nmx2/kI6M0PWunEsI6FMs0MbosreaWGHlQmomMIIG7jCCBdagAwIBAgIQ cRVmBUrkkSFN6bxE+azT3DANBgkqhkiG9w0BAQUFADCByjELMAkGA1UEBhMCVVMxFzAVBgNVBAoT DlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQL EzEoYykgMTk5OSBWZXJpU2lnbiwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MUUwQwYD VQQDEzxWZXJpU2lnbiBDbGFzcyAxIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9y aXR5IC0gRzMwHhcNMDkwNTAxMDAwMDAwWhcNMTkwNDMwMjM1OTU5WjCB3TELMAkGA1UEBhMCVVMx FzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3Jr MTswOQYDVQQLEzJUZXJtcyBvZiB1c2UgYXQgaHR0cHM6Ly93d3cudmVyaXNpZ24uY29tL3JwYSAo YykwOTEeMBwGA1UECxMVUGVyc29uYSBOb3QgVmFsaWRhdGVkMTcwNQYDVQQDEy5WZXJpU2lnbiBD bGFzcyAxIEluZGl2aWR1YWwgU3Vic2NyaWJlciBDQSAtIEczMIIBIjANBgkqhkiG9w0BAQEFAAOC AQ8AMIIBCgKCAQEA7cRH3yooHXwGa7vXITLJbBOP6bGNQU4099oL42r6ZYggCxET6ZvgSU6Lb9UB 0F8NR5GKWkx0Pj/GkQm7TDSejW6hglFi92l2WJYHr54UGAdPWr2f0jGyVBlzRmoZQhHsEnMhjfXc MM3l2VYKMcU2bSkUl70t2olHGYjYSwQ967Y8Zx50ABMN0Ibak2f4MwOuGjxraXj2wCyO4YM/d/mZ //6fUlrCtIcK2GypR8FUKWVDPkrAlh/Brfd3r2yxBF6+wbaULZeQLSfSux7pg2qE9sSyriMGZSal J1grByK0b6ZiSBp38tVQJ5op05b7KPW6JHZi44xZ6/tu1ULEvkHH9QIDAQABo4ICuTCCArUwNAYI KwYBBQUHAQEEKDAmMCQGCCsGAQUFBzABhhhodHRwOi8vb2NzcC52ZXJpc2lnbi5jb20wEgYDVR0T AQH/BAgwBgEB/wIBADBwBgNVHSAEaTBnMGUGC2CGSAGG+EUBBxcBMFYwKAYIKwYBBQUHAgEWHGh0 dHBzOi8vd3d3LnZlcmlzaWduLmNvbS9jcHMwKgYIKwYBBQUHAgIwHhocaHR0cHM6Ly93d3cudmVy aXNpZ24uY29tL3JwYTA0BgNVHR8ELTArMCmgJ6AlhiNodHRwOi8vY3JsLnZlcmlzaWduLmNvbS9w Y2ExLWczLmNybDAOBgNVHQ8BAf8EBAMCAQYwbgYIKwYBBQUHAQwEYjBgoV6gXDBaMFgwVhYJaW1h Z2UvZ2lmMCEwHzAHBgUrDgMCGgQUS2u5KJYGDLvQUjibKaxLB4shBRgwJhYkaHR0cDovL2xvZ28u dmVyaXNpZ24uY29tL3ZzbG9nbzEuZ2lmMC4GA1UdEQQnMCWkIzAhMR8wHQYDVQQDExZQcml2YXRl TGFiZWw0LTIwNDgtMTE4MB0GA1UdDgQWBBR5R2EIQf04BKJL57XM9UP2SSsR+DCB8QYDVR0jBIHp MIHmoYHQpIHNMIHKMQswCQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNV BAsTFlZlcmlTaWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWduLCBJ bmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlTaWduIENsYXNzIDEg UHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBHM4IRAItbdVaEVIULAM+v OEjOsaQwDQYJKoZIhvcNAQEFBQADggEBADlNz0GZgbWpBbVSOOk5hIls5DSoWufYbAlMJBq6WaSH O3Mh8ZOBz79oY1pn/jWFK6HDXaNKwjoZ3TDWzE3v8dKBl8pUWkO/N4t6jhmND0OojPKvYLMVirOV nDzgnrMnmKQ1chfl/Cpdh9OKDcLRRSr4wPSsKpM61a4ScAjr+zvid+zoK2Q1ds262uDRyxTWcVib vtU+fbbZ6CTFJGZMXZEfdrMXPn8NxiGJL7M3uKH/XLJtSd5lUkL7DojS7Uodv0vj+Mxy+kgOZY5J yNb4mZg7t5Q+MXEGh/psWVMu198r7V9jAKwV7QO4VRaMxmgD5yKocwuxvKDaUljdCg5/wYIxggSL MIIEhwIBATCB8jCB3TELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYD VQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTswOQYDVQQLEzJUZXJtcyBvZiB1c2UgYXQgaHR0 cHM6Ly93d3cudmVyaXNpZ24uY29tL3JwYSAoYykwOTEeMBwGA1UECxMVUGVyc29uYSBOb3QgVmFs aWRhdGVkMTcwNQYDVQQDEy5WZXJpU2lnbiBDbGFzcyAxIEluZGl2aWR1YWwgU3Vic2NyaWJlciBD QSAtIEczAhBXH0kUxtIzZJ6m/S1fRrhZMAkGBSsOAwIaBQCgggJtMBgGCSqGSIb3DQEJAzELBgkq hkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTEyMDUxNjExMDAwMlowIwYJKoZIhvcNAQkEMRYEFKVd CqqSDX+KQfHejKhrmZYtpyGdMIIBAwYJKwYBBAGCNxAEMYH1MIHyMIHdMQswCQYDVQQGEwJVUzEX MBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdvcmsx OzA5BgNVBAsTMlRlcm1zIG9mIHVzZSBhdCBodHRwczovL3d3dy52ZXJpc2lnbi5jb20vcnBhIChj KTA5MR4wHAYDVQQLExVQZXJzb25hIE5vdCBWYWxpZGF0ZWQxNzA1BgNVBAMTLlZlcmlTaWduIENs YXNzIDEgSW5kaXZpZHVhbCBTdWJzY3JpYmVyIENBIC0gRzMCEFcfSRTG0jNknqb9LV9GuFkwggEF BgsqhkiG9w0BCRACCzGB9aCB8jCB3TELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJ bmMuMR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTswOQYDVQQLEzJUZXJtcyBvZiB1 c2UgYXQgaHR0cHM6Ly93d3cudmVyaXNpZ24uY29tL3JwYSAoYykwOTEeMBwGA1UECxMVUGVyc29u YSBOb3QgVmFsaWRhdGVkMTcwNQYDVQQDEy5WZXJpU2lnbiBDbGFzcyAxIEluZGl2aWR1YWwgU3Vi c2NyaWJlciBDQSAtIEczAhBXH0kUxtIzZJ6m/S1fRrhZMA0GCSqGSIb3DQEBAQUABIIBAGRwfYzX MzFWkpcu6qahN6UaIoo9bTn/i6fkLK38jevJhVbJvuBOIV/8mCGvEJcFrXfNAsa4vbGOL7rxaeeX QoiO9/1X4Nva4/Mcu+0JI5XEzFxNL+whhiJEjTe0sLFIiAmo2d+yD/Y8RfX0QA5K/QUSooWE6hcJ OwE2LOGVSwaCigkjzqMB7DkPIxpUVBiWkwcRFGqdP9kfsuEAbof6PdTOmlCgcjLFYtWdi3qLV/Vy t2++JQB7FcUG2Ii67RdGheXTaf4OdJ0lOANb3mjHZiwjbldQHYuBAqTZzqSqE1siy5e84c89kDSr tox6DKWwiRYD5opT1RIzwIfUVFUmbbEAAAAAAAA= --Apple-Mail=_15C8530B-C3C3-431E-B1AF-550338104DE2-- From lars@netapp.com Wed May 16 04:02:24 2012 Return-Path: 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 7B09621F8634 for ; Wed, 16 May 2012 04:02:24 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -10.611 X-Spam-Level: X-Spam-Status: No, score=-10.611 tagged_above=-999 required=5 tests=[AWL=-0.012, BAYES_00=-2.599, RCVD_IN_DNSWL_HI=-8] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DC20O521-t39 for ; Wed, 16 May 2012 04:02:20 -0700 (PDT) Received: from mx2.netapp.com (mx2.netapp.com [216.240.18.37]) by ietfa.amsl.com (Postfix) with ESMTP id 5D0C121F86DE for ; Wed, 16 May 2012 04:02:20 -0700 (PDT) X-IronPort-AV: E=Sophos;i="4.75,601,1330934400"; d="p7s'?scan'208";a="647972665" Received: from smtp2.corp.netapp.com ([10.57.159.114]) by mx2-out.netapp.com with ESMTP; 16 May 2012 04:02:20 -0700 Received: from vmwexceht03-prd.hq.netapp.com (vmwexceht03-prd.hq.netapp.com [10.106.76.241]) by smtp2.corp.netapp.com (8.13.1/8.13.1/NTAP-1.6) with ESMTP id q4GB2JMS014406 for ; Wed, 16 May 2012 04:02:20 -0700 (PDT) Received: from SACEXCMBX01-PRD.hq.netapp.com ([169.254.2.15]) by vmwexceht03-prd.hq.netapp.com ([10.106.76.241]) with mapi id 14.02.0298.004; Wed, 16 May 2012 04:02:10 -0700 From: "Eggert, Lars" To: "tools-discuss@ietf.org" Thread-Topic: [Tools-discuss] forced to comment when changing ID state Thread-Index: AQHNM1MKttOI97oyskK8qGeUc98AAJbMtWMA Date: Wed, 16 May 2012 11:02:09 +0000 Message-ID: References: <9DAF2F01-F206-4940-A76C-C12ECDFDCC16@netapp.com> In-Reply-To: <9DAF2F01-F206-4940-A76C-C12ECDFDCC16@netapp.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: yes X-MS-TNEF-Correlator: x-originating-ip: [10.106.53.51] Content-Type: multipart/signed; boundary="Apple-Mail=_8D6EFB5B-032A-4137-9B08-D4238F92377E"; protocol="application/pkcs7-signature"; micalg=sha1 MIME-Version: 1.0 Subject: Re: [Tools-discuss] forced to comment when changing ID state X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2012 11:02:24 -0000 --Apple-Mail=_8D6EFB5B-032A-4137-9B08-D4238F92377E Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Hi, On May 16, 2012, at 12:59, Eggert, Lars wrote: > Even weirder, that comment then doesn't even show up in the "state = history" on the bottom of the page or on the documents history page. correction: it does show up, but with the the wrong date (looks to be = the date of the previous history item.) For example, for = https://datatracker.ietf.org/streams/draft-irtf-samrg-common-api/edit/stat= e/, my comment should have a date of "2012-05-16 03:57" which is when I = changed the state, and not "2012-01-27 00:00". Lars= --Apple-Mail=_8D6EFB5B-032A-4137-9B08-D4238F92377E Content-Disposition: attachment; filename="smime.p7s" Content-Type: application/pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIMQDCCBUow ggQyoAMCAQICEFcfSRTG0jNknqb9LV9GuFkwDQYJKoZIhvcNAQEFBQAwgd0xCzAJBgNVBAYTAlVT MRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjEfMB0GA1UECxMWVmVyaVNpZ24gVHJ1c3QgTmV0d29y azE7MDkGA1UECxMyVGVybXMgb2YgdXNlIGF0IGh0dHBzOi8vd3d3LnZlcmlzaWduLmNvbS9ycGEg KGMpMDkxHjAcBgNVBAsTFVBlcnNvbmEgTm90IFZhbGlkYXRlZDE3MDUGA1UEAxMuVmVyaVNpZ24g Q2xhc3MgMSBJbmRpdmlkdWFsIFN1YnNjcmliZXIgQ0EgLSBHMzAeFw0xMTEyMTAwMDAwMDBaFw0x MjEyMDkyMzU5NTlaMIIBDTEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlT aWduIFRydXN0IE5ldHdvcmsxRjBEBgNVBAsTPXd3dy52ZXJpc2lnbi5jb20vcmVwb3NpdG9yeS9S UEEgSW5jb3JwLiBieSBSZWYuLExJQUIuTFREKGMpOTgxHjAcBgNVBAsTFVBlcnNvbmEgTm90IFZh bGlkYXRlZDEzMDEGA1UECxMqRGlnaXRhbCBJRCBDbGFzcyAxIC0gTmV0c2NhcGUgRnVsbCBTZXJ2 aWNlMRQwEgYDVQQDFAtMYXJzIEVnZ2VydDEeMBwGCSqGSIb3DQEJARYPbGFyc0BuZXRhcHAuY29t MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAokrhJTcXt6J/VEpZOicLoguBlYTjXP9v Ze4HuuhXnURUS8YouAfgaqA0zYbt5yd6fh4PBMdAaEWr5yJyHuFykXlrCumjUWSpLuqTS2A+pt4q cZaAQk9iLDN/UVd3SpkUuvWbxXlqzG7/BSqa3VNObBzCmyh+V7aXxri+30CT//DSsNRC4VFy6sn6 dMgSaFenXLwe/FBwY0qTMfICT1PrrX6Sw1S8OfH9rykLlZXbmfkFExxQngp1DJH9xMHeODHGbCv/ ty5gdxMOrLe+vENxFEcy1YQWBZd1kNL4UObugF8A/jE/s+Oa3H1VFH8ghqZTdqGDysVxmtKHuNFx 6jIBSQIDAQABo4HSMIHPMAkGA1UdEwQCMAAwRAYDVR0gBD0wOzA5BgtghkgBhvhFAQcXATAqMCgG CCsGAQUFBwIBFhxodHRwczovL3d3dy52ZXJpc2lnbi5jb20vcnBhMAsGA1UdDwQEAwIFoDAdBgNV HSUEFjAUBggrBgEFBQcDBAYIKwYBBQUHAwIwUAYDVR0fBEkwRzBFoEOgQYY/aHR0cDovL2luZGMx ZGlnaXRhbGlkLWczLWNybC52ZXJpc2lnbi5jb20vSW5kQzFEaWdpdGFsSUQtRzMuY3JsMA0GCSqG SIb3DQEBBQUAA4IBAQBA7q6tR92qpd7xo7VBsrOfGCWzoxIVfTc7t0RhB/Oz/+c3lnhYnNScIuKN JmyZvznmVxqB9BJ72+NkvmdB/hnILSBTRawL2tyLo9PkBtN0nRt4gS6wjpWnD8G83hlJLE7r25jk 7HkRev61dTIXsANFpJKF02C4XSoDfEzNV6MpuEvHvcgHCqMrlwWwfKc7+NoDnE8PBuRzwSXvlD5L mswCY2iiOsd7ImNO4OzTCxETvKTDu92+FTIbRJJpYjVNv1UF7e3w9Kq65BkZJErUH19beUeQl0Wh 2BJQE6/15rQyCnP0iJ/Nmx2/kI6M0PWunEsI6FMs0MbosreaWGHlQmomMIIG7jCCBdagAwIBAgIQ cRVmBUrkkSFN6bxE+azT3DANBgkqhkiG9w0BAQUFADCByjELMAkGA1UEBhMCVVMxFzAVBgNVBAoT DlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQL EzEoYykgMTk5OSBWZXJpU2lnbiwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MUUwQwYD VQQDEzxWZXJpU2lnbiBDbGFzcyAxIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9y aXR5IC0gRzMwHhcNMDkwNTAxMDAwMDAwWhcNMTkwNDMwMjM1OTU5WjCB3TELMAkGA1UEBhMCVVMx FzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3Jr MTswOQYDVQQLEzJUZXJtcyBvZiB1c2UgYXQgaHR0cHM6Ly93d3cudmVyaXNpZ24uY29tL3JwYSAo YykwOTEeMBwGA1UECxMVUGVyc29uYSBOb3QgVmFsaWRhdGVkMTcwNQYDVQQDEy5WZXJpU2lnbiBD bGFzcyAxIEluZGl2aWR1YWwgU3Vic2NyaWJlciBDQSAtIEczMIIBIjANBgkqhkiG9w0BAQEFAAOC AQ8AMIIBCgKCAQEA7cRH3yooHXwGa7vXITLJbBOP6bGNQU4099oL42r6ZYggCxET6ZvgSU6Lb9UB 0F8NR5GKWkx0Pj/GkQm7TDSejW6hglFi92l2WJYHr54UGAdPWr2f0jGyVBlzRmoZQhHsEnMhjfXc MM3l2VYKMcU2bSkUl70t2olHGYjYSwQ967Y8Zx50ABMN0Ibak2f4MwOuGjxraXj2wCyO4YM/d/mZ //6fUlrCtIcK2GypR8FUKWVDPkrAlh/Brfd3r2yxBF6+wbaULZeQLSfSux7pg2qE9sSyriMGZSal J1grByK0b6ZiSBp38tVQJ5op05b7KPW6JHZi44xZ6/tu1ULEvkHH9QIDAQABo4ICuTCCArUwNAYI KwYBBQUHAQEEKDAmMCQGCCsGAQUFBzABhhhodHRwOi8vb2NzcC52ZXJpc2lnbi5jb20wEgYDVR0T AQH/BAgwBgEB/wIBADBwBgNVHSAEaTBnMGUGC2CGSAGG+EUBBxcBMFYwKAYIKwYBBQUHAgEWHGh0 dHBzOi8vd3d3LnZlcmlzaWduLmNvbS9jcHMwKgYIKwYBBQUHAgIwHhocaHR0cHM6Ly93d3cudmVy aXNpZ24uY29tL3JwYTA0BgNVHR8ELTArMCmgJ6AlhiNodHRwOi8vY3JsLnZlcmlzaWduLmNvbS9w Y2ExLWczLmNybDAOBgNVHQ8BAf8EBAMCAQYwbgYIKwYBBQUHAQwEYjBgoV6gXDBaMFgwVhYJaW1h Z2UvZ2lmMCEwHzAHBgUrDgMCGgQUS2u5KJYGDLvQUjibKaxLB4shBRgwJhYkaHR0cDovL2xvZ28u dmVyaXNpZ24uY29tL3ZzbG9nbzEuZ2lmMC4GA1UdEQQnMCWkIzAhMR8wHQYDVQQDExZQcml2YXRl TGFiZWw0LTIwNDgtMTE4MB0GA1UdDgQWBBR5R2EIQf04BKJL57XM9UP2SSsR+DCB8QYDVR0jBIHp MIHmoYHQpIHNMIHKMQswCQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNV BAsTFlZlcmlTaWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWduLCBJ bmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlTaWduIENsYXNzIDEg UHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBHM4IRAItbdVaEVIULAM+v OEjOsaQwDQYJKoZIhvcNAQEFBQADggEBADlNz0GZgbWpBbVSOOk5hIls5DSoWufYbAlMJBq6WaSH O3Mh8ZOBz79oY1pn/jWFK6HDXaNKwjoZ3TDWzE3v8dKBl8pUWkO/N4t6jhmND0OojPKvYLMVirOV nDzgnrMnmKQ1chfl/Cpdh9OKDcLRRSr4wPSsKpM61a4ScAjr+zvid+zoK2Q1ds262uDRyxTWcVib vtU+fbbZ6CTFJGZMXZEfdrMXPn8NxiGJL7M3uKH/XLJtSd5lUkL7DojS7Uodv0vj+Mxy+kgOZY5J yNb4mZg7t5Q+MXEGh/psWVMu198r7V9jAKwV7QO4VRaMxmgD5yKocwuxvKDaUljdCg5/wYIxggSL MIIEhwIBATCB8jCB3TELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYD VQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTswOQYDVQQLEzJUZXJtcyBvZiB1c2UgYXQgaHR0 cHM6Ly93d3cudmVyaXNpZ24uY29tL3JwYSAoYykwOTEeMBwGA1UECxMVUGVyc29uYSBOb3QgVmFs aWRhdGVkMTcwNQYDVQQDEy5WZXJpU2lnbiBDbGFzcyAxIEluZGl2aWR1YWwgU3Vic2NyaWJlciBD QSAtIEczAhBXH0kUxtIzZJ6m/S1fRrhZMAkGBSsOAwIaBQCgggJtMBgGCSqGSIb3DQEJAzELBgkq hkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTEyMDUxNjExMDIxM1owIwYJKoZIhvcNAQkEMRYEFMa7 QU6CA81RiRl3bAxk9ruwb5W4MIIBAwYJKwYBBAGCNxAEMYH1MIHyMIHdMQswCQYDVQQGEwJVUzEX MBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdvcmsx OzA5BgNVBAsTMlRlcm1zIG9mIHVzZSBhdCBodHRwczovL3d3dy52ZXJpc2lnbi5jb20vcnBhIChj KTA5MR4wHAYDVQQLExVQZXJzb25hIE5vdCBWYWxpZGF0ZWQxNzA1BgNVBAMTLlZlcmlTaWduIENs YXNzIDEgSW5kaXZpZHVhbCBTdWJzY3JpYmVyIENBIC0gRzMCEFcfSRTG0jNknqb9LV9GuFkwggEF BgsqhkiG9w0BCRACCzGB9aCB8jCB3TELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJ bmMuMR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTswOQYDVQQLEzJUZXJtcyBvZiB1 c2UgYXQgaHR0cHM6Ly93d3cudmVyaXNpZ24uY29tL3JwYSAoYykwOTEeMBwGA1UECxMVUGVyc29u YSBOb3QgVmFsaWRhdGVkMTcwNQYDVQQDEy5WZXJpU2lnbiBDbGFzcyAxIEluZGl2aWR1YWwgU3Vi c2NyaWJlciBDQSAtIEczAhBXH0kUxtIzZJ6m/S1fRrhZMA0GCSqGSIb3DQEBAQUABIIBAIcF6ea9 4VHrnEBg0LEgtgdkCobhkacHnRgfIfE8yl0FTto6jNeBjFRgELNEcqLvQu/a1Ac+k29q6RVAbKRM FFug1L9LaXh4AjYQoodFmc/Kq6xCYebWcPd2NsiEZSC9KJ4Fo1g+QhAPYQVCIAslLaQME0JD85R2 BbeMhgAML1SWRXmVc4Sgt+YfzQ8BLHclQ1w7zb4vnjOoMB2U+2PtwBWfzuyrG7N/EdFPkENyES4U RBOCwt/AK/VhVSU2oIl6fevrYmXS8ieoFvQdCcRQ3cnHUaxnKCxnKynA2Qc4kvuaAGOzxN6XRNwN mzAQMMYh/QKFqjTgoNKV3uM6oo40XVIAAAAAAAA= --Apple-Mail=_8D6EFB5B-032A-4137-9B08-D4238F92377E-- From cabo@tzi.org Wed May 16 04:33:45 2012 Return-Path: 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 A771921F8682 for ; Wed, 16 May 2012 04:33:45 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -105.846 X-Spam-Level: X-Spam-Status: No, score=-105.846 tagged_above=-999 required=5 tests=[AWL=-0.049, BAYES_00=-2.599, HELO_EQ_DE=0.35, MIME_8BIT_HEADER=0.3, RCVD_IN_DNSWL_MED=-4, SARE_SUB_ENC_UTF8=0.152, USER_IN_WHITELIST=-100] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ikXaCXEne3z6 for ; Wed, 16 May 2012 04:33:45 -0700 (PDT) Received: from informatik.uni-bremen.de (mailhost.informatik.uni-bremen.de [IPv6:2001:638:708:30c9::12]) by ietfa.amsl.com (Postfix) with ESMTP id DD17521F8650 for ; Wed, 16 May 2012 04:33:44 -0700 (PDT) X-Virus-Scanned: amavisd-new at informatik.uni-bremen.de Received: from smtp-fb3.informatik.uni-bremen.de (smtp-fb3.informatik.uni-bremen.de [134.102.224.120]) by informatik.uni-bremen.de (8.14.3/8.14.3) with ESMTP id q4GBXbtH002951 for ; Wed, 16 May 2012 13:33:37 +0200 (CEST) Received: from [10.0.1.3] (reingewinn.informatik.uni-bremen.de [134.102.218.123]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by smtp-fb3.informatik.uni-bremen.de (Postfix) with ESMTPSA id C11FA352; Wed, 16 May 2012 13:33:37 +0200 (CEST) From: Carsten Bormann Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Date: Wed, 16 May 2012 13:33:37 +0200 To: Tools Team Discussion Message-Id: <4CC593DF-AF4E-464B-9B5A-DD97DEB63EDE@tzi.org> Mime-Version: 1.0 (Apple Message framework v1278) X-Mailer: Apple Mail (2.1278) Subject: [Tools-discuss] =?utf-8?q?Interim_minutes_=E2=9E=94_Etherpad=3F?= X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2012 11:33:45 -0000 What is the best way to get an Etherpad for taking minutes in interim = meetings? Gr=FC=DFe, Carsten From stpeter@stpeter.im Wed May 16 05:21:57 2012 Return-Path: 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 5453721F8633 for ; Wed, 16 May 2012 05:21:57 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -102.333 X-Spam-Level: X-Spam-Status: No, score=-102.333 tagged_above=-999 required=5 tests=[AWL=-0.186, BAYES_00=-2.599, MIME_8BIT_HEADER=0.3, SARE_SUB_ENC_UTF8=0.152, USER_IN_WHITELIST=-100] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gts6zNAbK8pE for ; Wed, 16 May 2012 05:21:56 -0700 (PDT) Received: from stpeter.im (mailhost.stpeter.im [207.210.219.225]) by ietfa.amsl.com (Postfix) with ESMTP id E109021F8540 for ; Wed, 16 May 2012 05:21:56 -0700 (PDT) Received: from [192.168.0.9] (unknown [216.17.175.160]) (Authenticated sender: stpeter) by stpeter.im (Postfix) with ESMTPSA id 474D34005A; Wed, 16 May 2012 06:37:39 -0600 (MDT) Message-ID: <4FB39BDF.8050907@stpeter.im> Date: Wed, 16 May 2012 06:21:51 -0600 From: Peter Saint-Andre User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: Carsten Bormann References: <4CC593DF-AF4E-464B-9B5A-DD97DEB63EDE@tzi.org> In-Reply-To: <4CC593DF-AF4E-464B-9B5A-DD97DEB63EDE@tzi.org> X-Enigmail-Version: 1.4.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Tools Team Discussion Subject: Re: [Tools-discuss] =?utf-8?q?Interim_minutes_=E2=9E=94_Etherpad=3F?= X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2012 12:21:57 -0000 On 5/16/12 5:33 AM, Carsten Bormann wrote: > What is the best way to get an Etherpad for taking minutes in interim meetings? Etherpad is supposed to be always on for your use, e.g., at http://tools.ietf.org/wg/core/minutes However, right now there seems to be a server problem on grenache.tools.ietf.org Peter From stephen.farrell@cs.tcd.ie Thu May 17 07:23:40 2012 Return-Path: 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 BF87821F8546 for ; Thu, 17 May 2012 07:23:28 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -102.561 X-Spam-Level: X-Spam-Status: No, score=-102.561 tagged_above=-999 required=5 tests=[AWL=0.038, BAYES_00=-2.599, USER_IN_WHITELIST=-100] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PVzORuqk3QuJ for ; Thu, 17 May 2012 07:23:28 -0700 (PDT) Received: from scss.tcd.ie (hermes.scss.tcd.ie [IPv6:2001:770:10:200:889f:cdff:fe8d:ccd2]) by ietfa.amsl.com (Postfix) with ESMTP id 2F3F321F853D for ; Thu, 17 May 2012 07:23:26 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by hermes.scss.tcd.ie (Postfix) with ESMTP id 9B1F9171593 for ; Thu, 17 May 2012 15:23:25 +0100 (IST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.tcd.ie; h= content-transfer-encoding:content-type:subject:mime-version :user-agent:from:date:message-id:received:received: x-virus-scanned; s=cs; t=1337264604; bh=jXL0Jh4z5GsqOXd32W5+POeg gJ1R6C4ZrdWjMyTYPE0=; b=obsnLx/i71c3lCza7UZ22byYKcg80kzppWyqwHbH TAKcvhBAqOhVlnt9TJnrDX1ViKQPodpy7XoOMK0ZIN60MhGV/1/O44Seh5d7MTd3 HQmS47Gj3ptkBh3vAqEHPjrZXJ9h+EdtWOwU4FfqqbpcPjfRFC5Qk/vBeyW5ufg+ gcCFJzDGG8rqTT3STi2CKNQJJTsyYHP7871h7dX31Hx2/UG/sF6fFRYeWcCPVg/a AbBP1SupcZUqKauvZeDrzlaMdRPak5rsewIbvEy2UDmx2SrJ4OzcI4ZayUKbvU2t i6uFNcSpyNt5fthgfFOuEja2hxYtdTlezgLHfGVbKUNCRA== X-Virus-Scanned: Debian amavisd-new at scss.tcd.ie Received: from scss.tcd.ie ([127.0.0.1]) by localhost (scss.tcd.ie [127.0.0.1]) (amavisd-new, port 10027) with ESMTP id I7nhKcFK7qjw for ; Thu, 17 May 2012 15:23:24 +0100 (IST) Received: from [IPv6:2001:770:10:203:69d6:549f:24bf:4a87] (unknown [IPv6:2001:770:10:203:69d6:549f:24bf:4a87]) by smtp.scss.tcd.ie (Postfix) with ESMTPSA id 2477315356A for ; Thu, 17 May 2012 15:23:19 +0100 (IST) Message-ID: <4FB509D6.5090805@cs.tcd.ie> Date: Thu, 17 May 2012 15:23:18 +0100 From: Stephen Farrell User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: tools-discuss@ietf.org X-Enigmail-Version: 1.4.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Tools-discuss] oddity, tools page not updating for 5+ hours - what's reasonable? X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2012 14:23:40 -0000 Hiya, HOKEY posted a -07 update to [1] about 5 hours ago but the tools page is still showing -06 (and ID-nits checks that too), though -07 exists in the tracker. [2] Normally, I've only seen this take a few minutes. I do understand that we shouldn't expect this all to be instant. So, the reason for my mail: what is the reasonable time to expect between posting an I-D and the tools page being updated? And who knows, maybe this is a sign of some other issue with the servers or the draft. Apologies in advance if this is fixed by the time you read this:-) And thanks of course for all the great work! Thanks, S. [1] http://tools.ietf.org/html/draft-ietf-hokey-rfc5296bis [2] https://datatracker.ietf.org/doc/draft-ietf-hokey-rfc5296bis/ From fred@cisco.com Thu May 17 11:00:04 2012 Return-Path: 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 E94B421F86FD; Thu, 17 May 2012 11:00:04 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -110.602 X-Spam-Level: X-Spam-Status: No, score=-110.602 tagged_above=-999 required=5 tests=[AWL=-0.003, BAYES_00=-2.599, RCVD_IN_DNSWL_HI=-8, USER_IN_WHITELIST=-100] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cWSM99MSgsDj; Thu, 17 May 2012 11:00:04 -0700 (PDT) Received: from mtv-iport-2.cisco.com (mtv-iport-2.cisco.com [173.36.130.13]) by ietfa.amsl.com (Postfix) with ESMTP id 5076C21F86F3; Thu, 17 May 2012 11:00:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=fred@cisco.com; l=1509; q=dns/txt; s=iport; t=1337277604; x=1338487204; h=subject:mime-version:from:in-reply-to:date:cc:message-id: references:to:content-transfer-encoding; bh=7l7TlxX0eeVDCnXSLZOIGv2W3aMXqun3Mx2M86zo0yQ=; b=MVmaXM9OAizmjTSXm8nEOOoi98kiw9Ky3h+3MdC30wXSN+oLwaeZggYY rwHSKzhuhZ4n9wkwW75H+iHqr7OmsGB9KEmvMUzllimW4vw4o3IG+/wnt RUrakRPBqzzmd1i4KiyQhVovLEr1FEau2yTyRyFNWCpsTsJDexhfWI5wA A=; X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EAAU8tU+rRDoH/2dsb2JhbABEs0mBB4IVAQEBAwEBAQEPAScPJQsQC0YnMAYTIodnBAybdqADixMZhFxiA4hjjReBEYRkiGKBaYMJgT8 X-IronPort-AV: E=Sophos;i="4.75,611,1330905600"; d="scan'208";a="45209134" Received: from mtv-core-2.cisco.com ([171.68.58.7]) by mtv-iport-2.cisco.com with ESMTP; 17 May 2012 18:00:03 +0000 Received: from Freds-Computer.local (stealth-10-32-244-221.cisco.com [10.32.244.221]) by mtv-core-2.cisco.com (8.14.3/8.14.3) with ESMTP id q4HI02ej029357; Thu, 17 May 2012 18:00:02 GMT Received: from [127.0.0.1] by Freds-Computer.local (PGP Universal service); Thu, 17 May 2012 11:00:02 -0700 X-PGP-Universal: processed; by Freds-Computer.local on Thu, 17 May 2012 11:00:02 -0700 Mime-Version: 1.0 (Apple Message framework v1084) From: Fred Baker In-Reply-To: <4FB509D6.5090805@cs.tcd.ie> Date: Thu, 17 May 2012 10:58:53 -0700 Message-Id: <6C137251-F0F3-4C03-A453-C1FEC2261CEC@cisco.com> References: <4FB509D6.5090805@cs.tcd.ie> To: Stephen Farrell X-Mailer: Apple Mail (2.1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Cc: ietf-action@ietf.org, "tools-discuss@ietf.org Discussion" Subject: Re: [Tools-discuss] oddity, tools page not updating for 5+ hours - what's reasonable? X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2012 18:00:05 -0000 It's worse than that. Check http://datatracker.ietf.org/doc/draft-ietf-v6ops-6204bis http://tools.ietf.org/html/draft-ietf-v6ops-6204bis Version -09 was posted two days ago and is reflected in the data = tracker, but the tools site still has -08, and my rsync mirror of the = IETF site (which I ran manually a few moments go) still contains -08. rsync -uavz --delete www.ietf.org::internet-drafts = /Users/fred/draft On May 17, 2012, at 7:23 AM, Stephen Farrell wrote: >=20 > Hiya, >=20 > HOKEY posted a -07 update to [1] about 5 hours ago but > the tools page is still showing -06 (and ID-nits checks > that too), though -07 exists in the tracker. [2] >=20 > Normally, I've only seen this take a few minutes. I > do understand that we shouldn't expect this all to > be instant. >=20 > So, the reason for my mail: what is the reasonable > time to expect between posting an I-D and the tools > page being updated? >=20 > And who knows, maybe this is a sign of some other > issue with the servers or the draft. >=20 > Apologies in advance if this is fixed by the time > you read this:-) And thanks of course for all the > great work! >=20 > Thanks, > S. >=20 > [1] http://tools.ietf.org/html/draft-ietf-hokey-rfc5296bis > [2] https://datatracker.ietf.org/doc/draft-ietf-hokey-rfc5296bis/ > _______________________________________________ > Tools-discuss mailing list > Tools-discuss@ietf.org > https://www.ietf.org/mailman/listinfo/tools-discuss From lars@netapp.com Fri May 18 06:24:38 2012 Return-Path: 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 DA19E21F8669 for ; Fri, 18 May 2012 06:24:38 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -9.907 X-Spam-Level: X-Spam-Status: No, score=-9.907 tagged_above=-999 required=5 tests=[AWL=-0.707, BAYES_00=-2.599, J_CHICKENPOX_23=0.6, RCVD_IN_DNSWL_HI=-8, SARE_SUB_RAND_LETTRS4=0.799] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6vDQVHhkN8vI for ; Fri, 18 May 2012 06:24:38 -0700 (PDT) Received: from mx2.netapp.com (mx2.netapp.com [216.240.18.37]) by ietfa.amsl.com (Postfix) with ESMTP id 45F0321F8657 for ; Fri, 18 May 2012 06:24:38 -0700 (PDT) X-IronPort-AV: E=Sophos;i="4.75,617,1330934400"; d="p7s'?scan'208";a="648512341" Received: from smtp2.corp.netapp.com ([10.57.159.114]) by mx2-out.netapp.com with ESMTP; 18 May 2012 06:24:37 -0700 Received: from vmwexceht01-prd.hq.netapp.com (vmwexceht01-prd.hq.netapp.com [10.106.76.239]) by smtp2.corp.netapp.com (8.13.1/8.13.1/NTAP-1.6) with ESMTP id q4IDObm6001419; Fri, 18 May 2012 06:24:37 -0700 (PDT) Received: from SACEXCMBX01-PRD.hq.netapp.com ([169.254.2.15]) by vmwexceht01-prd.hq.netapp.com ([10.106.76.239]) with mapi id 14.02.0298.004; Fri, 18 May 2012 06:24:37 -0700 From: "Eggert, Lars" To: Stephen Farrell , "tools-discuss@ietf.org" Thread-Topic: [irsg] IRTF extensions to IRTF datatracker Thread-Index: AQHNLtQ07STwTSkYgUSaxMVxYJcMcJbP2lcAgAAwhYA= Date: Fri, 18 May 2012 13:24:35 +0000 Message-ID: <12AF9133-F027-422C-83A6-9F795A212613@netapp.com> References: <4FB624E8.6010601@cs.tcd.ie> In-Reply-To: <4FB624E8.6010601@cs.tcd.ie> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: yes X-MS-TNEF-Correlator: x-originating-ip: [10.104.60.115] Content-Type: multipart/signed; boundary="Apple-Mail=_24D3DC90-DD7E-4C40-B7D9-7366C08EF21A"; protocol="application/pkcs7-signature"; micalg=sha1 MIME-Version: 1.0 Cc: Internet Research Steering Group Subject: Re: [Tools-discuss] [irsg] IRTF extensions to IRTF datatracker X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2012 13:24:39 -0000 --Apple-Mail=_24D3DC90-DD7E-4C40-B7D9-7366C08EF21A Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=iso-8859-1 Hi, thanks for the feedback! I'm CC'ing the tools folks, since I don't know what the issue may be. Lars On May 18, 2012, at 12:31, Stephen Farrell wrote: > Hi Lars, >=20 > Joerg, Kevin and I tried it while having our > monthly chat... No joy. >=20 > Where's that Change stream state button hiding? >=20 > I can imagine it might not work for me now > since the tracker gives me an AD view, but Kevin > and Joerg both tried to adopt a dtnrg I-D [1] > and none of us can see the option. >=20 > Ta, > S. >=20 > [1] https://datatracker.ietf.org/doc/draft-irtf-dtnrg-bpq/ >=20 >=20 > On 05/10/2012 06:42 PM, Eggert, Lars wrote: >> Hi, >>=20 >> until now, we've been using trac tickets to manage the review and = publication process for IRTF stream IDs. >>=20 >> In the meantime, the IETF datatracker rewrite has progressed to a = point where the IETF tracker now has support for IRTF stream documents. = In the interest of having a uniform way of handling IDs, I think we = should switch to the datatracker for new documents. >>=20 >> (We'll finish those documents that are still in the trac system using = trac. Those are dtnrg-prophet as well as the rrg-ilnp set.) >>=20 >> Note that the datatracker allows you chairs to manage documents while = they are still within your RG. I highly suggest you start doing this, so = that it is easy for you (and me) to see what state the various documents = are in. >>=20 >> A great first exercise to get familiar with the datatracker (and to = verify that your RG chair credentials are working) is: >>=20 >> 1. go to https://datatracker.ietf.org/ >>=20 >> 2. log in >>=20 >> 3. search for an ID that is an active RG item in your RG >>=20 >> 4. click "Change stream state" >>=20 >> 5. change the stream state as appropriate (most likely, to "active RG = document") >>=20 >> Repeat 3-5 for all RG documents. >>=20 >> Email the IRSG list if there are issues (since we're all figuring = this out together.) >>=20 >> Lars --Apple-Mail=_24D3DC90-DD7E-4C40-B7D9-7366C08EF21A Content-Disposition: attachment; filename="smime.p7s" Content-Type: application/pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIMQDCCBUow ggQyoAMCAQICEFcfSRTG0jNknqb9LV9GuFkwDQYJKoZIhvcNAQEFBQAwgd0xCzAJBgNVBAYTAlVT MRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjEfMB0GA1UECxMWVmVyaVNpZ24gVHJ1c3QgTmV0d29y azE7MDkGA1UECxMyVGVybXMgb2YgdXNlIGF0IGh0dHBzOi8vd3d3LnZlcmlzaWduLmNvbS9ycGEg KGMpMDkxHjAcBgNVBAsTFVBlcnNvbmEgTm90IFZhbGlkYXRlZDE3MDUGA1UEAxMuVmVyaVNpZ24g Q2xhc3MgMSBJbmRpdmlkdWFsIFN1YnNjcmliZXIgQ0EgLSBHMzAeFw0xMTEyMTAwMDAwMDBaFw0x MjEyMDkyMzU5NTlaMIIBDTEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlT aWduIFRydXN0IE5ldHdvcmsxRjBEBgNVBAsTPXd3dy52ZXJpc2lnbi5jb20vcmVwb3NpdG9yeS9S UEEgSW5jb3JwLiBieSBSZWYuLExJQUIuTFREKGMpOTgxHjAcBgNVBAsTFVBlcnNvbmEgTm90IFZh bGlkYXRlZDEzMDEGA1UECxMqRGlnaXRhbCBJRCBDbGFzcyAxIC0gTmV0c2NhcGUgRnVsbCBTZXJ2 aWNlMRQwEgYDVQQDFAtMYXJzIEVnZ2VydDEeMBwGCSqGSIb3DQEJARYPbGFyc0BuZXRhcHAuY29t MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAokrhJTcXt6J/VEpZOicLoguBlYTjXP9v Ze4HuuhXnURUS8YouAfgaqA0zYbt5yd6fh4PBMdAaEWr5yJyHuFykXlrCumjUWSpLuqTS2A+pt4q cZaAQk9iLDN/UVd3SpkUuvWbxXlqzG7/BSqa3VNObBzCmyh+V7aXxri+30CT//DSsNRC4VFy6sn6 dMgSaFenXLwe/FBwY0qTMfICT1PrrX6Sw1S8OfH9rykLlZXbmfkFExxQngp1DJH9xMHeODHGbCv/ ty5gdxMOrLe+vENxFEcy1YQWBZd1kNL4UObugF8A/jE/s+Oa3H1VFH8ghqZTdqGDysVxmtKHuNFx 6jIBSQIDAQABo4HSMIHPMAkGA1UdEwQCMAAwRAYDVR0gBD0wOzA5BgtghkgBhvhFAQcXATAqMCgG CCsGAQUFBwIBFhxodHRwczovL3d3dy52ZXJpc2lnbi5jb20vcnBhMAsGA1UdDwQEAwIFoDAdBgNV HSUEFjAUBggrBgEFBQcDBAYIKwYBBQUHAwIwUAYDVR0fBEkwRzBFoEOgQYY/aHR0cDovL2luZGMx ZGlnaXRhbGlkLWczLWNybC52ZXJpc2lnbi5jb20vSW5kQzFEaWdpdGFsSUQtRzMuY3JsMA0GCSqG SIb3DQEBBQUAA4IBAQBA7q6tR92qpd7xo7VBsrOfGCWzoxIVfTc7t0RhB/Oz/+c3lnhYnNScIuKN JmyZvznmVxqB9BJ72+NkvmdB/hnILSBTRawL2tyLo9PkBtN0nRt4gS6wjpWnD8G83hlJLE7r25jk 7HkRev61dTIXsANFpJKF02C4XSoDfEzNV6MpuEvHvcgHCqMrlwWwfKc7+NoDnE8PBuRzwSXvlD5L mswCY2iiOsd7ImNO4OzTCxETvKTDu92+FTIbRJJpYjVNv1UF7e3w9Kq65BkZJErUH19beUeQl0Wh 2BJQE6/15rQyCnP0iJ/Nmx2/kI6M0PWunEsI6FMs0MbosreaWGHlQmomMIIG7jCCBdagAwIBAgIQ cRVmBUrkkSFN6bxE+azT3DANBgkqhkiG9w0BAQUFADCByjELMAkGA1UEBhMCVVMxFzAVBgNVBAoT DlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQL EzEoYykgMTk5OSBWZXJpU2lnbiwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MUUwQwYD VQQDEzxWZXJpU2lnbiBDbGFzcyAxIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9y aXR5IC0gRzMwHhcNMDkwNTAxMDAwMDAwWhcNMTkwNDMwMjM1OTU5WjCB3TELMAkGA1UEBhMCVVMx FzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3Jr MTswOQYDVQQLEzJUZXJtcyBvZiB1c2UgYXQgaHR0cHM6Ly93d3cudmVyaXNpZ24uY29tL3JwYSAo YykwOTEeMBwGA1UECxMVUGVyc29uYSBOb3QgVmFsaWRhdGVkMTcwNQYDVQQDEy5WZXJpU2lnbiBD bGFzcyAxIEluZGl2aWR1YWwgU3Vic2NyaWJlciBDQSAtIEczMIIBIjANBgkqhkiG9w0BAQEFAAOC AQ8AMIIBCgKCAQEA7cRH3yooHXwGa7vXITLJbBOP6bGNQU4099oL42r6ZYggCxET6ZvgSU6Lb9UB 0F8NR5GKWkx0Pj/GkQm7TDSejW6hglFi92l2WJYHr54UGAdPWr2f0jGyVBlzRmoZQhHsEnMhjfXc MM3l2VYKMcU2bSkUl70t2olHGYjYSwQ967Y8Zx50ABMN0Ibak2f4MwOuGjxraXj2wCyO4YM/d/mZ //6fUlrCtIcK2GypR8FUKWVDPkrAlh/Brfd3r2yxBF6+wbaULZeQLSfSux7pg2qE9sSyriMGZSal J1grByK0b6ZiSBp38tVQJ5op05b7KPW6JHZi44xZ6/tu1ULEvkHH9QIDAQABo4ICuTCCArUwNAYI KwYBBQUHAQEEKDAmMCQGCCsGAQUFBzABhhhodHRwOi8vb2NzcC52ZXJpc2lnbi5jb20wEgYDVR0T AQH/BAgwBgEB/wIBADBwBgNVHSAEaTBnMGUGC2CGSAGG+EUBBxcBMFYwKAYIKwYBBQUHAgEWHGh0 dHBzOi8vd3d3LnZlcmlzaWduLmNvbS9jcHMwKgYIKwYBBQUHAgIwHhocaHR0cHM6Ly93d3cudmVy aXNpZ24uY29tL3JwYTA0BgNVHR8ELTArMCmgJ6AlhiNodHRwOi8vY3JsLnZlcmlzaWduLmNvbS9w Y2ExLWczLmNybDAOBgNVHQ8BAf8EBAMCAQYwbgYIKwYBBQUHAQwEYjBgoV6gXDBaMFgwVhYJaW1h Z2UvZ2lmMCEwHzAHBgUrDgMCGgQUS2u5KJYGDLvQUjibKaxLB4shBRgwJhYkaHR0cDovL2xvZ28u dmVyaXNpZ24uY29tL3ZzbG9nbzEuZ2lmMC4GA1UdEQQnMCWkIzAhMR8wHQYDVQQDExZQcml2YXRl TGFiZWw0LTIwNDgtMTE4MB0GA1UdDgQWBBR5R2EIQf04BKJL57XM9UP2SSsR+DCB8QYDVR0jBIHp MIHmoYHQpIHNMIHKMQswCQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNV BAsTFlZlcmlTaWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWduLCBJ bmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlTaWduIENsYXNzIDEg UHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBHM4IRAItbdVaEVIULAM+v OEjOsaQwDQYJKoZIhvcNAQEFBQADggEBADlNz0GZgbWpBbVSOOk5hIls5DSoWufYbAlMJBq6WaSH O3Mh8ZOBz79oY1pn/jWFK6HDXaNKwjoZ3TDWzE3v8dKBl8pUWkO/N4t6jhmND0OojPKvYLMVirOV nDzgnrMnmKQ1chfl/Cpdh9OKDcLRRSr4wPSsKpM61a4ScAjr+zvid+zoK2Q1ds262uDRyxTWcVib vtU+fbbZ6CTFJGZMXZEfdrMXPn8NxiGJL7M3uKH/XLJtSd5lUkL7DojS7Uodv0vj+Mxy+kgOZY5J yNb4mZg7t5Q+MXEGh/psWVMu198r7V9jAKwV7QO4VRaMxmgD5yKocwuxvKDaUljdCg5/wYIxggSL MIIEhwIBATCB8jCB3TELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYD VQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTswOQYDVQQLEzJUZXJtcyBvZiB1c2UgYXQgaHR0 cHM6Ly93d3cudmVyaXNpZ24uY29tL3JwYSAoYykwOTEeMBwGA1UECxMVUGVyc29uYSBOb3QgVmFs aWRhdGVkMTcwNQYDVQQDEy5WZXJpU2lnbiBDbGFzcyAxIEluZGl2aWR1YWwgU3Vic2NyaWJlciBD QSAtIEczAhBXH0kUxtIzZJ6m/S1fRrhZMAkGBSsOAwIaBQCgggJtMBgGCSqGSIb3DQEJAzELBgkq hkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTEyMDUxODEzMjQ0NFowIwYJKoZIhvcNAQkEMRYEFDVm Fd2fZwq8ssJCWK3mfPXqyMGgMIIBAwYJKwYBBAGCNxAEMYH1MIHyMIHdMQswCQYDVQQGEwJVUzEX MBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdvcmsx OzA5BgNVBAsTMlRlcm1zIG9mIHVzZSBhdCBodHRwczovL3d3dy52ZXJpc2lnbi5jb20vcnBhIChj KTA5MR4wHAYDVQQLExVQZXJzb25hIE5vdCBWYWxpZGF0ZWQxNzA1BgNVBAMTLlZlcmlTaWduIENs YXNzIDEgSW5kaXZpZHVhbCBTdWJzY3JpYmVyIENBIC0gRzMCEFcfSRTG0jNknqb9LV9GuFkwggEF BgsqhkiG9w0BCRACCzGB9aCB8jCB3TELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJ bmMuMR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTswOQYDVQQLEzJUZXJtcyBvZiB1 c2UgYXQgaHR0cHM6Ly93d3cudmVyaXNpZ24uY29tL3JwYSAoYykwOTEeMBwGA1UECxMVUGVyc29u YSBOb3QgVmFsaWRhdGVkMTcwNQYDVQQDEy5WZXJpU2lnbiBDbGFzcyAxIEluZGl2aWR1YWwgU3Vi c2NyaWJlciBDQSAtIEczAhBXH0kUxtIzZJ6m/S1fRrhZMA0GCSqGSIb3DQEBAQUABIIBAEeSB7CK 8OCe/E7RMAKu4lwfk3H0l0bi31m0N3mGBTJbDswWsKmKy2q8es/T7GFOI/9t2x1gSRPa8G/Iho3y T/YTtzTW0bypiFgGdunvXKmD1kXBLbAoWkzXBcJfg8bCejPK6q3KGiqOcGL6FNXlw10PFdgNwRoh ngFwIpFxhfgbSSYIc2Q83VMkgJf6abu7jGcL9Yu/87kDhGIp1Zf7+o0K7Rdy7xUorHueWklryZ5l gczqBCUQ0RBDWgS7IcW5COXdYj275f6VQUFDoQxTa//VN1l9HZf2Lr0+oKCca1Ud/LTBPm8Ev6NW n/N08YRHihmO5eo6tUoIIjcFbk/IvegAAAAAAAA= --Apple-Mail=_24D3DC90-DD7E-4C40-B7D9-7366C08EF21A-- From henrik@levkowetz.com Mon May 21 06:19:53 2012 Return-Path: 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 A06B421F8573 for ; Mon, 21 May 2012 06:19:53 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -102.6 X-Spam-Level: X-Spam-Status: No, score=-102.6 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, NO_RELAYS=-0.001, USER_IN_WHITELIST=-100] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7basCVOcnekM for ; Mon, 21 May 2012 06:19:53 -0700 (PDT) Received: from grenache.tools.ietf.org (unknown [IPv6:2a01:3f0:1:2:225:90ff:fe34:720e]) by ietfa.amsl.com (Postfix) with ESMTP id 051E321F84A1 for ; Mon, 21 May 2012 06:19:53 -0700 (PDT) Received: from [2a01:3f0:1:0:21e:c2ff:fe13:7e3e] (port=49497 helo=brunello.netnod.se) by grenache.tools.ietf.org with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.77) (envelope-from ) id 1SWSWR-0002ls-8I; Mon, 21 May 2012 15:19:39 +0200 Message-ID: <4FBA40EB.7070703@levkowetz.com> Date: Mon, 21 May 2012 15:19:39 +0200 From: Henrik Levkowetz User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:10.0.4) Gecko/20120421 Thunderbird/10.0.4 MIME-Version: 1.0 To: Fred Baker References: <4FB509D6.5090805@cs.tcd.ie> <6C137251-F0F3-4C03-A453-C1FEC2261CEC@cisco.com> In-Reply-To: <6C137251-F0F3-4C03-A453-C1FEC2261CEC@cisco.com> X-Enigmail-Version: 1.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 2a01:3f0:1:0:21e:c2ff:fe13:7e3e X-SA-Exim-Rcpt-To: fred@cisco.com, stephen.farrell@cs.tcd.ie, tools-discuss@ietf.org, henrik-sent@levkowetz.com 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 grenache.tools.ietf.org) Cc: "tools-discuss@ietf.org Discussion" , Stephen Farrell Subject: Re: [Tools-discuss] oddity, tools page not updating for 5+ hours - what's reasonable? X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2012 13:19:53 -0000 Hi Stephen, Fred, There was an issue with the rsync server on www.ietf.org, which has now been resolved. Thanks for the alert. With respect to Stephen's question (below) of the reasonable time to expect between posting an I-D and the tools page being updated, the answer is that going to the html copy of an explicit (new) version can be expected to work in at most 3 minutes from posting. Earlier versions can be expected to show the new version in the list of versions in the header within 1 hour at the most. If not, an email to webmaster@tools.ietf.org would be much appreciated. Best regards, Henrik On 2012-05-17 19:58 Fred Baker said: > It's worse than that. Check > > http://datatracker.ietf.org/doc/draft-ietf-v6ops-6204bis > http://tools.ietf.org/html/draft-ietf-v6ops-6204bis > > Version -09 was posted two days ago and is reflected in the data tracker, but the tools site still has -08, and my rsync mirror of the IETF site (which I ran manually a few moments go) still contains -08. > > rsync -uavz --delete www.ietf.org::internet-drafts /Users/fred/draft > > > On May 17, 2012, at 7:23 AM, Stephen Farrell wrote: > >> >> Hiya, >> >> HOKEY posted a -07 update to [1] about 5 hours ago but >> the tools page is still showing -06 (and ID-nits checks >> that too), though -07 exists in the tracker. [2] >> >> Normally, I've only seen this take a few minutes. I >> do understand that we shouldn't expect this all to >> be instant. >> >> So, the reason for my mail: what is the reasonable >> time to expect between posting an I-D and the tools >> page being updated? >> >> And who knows, maybe this is a sign of some other >> issue with the servers or the draft. >> >> Apologies in advance if this is fixed by the time >> you read this:-) And thanks of course for all the >> great work! >> >> Thanks, >> S. >> >> [1] http://tools.ietf.org/html/draft-ietf-hokey-rfc5296bis >> [2] https://datatracker.ietf.org/doc/draft-ietf-hokey-rfc5296bis/ >> _______________________________________________ >> Tools-discuss mailing list >> Tools-discuss@ietf.org >> https://www.ietf.org/mailman/listinfo/tools-discuss > > _______________________________________________ > Tools-discuss mailing list > Tools-discuss@ietf.org > https://www.ietf.org/mailman/listinfo/tools-discuss > From henrik@levkowetz.com Mon May 21 06:36:15 2012 Return-Path: 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 84CED21F859E for ; Mon, 21 May 2012 06:36:15 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -102.374 X-Spam-Level: X-Spam-Status: No, score=-102.374 tagged_above=-999 required=5 tests=[AWL=-0.227, BAYES_00=-2.599, MIME_8BIT_HEADER=0.3, NO_RELAYS=-0.001, SARE_SUB_ENC_UTF8=0.152, USER_IN_WHITELIST=-100, WEIRD_PORT=0.001] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02buN60wyk-R for ; Mon, 21 May 2012 06:36:15 -0700 (PDT) Received: from grenache.tools.ietf.org (unknown [IPv6:2a01:3f0:1:2:225:90ff:fe34:720e]) by ietfa.amsl.com (Postfix) with ESMTP id 03E6821F8568 for ; Mon, 21 May 2012 06:36:15 -0700 (PDT) Received: from [2a01:3f0:1:0:21e:c2ff:fe13:7e3e] (port=49601 helo=brunello.netnod.se) by grenache.tools.ietf.org with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.77) (envelope-from ) id 1SWSmT-0003YS-J6; Mon, 21 May 2012 15:36:13 +0200 Message-ID: <4FBA44C4.4020409@levkowetz.com> Date: Mon, 21 May 2012 15:36:04 +0200 From: Henrik Levkowetz User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:10.0.4) Gecko/20120421 Thunderbird/10.0.4 MIME-Version: 1.0 To: Carsten Bormann References: <4CC593DF-AF4E-464B-9B5A-DD97DEB63EDE@tzi.org> In-Reply-To: <4CC593DF-AF4E-464B-9B5A-DD97DEB63EDE@tzi.org> X-Enigmail-Version: 1.4 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig340B84203F3C3A4944A9CA22" X-SA-Exim-Connect-IP: 2a01:3f0:1:0:21e:c2ff:fe13:7e3e X-SA-Exim-Rcpt-To: cabo@tzi.org, tools-discuss@ietf.org, henrik-sent@levkowetz.com 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 grenache.tools.ietf.org) Cc: Tools Team Discussion Subject: Re: [Tools-discuss] =?utf-8?q?Interim_minutes_=E2=9E=94_Etherpad=3F?= X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2012 13:36:15 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig340B84203F3C3A4944A9CA22 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Carsten, On 2012-05-16 13:33 Carsten Bormann said: > What is the best way to get an Etherpad for taking minutes in interim m= eetings? I don't have a general solution for that in place, but can always point to one on request. In this case, I would have said http://grenache.tools.ietf.org:9001/p/notes-interim-2012-core-1 but I guess that's too late now, so for the next one at least you can use= http://grenache.tools.ietf.org:9001/p/notes-interim-2012-core-2 Best regards, Henrik --------------enig340B84203F3C3A4944A9CA22 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAk+6RM0ACgkQeVhrtTJkXCNMswCg5hvj3aRrLG3MCs+gca8uKD2a TTkAoKTi06FtQ+uvA2Bv++n0p/Ik0olV =vPbq -----END PGP SIGNATURE----- --------------enig340B84203F3C3A4944A9CA22-- From stephen.farrell@cs.tcd.ie Mon May 21 06:50:00 2012 Return-Path: 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 89E4D21F84FE for ; Mon, 21 May 2012 06:50:00 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -102.599 X-Spam-Level: X-Spam-Status: No, score=-102.599 tagged_above=-999 required=5 tests=[AWL=0.000, BAYES_00=-2.599, USER_IN_WHITELIST=-100] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NkSS8pGw4X5P for ; Mon, 21 May 2012 06:49:59 -0700 (PDT) Received: from scss.tcd.ie (hermes.scss.tcd.ie [IPv6:2001:770:10:200:889f:cdff:fe8d:ccd2]) by ietfa.amsl.com (Postfix) with ESMTP id 9982521F84D5 for ; Mon, 21 May 2012 06:49:59 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by hermes.scss.tcd.ie (Postfix) with ESMTP id AA4AF1714EE; Mon, 21 May 2012 14:49:58 +0100 (IST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.tcd.ie; h= content-transfer-encoding:content-type:in-reply-to:references :subject:mime-version:user-agent:from:date:message-id:received :received:x-virus-scanned; s=cs; t=1337608197; bh=v3I3hUIihoYeLV XrzGV3Fd83nem9d+ybzA3+niMhQsQ=; b=z02T5o0bqyYTTi+6NymoDIilivz5G1 Pe9EWipf5czcu6ipLjxYs4sfzWewddxx2ziu1Rs3BZMFbdMnWnBAqT+q0+ESDIeb G+OEIAM+ZHkZHCNznQuM1/9j7U06MKemmEUVmcVk4/3J86YXEE37HTnZAzrzEg4L bLrcNp1rMkkkzmhVk/o4zIf/QKHhKgTKPe56TNXirr9HU1h+Jg3IC9X1aRzFnlyA MshjXHAH58arsU5hWCD38DeYwX2Xw/koQxnp1uhTvfREtXMISJizv0bCOfnGYGQM PKjXjeyRmoe25ctUaeX0mNrolghV9ztvpfNC9ZQEDkwiAMNA6h98Oliw== X-Virus-Scanned: Debian amavisd-new at scss.tcd.ie Received: from scss.tcd.ie ([127.0.0.1]) by localhost (scss.tcd.ie [127.0.0.1]) (amavisd-new, port 10027) with ESMTP id tV+LzvkSAXQu; Mon, 21 May 2012 14:49:57 +0100 (IST) Received: from [IPv6:2001:770:10:203:9883:a0df:9a1e:f31e] (unknown [IPv6:2001:770:10:203:9883:a0df:9a1e:f31e]) by smtp.scss.tcd.ie (Postfix) with ESMTPSA id EF49E171473; Mon, 21 May 2012 14:49:56 +0100 (IST) Message-ID: <4FBA4805.8060702@cs.tcd.ie> Date: Mon, 21 May 2012 14:49:57 +0100 From: Stephen Farrell User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: Henrik Levkowetz References: <4FB509D6.5090805@cs.tcd.ie> <6C137251-F0F3-4C03-A453-C1FEC2261CEC@cisco.com> <4FBA40EB.7070703@levkowetz.com> In-Reply-To: <4FBA40EB.7070703@levkowetz.com> X-Enigmail-Version: 1.4.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Fred Baker , "tools-discuss@ietf.org Discussion" Subject: Re: [Tools-discuss] oddity, tools page not updating for 5+ hours - what's reasonable? X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2012 13:50:00 -0000 Hi Henrik, On 05/21/2012 02:19 PM, Henrik Levkowetz wrote: > Hi Stephen, Fred, > > There was an issue with the rsync server on www.ietf.org, which has > now been resolved. > > Thanks for the alert. > > With respect to Stephen's question (below) of the reasonable time > to expect between posting an I-D and the tools page being updated, > the answer is that going to the html copy of an explicit (new) version > can be expected to work in at most 3 minutes from posting. Earlier > versions can be expected to show the new version in the list of > versions in the header within 1 hour at the most. If not, an email > to webmaster@tools.ietf.org would be much appreciated. Thanks for that. S. > > Best regards, > > Henrik > > On 2012-05-17 19:58 Fred Baker said: >> It's worse than that. Check >> >> http://datatracker.ietf.org/doc/draft-ietf-v6ops-6204bis >> http://tools.ietf.org/html/draft-ietf-v6ops-6204bis >> >> Version -09 was posted two days ago and is reflected in the data tracker, but the tools site still has -08, and my rsync mirror of the IETF site (which I ran manually a few moments go) still contains -08. >> >> rsync -uavz --delete www.ietf.org::internet-drafts /Users/fred/draft >> >> >> On May 17, 2012, at 7:23 AM, Stephen Farrell wrote: >> >>> >>> Hiya, >>> >>> HOKEY posted a -07 update to [1] about 5 hours ago but >>> the tools page is still showing -06 (and ID-nits checks >>> that too), though -07 exists in the tracker. [2] >>> >>> Normally, I've only seen this take a few minutes. I >>> do understand that we shouldn't expect this all to >>> be instant. >>> >>> So, the reason for my mail: what is the reasonable >>> time to expect between posting an I-D and the tools >>> page being updated? >>> >>> And who knows, maybe this is a sign of some other >>> issue with the servers or the draft. >>> >>> Apologies in advance if this is fixed by the time >>> you read this:-) And thanks of course for all the >>> great work! >>> >>> Thanks, >>> S. >>> >>> [1] http://tools.ietf.org/html/draft-ietf-hokey-rfc5296bis >>> [2] https://datatracker.ietf.org/doc/draft-ietf-hokey-rfc5296bis/ >>> _______________________________________________ >>> Tools-discuss mailing list >>> Tools-discuss@ietf.org >>> https://www.ietf.org/mailman/listinfo/tools-discuss >> >> _______________________________________________ >> Tools-discuss mailing list >> Tools-discuss@ietf.org >> https://www.ietf.org/mailman/listinfo/tools-discuss >> > > From cabo@tzi.org Mon May 21 08:12:44 2012 Return-Path: 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 5384421F8682 for ; Mon, 21 May 2012 08:12:44 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -105.796 X-Spam-Level: X-Spam-Status: No, score=-105.796 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, HELO_EQ_DE=0.35, MIME_8BIT_HEADER=0.3, RCVD_IN_DNSWL_MED=-4, SARE_SUB_ENC_UTF8=0.152, USER_IN_WHITELIST=-100, WEIRD_PORT=0.001] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kLMFP+RTrHuQ for ; Mon, 21 May 2012 08:12:43 -0700 (PDT) Received: from informatik.uni-bremen.de (mailhost.informatik.uni-bremen.de [IPv6:2001:638:708:30c9::12]) by ietfa.amsl.com (Postfix) with ESMTP id 7A4B421F8681 for ; Mon, 21 May 2012 08:12:43 -0700 (PDT) X-Virus-Scanned: amavisd-new at informatik.uni-bremen.de Received: from smtp-fb3.informatik.uni-bremen.de (smtp-fb3.informatik.uni-bremen.de [134.102.224.120]) by informatik.uni-bremen.de (8.14.3/8.14.3) with ESMTP id q4LFCXCB011321; Mon, 21 May 2012 17:12:33 +0200 (CEST) Received: from [192.168.217.117] (p5B3E61FD.dip.t-dialin.net [91.62.97.253]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by smtp-fb3.informatik.uni-bremen.de (Postfix) with ESMTPSA id 6CDB9C82; Mon, 21 May 2012 17:12:33 +0200 (CEST) Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=iso-8859-1 From: Carsten Bormann In-Reply-To: <4FBA44C4.4020409@levkowetz.com> Date: Mon, 21 May 2012 17:12:32 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <666CB63A-8AD1-49A4-8F6C-44827E8B940F@tzi.org> References: <4CC593DF-AF4E-464B-9B5A-DD97DEB63EDE@tzi.org> <4FBA44C4.4020409@levkowetz.com> To: Henrik Levkowetz X-Mailer: Apple Mail (2.1278) Cc: Tools Team Discussion Subject: Re: [Tools-discuss] =?utf-8?q?Interim_minutes_=E2=9E=94_Etherpad=3F?= X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2012 15:12:44 -0000 On May 21, 2012, at 15:36, Henrik Levkowetz wrote: > but I guess that's too late now, so for the next one at least you can = use >=20 > http://grenache.tools.ietf.org:9001/p/notes-interim-2012-core-2 Thanks, will do that. One potential consideration though. Note-takers in interims (i.e., outside an IETF meeting) are often = participating from heavily firewalled places, so the port 9001 might = create problems. Gr=FC=DFe, Carsten From fred@cisco.com Mon May 21 23:35:27 2012 Return-Path: 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 7E5BD21F847F for ; Mon, 21 May 2012 23:35:27 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -110.599 X-Spam-Level: X-Spam-Status: No, score=-110.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, RCVD_IN_DNSWL_HI=-8, USER_IN_WHITELIST=-100] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 90snM0jiAkpl for ; Mon, 21 May 2012 23:35:26 -0700 (PDT) Received: from mtv-iport-3.cisco.com (mtv-iport-3.cisco.com [173.36.130.14]) by ietfa.amsl.com (Postfix) with ESMTP id CAE5921F847E for ; Mon, 21 May 2012 23:35:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=fred@cisco.com; l=2585; q=dns/txt; s=iport; t=1337668526; x=1338878126; h=subject:mime-version:from:in-reply-to:date:cc: content-transfer-encoding:message-id:references:to; bh=3kwU+4sX7L7rndzSmrwnttlWJdQDLGstXcR6khaMJpQ=; b=M7LVTld4LW5T+IzkG7IMGBRVhRDWcZFfEKHJuT8IKPS7XFWhtCp9aRQ6 KhvBIf7P+HkRzjxKytbZCytjNvbUnCiVh3ChF+1jyS9WqEQV8qFOBPalF Ikj4OSgzQIZBmXnDL5e579Rm06pqjMXsxn0NGS6DlTTGpCUMTFIwJNWCu A=; X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EAEgyu0+rRDoH/2dsb2JhbABEtBuBB4IVAQEBAwEBAQEPAScPJQsFCwsYLicwBhMih2cEDJ45oBmLBRmEQWIDiEKMWYEPjH2BZIMJgT8 X-IronPort-AV: E=Sophos;i="4.75,637,1330905600"; d="scan'208";a="43255670" Received: from mtv-core-2.cisco.com ([171.68.58.7]) by mtv-iport-3.cisco.com with ESMTP; 22 May 2012 06:35:14 +0000 Received: from stealth-10-32-244-221.cisco.com (stealth-10-32-244-221.cisco.com [10.32.244.221]) by mtv-core-2.cisco.com (8.14.3/8.14.3) with ESMTP id q4M6ZEWp026963; Tue, 22 May 2012 06:35:14 GMT Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Fred Baker In-Reply-To: <4FBA40EB.7070703@levkowetz.com> Date: Mon, 21 May 2012 23:35:13 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <76AAE8AD-4ED9-4CA1-8093-EC6EAB0716F4@cisco.com> References: <4FB509D6.5090805@cs.tcd.ie> <6C137251-F0F3-4C03-A453-C1FEC2261CEC@cisco.com> <4FBA40EB.7070703@levkowetz.com> To: Henrik Levkowetz X-Mailer: Apple Mail (2.1084) Cc: "tools-discuss@ietf.org Discussion" , Stephen Farrell Subject: Re: [Tools-discuss] oddity, tools page not updating for 5+ hours - what's reasonable? X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2012 06:35:27 -0000 THanks On May 21, 2012, at 6:19 AM, Henrik Levkowetz wrote: > Hi Stephen, Fred, >=20 > There was an issue with the rsync server on www.ietf.org, which has > now been resolved. >=20 > Thanks for the alert. >=20 > With respect to Stephen's question (below) of the reasonable time > to expect between posting an I-D and the tools page being updated, > the answer is that going to the html copy of an explicit (new) version > can be expected to work in at most 3 minutes from posting. Earlier > versions can be expected to show the new version in the list of > versions in the header within 1 hour at the most. If not, an email > to webmaster@tools.ietf.org would be much appreciated. >=20 > Best regards, >=20 > Henrik >=20 > On 2012-05-17 19:58 Fred Baker said: >> It's worse than that. Check >>=20 >> http://datatracker.ietf.org/doc/draft-ietf-v6ops-6204bis >> http://tools.ietf.org/html/draft-ietf-v6ops-6204bis >>=20 >> Version -09 was posted two days ago and is reflected in the data = tracker, but the tools site still has -08, and my rsync mirror of the = IETF site (which I ran manually a few moments go) still contains -08. >>=20 >> rsync -uavz --delete www.ietf.org::internet-drafts = /Users/fred/draft >>=20 >>=20 >> On May 17, 2012, at 7:23 AM, Stephen Farrell wrote: >>=20 >>>=20 >>> Hiya, >>>=20 >>> HOKEY posted a -07 update to [1] about 5 hours ago but >>> the tools page is still showing -06 (and ID-nits checks >>> that too), though -07 exists in the tracker. [2] >>>=20 >>> Normally, I've only seen this take a few minutes. I >>> do understand that we shouldn't expect this all to >>> be instant. >>>=20 >>> So, the reason for my mail: what is the reasonable >>> time to expect between posting an I-D and the tools >>> page being updated? >>>=20 >>> And who knows, maybe this is a sign of some other >>> issue with the servers or the draft. >>>=20 >>> Apologies in advance if this is fixed by the time >>> you read this:-) And thanks of course for all the >>> great work! >>>=20 >>> Thanks, >>> S. >>>=20 >>> [1] http://tools.ietf.org/html/draft-ietf-hokey-rfc5296bis >>> [2] https://datatracker.ietf.org/doc/draft-ietf-hokey-rfc5296bis/ >>> _______________________________________________ >>> Tools-discuss mailing list >>> Tools-discuss@ietf.org >>> https://www.ietf.org/mailman/listinfo/tools-discuss >>=20 >> _______________________________________________ >> Tools-discuss mailing list >> Tools-discuss@ietf.org >> https://www.ietf.org/mailman/listinfo/tools-discuss >>=20 From morrowc@ops-netman.net Thu May 24 08:41:28 2012 Return-Path: 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 277B021F862A for ; Thu, 24 May 2012 08:41:28 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -1.111 X-Spam-Level: X-Spam-Status: No, score=-1.111 tagged_above=-999 required=5 tests=[BAYES_05=-1.11, NO_RELAYS=-0.001] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fK0+ERP+cJwC for ; Thu, 24 May 2012 08:41:27 -0700 (PDT) Received: from mailserver.ops-netman.net (mailserver.ops-netman.net [IPv6:2001:470:e495:fade:5054:ff:fe79:69db]) by ietfa.amsl.com (Postfix) with ESMTP id 9618121F8629 for ; Thu, 24 May 2012 08:41:27 -0700 (PDT) Received: from donkey.her.corp.google.com (unknown [IPv6:2620:0:100a:0:613b:556f:273b:7630]) (Authenticated sender: morrowc@OPS-NETMAN.NET) by mailserver.ops-netman.net (Postfix) with ESMTPSA id 516FA320090 for ; Thu, 24 May 2012 15:41:23 +0000 (UTC) Message-ID: <4FBE56A3.8060800@ops-netman.net> Date: Thu, 24 May 2012 11:41:23 -0400 From: Chris Morrow User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: tools-discuss@ietf.org X-Enigmail-Version: 1.5pre Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Tools-discuss] There was a note about etherpad an outage? X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 May 2012 15:41:28 -0000 did that get resolved? I don't see etherpad being up on: (or was it somewhere else and I just missed it?) From henrik@levkowetz.com Fri May 25 02:44:24 2012 Return-Path: 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 4B1E521F85F4 for ; Fri, 25 May 2012 02:44:24 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -102.599 X-Spam-Level: X-Spam-Status: No, score=-102.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, USER_IN_WHITELIST=-100] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4oF-RFXWs3s0 for ; Fri, 25 May 2012 02:44:23 -0700 (PDT) Received: from grenache.tools.ietf.org (unknown [IPv6:2a01:3f0:1:2:225:90ff:fe34:720e]) by ietfa.amsl.com (Postfix) with ESMTP id A384821F85E6 for ; Fri, 25 May 2012 02:44:23 -0700 (PDT) Received: from brunello.netnod.se ([77.72.226.95]:56436) by grenache.tools.ietf.org with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.77) (envelope-from ) id 1SXr45-0002RX-Lu; Fri, 25 May 2012 11:44:09 +0200 Message-ID: <4FBF5468.7060204@levkowetz.com> Date: Fri, 25 May 2012 11:44:08 +0200 From: Henrik Levkowetz User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:10.0.4) Gecko/20120421 Thunderbird/10.0.4 MIME-Version: 1.0 To: Chris Morrow References: <4FBE56A3.8060800@ops-netman.net> In-Reply-To: <4FBE56A3.8060800@ops-netman.net> X-Enigmail-Version: 1.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 77.72.226.95 X-SA-Exim-Rcpt-To: morrowc@ops-netman.net, tools-discuss@ietf.org, henrik-sent@levkowetz.com 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 grenache.tools.ietf.org) Cc: tools-discuss@ietf.org Subject: Re: [Tools-discuss] There was a note about etherpad an outage? X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 May 2012 09:44:24 -0000 On 2012-05-24 17:41 Chris Morrow said: > did that get resolved? I don't see etherpad being up on: > > > (or was it somewhere else and I just missed it?) That is the URL where the etherpad showed, but as soon as the meeting minutes have been posted, the etherpad window goes away. This seems sufficiently unintuitive that I'll change that for the next meeting, I expect. Best regards, Henrik From morrowc@ops-netman.net Fri May 25 07:24:29 2012 Return-Path: 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 0C9D321F86C2 for ; Fri, 25 May 2012 07:24:29 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -2.6 X-Spam-Level: X-Spam-Status: No, score=-2.6 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, NO_RELAYS=-0.001] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FFxwUbvXjGxh for ; Fri, 25 May 2012 07:24:28 -0700 (PDT) Received: from mailserver.ops-netman.net (mailserver.ops-netman.net [IPv6:2001:470:e495:fade:5054:ff:fe79:69db]) by ietfa.amsl.com (Postfix) with ESMTP id 907E021F86BD for ; Fri, 25 May 2012 07:24:28 -0700 (PDT) Received: from donkey.her.corp.google.com (unknown [IPv6:2620:0:100a:0:87f:df06:1474:61f3]) (Authenticated sender: morrowc@OPS-NETMAN.NET) by mailserver.ops-netman.net (Postfix) with ESMTPSA id 4B6FC320081; Fri, 25 May 2012 14:24:25 +0000 (UTC) Message-ID: <4FBF9615.1050908@ops-netman.net> Date: Fri, 25 May 2012 10:24:21 -0400 From: Chris Morrow User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: Henrik Levkowetz References: <4FBE56A3.8060800@ops-netman.net> <4FBF5468.7060204@levkowetz.com> In-Reply-To: <4FBF5468.7060204@levkowetz.com> X-Enigmail-Version: 1.5pre Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: tools-discuss@ietf.org Subject: Re: [Tools-discuss] There was a note about etherpad an outage? X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 May 2012 14:24:29 -0000 On 05/25/2012 05:44 AM, Henrik Levkowetz wrote: > > > On 2012-05-24 17:41 Chris Morrow said: >> did that get resolved? I don't see etherpad being up on: >> >> >> (or was it somewhere else and I just missed it?) > > That is the URL where the etherpad showed, but as soon as the > meeting minutes have been posted, the etherpad window goes > away. > > This seems sufficiently unintuitive that I'll change that for > the next meeting, I expect. great! my follow-up question is probably best stated as: "Where can I get another token?" we have an interim meeting coming up (6/6) and would like to utilize etherpad for that as well. I can probably spin my own somewhere, but... the tools provided one was very nice :) From sm@resistor.net Fri May 25 07:52:30 2012 Return-Path: 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 6F78C21F86C5 for ; Fri, 25 May 2012 07:52:30 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -102.599 X-Spam-Level: X-Spam-Status: No, score=-102.599 tagged_above=-999 required=5 tests=[AWL=0.000, BAYES_00=-2.599, USER_IN_WHITELIST=-100] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kxBlYcGD8iB3 for ; Fri, 25 May 2012 07:52:29 -0700 (PDT) Received: from mx.ipv6.elandsys.com (mx.ipv6.elandsys.com [IPv6:2001:470:f329:1::1]) by ietfa.amsl.com (Postfix) with ESMTP id A986921F86B3 for ; Fri, 25 May 2012 07:52:29 -0700 (PDT) Received: from SUBMAN.resistor.net (IDENT:sm@localhost [127.0.0.1]) (authenticated bits=0) by mx.elandsys.com (8.14.5/8.14.5) with ESMTP id q4PEqOdp011456 for ; Fri, 25 May 2012 07:52:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=opendkim.org; s=mail2010; t=1337957548; i=@resistor.net; bh=D+7D2yCu+sitklDE6/Ub3uTMbJpRRTih0013ZtHi6gE=; h=Date:To:From:Subject:Cc; b=1EKcm5A9kH4VnTuPzny06hugNqowA+OFMjvLDl6o1rXagHgqOptedrE4NgXVFEM11 VIrtZmS138oZSFFg5Co0L1nynQKj7NfPqH2BFKyDXATZpM4MqkolwMKs3NjEsuyMwk NLHojBBENwz7LuVXmEH7b+9p/9vV/MXXqEDsxc0E= DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=resistor.net; s=mail; t=1337957548; i=@resistor.net; bh=D+7D2yCu+sitklDE6/Ub3uTMbJpRRTih0013ZtHi6gE=; h=Date:To:From:Subject:Cc; b=Fpm6dCnR1nfeH1y2k2ldypprR0Vzzqsb8bKhC1k3mproeRnEE8llKm2m1TC3WfDog E3FLRQi74nXy09joazKDca6zYysyWU1acec6n8VTMVcXSpODwWSJH/lw6Zj++M7QQt YjWz5TyhXaujfIua8ueOwC2LUdYL8xuRRNrSpgaU= Message-Id: <6.2.5.6.2.20120525074126.0a839788@elandnews.com> X-Mailer: QUALCOMM Windows Eudora Version 6.2.5.6 Date: Fri, 25 May 2012 07:47:50 -0700 To: tools-discuss@ietf.org From: SM Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: [Tools-discuss] Incorrect revision number of draft for tools.ietf.org/wg/spfbis/ X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 May 2012 14:52:30 -0000 Hello, tools.ietf.org/wg/spfbis/ displays revision "07" for draft-ietf-spfbis-experiment. The current version of the draft is draft-ietf-spfbis-experiment-09. tools.ietf.org/wg/spfbis/draft-ietf-spfbis-experiment/ doesn't list versions -08 and -09 of the draft. Regards, -sm From Sandra.Murphy@sparta.com Fri May 25 09:18:23 2012 Return-Path: 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 0D5C621F873E; Fri, 25 May 2012 09:18:23 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -102.274 X-Spam-Level: X-Spam-Status: No, score=-102.274 tagged_above=-999 required=5 tests=[AWL=-0.275, BAYES_00=-2.599, J_CHICKENPOX_51=0.6, USER_IN_WHITELIST=-100] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xgWYNVZtlq79; Fri, 25 May 2012 09:18:22 -0700 (PDT) Received: from M4.sparta.com (M4.sparta.com [157.185.61.2]) by ietfa.amsl.com (Postfix) with ESMTP id 29BEF21F870F; Fri, 25 May 2012 09:18:22 -0700 (PDT) Received: from Beta5.sparta.com (beta5.sparta.com [157.185.63.21]) by M4.sparta.com (8.14.4/8.14.4) with ESMTP id q4PGIFPC023723; Fri, 25 May 2012 11:18:15 -0500 Received: from Hermes.columbia.ads.sparta.com ([157.185.80.107]) by Beta5.sparta.com (8.13.8/8.13.8) with ESMTP id q4PGIEcO011434; Fri, 25 May 2012 11:18:14 -0500 Received: from HERMES.columbia.ads.sparta.com ([2002:9db9:506b::9db9:506b]) by Hermes.columbia.ads.sparta.com ([::1]) with mapi id 14.01.0355.002; Fri, 25 May 2012 12:18:14 -0400 From: "Murphy, Sandra" To: Peter Saint-Andre , Glen Thread-Topic: [Tools-discuss] query about support - multiple jabber or etherpad - use this please Thread-Index: AQHNLjGWu+j4BNdU5k2maLlHhw8Xw5bCgueAgADHfM+AF3bwTQ== Date: Fri, 25 May 2012 16:18:13 +0000 Message-ID: <24B20D14B2CD29478C8D5D6E9CBB29F625F10B1D@Hermes.columbia.ads.sparta.com> References: <20120509221750.GA30001@amsl.com>, <4FAB1CF3.3000606@stpeter.im>, <24B20D14B2CD29478C8D5D6E9CBB29F60F7085D1@Hermes.columbia.ads.sparta.com> In-Reply-To: <24B20D14B2CD29478C8D5D6E9CBB29F60F7085D1@Hermes.columbia.ads.sparta.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [157.185.63.118] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "sidr-chairs@ietf.org" , "tools-discuss@ietf.org" Subject: Re: [Tools-discuss] query about support - multiple jabber or etherpad - use this please X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 May 2012 16:18:23 -0000 Tools team, the sidr wg chairs are going to be counting on certain features= for the 6 Jun interim: the existence of the usual jabber room and one ethe= rpad, with a fall back position: two jabber rooms, sidr + someothername.=0A= =0A= It looks from the below that this is possible, but I'd really like to get a= fervent unequivocal YES!, with details of how to get to those things that = are not the ordinary tools (second jabber room, etherpad).=0A= =0A= If this is not doable or there's no fervent unequivocal YES!, we'll explore= other choices (other jabber servers, public etherpad, etc). But would pre= fer to keep it in the ietf house.=0A= =0A= OK?=0A= =0A= --Sandy, sidr co-chair=0A= ________________________________________=0A= From: Murphy, Sandra [Sandra.Murphy@sparta.com]=0A= Sent: Thursday, May 10, 2012 1:38 PM=0A= To: Peter Saint-Andre; Glen=0A= Cc: sidr-chairs@ietf.org; tools-discuss@ietf.org=0A= Subject: RE: [Tools-discuss] query about support - multiple jabber or ether= pad - use this please=0A= =0A= Great! So it looks do-able.=0A= =0A= I did not mean to ask for two jabber rooms AND an etherpad. The point is t= o have two input places, total.=0A= =0A= I was not sure the etherpad was going to be an ongoing standard feature, wh= ich is why I asked.=0A= =0A= --Sandy=0A= =0A= ________________________________________=0A= From: Peter Saint-Andre [stpeter@stpeter.im]=0A= Sent: Wednesday, May 09, 2012 9:42 PM=0A= To: Glen=0A= Cc: Murphy, Sandra; sidr-chairs@ietf.org; tools-discuss@ietf.org=0A= Subject: Re: [Tools-discuss] query about support - multiple jabber or ether= pad - use this please=0A= =0A= Hi Glen!=0A= =0A= On 5/9/12 4:17 PM, Glen wrote:=0A= > In an email to IETF-ACTION and TOOLS-DISCUSS, Sandra Murphy wrote:=0A= >> I'm not sure if this is a secretariat question or a tools team question.= =0A= >> The sidr wg had an interim meeting on 30 Apr.=0A= >> As a result of the experience, there's a desire to have both a chat=0A= >> capability and a viewable realtime note taking capability.=0A= >> The two capabilities might be provided by having two jabber windows, or = a=0A= >> jabber window and an etherpad window.=0A= =0A= Well, right now we already can do one jabber room and one etherpad,=0A= because that's the default setup.l If we want two jabber rooms, we could=0A= easily set up sidr-notes@jabber.ietf.org (for active taking of notes) in=0A= addition to the standard sidr@jabber.ietf.org room. Or so it seems to me.= =0A= =0A= Peter=0A= =0A= --=0A= Peter Saint-Andre=0A= https://stpeter.im/=0A= From stpeter@stpeter.im Fri May 25 09:27:25 2012 Return-Path: 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 E786621F873E; Fri, 25 May 2012 09:27:25 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -102.292 X-Spam-Level: X-Spam-Status: No, score=-102.292 tagged_above=-999 required=5 tests=[AWL=-0.292, BAYES_00=-2.599, J_CHICKENPOX_51=0.6, USER_IN_WHITELIST=-100] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id v1AX3ZSZVS3L; Fri, 25 May 2012 09:27:25 -0700 (PDT) Received: from stpeter.im (mailhost.stpeter.im [207.210.219.225]) by ietfa.amsl.com (Postfix) with ESMTP id 477A321F873A; Fri, 25 May 2012 09:27:25 -0700 (PDT) Received: from [64.101.72.115] (unknown [64.101.72.115]) (Authenticated sender: stpeter) by stpeter.im (Postfix) with ESMTPSA id B1ADB4005A; Fri, 25 May 2012 10:43:36 -0600 (MDT) Message-ID: <4FBFB2EB.1010600@stpeter.im> Date: Fri, 25 May 2012 10:27:23 -0600 From: Peter Saint-Andre User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: "Murphy, Sandra" References: <20120509221750.GA30001@amsl.com>, <4FAB1CF3.3000606@stpeter.im>, <24B20D14B2CD29478C8D5D6E9CBB29F60F7085D1@Hermes.columbia.ads.sparta.com> <24B20D14B2CD29478C8D5D6E9CBB29F625F10B1D@Hermes.columbia.ads.sparta.com> In-Reply-To: <24B20D14B2CD29478C8D5D6E9CBB29F625F10B1D@Hermes.columbia.ads.sparta.com> X-Enigmail-Version: 1.4.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: "sidr-chairs@ietf.org" , "tools-discuss@ietf.org" , Glen Subject: Re: [Tools-discuss] query about support - multiple jabber or etherpad - use this please X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 May 2012 16:27:26 -0000 Because I have administrative privileges on the jabber chatroom service (jabber.ietf.org), I am able to create a second room for you (and I just tested that by creating sidr2@jabber.ietf.org - if you want a room with a different name, let me know). However, I cannot help with etherpad because my powers are limited to jabber. :) On 5/25/12 10:18 AM, Murphy, Sandra wrote: > Tools team, the sidr wg chairs are going to be counting on certain > features for the 6 Jun interim: the existence of the usual jabber > room and one etherpad, with a fall back position: two jabber rooms, > sidr + someothername. > > It looks from the below that this is possible, but I'd really like to > get a fervent unequivocal YES!, with details of how to get to those > things that are not the ordinary tools (second jabber room, > etherpad). > > If this is not doable or there's no fervent unequivocal YES!, we'll > explore other choices (other jabber servers, public etherpad, etc). > But would prefer to keep it in the ietf house. > > OK? > > --Sandy, sidr co-chair ________________________________________ From: > Murphy, Sandra [Sandra.Murphy@sparta.com] Sent: Thursday, May 10, > 2012 1:38 PM To: Peter Saint-Andre; Glen Cc: sidr-chairs@ietf.org; > tools-discuss@ietf.org Subject: RE: [Tools-discuss] query about > support - multiple jabber or etherpad - use this please > > Great! So it looks do-able. > > I did not mean to ask for two jabber rooms AND an etherpad. The > point is to have two input places, total. > > I was not sure the etherpad was going to be an ongoing standard > feature, which is why I asked. > > --Sandy > > ________________________________________ From: Peter Saint-Andre > [stpeter@stpeter.im] Sent: Wednesday, May 09, 2012 9:42 PM To: Glen > Cc: Murphy, Sandra; sidr-chairs@ietf.org; tools-discuss@ietf.org > Subject: Re: [Tools-discuss] query about support - multiple jabber or > etherpad - use this please > > Hi Glen! > > On 5/9/12 4:17 PM, Glen wrote: >> In an email to IETF-ACTION and TOOLS-DISCUSS, Sandra Murphy wrote: >>> I'm not sure if this is a secretariat question or a tools team >>> question. The sidr wg had an interim meeting on 30 Apr. As a >>> result of the experience, there's a desire to have both a chat >>> capability and a viewable realtime note taking capability. The >>> two capabilities might be provided by having two jabber windows, >>> or a jabber window and an etherpad window. > > Well, right now we already can do one jabber room and one etherpad, > because that's the default setup.l If we want two jabber rooms, we > could easily set up sidr-notes@jabber.ietf.org (for active taking of > notes) in addition to the standard sidr@jabber.ietf.org room. Or so > it seems to me. > > Peter > > -- Peter Saint-Andre https://stpeter.im/ From glen@amsl.com Fri May 25 09:56:37 2012 Return-Path: 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 991E421F8732; Fri, 25 May 2012 09:56:37 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -101.092 X-Spam-Level: X-Spam-Status: No, score=-101.092 tagged_above=-999 required=5 tests=[AWL=0.906, BAYES_00=-2.599, HTML_MESSAGE=0.001, J_CHICKENPOX_51=0.6, USER_IN_WHITELIST=-100] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IlAfcQZwBh0f; Fri, 25 May 2012 09:56:35 -0700 (PDT) Received: from mail.amsl.com (mail.amsl.com [IPv6:2001:1890:123a::1:14]) by ietfa.amsl.com (Postfix) with ESMTP id 88CBB21F8715; Fri, 25 May 2012 09:56:35 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by c8a.amsl.com (Postfix) with ESMTP id 0E57B12C7A5; Fri, 25 May 2012 09:56:35 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com Received: from c8a.amsl.com ([127.0.0.1]) by localhost (c8a.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ip++tyU4H1sl; Fri, 25 May 2012 09:56:34 -0700 (PDT) Received: from [192.168.1.13] (173-8-133-93-SFBA.hfc.comcastbusiness.net [173.8.133.93]) by c8a.amsl.com (Postfix) with ESMTPSA id A15E312C7A4; Fri, 25 May 2012 09:56:34 -0700 (PDT) References: <20120509221750.GA30001@amsl.com>, <4FAB1CF3.3000606@stpeter.im>, <24B20D14B2CD29478C8D5D6E9CBB29F60F7085D1@Hermes.columbia.ads.sparta.com> <24B20D14B2CD29478C8D5D6E9CBB29F625F10B1D@Hermes.columbia.ads.sparta.com> <4FBFB2EB.1010600@stpeter.im> User-Agent: K-9 Mail for Android In-Reply-To: <4FBFB2EB.1010600@stpeter.im> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----GWDG7PSJXTKF8OBKR6QD2KFXI5SOSO" From: Glen Date: Fri, 25 May 2012 09:56:31 -0700 To: Peter Saint-Andre , "Murphy, Sandra" Message-ID: <95cd2e09-c8f7-4cf9-98ed-eb22829dd2b7@email.android.com> Cc: "sidr-chairs@ietf.org" , "tools-discuss@ietf.org" Subject: Re: [Tools-discuss] query about support - multiple jabber or etherpad - use this please X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 May 2012 16:56:37 -0000 ------GWDG7PSJXTKF8OBKR6QD2KFXI5SOSO Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Peter Thank you so much for taking care of that for us! You're the best! Glen Peter Saint-Andre wrote: Because I have administrative privileges on the jabber chatroom service (jabber.ietf.org), I am able to create a second room for you (and I just tested that by creating sidr2@jabber.ietf.org - if you want a room with a different name, let me know). However, I cannot help with etherpad because my powers are limited to jabber. :) On 5/25/12 10:18 AM, Murphy, Sandra wrote: > Tools team, the sidr wg chairs are going to be counting on certain > features for the 6 Jun interim: the existence of the usual jabber > room and one etherpad, with a fall back position: two jabber rooms, > sidr + someothername. > > It looks from the below that this is possible, but I'd really like to > get a fervent unequivocal YES!, with details of how to get to those > things that are not the ordinary tools (second jabber room, > etherpad). > > If this is not doable or there's no fervent unequivocal YES!, we'll > explore other choices (other jabber servers, public etherpad, etc). > But would prefer to keep it in the ietf house. > > OK? > > --Sandy, sidr co-chair_____________________________________________ From: > Murphy, Sandra [Sandra.Murphy@sparta.com] Sent: Thursday, May 10, > 2012 1:38 PM To: Peter Saint-Andre; Glen Cc: sidr-chairs@ietf.org; > tools-discuss@ietf.org Subject: RE: [Tools-discuss] query about > support - multiple jabber or etherpad - use this please > > Great! So it looks do-able. > > I did not mean to ask for two jabber rooms AND an etherpad. The > point is to have two input places, total. > > I was not sure the etherpad was going to be an ongoing standard > feature, which is why I asked. > > --Sandy > >_____________________________________________ From: Peter Saint-Andre > [stpeter@stpeter.im] Sent: Wednesday, May 09, 2012 9:42 PM To: Glen > Cc: Murphy, Sandra; sidr-chairs@ietf.org; tools-discuss@ietf.org > Subject: Re: [Tools-discuss] query about support - multiple jabber or > etherpad - use this please > > Hi Glen! > > On 5/9/12 4:17 PM, Glen wrote: >> In an email to IETF-ACTION and TOOLS-DISCUSS, Sandra Murphy wrote: >>> I'm not sure if this is a secretariat question or a tools team >>> question. The sidr wg had an interim meeting on 30 Apr. As a >>> result of the experience, there's a desire to have both a chat >>> capability and a viewable realtime note taking capability. The >>> two capabilities might be provided by having two jabber windows, >>> or a jabber window and an etherpad window. > > Well, right now we already can do one jabber room and one etherpad, > because that's the default setup.l If we want two jabber rooms, we > could easily set up sidr-notes@jabber.ietf.org (for active taking of > notes) in addition to the standard sidr@jabber.ietf.org room. Or so > it seems to me. > > Peter > > -- Peter Saint-Andre https://stpeter.im/ ------GWDG7PSJXTKF8OBKR6QD2KFXI5SOSO Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit Peter

Thank you so much for taking care of that for us! You're the best!

Glen


Peter Saint-Andre <stpeter@stpeter.im> wrote:
Because I have administrative privileges on the jabber chatroom service
(jabber.ietf.org), I am able to create a second room for you (and I just
tested that by creating sidr2@jabber.ietf.org - if you want a room with
a different name, let me know). However, I cannot help with etherpad
because my powers are limited to jabber. :)

On 5/25/12 10:18 AM, Murphy, Sandra wrote:
> Tools team, the sidr wg chairs are going to be counting on certain
> features for the 6 Jun interim: the existence of the usual jabber
> room and one etherpad, with a fall back position: two jabber rooms,
> sidr + someothername.
>
> It looks from the below that this is possible, but I'd really like to
> get a fervent unequivocal YES!, with details of how to get to those
> things that are not the or dinary tools (second jabber room,
> etherpad).
>
> If this is not doable or there's no fervent unequivocal YES!, we'll
> explore other choices (other jabber servers, public etherpad, etc).
> But would prefer to keep it in the ietf house.
>
> OK?
>
> --Sandy, sidr co-chair
From:
> Murphy, Sandra [Sandra.Murphy@sparta.com] Sent: Thursday, May 10,
> 2012 1:38 PM To: Peter Saint-Andre; Glen Cc: sidr-chairs@ietf.org;
> tools-discuss@ietf.org Subject: RE: [Tools-discuss] query about
> support - multiple jabber or etherpad - use this please
>
> Great! So it looks do-able.
>
> I did not mean to ask for two jabber rooms AND an etherpad. The
> point is to have two input places, total.
>
> I was not sure the etherpad was going to be an ongoing standard
> feature, which is why I asked.
>
> --Sandy
>
>
From: Peter Saint-Andre
> [stpeter@stpeter.im] Sent: Wednesday, May 09, 2012 9:42 PM To: Glen
> Cc: Murphy, Sandra; sidr-chairs@ietf.org; tools-discuss@ietf.org
> Subject: Re: [Tools-discuss] query about support - multiple jabber or
> etherpad - use this please
>
> Hi Glen!
>
> On 5/9/12 4:17 PM, Glen wrote:
>> In an email to IETF-ACTION and TOOLS-DISCUSS, Sandra Murphy wrote:
>>> I'm not sure if this is a secretariat question or a tools team
>>> question. The sidr wg had an interim meeting on 30 Apr. As a
>>> result of the experience, there's a desire to have both a chat
>>> capability and a viewable realtime note taking capability. The
>>> two capabilities might be provided by having two jabber windows,
>>> or a jabber window and an etherpad window.
>
> Well, right now we already can do one jabber room and one etherpad,
> because that's the default setup.l If we want two jabber rooms, we
> could easily set up sidr-notes@jabber.ietf.org (for active taking of
> notes) in addition to the standard sidr@jabber.ietf.org room. Or so
> it seems to me.
>
> Peter
>
> -- Peter Saint-Andre https://stpeter.im/

------GWDG7PSJXTKF8OBKR6QD2KFXI5SOSO-- From henrik@levkowetz.com Mon May 28 02:42:26 2012 Return-Path: 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 ABB4921F8531 for ; Mon, 28 May 2012 02:42:26 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -102.599 X-Spam-Level: X-Spam-Status: No, score=-102.599 tagged_above=-999 required=5 tests=[AWL=-0.001, BAYES_00=-2.599, USER_IN_WHITELIST=-100, WEIRD_PORT=0.001] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MB6RAHX2WBu0 for ; Mon, 28 May 2012 02:42:26 -0700 (PDT) Received: from grenache.tools.ietf.org (unknown [IPv6:2a01:3f0:1:2:225:90ff:fe34:720e]) by ietfa.amsl.com (Postfix) with ESMTP id 1186021F8523 for ; Mon, 28 May 2012 02:42:26 -0700 (PDT) Received: from brunello.netnod.se ([77.72.226.95]:61314) by grenache.tools.ietf.org with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.77) (envelope-from ) id 1SYwSr-000215-D5; Mon, 28 May 2012 11:42:13 +0200 Message-ID: <4FC34874.2040302@levkowetz.com> Date: Mon, 28 May 2012 11:42:12 +0200 From: Henrik Levkowetz User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:10.0.4) Gecko/20120421 Thunderbird/10.0.4 MIME-Version: 1.0 To: Chris Morrow References: <4FBE56A3.8060800@ops-netman.net> <4FBF5468.7060204@levkowetz.com> <4FBF9615.1050908@ops-netman.net> In-Reply-To: <4FBF9615.1050908@ops-netman.net> X-Enigmail-Version: 1.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 77.72.226.95 X-SA-Exim-Rcpt-To: morrowc@ops-netman.net, tools-discuss@ietf.org, henrik-sent@levkowetz.com 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 grenache.tools.ietf.org) Cc: tools-discuss@ietf.org Subject: Re: [Tools-discuss] There was a note about etherpad an outage? X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2012 09:42:26 -0000 Hi Chris, On 2012-05-25 16:24 Chris Morrow said: > great! my follow-up question is probably best stated as: "Where can I > get another token?" we have an interim meeting coming up (6/6) and would > like to utilize etherpad for that as well. > > I can probably spin my own somewhere, but... the tools provided one was > very nice :) You're welcome to use this: http://grenache.tools.ietf.org:9001/p/notes-interim-2012-sidr-3 (and equivalent for later interims, incrementing the -3 as needed) Best regards, Henrik From henrik@levkowetz.com Mon May 28 05:45:32 2012 Return-Path: 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 F143C21F84CD for ; Mon, 28 May 2012 05:45:32 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -102.299 X-Spam-Level: X-Spam-Status: No, score=-102.299 tagged_above=-999 required=5 tests=[AWL=-0.300, BAYES_00=-2.599, J_CHICKENPOX_42=0.6, USER_IN_WHITELIST=-100] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rBVPwa3mburE for ; Mon, 28 May 2012 05:45:32 -0700 (PDT) Received: from grenache.tools.ietf.org (unknown [IPv6:2a01:3f0:1:2:225:90ff:fe34:720e]) by ietfa.amsl.com (Postfix) with ESMTP id 7165A21F8480 for ; Mon, 28 May 2012 05:45:32 -0700 (PDT) Received: from brunello.netnod.se ([77.72.226.95]:64149) by grenache.tools.ietf.org with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.77) (envelope-from ) id 1SYzK4-00011L-ON; Mon, 28 May 2012 14:45:21 +0200 Message-ID: <4FC37360.2050008@levkowetz.com> Date: Mon, 28 May 2012 14:45:20 +0200 From: Henrik Levkowetz User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:10.0.4) Gecko/20120421 Thunderbird/10.0.4 MIME-Version: 1.0 To: SM References: <6.2.5.6.2.20120525074126.0a839788@elandnews.com> In-Reply-To: <6.2.5.6.2.20120525074126.0a839788@elandnews.com> X-Enigmail-Version: 1.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 77.72.226.95 X-SA-Exim-Rcpt-To: sm@resistor.net, tools-discuss@ietf.org, henrik-sent@levkowetz.com 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 grenache.tools.ietf.org) Cc: tools-discuss@ietf.org Subject: Re: [Tools-discuss] Incorrect revision number of draft for tools.ietf.org/wg/spfbis/ X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2012 12:45:33 -0000 Hi, On 2012-05-25 16:47 SM said: > Hello, > > tools.ietf.org/wg/spfbis/ displays revision "07" for > draft-ietf-spfbis-experiment. The current version of the draft is > draft-ietf-spfbis-experiment-09. Ack. One of the servers (which you hit) hadn't sync'ed properly; fixed. > tools.ietf.org/wg/spfbis/draft-ietf-spfbis-experiment/ doesn't list > versions -08 and -09 of the draft. Right. Also an effect of the sync problem. Fixed. Thanks for the alert! Henrik From morrowc@ops-netman.net Mon May 28 07:31:10 2012 Return-Path: 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 5D36721F85C5 for ; Mon, 28 May 2012 07:31:10 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -2.351 X-Spam-Level: X-Spam-Status: No, score=-2.351 tagged_above=-999 required=5 tests=[AWL=0.247, BAYES_00=-2.599, WEIRD_PORT=0.001] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id d-tZW9m48NME for ; Mon, 28 May 2012 07:31:10 -0700 (PDT) Received: from mailserver.ops-netman.net (mailserver.ops-netman.net [IPv6:2001:470:e495:fade:5054:ff:fe79:69db]) by ietfa.amsl.com (Postfix) with ESMTP id DAFA121F85C3 for ; Mon, 28 May 2012 07:31:09 -0700 (PDT) Received: from [192.168.1.126] (c-98-204-226-233.hsd1.va.comcast.net [98.204.226.233]) (Authenticated sender: morrowc@OPS-NETMAN.NET) by mailserver.ops-netman.net (Postfix) with ESMTPSA id 7BFD6320304; Mon, 28 May 2012 14:31:05 +0000 (UTC) Message-ID: <4FC38C29.9010608@ops-netman.net> Date: Mon, 28 May 2012 10:31:05 -0400 From: Chris Morrow User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: Henrik Levkowetz References: <4FBE56A3.8060800@ops-netman.net> <4FBF5468.7060204@levkowetz.com> <4FBF9615.1050908@ops-netman.net> <4FC34874.2040302@levkowetz.com> In-Reply-To: <4FC34874.2040302@levkowetz.com> X-Enigmail-Version: 1.5pre Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: tools-discuss@ietf.org Subject: Re: [Tools-discuss] There was a note about etherpad an outage? X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2012 14:31:10 -0000 On 05/28/2012 05:42 AM, Henrik Levkowetz wrote: > Hi Chris, > > On 2012-05-25 16:24 Chris Morrow said: > >> great! my follow-up question is probably best stated as: "Where can I >> get another token?" we have an interim meeting coming up (6/6) and would >> like to utilize etherpad for that as well. >> >> I can probably spin my own somewhere, but... the tools provided one was >> very nice :) > > You're welcome to use this: > http://grenache.tools.ietf.org:9001/p/notes-interim-2012-sidr-3 > (and equivalent for later interims, incrementing the -3 as needed) oh terrific! so essentially it'll make a new 'pad' with every invocation of new name? > > Best regards, > > Henrik From Sandra.Murphy@sparta.com Thu May 31 09:12:35 2012 Return-Path: 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 066F811E8146; Thu, 31 May 2012 09:12:35 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -102.561 X-Spam-Level: X-Spam-Status: No, score=-102.561 tagged_above=-999 required=5 tests=[AWL=0.037, BAYES_00=-2.599, USER_IN_WHITELIST=-100, WEIRD_PORT=0.001] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zxvwPP5tJicT; Thu, 31 May 2012 09:12:34 -0700 (PDT) Received: from M4.sparta.com (M4.sparta.com [157.185.61.2]) by ietfa.amsl.com (Postfix) with ESMTP id 121C311E8091; Thu, 31 May 2012 09:12:33 -0700 (PDT) Received: from Beta5.sparta.com (beta5.sparta.com [157.185.63.21]) by M4.sparta.com (8.14.4/8.14.4) with ESMTP id q4VGCWli001295; Thu, 31 May 2012 11:12:32 -0500 Received: from Hermes.columbia.ads.sparta.com ([157.185.80.107]) by Beta5.sparta.com (8.13.8/8.13.8) with ESMTP id q4VGCWhe020046; Thu, 31 May 2012 11:12:32 -0500 Received: from HERMES.columbia.ads.sparta.com ([2002:9db9:506b::9db9:506b]) by Hermes.columbia.ads.sparta.com ([::1]) with mapi id 14.01.0355.002; Thu, 31 May 2012 12:12:32 -0400 From: "Murphy, Sandra" To: "tools-discuss@ietf.org" Thread-Topic: audio archive links on sidr wg page Thread-Index: Ac0/RqviJS9IRd43R2Ot+DE660HPKQ== Date: Thu, 31 May 2012 16:12:32 +0000 Message-ID: <24B20D14B2CD29478C8D5D6E9CBB29F625F12F0F@Hermes.columbia.ads.sparta.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [157.185.63.118] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "sidr-chairs@ietf.org" Subject: [Tools-discuss] audio archive links on sidr wg page X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2012 16:12:35 -0000 Links to the audio archive on the sidr tools site minutes page fail (detail= s below)=0A= =0A= A random search through half a dozen other wg pages report the same.=0A= =0A= This must be due to the fact that the tools page is set up with the correct= link for the duration of the IETF, and not updated when the audio archive = is moved to the official proceedings site.=0A= =0A= But some wg members have been alarmed that the archive is not found. Yes, = I've corrected them and pointed to the proceedings page, but it would be ni= ce to have some indication on the tools site - either update the link (ok, = maybe hard) or say "this link functional only for the duration of the meeti= ng" or some such.=0A= =0A= --Sandy, sidr co-chair=0A= =0A= On the sidr tools site minutes page=0A= =0A= http://tools.ietf.org/wg/sidr/minutes=0A= =0A= there are links for the audio streams that point to=0A= =0A= ietf83streaming.dnsalias.net/ietf/ietf832.m3u=0A= =0A= which has only a 41 byte file that contains=0A= =0A= http://nagasaki.bogus.com:8000/stream02=0A= =0A= which reports "The file you requested could not be found"= From sm@resistor.net Thu May 31 09:43:28 2012 Return-Path: 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 E57A011E812C for ; Thu, 31 May 2012 09:43:27 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -102.413 X-Spam-Level: X-Spam-Status: No, score=-102.413 tagged_above=-999 required=5 tests=[AWL=0.186, BAYES_00=-2.599, USER_IN_WHITELIST=-100] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Yp4W5ZZMpr+z for ; Thu, 31 May 2012 09:43:26 -0700 (PDT) Received: from mx.ipv6.elandsys.com (mx.ipv6.elandsys.com [IPv6:2001:470:f329:1::1]) by ietfa.amsl.com (Postfix) with ESMTP id 57F1D11E80F0 for ; Thu, 31 May 2012 09:43:26 -0700 (PDT) Received: from SUBMAN.resistor.net (IDENT:sm@localhost [127.0.0.1]) (authenticated bits=0) by mx.elandsys.com (8.14.5/8.14.5) with ESMTP id q4VGhH9l026483; Thu, 31 May 2012 09:43:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=opendkim.org; s=mail2010; t=1338482604; i=@resistor.net; bh=nQQs6VXvTV1THZcnUCpOgG8Ml9JN8eiyFQUSk7FqTc4=; h=Date:To:From:Subject:Cc:In-Reply-To:References; b=dsgu+PDOLMv6cmdIP1PcINx1O7vmkaNluOD7G/NwGQLzuo19L38GRVZgfMt4hr9s+ lYg6NjJ9nBnB8HlBCURoajqpy2FwbZ0LC0WXOWPpMLREySOnqyBv/slgPaxHh4WQjG EYDWFjmVOCKM8zye+CPbSVmlJUK6DvZIvmbllZpI= DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=resistor.net; s=mail; t=1338482604; i=@resistor.net; bh=nQQs6VXvTV1THZcnUCpOgG8Ml9JN8eiyFQUSk7FqTc4=; h=Date:To:From:Subject:Cc:In-Reply-To:References; b=ADXY2w+aDB+IrQt6z2HB0YBJ8ZwgRrPz1/Mfr8byaZeVFQufj5mNFxVXUK2A/vhmo KL/qqsuHPEwIFr37t6qEGXrk1ePcl1ad1Yq8hy9kVqhSqvufenU3fiyXTvNTb2rszQ Jebe2mGU5srUm+J8+mZMkaiOPgf313tIuO2f6gHA= Message-Id: <6.2.5.6.2.20120531093128.0af78d90@resistor.net> X-Mailer: QUALCOMM Windows Eudora Version 6.2.5.6 Date: Thu, 31 May 2012 09:41:47 -0700 To: "Murphy, Sandra" From: SM In-Reply-To: <24B20D14B2CD29478C8D5D6E9CBB29F625F12F0F@Hermes.columbia.a ds.sparta.com> References: <24B20D14B2CD29478C8D5D6E9CBB29F625F12F0F@Hermes.columbia.ads.sparta.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: sidr-chairs@tools.ietf.org, tools-discuss@ietf.org Subject: Re: [Tools-discuss] audio archive links on sidr wg page X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2012 16:43:28 -0000 Hi Sandra, [fixed chairs email alias] At 09:12 31-05-2012, Murphy, Sandra wrote: >Links to the audio archive on the sidr tools site minutes page fail >(details below) The links at http://tools.ietf.org/wg/sidr/minutes do not fail. Session "2012-03-26 1300-1500: 241" and Session "2012-03-28 0900-1130: 241" are for the audio streams. This is a real-time stream available during the meeting and not after the meeting. > them and pointed to the proceedings page, but it would be nice to > have some indication on the tools site - either update the link > (ok, maybe hard) or say "this link functional only for the duration > of the meeting" or some such. I suggest disabling the "Audio stream" and WG "chatroom" links after a meeting. Alternatively, a note could be added mentioning that the above links are only accessible during the session. It would have been easier if the actual link was included in the minutes instead of suggesting the approach at http://www.ietf.org/mail-archive/web/sidr/current/msg04713.html Regards, -sm From Sandra.Murphy@sparta.com Thu May 31 10:35:50 2012 Return-Path: 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 B368611E8081 for ; Thu, 31 May 2012 10:35:50 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -102.564 X-Spam-Level: X-Spam-Status: No, score=-102.564 tagged_above=-999 required=5 tests=[AWL=0.035, BAYES_00=-2.599, USER_IN_WHITELIST=-100] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xVAae5qGvwLs for ; Thu, 31 May 2012 10:35:48 -0700 (PDT) Received: from M4.sparta.com (M4.sparta.com [157.185.61.2]) by ietfa.amsl.com (Postfix) with ESMTP id A162711E80CC for ; Thu, 31 May 2012 10:35:48 -0700 (PDT) Received: from Beta5.sparta.com (beta5.sparta.com [157.185.63.21]) by M4.sparta.com (8.14.4/8.14.4) with ESMTP id q4VHZjo4002103; Thu, 31 May 2012 12:35:46 -0500 Received: from Hermes.columbia.ads.sparta.com ([157.185.80.107]) by Beta5.sparta.com (8.13.8/8.13.8) with ESMTP id q4VHZjUU021808; Thu, 31 May 2012 12:35:45 -0500 Received: from HERMES.columbia.ads.sparta.com ([2002:9db9:506b::9db9:506b]) by Hermes.columbia.ads.sparta.com ([::1]) with mapi id 14.01.0355.002; Thu, 31 May 2012 13:35:45 -0400 From: "Murphy, Sandra" To: SM Thread-Topic: [Tools-discuss] audio archive links on sidr wg page Thread-Index: Ac0/RqviJS9IRd43R2Ot+DE660HPKQABd9ZWAACZoI0= Date: Thu, 31 May 2012 17:35:44 +0000 Message-ID: <24B20D14B2CD29478C8D5D6E9CBB29F625F12F52@Hermes.columbia.ads.sparta.com> References: <24B20D14B2CD29478C8D5D6E9CBB29F625F12F0F@Hermes.columbia.ads.sparta.com>, <6.2.5.6.2.20120531093128.0af78d90@resistor.net> In-Reply-To: <6.2.5.6.2.20120531093128.0af78d90@resistor.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [157.185.63.137] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "sidr-chairs@tools.ietf.org" , "tools-discuss@ietf.org" Subject: Re: [Tools-discuss] audio archive links on sidr wg page X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2012 17:35:50 -0000 >[fixed chairs email alias]=0A= =0A= Looks like you changed the sidr@ietf.org to sidr@tools.ietf.org - I thought= sidr@ietf.org was the "official" version. No?=0A= =0A= >The links at http://tools.ietf.org/wg/sidr/minutes do not=0A= >fail. Session "2012-03-26 1300-1500: 241" and Session "2012-03-28=0A= >0900-1130: 241" are for the audio streams. This is a real-time=0A= >stream available during the meeting and not after the meeting.=0A= =0A= For me and others, the links do not find the right file.=0A= =0A= I don't quite grok this paragraph. You say "do not fail' and then "availab= le ... not after the meeting". Which is it, "works now" or "worked in the = past but not now"?=0A= =0A= >I suggest disabling the "Audio stream" and WG "chatroom" links after=0A= >a meeting. Alternatively, a note could be added mentioning that the=0A= >above links are only accessible during the session.=0A= =0A= Either works for me!=0A= =0A= >It would have been easier if the actual link was included in the=0A= >minutes instead of suggesting the approach at=0A= >http://www.ietf.org/mail-archive/web/sidr/current/msg04713.html=0A= =0A= It would indeed be good to put the archive link in the minutes. I point to= the www.ietf.org/audio/ietf83 page in my meeting agenda slides. Is there = a pre-announcement of the "ietf83-241-20120326-1256-pm.mp3" part of the nam= e so it's available for putting in the minutes? If so, I'll look for it ne= xt time and be sure it gets into the minutes.=0A= =0A= --Sandy=0A= ________________________________________=0A= From: SM [sm@resistor.net]=0A= Sent: Thursday, May 31, 2012 12:41 PM=0A= To: Murphy, Sandra=0A= Cc: sidr-chairs@tools.ietf.org; tools-discuss@ietf.org=0A= Subject: Re: [Tools-discuss] audio archive links on sidr wg page=0A= =0A= Hi Sandra,=0A= =0A= [fixed chairs email alias]=0A= =0A= At 09:12 31-05-2012, Murphy, Sandra wrote:=0A= >Links to the audio archive on the sidr tools site minutes page fail=0A= >(details below)=0A= =0A= The links at http://tools.ietf.org/wg/sidr/minutes do not=0A= fail. Session "2012-03-26 1300-1500: 241" and Session "2012-03-28=0A= 0900-1130: 241" are for the audio streams. This is a real-time=0A= stream available during the meeting and not after the meeting.=0A= =0A= > them and pointed to the proceedings page, but it would be nice to=0A= > have some indication on the tools site - either update the link=0A= > (ok, maybe hard) or say "this link functional only for the duration=0A= > of the meeting" or some such.=0A= =0A= I suggest disabling the "Audio stream" and WG "chatroom" links after=0A= a meeting. Alternatively, a note could be added mentioning that the=0A= above links are only accessible during the session.=0A= =0A= It would have been easier if the actual link was included in the=0A= minutes instead of suggesting the approach at=0A= http://www.ietf.org/mail-archive/web/sidr/current/msg04713.html=0A= =0A= Regards,=0A= -sm=0A= =0A= From sm@resistor.net Thu May 31 11:06:40 2012 Return-Path: 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 0906F21F8726 for ; Thu, 31 May 2012 11:06:40 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -102.437 X-Spam-Level: X-Spam-Status: No, score=-102.437 tagged_above=-999 required=5 tests=[AWL=0.163, BAYES_00=-2.599, USER_IN_WHITELIST=-100] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yNvrScPVxdLg for ; Thu, 31 May 2012 11:06:38 -0700 (PDT) Received: from mx.ipv6.elandsys.com (mx.ipv6.elandsys.com [IPv6:2001:470:f329:1::1]) by ietfa.amsl.com (Postfix) with ESMTP id 166BE21F872A for ; Thu, 31 May 2012 11:06:38 -0700 (PDT) Received: from SUBMAN.resistor.net (IDENT:sm@localhost [127.0.0.1]) (authenticated bits=0) by mx.elandsys.com (8.14.5/8.14.5) with ESMTP id q4VI6S6f002668; Thu, 31 May 2012 11:06:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=opendkim.org; s=mail2010; t=1338487595; i=@resistor.net; bh=p/h6cnsePqIOfk7cGWKDz0KOBuHklCxFOiE7dL7o3YI=; h=Date:To:From:Subject:Cc:In-Reply-To:References; b=Wh4CEnakseOSOWRZPJ3EHEKcYMlRFnZExQW0TiUZFO8n0MIs4Nm0kH72eH7HKzBNJ Jk60KOk+iAsKL5HX+q8GtJXiVtDDm55kq76mJW1o2fm18Tiavs4XXfcAW44zKSS++x RM+uBpcwZzJspi47w9bF6HlP3NiElFNCJXPtSTYM= DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=resistor.net; s=mail; t=1338487595; i=@resistor.net; bh=p/h6cnsePqIOfk7cGWKDz0KOBuHklCxFOiE7dL7o3YI=; h=Date:To:From:Subject:Cc:In-Reply-To:References; b=Se5bAusJ5cCG+s0rxLkEE5YmoY9f0Vl6TFJWTj8Ppy1NXFYc/PH/xLZBX9H6X23zO /jBJRRK2uZgbwzGQBYv0ciSm7PvGQeEuIafGDILa+D/WeTH5er6vfQN8ygelXorZ5X JR5X9q8Nzqpip3pMNL7OaLqDVlHNuK/qKjVgD9q0= Message-Id: <6.2.5.6.2.20120531103951.098e6f80@resistor.net> X-Mailer: QUALCOMM Windows Eudora Version 6.2.5.6 Date: Thu, 31 May 2012 11:06:24 -0700 To: "Murphy, Sandra" From: SM In-Reply-To: <24B20D14B2CD29478C8D5D6E9CBB29F625F12F52@Hermes.columbia.a ds.sparta.com> References: <24B20D14B2CD29478C8D5D6E9CBB29F625F12F0F@Hermes.columbia.ads.sparta.com> <6.2.5.6.2.20120531093128.0af78d90@resistor.net> <24B20D14B2CD29478C8D5D6E9CBB29F625F12F52@Hermes.columbia.ads.sparta.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: sidr-chairs@tools.ietf.org, tools-discuss@ietf.org Subject: Re: [Tools-discuss] audio archive links on sidr wg page X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2012 18:06:40 -0000 Hi Sandra, At 10:35 31-05-2012, Murphy, Sandra wrote: >Looks like you changed the sidr@ietf.org to sidr@tools.ietf.org - I >thought sidr@ietf.org was the "official" version. No? Your Cc was to sidr-chairs@ instead of sidr@. sidr@ietf.org is for the SIDR mailing list. >For me and others, the links do not find the right file. The link is to listen to the audio as for a live broadcast. It is not a link to the recording of the broadcast. >I don't quite grok this paragraph. You say "do not fail' and then >"available ... not after the meeting". Which is it, "works now" or >"worked in the past but not now"? Some events have live streaming, for example, http://ietf83streaming.dnsalias.net/ietf/ietf832.m3u That is not the same as http://www.ietf.org/audio/ietf83/ietf83-241-20120326-1256-pm.mp3 The link to the mp3 file is the one that works after the meeting. If someone wants to listen to what happened during the SIDR IETF83 session, they cannot use the "live streaming" link anymore. >It would indeed be good to put the archive link in the minutes. I >point to the www.ietf.org/audio/ietf83 page in my meeting agenda >slides. Is there a pre-announcement of the >"ietf83-241-20120326-1256-pm.mp3" part of the name so it's available >for putting in the minutes? If so, I'll look for it next time and >be sure it gets into the minutes. No, the person who needs the audio recording will have to go and find that out. If you point to the www.ietf.org/audio/ietf83 page, the person will have to go and figure out what is the actual filename. It is not easy for a participant who is not familiar with the IETF. Here's some minutes with links to the audio files: http://tools.ietf.org/wg/alto/minutes http://tools.ietf.org/wg/spfbis/minutes The ALTO example is unusual as one of the WG Chairs does some post-processing so that participants can find the audio recording of an item on the agenda. There was a thread about audio recordings for IETF83 ( http://www.ietf.org/mail-archive/web/ietf/current/msg72765.html ). Regards, -sm From Sandra.Murphy@sparta.com Thu May 31 13:01:15 2012 Return-Path: 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 420C521F8577 for ; Thu, 31 May 2012 13:01:15 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -102.549 X-Spam-Level: X-Spam-Status: No, score=-102.549 tagged_above=-999 required=5 tests=[AWL=0.050, BAYES_00=-2.599, USER_IN_WHITELIST=-100] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id d1zseI0p-yrS for ; Thu, 31 May 2012 13:01:14 -0700 (PDT) Received: from M4.sparta.com (M4.sparta.com [157.185.61.2]) by ietfa.amsl.com (Postfix) with ESMTP id 212EF21F8570 for ; Thu, 31 May 2012 13:01:13 -0700 (PDT) Received: from Beta5.sparta.com (beta5.sparta.com [157.185.63.21]) by M4.sparta.com (8.14.4/8.14.4) with ESMTP id q4VK1BfD003922; Thu, 31 May 2012 15:01:12 -0500 Received: from Hermes.columbia.ads.sparta.com ([157.185.80.107]) by Beta5.sparta.com (8.13.8/8.13.8) with ESMTP id q4VK1B3v026528; Thu, 31 May 2012 15:01:11 -0500 Received: from HERMES.columbia.ads.sparta.com ([2002:9db9:506b::9db9:506b]) by Hermes.columbia.ads.sparta.com ([::1]) with mapi id 14.01.0355.002; Thu, 31 May 2012 16:01:10 -0400 From: "Murphy, Sandra" To: SM Thread-Topic: [Tools-discuss] audio archive links on sidr wg page Thread-Index: Ac0/RqviJS9IRd43R2Ot+DE660HPKQABd9ZWAACZoI0ABTOMngAAFdes Date: Thu, 31 May 2012 20:01:10 +0000 Message-ID: <24B20D14B2CD29478C8D5D6E9CBB29F625F13023@Hermes.columbia.ads.sparta.com> References: <24B20D14B2CD29478C8D5D6E9CBB29F625F12F0F@Hermes.columbia.ads.sparta.com> <6.2.5.6.2.20120531093128.0af78d90@resistor.net> <24B20D14B2CD29478C8D5D6E9CBB29F625F12F52@Hermes.columbia.ads.sparta.com>, <6.2.5.6.2.20120531103951.098e6f80@resistor.net> In-Reply-To: <6.2.5.6.2.20120531103951.098e6f80@resistor.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [157.185.63.118] Content-Type: text/plain; charset="windows-1256" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "sidr-chairs@tools.ietf.org" , "tools-discuss@ietf.org" Subject: Re: [Tools-discuss] audio archive links on sidr wg page X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2012 20:01:15 -0000 Right, sidr@ietf.org is for the wg. Misspoke my question. Substitute sidr= -chairs in all cases. I sent to sidr-chairs@ietf.org, you "fixed" it to si= dr-chairs@tools.ietf.org=FD. Why? Is sidr-chairs@tools.ietf.org=FD the co= rrect/official version?=0A= =0A= You suggested putting a link to the recording in the minutes which is absol= utely the ideal no question, but the IETF list thread you point to makes t= he point that the full stable URL for the recording is not always available= when the minutes are being prepared, which was my point. No real reason t= o continue this topic.=0A= =0A= To get back to my original message. I'm happy that you suggest that the mi= nutes page for the tools wg sites could be clarified that the audio stream = link is not available after the meeting. =0A= =0A= --Sandy=0A= ________________________________________=0A= From: SM [sm@resistor.net]=0A= Sent: Thursday, May 31, 2012 2:06 PM=0A= To: Murphy, Sandra=0A= Cc: sidr-chairs@tools.ietf.org; tools-discuss@ietf.org=0A= Subject: RE: [Tools-discuss] audio archive links on sidr wg page=0A= =0A= Hi Sandra,=0A= At 10:35 31-05-2012, Murphy, Sandra wrote:=0A= >Looks like you changed the sidr@ietf.org to sidr@tools.ietf.org - I=0A= >thought sidr@ietf.org was the "official" version. No?=0A= =0A= Your Cc was to sidr-chairs@ instead of sidr@. sidr@ietf.org is for=0A= the SIDR mailing list.=0A= =0A= >For me and others, the links do not find the right file.=0A= =0A= The link is to listen to the audio as for a live broadcast. It is=0A= not a link to the recording of the broadcast.=0A= =0A= >I don't quite grok this paragraph. You say "do not fail' and then=0A= >"available ... not after the meeting". Which is it, "works now" or=0A= >"worked in the past but not now"?=0A= =0A= Some events have live streaming, for example,=0A= http://ietf83streaming.dnsalias.net/ietf/ietf832.m3u That is not the=0A= same as=0A= http://www.ietf.org/audio/ietf83/ietf83-241-20120326-1256-pm.mp3 The=0A= link to the mp3 file is the one that works after the meeting. If=0A= someone wants to listen to what happened during the SIDR IETF83=0A= session, they cannot use the "live streaming" link anymore.=0A= =0A= >It would indeed be good to put the archive link in the minutes. I=0A= >point to the www.ietf.org/audio/ietf83 page in my meeting agenda=0A= >slides. Is there a pre-announcement of the=0A= >"ietf83-241-20120326-1256-pm.mp3" part of the name so it's available=0A= >for putting in the minutes? If so, I'll look for it next time and=0A= >be sure it gets into the minutes.=0A= =0A= No, the person who needs the audio recording will have to go and find=0A= that out. If you point to the www.ietf.org/audio/ietf83 page, the=0A= person will have to go and figure out what is the actual=0A= filename. It is not easy for a participant who is not familiar with the IE= TF.=0A= =0A= Here's some minutes with links to the audio files:=0A= =0A= http://tools.ietf.org/wg/alto/minutes=0A= http://tools.ietf.org/wg/spfbis/minutes=0A= =0A= The ALTO example is unusual as one of the WG Chairs does some=0A= post-processing so that participants can find the audio recording of=0A= an item on the agenda. There was a thread about audio recordings for=0A= IETF83 ( http://www.ietf.org/mail-archive/web/ietf/current/msg72765.html ).= =0A= =0A= Regards,=0A= -sm=0A= =0A= From sm@resistor.net Thu May 31 13:49:40 2012 Return-Path: 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 5FE7221F85D8 for ; Thu, 31 May 2012 13:49:40 -0700 (PDT) X-Virus-Scanned: amavisd-new at amsl.com X-Spam-Flag: NO X-Spam-Score: -102.469 X-Spam-Level: X-Spam-Status: No, score=-102.469 tagged_above=-999 required=5 tests=[AWL=0.130, BAYES_00=-2.599, USER_IN_WHITELIST=-100] Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iFIe1p+vHEqq for ; Thu, 31 May 2012 13:49:39 -0700 (PDT) Received: from mx.ipv6.elandsys.com (mx.ipv6.elandsys.com [IPv6:2001:470:f329:1::1]) by ietfa.amsl.com (Postfix) with ESMTP id 8917B21F8460 for ; Thu, 31 May 2012 13:49:39 -0700 (PDT) Received: from SUBMAN.resistor.net (IDENT:sm@localhost [127.0.0.1]) (authenticated bits=0) by mx.elandsys.com (8.14.5/8.14.5) with ESMTP id q4VKnXKh026635; Thu, 31 May 2012 13:49:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=opendkim.org; s=mail2010; t=1338497379; i=@resistor.net; bh=/hRtZfZGnyWPyTtTNqffVofZV2snlIJDivnZA0+kb0s=; h=Date:To:From:Subject:Cc:In-Reply-To:References; b=F9Jlb9OJU0QodQ4y8I+fDhTZSj2w+8/oaSPDqpftFnt+qIk7f30+feQWe65SEs0/q k1fj14MV4T5GnhGLFaT5ng5yt9XkpBpE+RJf+hfGwN1W2btsPyNg4LTFth5nqxJ3El /SbMAOtqK8siWmCi0UlgXgZylZshdYkesqPD2ucQ= DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=resistor.net; s=mail; t=1338497379; i=@resistor.net; bh=/hRtZfZGnyWPyTtTNqffVofZV2snlIJDivnZA0+kb0s=; h=Date:To:From:Subject:Cc:In-Reply-To:References; b=wTgNiXeWLjGLdkXqeOPOy7gvuJbn+nfGOTVMJD/S+56jXqT+l2Leyi7In/n8qY36r 9Mc2eca+wCdw4lUKJrVOKwnmPAhveeSygoAyNHQQhTZa2JG7lOqgKpM+oZjEkyIl1Z 3gFNWzzw9/FNkLwJ1QVVDClZMVNPrU0BjiByEAbk= Message-Id: <6.2.5.6.2.20120531133740.0923faf8@resistor.net> X-Mailer: QUALCOMM Windows Eudora Version 6.2.5.6 Date: Thu, 31 May 2012 13:45:42 -0700 To: "Murphy, Sandra" From: SM In-Reply-To: <24B20D14B2CD29478C8D5D6E9CBB29F625F13023@Hermes.columbia.a ds.sparta.com> References: <24B20D14B2CD29478C8D5D6E9CBB29F625F12F0F@Hermes.columbia.ads.sparta.com> <6.2.5.6.2.20120531093128.0af78d90@resistor.net> <24B20D14B2CD29478C8D5D6E9CBB29F625F12F52@Hermes.columbia.ads.sparta.com> <6.2.5.6.2.20120531103951.098e6f80@resistor.net> <24B20D14B2CD29478C8D5D6E9CBB29F625F13023@Hermes.columbia.ads.sparta.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable Cc: sidr-chairs@tools.ietf.org, tools-discuss@ietf.org Subject: Re: [Tools-discuss] audio archive links on sidr wg page X-BeenThere: tools-discuss@ietf.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: IETF Tools Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2012 20:49:40 -0000 Hi Sandra, At 13:01 31-05-2012, Murphy, Sandra wrote: >Right, sidr@ietf.org is for the wg. Misspoke my=20 >question. Substitute sidr-chairs in all=20 >cases. I sent to sidr-chairs@ietf.org, you=20 >"fixed" it to=20 >sidr-chairs@tools.ietf.org. Why? Is=20 >sidr-chairs@tools.ietf.org=FD the correct/official version? According to information from tools.ietf.org the=20 sidr-chairs@tools.ietf.org email alias can be=20 used to reach the WG Chairs. I used the email=20 address which I presume will work instead of=20 trying to figure out the official version. Regards, -sm