From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catonano Subject: postgres service Date: Thu, 9 Mar 2017 19:21:58 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1144284a23cb2c054a50529e Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40566) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cm2hQ-0003Yp-CV for help-guix@gnu.org; Thu, 09 Mar 2017 13:22:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cm2hP-0005MR-BZ for help-guix@gnu.org; Thu, 09 Mar 2017 13:22:04 -0500 Received: from mail-wm0-x235.google.com ([2a00:1450:400c:c09::235]:35932) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cm2hP-0005Ku-4i for help-guix@gnu.org; Thu, 09 Mar 2017 13:22:03 -0500 Received: by mail-wm0-x235.google.com with SMTP id n11so145893728wma.1 for ; Thu, 09 Mar 2017 10:22:01 -0800 (PST) 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: help-guix --001a1144284a23cb2c054a50529e Content-Type: text/plain; charset=UTF-8 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. ... shepherd: Service user-homes could not be started. ... So, there's no "locale" command and the service user-homes could not be started How worried should I be ? --001a1144284a23cb2c054a50529e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I added a postgresql service to the list of= my services, like this

(services (cons* (postgresql-service #:local= e "it_IT.UTF-8")
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (gnome-desktop-service)
= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 (xfce-desktop-service)
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 %desk= top-services))

This is an excerpt of the "guix system rec= onfigure etc/config.scm" log

...
loading system objects'= descriptions ... ok
creating collations ... sh: locale: command not fou= nd
ok
No usable system locales were found.
Use the option "--= debug" to see details.
...
shepherd: Service user-homes could no= t be started.
...

So, there's no "locale" com= mand and the service user-homes could not be started

How worri= ed should I be ?
--001a1144284a23cb2c054a50529e--