From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MHgSJ-0004Ev-4P for qemu-devel@nongnu.org; Fri, 19 Jun 2009 11:56:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MHgSD-000456-SI for qemu-devel@nongnu.org; Fri, 19 Jun 2009 11:56:42 -0400 Received: from [199.232.76.173] (port=44445 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MHgSD-00044R-GP for qemu-devel@nongnu.org; Fri, 19 Jun 2009 11:56:37 -0400 Received: from mail-gx0-f207.google.com ([209.85.217.207]:64996) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MHgSD-0000lM-4q for qemu-devel@nongnu.org; Fri, 19 Jun 2009 11:56:37 -0400 Received: by gxk3 with SMTP id 3so7068182gxk.10 for ; Fri, 19 Jun 2009 08:56:36 -0700 (PDT) Message-ID: <4A3BB531.7080409@codemonkey.ws> Date: Fri, 19 Jun 2009 10:56:33 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] sending pci information over the wire References: <20090618193946.GH3517@poweredge.glommer> <4A3A9D89.5000305@codemonkey.ws> <20090618201227.GI3517@poweredge.glommer> <4A3AA5D8.8050303@codemonkey.ws> <4A3B527C.2010203@redhat.com> <4A3B8E56.3040903@codemonkey.ws> <4A3BA1C6.6040701@redhat.com> <4A3BABB1.6060708@codemonkey.ws> <4A3BB10F.1050607@redhat.com> In-Reply-To: <4A3BB10F.1050607@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Glauber Costa , qemu-devel@nongnu.org, armbru@redhat.com Gerd Hoffmann wrote: > On 06/19/09 17:16, Anthony Liguori wrote: >> There is a certain amount of lossy-ness to qemu-commits because our >> internal SMTP servers frequently like to go down. It's a git commit hook >> so having a mechanism to retry later would be overly complicated. > > Just an idea: Punt the issue to an MTA? > > Install local postfix, setup internal smtp as smarthost for delivery, > point the commit hook to localhost. postfix should take care that > nothing gets lost then (unless the outage is very long ...). It'll migrate to qemu.org very soon. I just need to spend some time setting up the server. One qemu.org, it'll run a local mta. Regards, Anthony Liguori > cheers, > Gerd