From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23627 invoked by alias); 23 Apr 2003 18:18:14 -0000 Mailing-List: contact ecos-maintainers-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: ecos-maintainers-owner@sources.redhat.com Received: (qmail 23550 invoked from network); 23 Apr 2003 18:18:12 -0000 Mail-Followup-To: overseers@sources.redhat.com, ecos-maintainers@sources.redhat.com, jifl@jifvik.org To: Jonathan Larmour Cc: overseers@sources.redhat.com, eCos Maintainers Subject: Re: ecos.sourceware.org and mailing list request References: <3EA6CD95.1080509@jifvik.org> From: Ian Lance Taylor Date: Wed, 23 Apr 2003 18:18:00 -0000 In-Reply-To: <3EA6CD95.1080509@jifvik.org> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-04/txt/msg00054.txt.bz2 Jonathan Larmour writes: > Would it be possible to add ecos.sourceware.org as a subdomain/host > and pointing at sources.redhat.com's IP address? Done. > That along with > recognising ecos.sourceware.org in the s.r.c web server as a virtual > host going to /ecos/ ? Done. Note that the GIF is broken on ecos.sourceware.org, though it works on sourceware.org/ecos, because the IMG SRC uses an absolute path. There may be other similar problems. I kept the same CustomLog and ErrorLog, as was also done by some of the other virtual hosts. However, the current log format does not indicate which host was requested. I recommend adding %v at the start of the `combined' LogFormat line in httpd.conf, which will put the virtual host at the start of each line. However, I didn't want to do that without checking with other people. > Similarly underneath that could we have bugs.ecos.sourceware.org as a > CNAME pointing at bugzilla.ecoscentric.com please? Done. > Finally, could someone set up the ecos-bugs mailing list slightly > differently.... right now it's set up only to receive mail from > bugzilla@redhat.com. However due to unfortunate unresponsiveness by > the bugzilla.redhat.com maintainer I've finally given up with this > approach :-|. So instead could that restriction be temporarily > removed? A bit later I'll want something like > bugzilla-admin-daemon@ecoscentric.com to replace it, but not yet to be > sure there aren't any teething troubles. I commented out the line in ~alias/.qmail-ecos-bugs which I believe was enforcing this restriction. I haven't tested it. > If there's any way I could help (e.g. by "borrowing" root to save you > guys time) then please just say. I don't want to cause you all hassle! As they say, lend somebody root for five minutes, and they have it for all eternity. Please let us know about any problems. Other overseers, please let me know if I messed something out. Ian