From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 24 17:15:09 2021 Received: (at submit) by debbugs.gnu.org; 24 Sep 2021 21:15:09 +0000 Received: from localhost ([127.0.0.1]:59341 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mTsXF-00063Y-J2 for submit@debbugs.gnu.org; Fri, 24 Sep 2021 17:15:09 -0400 Received: from lists.gnu.org ([209.51.188.17]:33098) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mTsXD-00063O-EW for submit@debbugs.gnu.org; Fri, 24 Sep 2021 17:15:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34336) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mTsXC-0003yv-Sy for bug-guix@gnu.org; Fri, 24 Sep 2021 17:15:07 -0400 Received: from mail2.protonmail.ch ([185.70.40.22]:21416) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mTsXA-0003ih-FM for bug-guix@gnu.org; Fri, 24 Sep 2021 17:15:06 -0400 Date: Fri, 24 Sep 2021 21:14:58 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1632518100; bh=9WwIrU1a6idYzeN5WelMDI+OI4bcNmB7qCb/rS7ln50=; h=Date:To:From:Reply-To:Subject:From; b=emcEAa9VaeVvxepi8LmaPmaNJWv5MXm1SVNQ51T9x0k3bUHWHtJCxQLtUh8jQxjcF PLLhMjk9CTBJ5BmAISqWDi1Ut6DWI746BoiUkxJnfcm/zghugwzFJYv76pv0BVDl0V CGxjpIXL3zXqjLnnph7G8wTvBml+9K4//tCS/1JQ= To: "bug-guix@gnu.org" From: John Kehayias Subject: Swapfile on Btrfs does not start at boot Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch Received-SPF: pass client-ip=185.70.40.22; envelope-from=john.kehayias@protonmail.com; helo=mail2.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: John Kehayias Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Hi all, This has been discussed a few times on #guix, with some having success, but= mostly it seems not. The issue is having a swapfile (maybe also for partit= ion?) on Btrfs and swap not being activated on boot. In my case, I can manu= ally start with `sudo herd start swap-/swap/swapfile` and it will work fine= . There might be an issue with when different filesystems are loaded with B= trfs subvolumes? I have my swap as a file on a subvolume. >From syslog, just before and after the only "swap" related message: Sep 23 13:09:31 localhost vmunix: [ 9.424364] shepherd[1]: Service udev = has been started. Sep 23 13:09:31 localhost vmunix: [ 9.424466] Unable to find swap-space = signature Sep 23 13:09:31 localhost vmunix: [ 9.424912] shepherd[1]: Service user-= file-systems has been started. Sep 23 13:09:31 localhost vmunix: [ 9.443245] shepherd[1]: Service file-= system-/swap has been started. Sep 23 13:09:31 localhost vmunix: [ 9.454002] shepherd[1]: Service file-= system-/var/log has been started. Sep 23 13:09:31 localhost vmunix: [ 9.464911] shepherd[1]: Service file-= system-/home has been started. Checking the status of the service shows: It is stopped. It is enabled. Provides (swap-/swap/swapfile). Requires (udev). Conflicts with (). Will not be respawned. This is the file-systems and swap part of my system configuration: (file-systems (append (list (file-system (device (file-system-label "system")) (mount-point "/") (type "btrfs") (flags '(no-atime)) (options "subvol=3Droot,compress=3Dlzo,ssd")) (file-system (device (file-system-label "system")) (mount-point "/swap") (type "btrfs") (flags '(no-atime)) (options "subvol=3Dswap,ssd")) (file-system (device (file-system-label "system")) (mount-point "/gnu/store") (type "btrfs") (flags '(no-atime)) (options "subvol=3Dgnu-store,compress=3Dlzo,ssd")) (file-system (device (file-system-label "system")) (mount-point "/var/log") (type "btrfs") (flags '(no-atime)) (options "subvol=3Dvar-log,compress=3Dlzo,ssd")) (file-system (device (file-system-label "system")) (mount-point "/home") (type "btrfs") (flags '(no-atime)) (options "subvol=3Dhome,compress=3Dlzo,ssd")) (file-system (device (uuid "5989-F926" 'fat)) (mount-point "/boot/efi") (type "vfat"))) %base-file-systems)) (swap-devices (list "/swap/swapfile")) Hope this is helpful in tracking down what is happening, I know I'm not alo= ne in this issue. John From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 24 19:14:09 2021 Received: (at 50788) by debbugs.gnu.org; 24 Sep 2021 23:14:09 +0000 Received: from localhost ([127.0.0.1]:59483 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mTuOO-0007qa-Pv for submit@debbugs.gnu.org; Fri, 24 Sep 2021 19:14:08 -0400 Received: from mail-ed1-f43.google.com ([209.85.208.43]:33445) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mTuOL-0007pk-Lw for 50788@debbugs.gnu.org; Fri, 24 Sep 2021 19:14:07 -0400 Received: by mail-ed1-f43.google.com with SMTP id c21so41450182edj.0 for <50788@debbugs.gnu.org>; Fri, 24 Sep 2021 16:14:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:from:date:message-id:subject:to; bh=1jWKcBRTITN9HK0Oh7UX8tUg81ZsnblSKMqSAUs8XHg=; b=iTqTYVjL00rPrDer+K54pkolEbkuQgMBmRif5CZTrlzI5f2ie27bP/QOQZuQ+46V1x MsNeBxo2DT5a82n6WKg0H6oh6t54VwBawurrfHxFQHPG8Q59ATGVxSPvSKNMNaZL8SAv yl0Jv0/SbuZOZtEsRp3A6o/1EVl/GpGTC/gJ/nUDGD1o8ynhhquAZ2U3Vqyau9nj+5Dv t+b8ZXww2voxnVFDmfDJL1LCFdn5y//lPo7oSwzcAyaKOSufUtPhNkfknDoufsP3eZ+z +0ljPxNhpuVwfWH6kfZoFHnbtVKiWcwMqA73NB/KC7gtSfn90NapOJRTrWKaaGubKIsH +24A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=1jWKcBRTITN9HK0Oh7UX8tUg81ZsnblSKMqSAUs8XHg=; b=nCc9XUt7eY9Rbt1jVYNpwu7kRxRDdwn4MMZMpqitM9Qh2it2zMbUH97Ak3oEkwn+vY LOd0rJ75TtD9s8d/IObfKpdQMF3lDcC4MjK52UPwmcbIqvEsqDcA5GVAjCLqKjF+ZsYJ U6TEtEr/hyYQPpOzar/yxiMR9ErySWxMdQiDEIC58E0ZslUjHseWVKNRiL2gbQYdN5Wa FHb2IVwVGb1LyN47xatUcrtOAmQYDMnFlIlZ74PSvAvkgiuzl0HlBEdIPJckvlmN/E8k 8xQz9pz8txGDPaRdoUhkLBjDIp62G6e+DFAmC0HjMqEkhgTW48PZeKqy3ko5j184HtY5 Xc6w== X-Gm-Message-State: AOAM532aBjqUvV57t40fmUWValczHzOKCcGfuCavyrvG+FUQJ3QTQePO RaQAIYLg3eA2HebESUPuYTSpSjUhBNTzTeQd1qgChUFuSC9DSA2f X-Google-Smtp-Source: ABdhPJypogy+A2KCsVroc7mQTjT8U/58Ir64KhfqdrsLeqrL8iMX0JdVVxvCDUL8iwfgs3Qv2wcL8gdHX73Etl1VdCs= X-Received: by 2002:a05:6402:64e:: with SMTP id u14mr8394665edx.184.1632525238463; Fri, 24 Sep 2021 16:13:58 -0700 (PDT) MIME-Version: 1.0 From: Zacchaeus Scheffer Date: Fri, 24 Sep 2021 19:13:47 -0400 Message-ID: Subject: RE: Swapfile on Btrfs does not start at boot To: 50788@debbugs.gnu.org Content-Type: multipart/alternative; boundary="000000000000ecf11605ccc5e60c" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 50788 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --000000000000ecf11605ccc5e60c Content-Type: text/plain; charset="UTF-8" I have the same problem. I can start the swapfile normally with herd start swap-/swap/swapfile, but it fails to start at boot. Here are the (possibly) relevant parts of my system configuration: (mapped-devices (list (mapped-device (source (uuid "59d615e4-8a35-469c-aa24-88f28f084847")) (target "ex") (type luks-device-mapping)))) (file-systems (append (list (file-system (type "btrfs") (mount-point "/") (device (file-system-label "ex")) (options "subvol=guix") (dependencies mapped-devices)) (file-system (type "btrfs") (mount-point "/swap") (device (file-system-label "ex")) (options "subvol=swap") (dependencies mapped-devices)) (file-system (type "vfat") (mount-point "/boot/efi") (device (file-system-label "EFI")))) %base-file-systems)) (swap-devices (list "/swap/swapfile")) Let me know if I should include more info. -Zacchae --000000000000ecf11605ccc5e60c Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I have the same problem.=C2=A0 I can start the swapfile no= rmally with herd start swap-/swap/swapfile, but it fails to start at boot.<= div>
Here are the (possibly) relevant=C2=A0parts of my system= configuration:
=C2=A0(mapped-devices
=C2=A0 (list
=C2=A0 =C2=A0(m= apped-device
=C2=A0 =C2=A0 (source (uuid "59d615e4-8a35-469c-aa24-8= 8f28f084847"))
=C2=A0 =C2=A0 (target "ex")
=C2=A0 =C2= =A0 (type luks-device-mapping))))
=C2=A0(file-systems
=C2=A0 (append<= br>=C2=A0 =C2=A0(list
=C2=A0 =C2=A0 (file-system
=C2=A0 =C2=A0 =C2=A0= (type "btrfs")
=C2=A0 =C2=A0 =C2=A0(mount-point "/")=
=C2=A0 =C2=A0 =C2=A0(device (file-system-label "ex"))
=C2= =A0 =C2=A0 =C2=A0(options "subvol=3Dguix")
=C2=A0 =C2=A0 =C2= =A0(dependencies mapped-devices))
=C2=A0 =C2=A0 (file-system
=C2=A0 = =C2=A0 =C2=A0(type "btrfs")
=C2=A0 =C2=A0 =C2=A0(mount-point &= quot;/swap")
=C2=A0 =C2=A0 =C2=A0(device (file-system-label "e= x"))
=C2=A0 =C2=A0 =C2=A0(options "subvol=3Dswap")
=C2= =A0 =C2=A0 =C2=A0(dependencies mapped-devices))
=C2=A0 =C2=A0 (file-syst= em
=C2=A0 =C2=A0 =C2=A0(type "vfat")
=C2=A0 =C2=A0 =C2=A0(m= ount-point "/boot/efi")
=C2=A0 =C2=A0 =C2=A0(device (file-syst= em-label "EFI"))))
=C2=A0 =C2=A0%base-file-systems))
=C2=A0= (swap-devices
=C2=A0 (list "/swap/swapfile"))
Let me know if I should include more info.

-Zacchae
--000000000000ecf11605ccc5e60c-- From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 25 08:55:02 2021 Received: (at 50788) by debbugs.gnu.org; 25 Sep 2021 12:55:02 +0000 Received: from localhost ([127.0.0.1]:60390 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mU7Cn-0003cD-T5 for submit@debbugs.gnu.org; Sat, 25 Sep 2021 08:55:02 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:41411) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mU7Ck-0003bl-Oi for 50788@debbugs.gnu.org; Sat, 25 Sep 2021 08:54:59 -0400 Received: (Authenticated sender: brice@waegenei.re) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 8E426200005; Sat, 25 Sep 2021 12:54:51 +0000 (UTC) From: Brice Waegeneire To: John Kehayias Subject: Re: bug#50788: Swapfile on Btrfs does not start at boot References: Date: Sat, 25 Sep 2021 14:54:47 +0200 In-Reply-To: (John Kehayias's message of "Fri, 24 Sep 2021 21:14:58 +0000") Message-ID: <877df4hl2g.fsf@waegenei.re> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 50788 Cc: zaccysc@gmail.com, 50788@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hello John and Zacchaeus, A month ago I open a thread in guix-devel titled =E2=80=9CUsing a swapfile = on btrfs for hibernation=E2=80=9D=C2=B9 describing in depth my setup about your specific= issue but it had no response so far. It should be detailled enought for you to reproduce a similar setup and if not I would like your feedbakc on it. John Kehayias writes: > This has been discussed a few times on #guix, with some having success, b= ut mostly it seems not. The issue is having a swapfile (maybe also for part= ition?) on Btrfs and swap not being activated on boot. In my case, I can ma= nually start with `sudo herd start swap-/swap/swapfile` and it will work fi= ne. There might be an issue with when different filesystems are loaded with= Btrfs subvolumes? I have my swap as a file on a subvolume. > >>>From syslog, just before and after the only "swap" related message: [...] > Checking the status of the service shows: [...] > This is the file-systems and swap part of my system configuration: Following are the same output as yours but from a working setup. --8<---------------cut here---------------start------------->8--- # dmesg [...] [ 6.393304] shepherd[1]: Service udev has been started. [ 6.431318] Adding 32488200k swap on /swap/swapfile. Priority:-2 extent= s:2 across:32706248k FS [ 6.433275] shepherd[1]: Service swap-/swap/swapfile has been started. [ 6.434347] shepherd[1]: Service user-file-systems has been started. [ 6.469352] shepherd[1]: Service file-system-/boot/efi has been started. [ 6.535679] shepherd[1]: Service file-system-/home has been started. [...] --8<---------------cut here---------------end--------------->8--- --8<---------------cut here---------------start------------->8--- # herd status swap-/swap/swapfile Status of swap-/swap/swapfile: It is started. Running value is #t. It is enabled. Provides (swap-/swap/swapfile). Requires (udev). Conflicts with (). Will not be respawned. --8<---------------cut here---------------end--------------->8--- Here are the file-systems and swap-devices fields of my operating-system: --8<---------------cut here---------------start------------->8--- (file-systems (append (list (file-system (mount-point "/boot/efi") (device (uuid "588A-2266" 'fat32)) (type "vfat")) (file-system (mount-point "/swap") (device (uuid "2ab8e658-5878-4acd-ba33-8a46707a3828" 'btrf= s)) (type "btrfs") (needed-for-boot? #t) (options "compress=3Dzstd,subvol=3Dswap"))) (hash-map->list (lambda (mount-point subvolume) (file-system (mount-point mount-point) (device (uuid "2ab8e658-5878-4acd-ba33-8a46707a3828" 'btrfs)) (type "btrfs") (options (string-append "compress=3Dzstd" ",subvol=3D" subvo= lume)))) (alist->hash-table '(("/" . "guix-system") ("/home" . "home") ;; ("/swap" . "swap") ("/mnt/btrfs-root" . "/")))) %base-file-systems)) (swap-devices (list "/swap/swapfile")) --8<---------------cut here---------------end--------------->8--- > Hope this is helpful in tracking down what is happening, I know I'm not a= lone in this issue. I think you are just missing =E2=80=9C(needed-for-boot? #t)=E2=80=9D on you= r swap subvolume, even tho you shouldn't need to have it mounted from the initramfs (except i= f you want to hibernate on your swapfile). On the thread previsouly cited=C2=B9,= I suggest two new records =E2=80=9Cswap-file=E2=80=9D and =E2=80=9Cswap-device=E2=80= =9D where it would make sense to add an additional =E2=80=9Cdependecies=E2=80=9D field, similar to the one in = =E2=80=9Dfile-system=E2=80=9D record, which would list the =E2=80=9Cfile-system=E2=80=9D to be mounted before act= ivating that swap file (or device). Hope it helps. =C2=B9 https://yhetil.org/guix/87zgt9nrmg.fsf@waegenei.re/ Cheers, - Brice From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 27 11:37:26 2021 Received: (at 50788) by debbugs.gnu.org; 27 Sep 2021 15:37:26 +0000 Received: from localhost ([127.0.0.1]:42416 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mUsh3-0003df-GJ for submit@debbugs.gnu.org; Mon, 27 Sep 2021 11:37:26 -0400 Received: from mail-ed1-f44.google.com ([209.85.208.44]:33660) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mUsgx-0003d5-6W for 50788@debbugs.gnu.org; Mon, 27 Sep 2021 11:37:24 -0400 Received: by mail-ed1-f44.google.com with SMTP id b26so22609298edt.0 for <50788@debbugs.gnu.org>; Mon, 27 Sep 2021 08:37:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=LEAS/HhG/25l7wJdkmzeFAACfnG9p71axOsaesLOHos=; b=XvzrBJ9xZrC/aRgu29bOswvqHBmEy7u7/zGtlM4PbXAuHIVvGmedAvm932qmQacXDY qVJ2HWSdKMdfBq2URWrWuCnb4Y0yYkT4/STtAmYpL/PnwgJKF6cdQVVadN43wYohhY9J /nqDZ1r5MNcx/dQUSgtfR9Ieq0LxnNySMMMJUwI/gCWrtkNiROGfbzHjtThLiBBez9ue UVN1/VNDzACGy7x7zJlXVDNeMNGCvaSanKYaTv2t07MwoatoZJ1OHMe7e3SzQ0INx7PT E5Lw6ZOHB6ZwWcblZ3y49KAZcu/WsfQ8/iJCVD+OXuQ5peyXdtj3uVdIiANkZzPGUpXR lXfw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=LEAS/HhG/25l7wJdkmzeFAACfnG9p71axOsaesLOHos=; b=cY5iR/7f/TQ2Rz+H9j8tlKP8z16u4S3w/6+5kcIRRYuHjWQChRNlU/DoDXD18E4g++ 6Cm9Nc/uU0TriC/Iiw/avOntoBqFoYdgHXFRUc7TNIyqo7AWIK1k1djtGXEF7CRC5qJk ORm52uD7ph5J54ri2iEcuGRs8wskpyAiTZju3PNqyTSnbrMLyzH2cQ+xP4PqAMNgGWx1 wKHK6S5+rX66pRWn/KVPFyS/n5/fpXWNVoYW52WbCeUcTmURFVMU9gpqMJjYhkaeU4Z6 t+IFgTjxHEyGRr5EbjIAWGUQZMFgOLbuEeSviAKCFW80EdCAGfSCbSBhCZLVKCFae+mb dyAQ== X-Gm-Message-State: AOAM531MIYtVIGXpC/FG/UzPhGkfcrON1IDBJPdb08gBQ+krY4fD6ziD 5dbGlXg9sSQ20Z1Ws5e9OmiqRD0QNGDQjTXEbN8= X-Google-Smtp-Source: ABdhPJyRfiCPMSEXFiEUe3yv2gkoV+lh3x0C+C8io7QOS/TS7JmaAWVgBXyE/xJdODPRsxsADgd/7XUJAr5MoAWwH7E= X-Received: by 2002:a17:906:3383:: with SMTP id v3mr730781eja.213.1632757033181; Mon, 27 Sep 2021 08:37:13 -0700 (PDT) MIME-Version: 1.0 References: <877df4hl2g.fsf@waegenei.re> In-Reply-To: <877df4hl2g.fsf@waegenei.re> From: Zacchaeus Scheffer Date: Mon, 27 Sep 2021 11:37:02 -0400 Message-ID: Subject: Re: bug#50788: Swapfile on Btrfs does not start at boot To: Brice Waegeneire Content-Type: multipart/alternative; boundary="000000000000f7a62d05ccfbde60" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 50788 Cc: John Kehayias , 50788@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --000000000000f7a62d05ccfbde60 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi Brice, Yes, setting "(needed-for-boot? #t)" did it for me. I agree that adding a dependencies field for swap devices is the "correct" solution. Thanks, -Zacchae On Sat, Sep 25, 2021 at 8:54 AM Brice Waegeneire wrote: > > Hello John and Zacchaeus, > > A month ago I open a thread in guix-devel titled =E2=80=9CUsing a swapfil= e on > btrfs for > hibernation=E2=80=9D=C2=B9 describing in depth my setup about your specif= ic issue but > it had > no response so far. It should be detailled enought for you to reproduce = a > similar setup and if not I would like your feedbakc on it. > > John Kehayias writes: > > > This has been discussed a few times on #guix, with some having success, > but mostly it seems not. The issue is having a swapfile (maybe also for > partition?) on Btrfs and swap not being activated on boot. In my case, I > can manually start with `sudo herd start swap-/swap/swapfile` and it will > work fine. There might be an issue with when different filesystems are > loaded with Btrfs subvolumes? I have my swap as a file on a subvolume. > > > > > >>From syslog, just before and after the only "swap" related message: > > [...] > > > Checking the status of the service shows: > > [...] > > > This is the file-systems and swap part of my system configuration: > > Following are the same output as yours but from a working setup. > > --8<---------------cut here---------------start------------->8--- > # dmesg > [...] > [ 6.393304] shepherd[1]: Service udev has been started. > [ 6.431318] Adding 32488200k swap on /swap/swapfile. Priority:-2 > extents:2 across:32706248k FS > [ 6.433275] shepherd[1]: Service swap-/swap/swapfile has been started. > [ 6.434347] shepherd[1]: Service user-file-systems has been started. > [ 6.469352] shepherd[1]: Service file-system-/boot/efi has been starte= d. > [ 6.535679] shepherd[1]: Service file-system-/home has been started. > [...] > --8<---------------cut here---------------end--------------->8--- > > --8<---------------cut here---------------start------------->8--- > # herd status swap-/swap/swapfile > Status of swap-/swap/swapfile: > It is started. > Running value is #t. > It is enabled. > Provides (swap-/swap/swapfile). > Requires (udev). > Conflicts with (). > Will not be respawned. > --8<---------------cut here---------------end--------------->8--- > > Here are the file-systems and swap-devices fields of my operating-system: > --8<---------------cut here---------------start------------->8--- > (file-systems > (append (list (file-system > (mount-point "/boot/efi") > (device (uuid "588A-2266" 'fat32)) > (type "vfat")) > (file-system > (mount-point "/swap") > (device (uuid "2ab8e658-5878-4acd-ba33-8a46707a3828" > 'btrfs)) > (type "btrfs") > (needed-for-boot? #t) > (options "compress=3Dzstd,subvol=3Dswap"))) > (hash-map->list > (lambda (mount-point subvolume) > (file-system > (mount-point mount-point) > (device (uuid "2ab8e658-5878-4acd-ba33-8a46707a3828" > 'btrfs)) > (type "btrfs") > (options (string-append "compress=3Dzstd" ",subvol=3D" > subvolume)))) > (alist->hash-table '(("/" . "guix-system") > ("/home" . "home") > ;; ("/swap" . "swap") > ("/mnt/btrfs-root" . "/")))) > %base-file-systems)) > > (swap-devices (list "/swap/swapfile")) > --8<---------------cut here---------------end--------------->8--- > > > Hope this is helpful in tracking down what is happening, I know I'm not > alone in this issue. > > I think you are just missing =E2=80=9C(needed-for-boot? #t)=E2=80=9D on y= our swap > subvolume, > even tho you shouldn't need to have it mounted from the initramfs (except > if you > want to hibernate on your swapfile). On the thread previsouly cited=C2= =B9, I > suggest > two new records =E2=80=9Cswap-file=E2=80=9D and =E2=80=9Cswap-device=E2= =80=9D where it would make sense to > add > an additional =E2=80=9Cdependecies=E2=80=9D field, similar to the one in = =E2=80=9Dfile-system=E2=80=9D > record, > which would list the =E2=80=9Cfile-system=E2=80=9D to be mounted before a= ctivating that > swap > file (or device). > > Hope it helps. > > =C2=B9 https://yhetil.org/guix/87zgt9nrmg.fsf@waegenei.re/ > > Cheers, > - Brice > --000000000000f7a62d05ccfbde60 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Brice,

Yes, setting "(needed-for-boot? #t)&= quot; did it for me.=C2=A0 I agree that adding a dependencies field for swa= p devices is=C2=A0the "correct" solution.

Than= ks,
-Zacchae

On Sat, Sep 25, 2021 at 8:54 AM Brice Waegene= ire <brice@waegenei.re> wrot= e:

Hello John and Zacchaeus,

A month ago I open a thread in guix-devel titled =E2=80=9CUsing a swapfile = on btrfs for
hibernation=E2=80=9D=C2=B9 describing in depth my setup about your specific= issue but it had
no response so far.=C2=A0 It should be detailled enought for you to reprodu= ce a
similar setup and if not I would like your feedbakc on it.

John Kehayias <john.kehayias@protonmail.com> writes:

> This has been discussed a few times on #guix, with some having success= , but mostly it seems not. The issue is having a swapfile (maybe also for p= artition?) on Btrfs and swap not being activated on boot. In my case, I can= manually start with `sudo herd start swap-/swap/swapfile` and it will work= fine. There might be an issue with when different filesystems are loaded w= ith Btrfs subvolumes? I have my swap as a file on a subvolume.
>


>>From syslog, just before and after the only "swap" relate= d message:

[...]

> Checking the status of the service shows:

[...]

> This is the file-systems and swap part of my system configuration:

Following are the same output as yours but from a working setup.

--8<---------------cut here---------------start------------->8---
# dmesg
[...]
[=C2=A0 =C2=A0 6.393304] shepherd[1]: Service udev has been started.
[=C2=A0 =C2=A0 6.431318] Adding 32488200k swap on /swap/swapfile.=C2=A0 Pri= ority:-2 extents:2 across:32706248k FS
[=C2=A0 =C2=A0 6.433275] shepherd[1]: Service swap-/swap/swapfile has been = started.
[=C2=A0 =C2=A0 6.434347] shepherd[1]: Service user-file-systems has been st= arted.
[=C2=A0 =C2=A0 6.469352] shepherd[1]: Service file-system-/boot/efi has bee= n started.
[=C2=A0 =C2=A0 6.535679] shepherd[1]: Service file-system-/home has been st= arted.
[...]
--8<---------------cut here---------------end--------------->8---

--8<---------------cut here---------------start------------->8---
# herd status swap-/swap/swapfile
Status of swap-/swap/swapfile:
=C2=A0 It is started.
=C2=A0 Running value is #t.
=C2=A0 It is enabled.
=C2=A0 Provides (swap-/swap/swapfile).
=C2=A0 Requires (udev).
=C2=A0 Conflicts with ().
=C2=A0 Will not be respawned.
--8<---------------cut here---------------end--------------->8---

Here are the file-systems and swap-devices fields of my operating-system: --8<---------------cut here---------------start------------->8---
(file-systems
=C2=A0 (append (list (file-system
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(mount-point = "/boot/efi")
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(device (uuid= "588A-2266" 'fat32))
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(type "v= fat"))
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (file-system
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(mount-point = "/swap")
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(device (uuid= "2ab8e658-5878-4acd-ba33-8a46707a3828" 'btrfs))
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(type "b= trfs")
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(needed-for-b= oot? #t)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(options &quo= t;compress=3Dzstd,subvol=3Dswap")))
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (hash-map->list
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(lambda (mount-point subvolume) =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(file-system
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(mount-point mount-p= oint)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(device (uuid "= 2ab8e658-5878-4acd-ba33-8a46707a3828" 'btrfs))
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(type "btrfs&qu= ot;)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(options (string-app= end "compress=3Dzstd" ",subvol=3D" subvolume))))
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(alist->hash-table '(("= ;/"=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0. &qu= ot;guix-system")
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ("/home"=C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0. "home")
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ;; ("/swap"=C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0. "swap")
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ("/mnt/btrfs-root"=C2=A0 = =C2=A0. "/"))))
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 %base-file-systems))

(swap-devices (list "/swap/swapfile"))
--8<---------------cut here---------------end--------------->8---

> Hope this is helpful in tracking down what is happening, I know I'= m not alone in this issue.

I think you are just missing =E2=80=9C(needed-for-boot? #t)=E2=80=9D on you= r swap subvolume,
even tho you shouldn't need to have it mounted from the initramfs (exce= pt if you
want to hibernate on your swapfile).=C2=A0 On the thread previsouly cited= =C2=B9, I suggest
two new records =E2=80=9Cswap-file=E2=80=9D and =E2=80=9Cswap-device=E2=80= =9D where it would make sense to add
an additional =E2=80=9Cdependecies=E2=80=9D field, similar to the one in = =E2=80=9Dfile-system=E2=80=9D record,
which would list the =E2=80=9Cfile-system=E2=80=9D to be mounted before act= ivating that swap
file (or device).

Hope it helps.

=C2=B9 https://yhetil.org/guix/87zgt9nrmg.fsf@wa= egenei.re/

Cheers,
- Brice
--000000000000f7a62d05ccfbde60-- From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 27 14:25:23 2021 Received: (at 50788) by debbugs.gnu.org; 27 Sep 2021 18:25:23 +0000 Received: from localhost ([127.0.0.1]:42794 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mUvJa-0000TX-Pw for submit@debbugs.gnu.org; Mon, 27 Sep 2021 14:25:22 -0400 Received: from mail-4316.protonmail.ch ([185.70.43.16]:26975) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mUvJY-0000TK-W9 for 50788@debbugs.gnu.org; Mon, 27 Sep 2021 14:25:21 -0400 Date: Mon, 27 Sep 2021 18:25:13 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1632767114; bh=pZmPoyCTTwmrO16hzwYNeMvToTznJFQRqKPJNFkmFoQ=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=Vx/irvJeBSGdS4v/PkWxb1OBr2zuBz4Xsq+a/uptjqaWQzyngiQEtmPm187EA3w6n dUFd6m/gzAQbguvkC7Z23mliCMvHpWuC6YQQKOzgu5Hp08Shj2UStdBl/fibmLhj/T eALbUtyDLynSi95kHoU8GAU50idmCjTit2OGRrp4= To: Zacchaeus Scheffer From: John Kehayias Subject: Re: bug#50788: Swapfile on Btrfs does not start at boot Message-ID: In-Reply-To: References: <877df4hl2g.fsf@waegenei.re> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="b1_GBvInE5V9nGQdafzHtQr0TNjLGC16GbZmJsDFW64Iw" X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 50788 Cc: Brice Waegeneire , 50788@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: John Kehayias Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This is a multi-part message in MIME format. --b1_GBvInE5V9nGQdafzHtQr0TNjLGC16GbZmJsDFW64Iw Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: base64 SGkgQnJpY2UgYW5kIFphY2NoYWV1cywKCuKAkOKAkOKAkOKAkOKAkOKAkOKAkCBPcmlnaW5hbCBN ZXNzYWdlIOKAkOKAkOKAkOKAkOKAkOKAkOKAkApPbiBNb25kYXksIFNlcHRlbWJlciAyN3RoLCAy MDIxIGF0IDExOjM3IEFNLCBaYWNjaGFldXMgU2NoZWZmZXIgd3JvdGU6Cgo+IEhpIEJyaWNlLAo+ Cj4gWWVzLCBzZXR0aW5nICIobmVlZGVkLWZvci1ib290PyAjdCkiIGRpZCBpdCBmb3IgbWUuIEkg YWdyZWUgdGhhdCBhZGRpbmcgYSBkZXBlbmRlbmNpZXMgZmllbGQgZm9yIHN3YXAgZGV2aWNlcyBp cyB0aGUgImNvcnJlY3QiIHNvbHV0aW9uLgoKV29ya2VkIGZvciBtZSB0b28sIHRoYW5rcyEgSSdt IGd1ZXNzaW5nIHRoaXMgaXMgb25seSBuZWVkZWQgZm9yIGJ0cmZzIG5vdCBleHQ0IGZvciBleGFt cGxlPyBJbiBhbnkgZXZlbnQsIEkgc3VwcG9ydCBhbnkgY2hhbmdlIHRoYXQgbWFrZXMgaXQgbW9y ZSBvYnZpb3VzLCBhdCB0aGUgdmVyeSBsZWFzdCBhIG5vdGUgYW5kIGV4YW1wbGUgaW4gdGhlIGRv Y3VtZW50YXRpb24gZm9yIHN3YXAuCgpKb2hu --b1_GBvInE5V9nGQdafzHtQr0TNjLGC16GbZmJsDFW64Iw Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: base64 PGRpdj48YnI+PC9kaXY+PGRpdj5IaSBCcmljZSBhbmQgWmFjY2hhZXVzLDxicj48L2Rpdj48ZGl2 Pjxicj48L2Rpdj48ZGl2IGNsYXNzPSJwcm90b25tYWlsX3F1b3RlIj48ZGl2PuKAkOKAkOKAkOKA kOKAkOKAkOKAkCBPcmlnaW5hbCBNZXNzYWdlIOKAkOKAkOKAkOKAkOKAkOKAkOKAkDxicj48L2Rp dj48ZGl2Pk9uIE1vbmRheSwgU2VwdGVtYmVyIDI3dGgsIDIwMjEgYXQgMTE6MzcgQU0sIFphY2No YWV1cyBTY2hlZmZlciB3cm90ZTo8YnI+PC9kaXY+PC9kaXY+PGRpdj48YnI+PC9kaXY+PGJsb2Nr cXVvdGUgdHlwZT0iY2l0ZSIgY2xhc3M9InByb3Rvbm1haWxfcXVvdGUiPjxkaXYgZGlyPSJsdHIi PjxkaXY+SGkgQnJpY2UsPGJyPjwvZGl2PjxkaXY+PGJyPjwvZGl2PjxkaXY+WWVzLCBzZXR0aW5n ICIobmVlZGVkLWZvci1ib290PyAjdCkiIGRpZCBpdCBmb3IgbWUuJm5ic3A7IEkgYWdyZWUgdGhh dCBhZGRpbmcgYSBkZXBlbmRlbmNpZXMgZmllbGQgZm9yIHN3YXAgZGV2aWNlcyBpcyZuYnNwO3Ro ZSAiY29ycmVjdCIgc29sdXRpb24uPGJyPjwvZGl2PjwvZGl2PjwvYmxvY2txdW90ZT48ZGl2Pjxi cj48L2Rpdj48ZGl2PldvcmtlZCBmb3IgbWUgdG9vLCB0aGFua3MhIEknbSBndWVzc2luZyB0aGlz IGlzIG9ubHkgbmVlZGVkIGZvciBidHJmcyBub3QgZXh0NCBmb3IgZXhhbXBsZT8gSW4gYW55IGV2 ZW50LCBJIHN1cHBvcnQgYW55IGNoYW5nZSB0aGF0IG1ha2VzIGl0IG1vcmUgb2J2aW91cywgYXQg dGhlIHZlcnkgbGVhc3QgYSBub3RlIGFuZCBleGFtcGxlIGluIHRoZSBkb2N1bWVudGF0aW9uIGZv ciBzd2FwLjxicj48L2Rpdj48ZGl2Pjxicj48L2Rpdj48ZGl2PkpvaG48YnI+PC9kaXY+PGRpdj48 YnI+PC9kaXY+ --b1_GBvInE5V9nGQdafzHtQr0TNjLGC16GbZmJsDFW64Iw-- From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 06 15:20:31 2022 Received: (at 50788-done) by debbugs.gnu.org; 6 Feb 2022 20:20:31 +0000 Received: from localhost ([127.0.0.1]:39882 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nGo1O-00049E-QC for submit@debbugs.gnu.org; Sun, 06 Feb 2022 15:20:30 -0500 Received: from jpoiret.xyz ([206.189.101.64]:45778) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nGo1N-000496-R7 for 50788-done@debbugs.gnu.org; Sun, 06 Feb 2022 15:20:30 -0500 Received: from authenticated-user (jpoiret.xyz [206.189.101.64]) by jpoiret.xyz (Postfix) with ESMTPA id AA14F1851E0 for <50788-done@debbugs.gnu.org>; Sun, 6 Feb 2022 20:20:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jpoiret.xyz; s=dkim; t=1644178828; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=KMPwQiA7QLfgkO2OAgiHAKsjmnu/IodwoYlW3NsgzA8=; b=YW8MPN7PTSB3ykKKbDbkEkKDx7Ib8eZ2ls1IstUA5aajv4vcC9Lwu1SDsBHiNe75+S5dJw hj//i6/h67/62lPRuW5KTz73w17Qaay4QUElwc1VZ5JcH86vp/HwUIMtsL4zOi+TprZdYY Zx93FZHtu7lXZ4gTsC0Vsj2f57ANfx1786ab6/Tvvl37Pk8YMZOzvXu290aig3T+FDfVGf OGUHBz7T9Wx37o7HTXU8eLCktBS47Bw2fxzmXo0Kdqlm/dMGTrsSLcAGCqcUsyNPtz+wbT OnVcU/ZSLRxPzm8AwMqG10+G1dKesXhw5h2VeM9SZFEB0EC15Z/NMt+5PnQLdg== From: Josselin Poiret To: 50788-done@debbugs.gnu.org Subject: Re: Swapfile on Btrfs does not start at boot Date: Sun, 06 Feb 2022 21:20:27 +0100 Message-ID: <87mtj34uic.fsf@jpoiret.xyz> MIME-Version: 1.0 Content-Type: text/plain Authentication-Results: jpoiret.xyz; auth=pass smtp.auth=jpoiret@jpoiret.xyz smtp.mailfrom=dev@jpoiret.xyz X-Spamd-Bar: / X-Spam-Score: 4.1 (++++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hello, swap-devices now include a dependencies system since 133a61ae263520378ac44482810d7adecfb017d9, see "(guix) Swap Space". Closing. Content analysis details: (4.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record 1.6 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: jpoiret.xyz (xyz)] 2.0 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 50788-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.1 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hello, swap-devices now include a dependencies system since 133a61ae263520378ac44482810d7adecfb017d9, see "(guix) Swap Space". Closing. Content analysis details: (2.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record 1.6 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: jpoiret.xyz (xyz)] 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager Hello, swap-devices now include a dependencies system since 133a61ae263520378ac44482810d7adecfb017d9, see "(guix) Swap Space". Closing. -- Josselin Poiret From unknown Mon Jun 23 07:52:59 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 07 Mar 2022 12:24:11 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator