From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?QmrDtnJuIEjDtmZsaW5n?= Subject: Re: Several questions on Guix(SD) Date: Thu, 25 Aug 2016 23:03:32 +0200 Message-ID: <20160825230332.1b861c11@alma-ubu> References: <20160822225350.32c08923@alma-ubu> <20160822214921.GA9557@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33724) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bd1oK-0006DN-Ob for help-guix@gnu.org; Thu, 25 Aug 2016 17:03:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bd1oE-0006Lx-OG for help-guix@gnu.org; Thu, 25 Aug 2016 17:03:39 -0400 Received: from m4s11.vlinux.de ([83.151.27.109]:58807) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bd1oE-0006Ln-HM for help-guix@gnu.org; Thu, 25 Aug 2016 17:03:34 -0400 Received: from alma-ubu (p5B353406.dip0.t-ipconnect.de [91.53.52.6]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by m4s11.vlinux.de (Postfix) with ESMTPSA id CABC83CED for ; Thu, 25 Aug 2016 20:58:07 +0000 (UTC) In-Reply-To: <20160822214921.GA9557@jasmine> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" Cc: Guix-Help Leo, thank you for your answers. I would like some more clarifications: On Mon, 22 Aug 2016 17:49:21 -0400 Leo Famulari wrote: >=20 > > * Is there a log for the deamon? I only found the > > "/var/log/guix/drvs", which seam to be only logs of each > > compilation. BTW, what do the two letters of the subfolders mean?=20 >=20 > The log output of the daemon goes wherever your daemons normally log > to. On most recent versions of the major distros, this is handled by > systemd / journald. My distro in that case is GuixSD, using shepherd. So I found information about guix-daemon start and stop events in /var/log/shepherd.log. But I want some more information about the daemon. Is guix-daemon so silent? I figured out that I can (modify-services %base-services ...) for adding the "--debug" extra-options to guix-daemon. Still I see only start/stop log entries in shepherd.log. What am I missing? > > * Is there a list of builds available that are not reproducible? > > Or is that (eq? _ '()) ? >=20 > We don't have much infrastructure for tracking reproducible builds > yet. Help wanted! >=20 > We do have `guix challenge`, for challenging a binary substitute > server. Also, packages can be built with '--rounds=3Dx' and '--check', > which repeat the build and compare the outputs to see if they are > bit-for-bit identical. So you mean you can't tell which builds are not reproducible? Couldn't Hydra just build each package two times? Or does that cost too much? Bj=C3=B6rn