From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58777) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cwbTF-0000QH-Ej for guix-patches@gnu.org; Fri, 07 Apr 2017 17:31:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cwbTC-0005dA-B6 for guix-patches@gnu.org; Fri, 07 Apr 2017 17:31:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:38666) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cwbTC-0005ce-7a for guix-patches@gnu.org; Fri, 07 Apr 2017 17:31:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cwbTB-0005Ti-VH for guix-patches@gnu.org; Fri, 07 Apr 2017 17:31:01 -0400 Subject: bug#26306: exim service patches (including mail-aliases-service-type) Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87fuhvtlko.fsf@zancanaro.id.au> <87a87ruczg.fsf@gnu.org> Date: Fri, 07 Apr 2017 23:29:50 +0200 In-Reply-To: <87a87ruczg.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 07 Apr 2017 23:25:23 +0200") Message-ID: <8760ifucs1.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Carlo Zancanaro Cc: 26306@debbugs.gnu.org BTW the tests pass but the log is a bit fishy: --8<---------------cut here---------------start------------->8--- LOG: MAIN Warning: purging the environment. Suggested action: use keep_environment. 408 LOG: MAIN 408 exim 4.87_1 daemon started: pid=3D408, no queue runs, listening for= SMTP on port 25 (IPv4) 410 LOG: MAIN 410 <=3D test@example.com H=3D(somehost) [10.0.2.2] P=3Desmtp S=3D225 411 LOG: MAIN PANIC DIE 411 re-exec of exim (/gnu/store/dph4aa2ql680y92rv1f0sg1h2218bnmm-exim-4= .87.1/bin/exim) with -Mc failed: Permission denied [ 10.990230] exim[411]: segfault at 0 ip 00007f56dc8eb04d sp 00007fffb714= 5d78 error 6 in libc-2.25.so[7f56dc867000+196000] 410 LOG: smtp_connection MAIN 410 SMTP connection from (somehost) [10.0.2.2] closed by QUIT --8<---------------cut here---------------end--------------->8--- Do you also get this segfault and =E2=80=9CMAIN PANIC DIE=E2=80=9D thing? Ludo=E2=80=99.