From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Caleb Herbert" Subject: Re: Application Setup on Trisquel Date: Tue, 24 Oct 2017 16:33:00 -0700 (PDT) Message-ID: <1508887980.7490@bluehome.net> References: <873768nt5e.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="bound1508887980" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54225) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e78h2-0007l3-MK for help-guix@gnu.org; Tue, 24 Oct 2017 19:33:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e78gz-0001qq-Il for help-guix@gnu.org; Tue, 24 Oct 2017 19:33:08 -0400 In-Reply-To: <873768nt5e.fsf@gnu.org> 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" To: =?UTF-8?Q?Ludovic=20Court=C3=A8s?= Cc: help-guix@gnu.org This is a multi-part message in MIME format. --bound1508887980 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s wrote .. > You should get nscd from Trisquel, in its =E2=80=98nscd=E2=80=99 package. You=E2=80=99ll have > more success asking Trisquel questions on Trisquel fora though. :-) Done. > > * How do I make sure ncsd is "listening on the /var/run/nscd/socket > > socket"? > > You could run =E2=80=9Clsof | grep nscd=E2=80=9D, but it=E2=80=99s likely to be the case once > nscd running. It seems to be running. :-) root@leela:~# lsof | grep nscd | grep '\/var\/run\/' lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /run/user/1000/gvfs Output information may be incomplete. nscd 2691 root 12u unix 0xffff8800361d4000 0t0 404213 /var/run/nscd/socket nscd 2691 2692 root 12u unix 0xffff8800361d4000 0t0 404213 /var/run/nscd/socket nscd 2691 2693 root 12u unix 0xffff8800361d4000 0t0 404213 /var/run/nscd/socket nscd 2691 2694 root 12u unix 0xffff8800361d4000 0t0 404213 /var/run/nscd/socket nscd 2691 2695 root 12u unix 0xffff8800361d4000 0t0 404213 /var/run/nscd/socket nscd 2691 2697 root 12u unix 0xffff8800361d4000 0t0 404213 /var/run/nscd/socket nscd 2691 2698 root 12u unix 0xffff8800361d4000 0t0 404213 /var/run/nscd/socket nscd 2691 2699 root 12u unix 0xffff8800361d4000 0t0 404213 /var/run/nscd/socket nscd 2691 2700 root 12u unix 0xffff8800361d4000 0t0 404213 /var/run/nscd/socket nscd 2691 2701 root 12u unix 0xffff8800361d4000 0t0 404213 /var/run/nscd/socket > > The manual instructs users on foreign distros to export environment > > variables. Doing this in the shell makes the changes temporary. > > Where should these changes be made permanent? (It is bad practice to > > put environment variables in .bashrc.) > > /etc/profile would be the right place. Is this correct? # echo 'export GUIX_LOCPATH=3D$HOME/.guix-profile/lib/locale' >>/etc/p rofile # echo 'export SSL_CERT_DIR=3D"$HOME/.guix-profile/etc/ssl/certs"' >>/ etc/profile # echo 'export SSL_CERT_FILE=3D"$HOME/.guix-profile/etc/ssl/certs/ca-c ertificates.crt"' >>/etc/profile # echo 'export GIT_SSL_CAINFO=3D"$SSL_CERT_FILE"' >>/etc/profile # echo 'export CURL_CA_BUNDLE=3D"$HOME/.guix-profile/etc/ssl/certs/ca- certificates.crt"' >>/etc/profile # echo 'source $HOME/.guix-profile/etc/profile' >>/etc/profile --bound1508887980--