bug#30224: (no subject)

2018-07-31 Thread Brendan Tildesley
On 07/31/18 05:54, Gábor Boskovits wrote: > > > Brendan Tildesley > ezt írta (időpont: 2018. > júl. 30., H, 17:44): >  Could you elaborate on this a bit more? > i.e. what was the commit fixing the issue? > on which branch? > or we just don't notice the beh

bug#32313: Failed to boot after reconfiguring with a btrfs drive.

2018-07-31 Thread Brendan Tildesley
On 08/01/18 06:38, Danny Milosavljevic wrote: > On Tue, 31 Jul 2018 01:25:22 +1000 > Brendan Tildesley wrote: > >> I have a second btrfs drive that I normally manually mount as /mnt/1tb. >> I decided to add it to my system config and it when I reconfigure it >> mounts the drive correctly, but when

bug#32336: herd stop mcron yields instant shutdown of computer

2018-07-31 Thread Tonton
I attempted to reproduce the bug in a minimal-ish vm. First I ran guix pull --commit=48d7ac175f69fea587eaa0358eddb5c76205e8ad (the same as the previous generation where this occured) Then I built the following config as a vm: (add-to-load-path "/home/ton/guixsd/modules/") (setenv "GUIX_PACKAGE_PAT

bug#32331: Cuirass: Restarting Cuirass get it to build a huge lot of duplicate derivations

2018-07-31 Thread Clément Lassieur
Clément Lassieur writes: > That's because DB-GET-PENDING-DERIVATIONS tries to select *distinct* > derivations but it doesn't work because they all have a distinct id even > though they are the same. > > That's a direct consequence of https://bugs.gnu.org/32190. I think I misunderstood what DISIN

bug#32313: Failed to boot after reconfiguring with a btrfs drive.

2018-07-31 Thread Danny Milosavljevic
Probable fix: diff --git a/gnu/services/base.scm b/gnu/services/base.scm index 9fad9af99..921914ccd 100644 --- a/gnu/services/base.scm +++ b/gnu/services/base.scm @@ -419,7 +419,7 @@ FILE-SYSTEM." '((gnu build file-systems))) (shepherd-service

bug#32313: Failed to boot after reconfiguring with a btrfs drive.

2018-07-31 Thread Danny Milosavljevic
Probably gnu/services/base.scm, file-system-shepherd-service is the one to mount non-needed-for-boot file systems. udev-shepherd-service does the /dev devname creation. So file-system-shepherd-service should require the udev service. It doesn't. pgplmzZijrwga.pgp Description: OpenPGP digital

bug#32313: Failed to boot after reconfiguring with a btrfs drive.

2018-07-31 Thread Danny Milosavljevic
Hi, On Tue, 31 Jul 2018 12:04:54 +1000 Brendan Tildesley wrote: > On 07/31/18 02:55, Danny Milosavljevic wrote: > > Hi, > > > > hmm, where's the "file-systems" form in your system config? > > > > The first important part is whether your file-system entry is > > needed-for-boot? or not. > > >

bug#32313: Failed to boot after reconfiguring with a btrfs drive.

2018-07-31 Thread Danny Milosavljevic
On Tue, 31 Jul 2018 01:25:22 +1000 Brendan Tildesley wrote: > I have a second btrfs drive that I normally manually mount as /mnt/1tb. > I decided to add it to my system config and it when I reconfigure it > mounts the drive correctly, but when I reboot I get the error: > > WARNING: failed to ope

bug#32339: "nix import" fails

2018-07-31 Thread Nils Gillmann
Hooray, a bad subject line! * nixpkgs is on commit d817ccbf832419abdd82bc617e058b8a196f6e98 * guix is on commit 6915d20f05363f61cef9c4ed7ebda3fe5a19325d * GUIX_PACKAGE_PATH is unset FWIW, this was while running the Nix daemon with my "service", but it is not required for the imports. abyayala$

bug#32336: herd stop mcron yields instant shutdown of computer

2018-07-31 Thread Tonton
Triggering action: from bash: sudo herd stop mcron Result: Exactly the same behaviour as when I call halt/poweroff/reboot from bash. Except one of the messages clearly seen midscreen on the TTY is shepherds message that mcron has been stopped. It then scrolls off as the system is doing it's regula

bug#32331: Cuirass: Restarting Cuirass get it to build a huge lot of duplicate derivations

2018-07-31 Thread Clément Lassieur
Clément Lassieur writes: > That's because DB-GET-PENDING-DERIVATIONS tries to select *distinct* > derivations but it doesn't work because they all have a distinct id even > though they are the same. I meant they have a distinct *evaluation* even though they are the same. > That's a direct conse

bug#32316: Build failure with installed guix that does not happen with pre-inst-env

2018-07-31 Thread Julien Lepiller
Le Tue, 31 Jul 2018 11:42:14 +0200, Konrad Hinsen a écrit : > Hi Björn, > > > thanks for the precise error report. > > Thanks for your quick reply! > > > Could it be the case that in your `guix build ...` you are not using > > the guix you pulled? > > > > What does `guix --version` say? > >

bug#32331: Cuirass: Restarting Cuirass get it to build a huge lot of duplicate derivations

2018-07-31 Thread Clément Lassieur
That's because DB-GET-PENDING-DERIVATIONS tries to select *distinct* derivations but it doesn't work because they all have a distinct id even though they are the same. That's a direct consequence of https://bugs.gnu.org/32190.

bug#32316: Build failure with installed guix that does not happen with pre-inst-env

2018-07-31 Thread Konrad Hinsen
Hi Björn, > thanks for the precise error report. Thanks for your quick reply! > Could it be the case that in your `guix build ...` you are not using > the guix you pulled? > > What does `guix --version` say? > > Where does `which guix` point to? > > It should point to > > ~/.config/guix/current/

bug#32330: Cuirass: 'reboot' wipes the database

2018-07-31 Thread Clément Lassieur
'herd stop cuirass && herd start cuirass' works fine, but 'reboot' totally wipes the database.