emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#46555: closed (LVM swap continuously fails guix system: error: servi


From: GNU bug Tracking System
Subject: bug#46555: closed (LVM swap continuously fails guix system: error: service 'swap-/dev/mapper/guix-swap' requires 'device-mapping-guix-swap', which is not provided by any service)
Date: Mon, 08 Mar 2021 13:29:02 +0000

Your message dated Mon, 08 Mar 2021 14:28:12 +0100
with message-id <87czw9g4gj.fsf@gnu.org>
and subject line Re: bug#46555: LVM swap continuously fails guix system: error: 
service 'swap-/dev/mapper/guix-swap' requires 'device-mapping-guix-swap', which 
is not provided by any service
has caused the debbugs.gnu.org bug report #46555,
regarding LVM swap continuously fails guix system: error: service 
'swap-/dev/mapper/guix-swap' requires 'device-mapping-guix-swap', which is not 
provided by any service
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
46555: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46555
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: LVM swap continuously fails guix system: error: service 'swap-/dev/mapper/guix-swap' requires 'device-mapping-guix-swap', which is not provided by any service Date: Tue, 16 Feb 2021 15:41:49 +0530
Hi,

LVM/Device Mapper swap continuously fails for os configuration


with

  guix system: error: service 'swap-/dev/mapper/guix-swap' requires 'device-mapping-guix-swap', which is not provided by any service



which originates from code



(define swap-service-type
  (shepherd-service-type
   'swap
   (lambda (device)
     (define requirement
       (if (and (string? device)
                (string-prefix? "/dev/mapper/" device))
           (list (symbol-append 'device-mapping-
                                (string->symbol (basename device))))
           '()))


at


Thanks
/shyam








--- End Message ---
--- Begin Message --- Subject: Re: bug#46555: LVM swap continuously fails guix system: error: service 'swap-/dev/mapper/guix-swap' requires 'device-mapping-guix-swap', which is not provided by any service Date: Mon, 08 Mar 2021 14:28:12 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Hi,

Shyam Saran <syamsaran12345@gmail.com> skribis:

> Sorry again, it is excellently working

Great, thanks for checking!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]