[Bug 23519] New: cgit gives 500 Internal Server Error from time to time

View: New views
4 Messages — Rating Filter:   Alert me  

[Bug 23519] New: cgit gives 500 Internal Server Error from time to time

by Bugzilla from bugzilla-daemon@freedesktop.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

http://bugs.freedesktop.org/show_bug.cgi?id=23519

           Summary: cgit gives 500 Internal Server Error from time to time
           Product: freedesktop.org
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Website
        AssignedTo: sitewranglers@...
        ReportedBy: kendy@...


When trying to download the tarballs of tags from cgit.freedesktop.org (like
http://cgit.freedesktop.org/ooo-build/extras/snapshot/ooo/DEV300_m54.tar.bz2),
I am getting '500 Internal Server Error' from time to time.  The next try is
usually OK, but not always, sometimes I have to try to download a different
tarball first, and then the original one succeeds too.


--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
sitewranglers mailing list
sitewranglers@...
http://lists.freedesktop.org/mailman/listinfo/sitewranglers

[Bug 23519] cgit gives 500 Internal Server Error from time to time

by Bugzilla from bugzilla-daemon@freedesktop.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

http://bugs.freedesktop.org/show_bug.cgi?id=23519





--- Comment #1 from Jan Holesovsky <kendy@...>  2009-09-11 03:31:58 PST ---
So I looked at the cgit sources, and unfortunately no clue there without the
possiblity to have a look at the logs :-(  There could be messages like:

----- 8< -----
        stdout2 = chk_non_negative(dup(STDIN_FILENO), "Preserving STDOUT before
compressing");
        chk_zero(pipe(rw), "Opening pipe from compressor subprocess");
        gzpid = chk_non_negative(fork(), "Forking compressor subprocess");
        if(gzpid==0) {
                /* child */
                chk_zero(close(rw[1]), "Closing write end of pipe in child");
                chk_zero(close(STDIN_FILENO), "Closing STDIN");
                chk_non_negative(dup2(rw[0],STDIN_FILENO), "Redirecting
compressor input to stdin");
                execlp(filter,filter,NULL);
                _exit(-1);
        }
        /* parent */
        chk_zero(close(rw[0]), "Closing read end of pipe");
        chk_non_negative(dup2(rw[1],STDOUT_FILENO), "Redirecting output to
compressor");
----- 8< -----

Please, can you have a look at the logs, and find a place where it resulted
into the Internal Server Error, and attach them here?  Hopefully that could
give some clue what went wrong...


--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
sitewranglers mailing list
sitewranglers@...
http://lists.freedesktop.org/mailman/listinfo/sitewranglers

[Bug 23519] cgit gives 500 Internal Server Error from time to time

by Bugzilla from bugzilla-daemon@freedesktop.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

http://bugs.freedesktop.org/show_bug.cgi?id=23519





--- Comment #2 from Jan Holesovsky <kendy@...>  2009-10-16 00:22:04 PST ---
This archive is not accessible at all, it gives a html page saying 'No
repositories found':

http://cgit.freedesktop.org/ooo-build/l10n/snapshot/ooo/OOO320_m1.tar.bz2

It is possible to download the .gz version, though.


--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
sitewranglers mailing list
sitewranglers@...
http://lists.freedesktop.org/mailman/listinfo/sitewranglers

[Bug 23519] cgit gives 500 Internal Server Error from time to time

by Bugzilla from bugzilla-daemon@freedesktop.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

http://bugs.freedesktop.org/show_bug.cgi?id=23519


Benjamin Close <Benjamin.Close@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #3 from Benjamin Close <Benjamin.Close@...>  2009-11-18 15:48:19 PST ---
cgit has now been upgraded. The links provided worked for me first time and
second time. Closing this bug unless a broken link can be provided.


--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
sitewranglers mailing list
sitewranglers@...
http://lists.freedesktop.org/mailman/listinfo/sitewranglers