Re: Error system reconfigure

2019-02-11 Thread swedebugia
On 2019-02-03 22:22, Jone wrote: Current Guix, system reconfigure passed, but: 2. Mcron https://www.gnu.org/software/guix/manual/en/guix.html#Scheduled-Job-Execution - so, too, does not work: message "mcron-service deprecated, use mcron-service-type instead" mcron-service is now a service-type:

Error system reconfigure

2019-02-03 Thread Jone
Current Guix, system reconfigure passed, but: 1. Mount/booting errors. (file-systems (cons* (file-system (mount-point "/") (type "ext4") (device (file-system-label "my-root")) (options "defaults,noatime 0 1")) (file-sy

Re: Error system reconfigure with guix-latest

2018-03-07 Thread Ludovic Courtès
Hi, Jone skribis: > But further in an output I see something, similar to compilation of > packages (for "ffmpeg" and > "icecat-52.6.0"), as in Gentoo. Well, that is exactly the output of GCC! > Possibly, this take time.. If you’re unlucky, substitutes are not available yet from the substitute s

Re: Error system reconfigure with guix-latest

2018-03-06 Thread Jone
Ok, with Your version of a config 'reconfigure' starts, normal output. Also I added some more packages to the selected. But further in an output I see something, similar to compilation of packages (for "ffmpeg" and "icecat-52.6.0"), as in Gentoo. Well, that is exactly the output of GCC! Possibly,

Re: Error system reconfigure with guix-latest

2018-03-06 Thread Ludovic Courtès
Hello Jone, This config gives me an error with a backtrace: --8<---cut here---start->8--- In gnu/services/base.scm: 301:21 1 (file-system->fstab-entry #< device: "634a6369-c5a8-4f4c-b3e8-35fb92cf850e" title: uui…>) In gnu/system/uuid.scm: 276:2 0 (uui

Re: Error system reconfigure with guix-latest

2018-03-05 Thread Jone
> Can you post the whole config file so we can investigate? My current config: ;; Prepare environment (use-modules (gnu) (gnu packages base) (gnu packages admin) (gnu packages linux) (gnu packages emacs) (gnu packages xfce) (gnu packages gnuzilla) (gnu packages tmux) (gnu packages curl)

Re: Error system reconfigure with guix-latest

2018-03-05 Thread Ludovic Courtès
Jone skribis: >> Does ‘guix system reconfigure’ succeed once you specify the >> ‘initrd-modules’ field as others suggested? > > This problem is resolved, thanks. But I still can't reconfigure system > (‘--verbosity=10’ needed to see some output, otherwise absolutely nothing > in console). Experim

Re: Error system reconfigure with guix-latest

2018-03-05 Thread Jone
> Does ‘guix system reconfigure’ succeed once you specify the > ‘initrd-modules’ field as others suggested? This problem is resolved, thanks. But I still can't reconfigure system (‘--verbosity=10’ needed to see some output, otherwise absolutely nothing in console). Experimentally, I found out that

Re: Error system reconfigure with guix-latest

2018-03-05 Thread Ludovic Courtès
Hi Jone, Jone skribis: > Thanks. I rewrite config, following your advice and run 'guix system > --verbosity=10 reconfigure new.scm': ‘--verbosity=10’ is not very helpful as it throws loads of very low-level messages. (‘--verbosity’ in general is rarely what you want.) Does ‘guix system reconf

Re: Error system reconfigure with guix-latest

2018-03-04 Thread Jone
Thanks. I rewrite config, following your advice and run 'guix system --verbosity=10 reconfigure new.scm': acquiring global GC lock `/var/guix/gc.lock' acquiring read lock on `/var/guix/temproots/434' acquiring write lock on `/var/guix/temproots/434' downgrading to read lock on `/var/guix/temproots

Re: Error system reconfigure with guix-latest

2018-03-04 Thread Alex Kost
Jone (2018-03-04 15:46 +0300) wrote: > Hello! > I'm newbie. After update system (guix pull) I see this error: > > root@guix ~# guix system -n reconfigure /etc/CURRENT.scm > /etc/CURRENT.scm:37:24: error: you need these modules in the initrd > for /dev/sdb2: sata_nv pata_acpi As 宋文武 pointed, you c

Re: Error system reconfigure with guix-latest

2018-03-04 Thread 宋文武
Jone writes: > Hello! > I'm newbie. After update system (guix pull) I see this error: > > root@guix ~# guix system -n reconfigure /etc/CURRENT.scm > /etc/CURRENT.scm:37:24: error: you need these modules in the initrd for > /dev/sdb2: sata_nv pata_acpi Hello, this is due to recently added functin

Error system reconfigure with guix-latest

2018-03-04 Thread Jone
Hello! I'm newbie. After update system (guix pull) I see this error: root@guix ~# guix system -n reconfigure /etc/CURRENT.scm /etc/CURRENT.scm:37:24: error: you need these modules in the initrd for /dev/sdb2: sata_nv pata_acpi BUT: 1. Prior to this (before upgrade) everything was OK 2. sata_nv an