From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: code.orgmode.org Date: Wed, 22 Jan 2020 18:37:38 -0500 Message-ID: <874kwnjc59.fsf@alphaville.usersys.redhat.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:51610) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iuPZE-0006Cr-Ou for emacs-orgmode@gnu.org; Wed, 22 Jan 2020 18:37:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iuPZD-0007RA-Dg for emacs-orgmode@gnu.org; Wed, 22 Jan 2020 18:37:48 -0500 Received: from ciao.gmane.io ([159.69.161.202]:51108) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iuPZD-0007Ph-8G for emacs-orgmode@gnu.org; Wed, 22 Jan 2020 18:37:47 -0500 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1iuPZA-0005D7-8A for emacs-orgmode@gnu.org; Thu, 23 Jan 2020 00:37:44 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane-mx.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Somebody seems to be playing with stuff on code.orgmode.org: every once in a while when I look at the repo (e.g by visiting https://code.orgmode.org/bzg/org-mode), I get a literal HTML page, instead of a rendered one. That seems to be caused by some extra text at the beginning: ,---- | 2020/01/22 23:14:06 [TRACE] Session ID: 6961d7733328363f | 2020/01/22 23:14:06 [TRACE] CSRF Token: CMr9jiGTHiieFuGUEVds1J-EeOg6MTU3OTcyODI2MzgzMDMwMzA3OA== | HTTP/1.0 200 OK | Content-Type: text/html; charset=UTF-8 | Date: Wed, 22 Jan 2020 23:14:07 GMT | | | | ... | `---- The TRACE lines seem to indicate that somebody is trying to debug something, but it's killing the website. Has anybody seen that? Does anybody know what is going on? Thanks! -- Nick "There are only two hard problems in computer science: cache invalidation, naming things, and off-by-one errors." -Martin Fowler From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Klein Subject: Re: code.orgmode.org Date: Thu, 23 Jan 2020 10:56:40 +0100 Message-ID: <20200123105412.4d1fcbb2@pckr200.mpip-mainz.mpg.de> References: <874kwnjc59.fsf@alphaville.usersys.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:33622) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iuZEP-0001PF-6d for emacs-orgmode@gnu.org; Thu, 23 Jan 2020 04:56:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iuZEO-0003B4-1F for emacs-orgmode@gnu.org; Thu, 23 Jan 2020 04:56:57 -0500 In-Reply-To: <874kwnjc59.fsf@alphaville.usersys.redhat.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane-mx.org@gnu.org Sender: "Emacs-orgmode" To: Nick Dokos Cc: Bastien , emacs-orgmode@gnu.org Hi, Gogs config does the trace automatically due to a configuration inheritance issue (cf. https://github.com/gogs/gogs/issues/5007). I added the following lines to the custom/conf/app.ini file and restarted gogs: [log.file] LEVEL = Info Btw. the trace was afaik on all the time. Dunno why it started to show up in the web interface only now. Best regards Robert On Wed, 22 Jan 2020 18:37:38 -0500 Nick Dokos wrote: > Somebody seems to be playing with stuff on code.orgmode.org: every > once in a while when I look at the repo (e.g by visiting > https://code.orgmode.org/bzg/org-mode), I get a literal HTML page, > instead of a rendered one. That seems to be caused by some extra text > at the beginning: > > ,---- > | 2020/01/22 23:14:06 [TRACE] Session ID: 6961d7733328363f > | 2020/01/22 23:14:06 [TRACE] CSRF Token: > CMr9jiGTHiieFuGUEVds1J-EeOg6MTU3OTcyODI2MzgzMDMwMzA3OA== | HTTP/1.0 > 200 OK | Content-Type: text/html; charset=UTF-8 > | Date: Wed, 22 Jan 2020 23:14:07 GMT > | > | > | > | ... > | > `---- > > The TRACE lines seem to indicate that somebody is trying to debug > something, but it's killing the website. Has anybody seen that? Does > anybody know what is going on? > > Thanks! From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: code.orgmode.org Date: Thu, 23 Jan 2020 11:45:40 +0100 Message-ID: <87muae8n8r.fsf@bzg.fr> References: <874kwnjc59.fsf@alphaville.usersys.redhat.com> <20200123105412.4d1fcbb2@pckr200.mpip-mainz.mpg.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:50437) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iuZzb-0006iS-BC for emacs-orgmode@gnu.org; Thu, 23 Jan 2020 05:45:45 -0500 In-Reply-To: <20200123105412.4d1fcbb2@pckr200.mpip-mainz.mpg.de> (Robert Klein's message of "Thu, 23 Jan 2020 10:56:40 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane-mx.org@gnu.org Sender: "Emacs-orgmode" To: Robert Klein Cc: Nick Dokos , emacs-orgmode@gnu.org Hi Robert, thanks a lot for fixing this. I will take some time to update gogs this week. All best, -- Bastien From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: code.orgmode.org Date: Thu, 23 Jan 2020 14:24:56 -0500 Message-ID: <87o8uuht6f.fsf@alphaville.usersys.redhat.com> References: <874kwnjc59.fsf@alphaville.usersys.redhat.com> <20200123105412.4d1fcbb2@pckr200.mpip-mainz.mpg.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:60538) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iui6B-0006ZZ-M0 for emacs-orgmode@gnu.org; Thu, 23 Jan 2020 14:25:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iui68-0001Bd-RE for emacs-orgmode@gnu.org; Thu, 23 Jan 2020 14:25:03 -0500 Received: from ciao.gmane.io ([159.69.161.202]:37822) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iui68-00017Q-LH for emacs-orgmode@gnu.org; Thu, 23 Jan 2020 14:25:00 -0500 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1iui67-000AYd-GH for emacs-orgmode@gnu.org; Thu, 23 Jan 2020 20:24:59 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane-mx.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Robert Klein writes: > Hi, > > Gogs config does the trace automatically due to a configuration > inheritance issue (cf. https://github.com/gogs/gogs/issues/5007). > > I added the following lines to the custom/conf/app.ini file and > restarted gogs: > > > [log.file] > LEVEL = Info > > > Btw. the trace was afaik on all the time. Dunno why it started to show > up in the web interface only now. > I was seeing all sorts of problems last night, but it seems to work now. The problems sometimes manifested themselves with TRACE output that complained about "pipe2: too many file descriptors open" (this is from memory, so take it with the appropriate grain of salt) and sometimes by getting a 500 page. Thanks for fixing it! > > On Wed, 22 Jan 2020 18:37:38 -0500 > Nick Dokos wrote: > >> Somebody seems to be playing with stuff on code.orgmode.org: every >> once in a while when I look at the repo (e.g by visiting >> https://code.orgmode.org/bzg/org-mode), I get a literal HTML page, >> instead of a rendered one. That seems to be caused by some extra text >> at the beginning: >> >> ,---- >> | 2020/01/22 23:14:06 [TRACE] Session ID: 6961d7733328363f >> | 2020/01/22 23:14:06 [TRACE] CSRF Token: >> CMr9jiGTHiieFuGUEVds1J-EeOg6MTU3OTcyODI2MzgzMDMwMzA3OA== | HTTP/1.0 >> 200 OK | Content-Type: text/html; charset=UTF-8 >> | Date: Wed, 22 Jan 2020 23:14:07 GMT >> | >> | >> | >> | ... >> | >> `---- >> >> The TRACE lines seem to indicate that somebody is trying to debug >> something, but it's killing the website. Has anybody seen that? Does >> anybody know what is going on? >> >> Thanks! > > > -- Nick "There are only two hard problems in computer science: cache invalidation, naming things, and off-by-one errors." -Martin Fowler