From debbugs-submit-bounces@debbugs.gnu.org Mon May 08 15:41:14 2017 Received: (at submit) by debbugs.gnu.org; 8 May 2017 19:41:14 +0000 Received: from localhost ([127.0.0.1]:60182 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d7oWw-0002xZ-Eu for submit@debbugs.gnu.org; Mon, 08 May 2017 15:41:14 -0400 Received: from eggs.gnu.org ([208.118.235.92]:39579) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d7oWv-0002xM-FL for submit@debbugs.gnu.org; Mon, 08 May 2017 15:41:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d7oWp-0005qS-M2 for submit@debbugs.gnu.org; Mon, 08 May 2017 15:41:08 -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,FREEMAIL_FROM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:59049) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d7oWp-0005qN-JB for submit@debbugs.gnu.org; Mon, 08 May 2017 15:41:07 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58764) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d7oWo-0004gz-IG for guix-patches@gnu.org; Mon, 08 May 2017 15:41:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d7oWl-0005p0-76 for guix-patches@gnu.org; Mon, 08 May 2017 15:41:06 -0400 Received: from mail-wr0-x244.google.com ([2a00:1450:400c:c0c::244]:35958) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d7oWk-0005oc-V2 for guix-patches@gnu.org; Mon, 08 May 2017 15:41:03 -0400 Received: by mail-wr0-x244.google.com with SMTP id v42so10112981wrc.3 for ; Mon, 08 May 2017 12:41:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:user-agent:mime-version; bh=SV3zpVXyItlJiPZwyYVWzxwqH+2IaNsPs7vTHQ85LPY=; b=nTcq9/XU/dnWvBi+dGULt0nsZV+44X/6RWLZR0/YlG7StO84Bn9FKIo/aB1SAosPVr UDvwkL5PruxoGGNi2IVEGfhfzb11QPtsFet8P929c7u2/2WWYwzEWCWlRA4q1sMsmjuD qkyiqTRrYa+fWr3deISLLWKRMnyyAP16KvvKHKHvri5dsQHDzZyMn43wgKYaGvQtiKco ItQovbTPNgKyj4yKBOOYcqOP4uc1UUrgP1m7YsuQsyd5m2NNQhb+jv4cSgJyyX3PUg9k +CSgRfi+QmH9Q3SbVrzfG2v2PyKMsUFkGJIwic/onmok7QFc/lwNTPFllIJ9/JVZE0GX VZ8w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:user-agent :mime-version; bh=SV3zpVXyItlJiPZwyYVWzxwqH+2IaNsPs7vTHQ85LPY=; b=b5MRfAChE/aWR17HVdDOsWtbfQzkbUOVY7TWX9ACQMNvui4dQlXYbxZDBB5kG1xmPW YxXg0xicROubhw0575qkKTj59RgYtFjWXHrcBAz9vMb0duExaTpkTYkZP1xr9UgQrd6P MA1zNlMRnceNeqpdoFUg2de8N2nIoDS/YIYuE5qi2wvsT0B5MsbH+RO97zFIsNL9P5Em a/eqN8r6GTiFlTlqRoKU+VqkH04mocSg2I5MMN08tMdrgLBIl/dXjq27M2wy/kRuTB5B rjMTrxP+TuCfgHj/Ock0UOMaBDg8ypgFgMdTdC9usJ6XhU0nx1TrPTeCh0/Qgv6X3EOm 2iLw== X-Gm-Message-State: AODbwcBkQ/vYd0osAMmyjwONTZmpbATu6cA+dZh11TDUbu2P4PaKrS7y sYNYRSc4ZgoUMLyw X-Received: by 10.46.5.143 with SMTP id 137mr6961237ljf.49.1494272461382; Mon, 08 May 2017 12:41:01 -0700 (PDT) Received: from leviafan ([217.107.194.134]) by smtp.gmail.com with ESMTPSA id o72sm2322825lff.47.2017.05.08.12.41.00 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 08 May 2017 12:41:00 -0700 (PDT) From: Alex Kost To: guix-patches@gnu.org Subject: [PATCH] system: Export 'read-boot-parameters'. Date: Mon, 08 May 2017 22:40:59 +0300 Message-ID: <877f1rm910.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.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: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) --=-=-= Content-Type: text/plain Hello, commit 9530e73b496fefe65dcb936825b6beda79f7fdf2 removed an export line for 'read-boot-parameters'. That procedure was used by Emacs-Guix code, and now "M-x guix-system-generations" fails, so do you mind if 'read-boot-parameters' will be exported again? --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=0001-system-Export-read-boot-parameters.patch >From 88051a2615352fd775badf0b79a7418424ff24c0 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Mon, 8 May 2017 22:03:37 +0300 Subject: [PATCH] system: Export 'read-boot-parameters'. This partially reverts commit 9530e73b496fefe65dcb936825b6beda79f7fdf2. * gnu/system.scm: Export 'read-boot-parameters' for backward compatibility. --- gnu/system.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/system.scm b/gnu/system.scm index baba0b5..3627813 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -108,6 +108,7 @@ boot-parameters-kernel boot-parameters-kernel-arguments boot-parameters-initrd + read-boot-parameters read-boot-parameters-file local-host-aliases -- 2.10.2 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon May 08 16:25:54 2017 Received: (at 26839) by debbugs.gnu.org; 8 May 2017 20:25:54 +0000 Received: from localhost ([127.0.0.1]:60273 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d7pEA-00063n-Jm for submit@debbugs.gnu.org; Mon, 08 May 2017 16:25:54 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:59450) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d7pE8-00063f-JE for 26839@debbugs.gnu.org; Mon, 08 May 2017 16:25:52 -0400 Received: from localhost (77.118.221.44.wireless.dyn.drei.com [77.118.221.44]) by dd1012.kasserver.com (Postfix) with ESMTPSA id 7F8441CA1CCB; Mon, 8 May 2017 22:25:51 +0200 (CEST) Date: Mon, 8 May 2017 22:25:48 +0200 From: Danny Milosavljevic To: Alex Kost Subject: Re: bug#26839: [PATCH] system: Export 'read-boot-parameters'. Message-ID: <20170508222548.7cc41e6d@scratchpost.org> In-Reply-To: <877f1rm910.fsf@gmail.com> References: <877f1rm910.fsf@gmail.com> X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 26839 Cc: 26839@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.7 (/) Hi Alex, On Mon, 08 May 2017 22:40:59 +0300 Alex Kost wrote: > Hello, commit 9530e73b496fefe65dcb936825b6beda79f7fdf2 removed an export > line for 'read-boot-parameters'. > > That procedure was used by Emacs-Guix code, and now > "M-x guix-system-generations" fails, so do you mind if > 'read-boot-parameters' will be exported again? LGTM. Be advised that these will not return all boot parameters that would actually boot a system successfully. That was also the case before the "--load" patch series. After the "--load" patch series, there's a new procedure "read-boot-parameters-file" that gives you all of them. From debbugs-submit-bounces@debbugs.gnu.org Tue May 09 15:11:25 2017 Received: (at 26839) by debbugs.gnu.org; 9 May 2017 19:11:25 +0000 Received: from localhost ([127.0.0.1]:34482 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d8AXc-0003Gs-T3 for submit@debbugs.gnu.org; Tue, 09 May 2017 15:11:25 -0400 Received: from mail-lf0-f65.google.com ([209.85.215.65]:34729) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d8AXa-0003Gb-Q4 for 26839@debbugs.gnu.org; Tue, 09 May 2017 15:11:23 -0400 Received: by mail-lf0-f65.google.com with SMTP id q24so852217lfb.1 for <26839@debbugs.gnu.org>; Tue, 09 May 2017 12:11:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=M7W/E/y/I+OtMbtkDwN0J8U4Mrw70jubrKhszas1Z40=; b=u2u8h72TnoJuhEZP38V0qFMD3097GTS/m6qIvknBVlt2olVe5wkfDW4J6Oy/dlJei3 QhKbsjzKR5nCm3LebFEcVM/JRQjlBrEEzOpOiBUPGVZXJ7EnhUDz3rylq0bsq6xAppUq 08r5a1EKj845v5BtpMjtkPROk1SmxhJ2woTBg3PtkBnDEgf3+3Xj3C9AHj0CaPAZyyBa dDT0PMAXHJF2zWlbzrYASsNG6ptqsP6WuXu7AvxCLAphVT3QOlqCTE/p29Oqcb14CHQb lEpFy/5h93NU79QjpiKZXVfQdQ2GxOBYQ/0SS4UvNuosEsW10pbBBTd0iPIFDQuhE7Sp Sq1A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=M7W/E/y/I+OtMbtkDwN0J8U4Mrw70jubrKhszas1Z40=; b=BJ9hmzdIfri5hzUrDFHMA9cTkI58R4WbmUuzas/9crsZoR+o2lGR9NyzccOjVxcci5 7IxB3vGwganomDLqHCXZa3Rj6D9u7zr78vDELwHWE11WE0dpeLDC3S3IkJvSWyyuen8C zTZ/qqswVMTbwGVS7+URTHWmIo0H8CxZZiAZhO6PXrGpAiR6WTGdck8veWHI8Z9p5kXb xf8zTNYSUQiz9cloSYSqqg5mfGxeLXQn2ZZoOD14ymOdFxom6uFdihvZWGS8KIGFQ3im YSe6D4ifIYeWAb2+x2HVW+1hQ3t5bjGPmuQJLVJPMquahf3/cxobBg+BlE+rP/IRlcc+ UcHQ== X-Gm-Message-State: AODbwcARTGkcmMpy1ndSlnvPpywzi1CQHfuuGh1/9eJQ/vtmkr4/mGrV LDV2Zv1iUNkGRA== X-Received: by 10.25.56.21 with SMTP id f21mr862152lfa.154.1494357077053; Tue, 09 May 2017 12:11:17 -0700 (PDT) Received: from leviafan ([217.107.194.130]) by smtp.gmail.com with ESMTPSA id a75sm2230lfa.26.2017.05.09.12.11.16 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 09 May 2017 12:11:16 -0700 (PDT) From: Alex Kost To: Danny Milosavljevic Subject: Re: bug#26839: [PATCH] system: Export 'read-boot-parameters'. References: <877f1rm910.fsf@gmail.com> <20170508222548.7cc41e6d@scratchpost.org> Date: Tue, 09 May 2017 22:11:15 +0300 In-Reply-To: <20170508222548.7cc41e6d@scratchpost.org> (Danny Milosavljevic's message of "Mon, 8 May 2017 22:25:48 +0200") Message-ID: <871srxdewc.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 26839 Cc: 26839@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.5 (/) Danny Milosavljevic (2017-05-08 22:25 +0200) wrote: > Hi Alex, > > On Mon, 08 May 2017 22:40:59 +0300 > Alex Kost wrote: > >> Hello, commit 9530e73b496fefe65dcb936825b6beda79f7fdf2 removed an export >> line for 'read-boot-parameters'. >> >> That procedure was used by Emacs-Guix code, and now >> "M-x guix-system-generations" fails, so do you mind if >> 'read-boot-parameters' will be exported again? > > Be advised that these will not return all boot parameters that would > actually boot a system successfully. That was also the case before the > "--load" patch series. After the "--load" patch series, there's a new > procedure "read-boot-parameters-file" that gives you all of them. I know, thanks. -- Alex From debbugs-submit-bounces@debbugs.gnu.org Sat May 13 05:20:41 2017 Received: (at 26839-done) by debbugs.gnu.org; 13 May 2017 09:20:42 +0000 Received: from localhost ([127.0.0.1]:41776 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d9TE9-0005TP-Ow for submit@debbugs.gnu.org; Sat, 13 May 2017 05:20:41 -0400 Received: from mail-lf0-f65.google.com ([209.85.215.65]:33013) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d9TE8-0005TA-1t for 26839-done@debbugs.gnu.org; Sat, 13 May 2017 05:20:40 -0400 Received: by mail-lf0-f65.google.com with SMTP id q70so1771128lfi.0 for <26839-done@debbugs.gnu.org>; Sat, 13 May 2017 02:20:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=HrNgzzQ9Y2T/qx/hl2oiMKcRkDROoVMqpamkCSgoVC8=; b=lxPVN0I6ifi94D7TNmWtWBwApgV63vTsuvstYgSI4Tu0w0JVXLFwfnS6+q3qzHf6r6 TqVC0+cnfL6p9rT3r5OOmqYIROmDzCv5MPky7pUpzfuMz8/LyNt58nEah1khCyOcdE5S M3UzG9RjbyhPyr9H69rvy+h/Hl8f7IiWYMPe8Oy1ml1Pq54IQkxyl07iyM2MNLTWi62P 7x5EVbZ//PcqnJLSSGyi0WgLiXctc+dX/ytcbnt+ZnfhVPvJC3nGDBSs0RqtuT0F4lWr ghv2haehAtensSMtm6rtOZWtfOhKGf7nOmBUV/fmHh8j59EmFO9RsAwbsD265xNiGctD UjtQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=HrNgzzQ9Y2T/qx/hl2oiMKcRkDROoVMqpamkCSgoVC8=; b=Bb2ApHezpUtzeeKTqs6z4tXppAPxk9PhIhmru/2VbdhS7dTh5OVIf5+OdLwPY9Bdfo IDfk/jyDOqOxjIcDt4e8dTANim91/4spCc7nXwTT/c7EcFkRFaceHGAT0/q7j8VVaUvG Zmm9SXyGj9HCP/3JG5WPDXbBwLQDj6InplIebkzeieaVlQj9S7M20+96AMVE0k/DR2Ib Fa8ERYF76yE8bGwJNr3dJOSiGPrQC6w8V4Isl9hvP2Xb1nUUXQQ4b/AoLesbIWVDuFbA H3qAtagW8JPWjo8Y5cFmoCla4VBZq3hSg9nr771g1/rfpO0Dxx5DBXZ/p9yTDnm8LFHs /w9w== X-Gm-Message-State: AODbwcDg7OVF4fBZJnrF1F9OoKCMZh+zdBt2wpZrhbxs7I3HvUiz+I/q XIied02hf8zfvxwJ X-Received: by 10.25.16.161 with SMTP id 33mr2934225lfq.3.1494667234329; Sat, 13 May 2017 02:20:34 -0700 (PDT) Received: from leviafan ([217.107.194.130]) by smtp.gmail.com with ESMTPSA id u24sm1002383lfi.36.2017.05.13.02.20.33 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 13 May 2017 02:20:33 -0700 (PDT) From: Alex Kost To: Danny Milosavljevic Subject: Re: bug#26839: [PATCH] system: Export 'read-boot-parameters'. References: <877f1rm910.fsf@gmail.com> <20170508222548.7cc41e6d@scratchpost.org> Date: Sat, 13 May 2017 12:20:35 +0300 In-Reply-To: <20170508222548.7cc41e6d@scratchpost.org> (Danny Milosavljevic's message of "Mon, 8 May 2017 22:25:48 +0200") Message-ID: <87h90pxgd8.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 26839-done Cc: 26839-done@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.5 (/) Danny Milosavljevic (2017-05-08 22:25 +0200) wrote: > Hi Alex, > > On Mon, 08 May 2017 22:40:59 +0300 > Alex Kost wrote: > >> Hello, commit 9530e73b496fefe65dcb936825b6beda79f7fdf2 removed an export >> line for 'read-boot-parameters'. >> >> That procedure was used by Emacs-Guix code, and now >> "M-x guix-system-generations" fails, so do you mind if >> 'read-boot-parameters' will be exported again? > > LGTM. Committed, thanks for looking at it! -- Alex From unknown Mon Jun 23 13:09:07 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 10 Jun 2017 11:24:04 +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