emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* code.orgmode.org
@ 2020-01-22 23:37 Nick Dokos
  2020-01-23  9:56 ` code.orgmode.org Robert Klein
  0 siblings, 1 reply; 4+ messages in thread
From: Nick Dokos @ 2020-01-22 23:37 UTC (permalink / raw)
  To: emacs-orgmode

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
| 
| <!DOCTYPE html>
| <html>
| ...
| </html>
`----

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: code.orgmode.org
  2020-01-22 23:37 code.orgmode.org Nick Dokos
@ 2020-01-23  9:56 ` Robert Klein
  2020-01-23 10:45   ` code.orgmode.org Bastien
  2020-01-23 19:24   ` code.orgmode.org Nick Dokos
  0 siblings, 2 replies; 4+ messages in thread
From: Robert Klein @ 2020-01-23  9:56 UTC (permalink / raw)
  To: Nick Dokos; +Cc: Bastien, emacs-orgmode

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 <ndokos@gmail.com> 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
> | 
> | <!DOCTYPE html>
> | <html>
> | ...
> | </html>
> `----
> 
> 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!

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: code.orgmode.org
  2020-01-23  9:56 ` code.orgmode.org Robert Klein
@ 2020-01-23 10:45   ` Bastien
  2020-01-23 19:24   ` code.orgmode.org Nick Dokos
  1 sibling, 0 replies; 4+ messages in thread
From: Bastien @ 2020-01-23 10:45 UTC (permalink / raw)
  To: Robert Klein; +Cc: Nick Dokos, emacs-orgmode

Hi Robert,

thanks a lot for fixing this.

I will take some time to update gogs this week.

All best,

-- 
 Bastien

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: code.orgmode.org
  2020-01-23  9:56 ` code.orgmode.org Robert Klein
  2020-01-23 10:45   ` code.orgmode.org Bastien
@ 2020-01-23 19:24   ` Nick Dokos
  1 sibling, 0 replies; 4+ messages in thread
From: Nick Dokos @ 2020-01-23 19:24 UTC (permalink / raw)
  To: emacs-orgmode

Robert Klein <roklein@roklein.de> 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 <ndokos@gmail.com> 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
>> | 
>> | <!DOCTYPE html>
>> | <html>
>> | ...
>> | </html>
>> `----
>> 
>> 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-01-23 19:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-22 23:37 code.orgmode.org Nick Dokos
2020-01-23  9:56 ` code.orgmode.org Robert Klein
2020-01-23 10:45   ` code.orgmode.org Bastien
2020-01-23 19:24   ` code.orgmode.org Nick Dokos

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).