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

2018-08-01 Thread Brendan Tildesley
On 08/01/18 07:06, Danny Milosavljevic wrote: > 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

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#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#32313: Failed to boot after reconfiguring with a btrfs drive.

2018-07-30 Thread Brendan Tildesley
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. > Sorry, I forgot to un-kill it before copying the whole definition. It's here (file-sys

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

2018-07-30 Thread Danny Milosavljevic
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-30 Thread Brendan Tildesley
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 open /dev/btrfs-control, skipping device registration: no such file or dire