From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrei Osipov Subject: bug#19771: Missing documentation on enviroment variables for guix-deamon Date: Wed, 04 Feb 2015 18:47:48 +0300 Message-ID: <87d25py8yj.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46782) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJ3vq-0007aY-1D for bug-guix@gnu.org; Wed, 04 Feb 2015 12:40:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJ3vm-0006nr-SQ for bug-guix@gnu.org; Wed, 04 Feb 2015 12:40:05 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:42868) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJ3vm-0006mx-Pv for bug-guix@gnu.org; Wed, 04 Feb 2015 12:40:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YJ3vm-0006si-7m for bug-guix@gnu.org; Wed, 04 Feb 2015 12:40:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46018) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJ2BK-0008NG-Mk for bug-guix@gnu.org; Wed, 04 Feb 2015 10:47:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJ2BF-0005uF-Oe for bug-guix@gnu.org; Wed, 04 Feb 2015 10:47:58 -0500 Received: from mail-lb0-x22b.google.com ([2a00:1450:4010:c04::22b]:59005) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJ2BF-0005u7-Gq for bug-guix@gnu.org; Wed, 04 Feb 2015 10:47:53 -0500 Received: by mail-lb0-f171.google.com with SMTP id u14so2207389lbd.2 for ; Wed, 04 Feb 2015 07:47:52 -0800 (PST) Received: from localhost (37-146-132-163.broadband.corbina.ru. [37.146.132.163]) by mx.google.com with ESMTPSA id lc5sm435218lab.8.2015.02.04.07.47.50 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Feb 2015 07:47:51 -0800 (PST) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 19771@debbugs.gnu.org Consider adding the descrition of env variables used by guix-deamon to the documentation. how to change the temporary directory from /tmp to /var/tmp? [08:14] i have /tmp as tmpfs and it has no enough space to build gcc hm, I can't find it either in ./configure, either as parameter to guix-daemon [08:29] it seems it could respect TMPDIR environment variable [08:34] andreoss`: could you confirm? [08:36] export TMPDIR=/var/tmp ; guix-daemon Sleep_Walker: confirmed [08:39] thanks andreoss`: you're welcome [08:42] andreoss`: could you please file a bug and request documentation improvement? so it doesn't get lost