Hi simon,

> Maybe I am doing wrong.
>
> $ ldd /var/guix/profiles/per-user/root/current-guix/bin/guix-daemon
> [...]
> libc.so.6 => 
> /gnu/store/h90vnqw0nwd0hhm1l5dgxsdrigddfmq4-glibc-2.28/lib/libc.so.6
>
>
> So the version is 2.28, right?
> Then my profile contains the version 2.28 of the locale, I guess.
>
> $ echo $GUIX_LOCPATH
> /home/simon/.guix-profile/lib/locale
> $ ls `echo $GUIX_LOCPATH`
> 2.28

This is in your environment.  But what about the daemon’s environment?
It is not started in your environment where GUIX_LOCPATH is set.  How do
you start the daemon?  If it’s via systemd you may want to look at the
service file to see where GUIX_LOCPATH points.

> I mean, does `guix pull' restart the daemon?

No, it only installs a new version of Guix in $HOME/.config/guix/

--
Ricardo


Reply via email to