From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8684 invoked by alias); 20 May 2007 22:51:45 -0000 Received: (qmail 8669 invoked by uid 22791); 20 May 2007 22:51:42 -0000 X-Spam-Check-By: sourceware.org Received: from monty-python.gnu.org (HELO monty-python.gnu.org) (199.232.76.173) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 20 May 2007 22:51:40 +0000 Received: from vexpert.dbai.tuwien.ac.at ([128.131.111.2]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HptBM-0004gH-RC for overseers@gcc.gnu.org; Sun, 20 May 2007 17:43:17 -0400 Received: from acrux.dbai.tuwien.ac.at (acrux [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id 80FC613791; Sun, 20 May 2007 23:43:15 +0200 (CEST) Received: by acrux.dbai.tuwien.ac.at (Postfix, from userid 1203) id C11AC1A7CD; Sun, 20 May 2007 23:43:21 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by acrux.dbai.tuwien.ac.at (Postfix) with ESMTP id BA9611A7C7; Sun, 20 May 2007 23:43:21 +0200 (CEST) Date: Sun, 20 May 2007 22:51:00 -0000 From: Gerald Pfeifer To: overseers@gcc.gnu.org, Daniel Berlin Subject: Some problems with the GCC web machinery Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-detected-kernel: Solaris 9 Mailing-List: contact overseers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: overseers-owner@sourceware.org X-SW-Source: 2007-q2/txt/msg00060.txt.bz2 Based on a report by Uros I investigated and found that /www/gcc/htdocs-preformatted had not been automatically updated for the latest sets of changes: I know did this manually... [gerald@sourceware htdocs-preformatted]$ cvs -q up -PAd U gcc-4.3/changes.html U gcc-4.3/cxx0x_status.html ...and also invoked /www/gcc/bin/preprocess to push the changes from there to /www/gcc/htdocs and thus the web server but wonder whether any of you may have an idea on might have gone wrong? This system has not seen any changes (that I would know of) for a while, so I cannot explain what may have caused this. On a (possibly, but probably not) related note, I found the following permissions under /www/gcc which break a `cvs up` at that level of the tree: drwxr-sr-x 13 dberlin gcc 4096 Mar 13 15:00 bugzilla drwxr-sr-x 2 dberlin gcc 4096 Nov 8 2003 bzCVS drwxr-sr-x 2 dberlin gcc 4096 Aug 31 2005 wikiconfig drwxrwxr-x 13 dberlin apache 4096 Jul 25 2005 wikidata Daniel, did you look these down intentionally, are could you make these tree group writable? Gerald