all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: Catonano <catonano@gmail.com>
Cc: help-guix@gnu.org
Subject: Re: run the daemon
Date: Fri, 8 Apr 2016 18:48:13 -0400	[thread overview]
Message-ID: <20160408224813.GA13118@jasmine> (raw)
In-Reply-To: <CAJ98PDwZunuBj252PqUN++ji9t0BbRcKjcPbxSLhtmMocwt6Pg@mail.gmail.com>

On Fri, Apr 08, 2016 at 11:25:18PM +0200, Catonano wrote:
> Hello,
> 
> I'm trying to do the binary installation of guix, following instructions
> here
> https://www.gnu.org/software/guix/manual/html_node/Binary-Installation.html

Thanks for trying!

> The point no. 5 says: "Run the daemon [...]"
> 
> Which daemon ?

If you followed steps 1 through 4, you will have created a symlink to root's
guix-profile in root's home directory.

Accordingly, you can start the daemon like this, as described in step 5:

# ~root/.guix-profile/bin/guix-daemon --build-users-group=guixbuild

Does that work?

If not, can you double-check that '~root/.guix-profile' exists and
points to the correct place? You should be able to do something like
this:

# whoami
root
# ls -l ~/.guix-profile
lrwxrwxrwx 1 root root 45 Aug 14  2015 /root/.guix-profile -> /var/guix/profiles/per-user/root/guix-profile
# ls -l ~/.guix-profile/bin/guix-daemon 
lrwxrwxrwx 4 root guixbuild 78 Dec 31  1969 /root/.guix-profile/bin/guix-daemon -> /gnu/store/b4d41s3066gx6wjkpq505sc4rkbjmdf1-guix-0.10.0-0.7611/bin/guix-daemon

By the way, since guix-daemon is a daemon, it will block and appear to
do nothing when you start it. Just mentioning this since some users have
been confused the daemon's behavior.

  reply	other threads:[~2016-04-08 22:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-08 21:25 run the daemon Catonano
2016-04-08 22:48 ` Leo Famulari [this message]
2016-04-08 23:16   ` Catonano
2016-04-08 23:45     ` Leo Famulari
  -- strict thread matches above, loose matches on Subject: below --
2016-04-08 18:25 Catonano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160408224813.GA13118@jasmine \
    --to=leo@famulari.name \
    --cc=catonano@gmail.com \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.