From unknown Wed Jun 18 23:08:28 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#26566 <26566@debbugs.gnu.org> To: bug#26566 <26566@debbugs.gnu.org> Subject: Status: Swap partition on GuixSD Reply-To: bug#26566 <26566@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:08:28 +0000 retitle 26566 Swap partition on GuixSD reassign 26566 guix submitter 26566 Quiliro severity 26566 normal tag 26566 notabug thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 19 12:46:18 2017 Received: (at submit) by debbugs.gnu.org; 19 Apr 2017 16:46:18 +0000 Received: from localhost ([127.0.0.1]:57213 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d0skE-0005F4-4j for submit@debbugs.gnu.org; Wed, 19 Apr 2017 12:46:18 -0400 Received: from eggs.gnu.org ([208.118.235.92]:35491) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d0skA-0005Ed-33 for submit@debbugs.gnu.org; Wed, 19 Apr 2017 12:46:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d0sk3-00006O-TD for submit@debbugs.gnu.org; Wed, 19 Apr 2017 12:46:09 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=BAYES_00, DATE_IN_PAST_24_48, RCVD_IN_SORBS_SPAM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:44358) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d0sk3-00006F-Pb for submit@debbugs.gnu.org; Wed, 19 Apr 2017 12:46:07 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54656) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d0sk2-00064Z-Jm for bug-guix@gnu.org; Wed, 19 Apr 2017 12:46:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d0sjz-0008SR-IW for bug-guix@gnu.org; Wed, 19 Apr 2017 12:46:06 -0400 Received: from mx1.riseup.net ([198.252.153.129]:57239) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d0sjz-0008Nq-Ca for bug-guix@gnu.org; Wed, 19 Apr 2017 12:46:03 -0400 Received: from cotinga.riseup.net (unknown [10.0.1.164]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 9EEDC1A1F8D for ; Wed, 19 Apr 2017 16:45:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1492620358; bh=WY4MuLHNVhq0LDfnfj2pgSkcS9kjUXDCXzf2VJWLqi4=; h=Date:From:To:Subject:From; b=iyEuDJkKrZSnvlCEWrbVKPhxgVXr4oyFhO3PjDRsMck3NWZXJ7Ruo6evTAObJ2Ep4 aLijpKvMq6+p2GSRjLtwxeqJGvrD2ktPVD7sad4PTAx7GYgcFFtUtHIz43zsZLtlv1 JTw/T92NAp0B0CYQzMm5XYedcv64YBKT8uAIvhWM= Received: from localhost (unknown [181.175.150.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by cotinga.riseup.net (Postfix) with ESMTPSA id 13C3D46544 for ; Wed, 19 Apr 2017 16:45:57 +0000 (UTC) Date: Mon, 17 Apr 2017 20:59:52 -0500 From: Quiliro To: bug-guix@gnu.org Subject: Swap partition on GuixSD Message-ID: <20170417201611.6e920b4f@riseup.net> Organization: FSFLA MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -3.1 (---) 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: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.1 (---) The sample file for a desktop configuration on https://www.gnu.org/software/guix/manual/guix.html#System-Services does not give an example of swap-devices. Is adding this line correct on the operating-system section in the config.scm file if my swap partition is sda2?: (swap-devices ("/dev/sda2")) Should then I run?: guix system reconfigure /etc/config.scm -- Saluton, Quiliro 0987631031 From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 19 12:53:45 2017 Received: (at 26566) by debbugs.gnu.org; 19 Apr 2017 16:53:45 +0000 Received: from localhost ([127.0.0.1]:57237 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d0srR-0005RU-6Z for submit@debbugs.gnu.org; Wed, 19 Apr 2017 12:53:45 -0400 Received: from latitanza.investici.org ([82.94.249.234]:62832) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d0srO-0005RJ-Ot for 26566@debbugs.gnu.org; Wed, 19 Apr 2017 12:53:43 -0400 Received: from [82.94.249.234] (latitanza [82.94.249.234]) (Authenticated sender: niasterisk@grrlz.net) by localhost (Postfix) with ESMTPSA id DEECE120B83; Wed, 19 Apr 2017 16:53:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cryptolab.net; s=stigmate; t=1492620821; bh=xiOimcyEn7kQnNgn0xAOvMpYVhA7hZ6sH6xN/iZOGdM=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=MZD1/13mLUpZQEmvZA/b/A3z2g3Fo97Vqy2HM9bgGqrPG5ukKjN/4AR2tcVDhw2xe MlN7v7GnHOgV/hrwpRrTSfjFl/lsfnxsN+TamzRiiCK3S0uFWZNy7uCwQXCUmW5Ed0 qXl1AfzzRZrOjgF6SUtjAJBhUMOtewy1k/zneTc0= Date: Wed, 19 Apr 2017 16:53:35 +0000 From: ng0 To: Quiliro Subject: Re: bug#26566: Swap partition on GuixSD Message-ID: <20170419165335.x6rqk2th3iorhtf7@abyayala> Mail-Followup-To: Quiliro , 26566@debbugs.gnu.org References: <20170417201611.6e920b4f@riseup.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20170417201611.6e920b4f@riseup.net> X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 26566 Cc: 26566@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: 0.0 (/) Hi, Quiliro transcribed 0.4K bytes: > The sample file for a desktop configuration on > https://www.gnu.org/software/guix/manual/guix.html#System-Services > does not give an example of swap-devices. > > Is adding this line correct on the operating-system section in the > config.scm file if my swap partition is sda2?: > (swap-devices ("/dev/sda2")) That should be (swap-devices '("/dev/sda2")) but in theory the guix reconfigure would complain about this mistake. > Should then I run?: > guix system reconfigure /etc/config.scm Yes, if this is from within an already running system and not just at the start prior to "guix system init foo.scm" > -- > Saluton, > Quiliro > 0987631031 > > > > > -- PGP and more: https://people.pragmatique.xyz/ng0/ From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 19 17:25:53 2017 Received: (at 26566) by debbugs.gnu.org; 19 Apr 2017 21:25:53 +0000 Received: from localhost ([127.0.0.1]:57501 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d0x6n-0007Co-3v for submit@debbugs.gnu.org; Wed, 19 Apr 2017 17:25:53 -0400 Received: from eggs.gnu.org ([208.118.235.92]:34695) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d0x6l-0007Cc-Je for 26566@debbugs.gnu.org; Wed, 19 Apr 2017 17:25:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d0x6d-0001i3-90 for 26566@debbugs.gnu.org; Wed, 19 Apr 2017 17:25:46 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:53649) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d0x6d-0001hu-6F; Wed, 19 Apr 2017 17:25:43 -0400 Received: from reverse-83.fdn.fr ([80.67.176.83]:39470 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1d0x6c-0003Ij-HA; Wed, 19 Apr 2017 17:25:42 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Quiliro Subject: Re: bug#26566: Swap partition on GuixSD References: <20170417201611.6e920b4f@riseup.net> <20170419165335.x6rqk2th3iorhtf7@abyayala> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 30 Germinal an 225 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-unknown-linux-gnu Date: Wed, 19 Apr 2017 23:25:40 +0200 In-Reply-To: <20170419165335.x6rqk2th3iorhtf7@abyayala> (ng0's message of "Wed, 19 Apr 2017 16:53:35 +0000") Message-ID: <87y3uwjdij.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 26566 Cc: 26566@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: -5.0 (-----) Hi Quiliro, ng0 skribis: > Quiliro transcribed 0.4K bytes: >> The sample file for a desktop configuration on >> https://www.gnu.org/software/guix/manual/guix.html#System-Services >> does not give an example of swap-devices. >>=20 >> Is adding this line correct on the operating-system section in the >> config.scm file if my swap partition is sda2?: >> (swap-devices ("/dev/sda2")) > > That should be (swap-devices '("/dev/sda2")) > but in theory the guix reconfigure would complain about this mistake. Indeed. See (search for =E2=80=9Cswap=E2=80=9D), or just =E2=80=9Cinfo -k swap=E2=80=9D= on your system. HTH! Ludo=E2=80=99. PS: BTW, this is more a message for help-guix@gnu.org, the support mailing list. Emailing bug-guix@gnu.org opens a new issue. From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 19 23:25:18 2017 Received: (at 26566) by debbugs.gnu.org; 20 Apr 2017 03:25:18 +0000 Received: from localhost ([127.0.0.1]:57774 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d12ic-0007Pr-9L for submit@debbugs.gnu.org; Wed, 19 Apr 2017 23:25:18 -0400 Received: from mx1.riseup.net ([198.252.153.129]:35255) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d12ia-0007Pa-CH for 26566@debbugs.gnu.org; Wed, 19 Apr 2017 23:25:16 -0400 Received: from cotinga.riseup.net (unknown [10.0.1.164]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 72F2B1A1508 for <26566@debbugs.gnu.org>; Thu, 20 Apr 2017 03:25:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1492658707; bh=NVWpMtUiyH3ADXKT2j7phO6Gj6982dxSRc2zAxPNxJQ=; h=Date:From:To:Subject:In-Reply-To:References:From; b=I1537OjUcp8FkjEOO/mzHAyl7u+Q3r2o5CTfdPAaBaKxEPRBnXDX4oO6251fUGGuS /iKvkXJp2NiDBWRwvM/r/Wf2VSk7LYB5DzyTydHv36iqjpVTsXryUbz4OiXykVKC0Z pCq79ybMbvw8mlYRiuteo7w8xZosFeLVuOO+eaNs= Received: from localhost (unknown [181.175.150.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by cotinga.riseup.net (Postfix) with ESMTPSA id 63BEA4678A for <26566@debbugs.gnu.org>; Thu, 20 Apr 2017 03:25:05 +0000 (UTC) Date: Wed, 19 Apr 2017 22:25:00 -0500 From: Quiliro To: 26566@debbugs.gnu.org Subject: Re: bug#26566: Swap partition on GuixSD Message-ID: <20170419222500.050d66e6@riseup.net> In-Reply-To: <87y3uwjdij.fsf@gnu.org> References: <20170417201611.6e920b4f@riseup.net> <20170419165335.x6rqk2th3iorhtf7@abyayala> <87y3uwjdij.fsf@gnu.org> Organization: FSFLA MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.2 (/) X-Debbugs-Envelope-To: 26566 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: -0.2 (/) El Wed, 19 Apr 2017 23:25:40 +0200 ludo@gnu.org (Ludovic Court=C3=A8s) escribi=C3=B3: > Hi Quiliro, >=20 > ng0 skribis: >=20 > > Quiliro transcribed 0.4K bytes: =20 > >> The sample file for a desktop configuration on > >> https://www.gnu.org/software/guix/manual/guix.html#System-Services > >> does not give an example of swap-devices. > >>=20 > >> Is adding this line correct on the operating-system section in the > >> config.scm file if my swap partition is sda2?: > >> (swap-devices ("/dev/sda2")) =20 > > > > That should be (swap-devices '("/dev/sda2")) > > but in theory the guix reconfigure would complain about this > > mistake. =20 Thank you ng0. :-) > Indeed. See > > (search for =E2=80=9Cswap=E2=80=9D), or just =E2=80=9Cinfo -k swap=E2=80= =9D on your system. What I mean by no example is that there is a file with other examples and not the swap example, which I think is essential to have in a config.scm. > PS: BTW, this is more a message for help-guix@gnu.org, the support > mailing list. Emailing bug-guix@gnu.org opens a new issue. I did send my message to help-guix@gnu.org. I don't know how it ended in this list. --=20 Example of rude top posting: A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? A: No. Q: Should I leave quotations after my reply? Saluton, Quiliro 0987631031 From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 20 04:21:21 2017 Received: (at control) by debbugs.gnu.org; 20 Apr 2017 08:21:21 +0000 Received: from localhost ([127.0.0.1]:57866 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d17L7-00083B-ED for submit@debbugs.gnu.org; Thu, 20 Apr 2017 04:21:21 -0400 Received: from eggs.gnu.org ([208.118.235.92]:45809) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d17L5-00082y-Ej for control@debbugs.gnu.org; Thu, 20 Apr 2017 04:21:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d17Kx-00078A-6C for control@debbugs.gnu.org; Thu, 20 Apr 2017 04:21:14 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:59878) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d17Kx-000784-3E for control@debbugs.gnu.org; Thu, 20 Apr 2017 04:21:11 -0400 Received: from [193.50.110.185] (port=44458 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1d17Kw-00007y-Ha for control@debbugs.gnu.org; Thu, 20 Apr 2017 04:21:10 -0400 Date: Thu, 20 Apr 2017 10:21:08 +0200 Message-Id: <8737d35w23.fsf@gnu.org> To: control@debbugs.gnu.org From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: control message for bug #26566 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control 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: -5.0 (-----) tags 26566 notabug close 26566 From unknown Wed Jun 18 23:08:28 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 18 May 2017 11:24:07 +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