all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Catonano <catonano@gmail.com>
Cc: help-guix <help-guix@gnu.org>
Subject: Re: postgres service
Date: Tue, 14 Mar 2017 17:17:48 +0100	[thread overview]
Message-ID: <87efxzn87n.fsf@gnu.org> (raw)
In-Reply-To: <CAJ98PDySYX3efrhVfYJqhys0S4eSjVsPFNy0k5sunuhk5aUysQ@mail.gmail.com> (catonano@gmail.com's message of "Thu, 9 Mar 2017 19:21:58 +0100")

Hello!

Catonano <catonano@gmail.com> skribis:

> I added a postgresql service to the list of my services, like this
>
> (services (cons* (postgresql-service #:locale "it_IT.UTF-8")
>                 (gnome-desktop-service)
>                 (xfce-desktop-service)
>                   %desktop-services))
>
> This is an excerpt of the "guix system reconfigure etc/config.scm" log
>
> ...
> loading system objects' descriptions ... ok
> creating collations ... sh: locale: command not found
> ok
> No usable system locales were found.
> Use the option "--debug" to see details.
> ...

It looks like the ‘initdb’ attempts to invoke the ‘locale’ command (from
glibc), which it cannot find here.  If this is correct, then we should
add ‘locale’ to the PATH when invoking ‘initdb’.

Christopher: WDYT?

Thanks,

  reply	other threads:[~2017-03-14 16:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-09 18:21 postgres service Catonano
2017-03-14 16:17 ` Ludovic Courtès [this message]
2017-04-23  6:50   ` 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=87efxzn87n.fsf@gnu.org \
    --to=ludo@gnu.org \
    --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.