all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Matija Obid <matija.obid@gmx.com>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: help-guix@gnu.org
Subject: Re: guix fail to reconfigure the system
Date: Wed, 25 Apr 2018 23:17:13 +0200	[thread overview]
Message-ID: <87tvrzq946.fsf@gmx.com> (raw)
In-Reply-To: <87tvrzow3s.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 25 Apr 2018 22:43:35 +0200")

ludo@gnu.org (Ludovic Courtès) writes:

> Hello Maitja,
>
> Maitja Obid <matija.obid@gmx.com> skribis:
>
>> I have freshly installed guixsd distribution. Afer running guix pull and
>> system build i was trying to switch into newly built system with
>> system reconfigure which gives me next error:
>>
>>   root@hostname ~# guix system reconfigure /etc/config.scm
>>   guix system: error: stat: No such file or directory: "system"
>>
>> What can be wrong?
>
> No idea at first sight.  Could you share your config.scm?
>
> Thanks,
> Ludo’.

Configuration:
  (use-modules (gnu)
               (gnu system nss)
               (gnu bootloader)
               (gnu bootloader grub)
               (gnu system file-systems)
               (guix packages)
               (guix git-download)
               (guix download)
               (guix build-system trivial)
               (gnu packages linux)
               (gnu packages emacs)
               (gnu packages firmware)
               (gnu packages certs)
               (gnu packages gnome))
  (use-service-modules desktop)
  
  (operating-system
   (host-name "X")
   (timezone "Europe/Ljubljana")
   (locale "en_US.utf8")
  
   (bootloader (bootloader-configuration
                (bootloader grub-bootloader)
                (target "/dev/sda")))
  
   (file-systems (cons (file-system
                        (device "system")
                        (mount-point "/")
                        (type "ext4"))
                       %base-file-systems))
  
   (swap-devices '("/dev/sda2"))
  
   (users (cons (user-account
                 (name "matija")
                 (group "users")
                 (supplementary-groups '("wheel" "netdev"
                                         "audio" "video"))
                 (home-directory "/home/matija"))
                %base-user-accounts))
  
   (packages (cons* emacs-exwm
                    nss-certs         ;for HTTPS access
                    gvfs              ;for user mounts
                    %base-packages))
   (services (cons* (gnome-desktop-service)
                    (modify-services
                     %desktop-services
                     (guix-service-type
                      config =>
                      (guix-configuration
                       (inherit config)
                       (substitute-urls (list "https://berlin.guixsd.org")))))))
   ;; Allow resolution of '.local' host names with mDNS.
   (name-service-switch %mdns-host-lookup-nss))

--
Matija

  reply	other threads:[~2018-04-25 21:17 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-25 16:52 guix fail to reconfigure the system Maitja Obid
2018-04-25 20:43 ` Ludovic Courtès
2018-04-25 21:17   ` Matija Obid [this message]
2018-04-25 23:05     ` Clément Lassieur
2018-04-26  3:16       ` Pierre Neidhardt
2018-04-27  4:07         ` Chris Marusich
2018-04-27  9:07           ` Pierre Neidhardt
2018-04-30 10:44           ` swedebugia
2018-04-30 16:31             ` Ludovic Courtès
2018-04-30 20:21               ` Clément Lassieur
2018-05-05 13:42             ` Pierre Neidhardt

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=87tvrzq946.fsf@gmx.com \
    --to=matija.obid@gmx.com \
    --cc=help-guix@gnu.org \
    --cc=ludo@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.