From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id uEg/GnkDX2U0iAAA9RJhRA:P1 (envelope-from ) for ; Thu, 23 Nov 2023 08:47:05 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id uEg/GnkDX2U0iAAA9RJhRA (envelope-from ) for ; Thu, 23 Nov 2023 08:47:05 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 3692756D24 for ; Thu, 23 Nov 2023 08:47:05 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=none; spf=pass (aspmx1.migadu.com: domain of "guix-devel-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-devel-bounces+larch=yhetil.org@gnu.org"; dmarc=none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1700725625; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post; bh=rnZ7MP9bEEO8lijmOAGZO897NgvSuS6d5c1Tu8QN5wU=; b=jQ+bhLhYV2NYKtfwsiMG5csY94n2HIX1KbsTm0fH7i9ssIeF7sisJOFJr71H1SgYaDADdT BwOrcacSPLlc3etSjWUcC5STHWOgNXkAQrD0b+N0gssUQEnmXXp8qj2P6MCsAMdjRioLFH uTN4Sf5YSCN8Wr7aZkC2k9lhwG4gZg35BiloD/OLSwqk9KuHD3aguu9QOG4Bl3xJNgHv0h obCOnEv+DjK8ZjuEhZ1dfRQ6PbqdsREroSAafzuKti7i5vkjKxukaZ5eNQ/85iZOEt8gGA X7BWpwxJi9qWBFPCjK4eI/kVi4fAcJRcUxJGozJCLVpus3+q3omIm251YlYtbQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=none; spf=pass (aspmx1.migadu.com: domain of "guix-devel-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-devel-bounces+larch=yhetil.org@gnu.org"; dmarc=none ARC-Seal: i=1; s=key1; d=yhetil.org; t=1700725625; a=rsa-sha256; cv=none; b=DYL3qLiRYPYrrsoXiIwW4sxXjPvkR9QGDZvRehXI1T6b+c2sZW2CPEnN6X/O14lBNJHzB3 ANVbe5/c2YRjiFcySSGeMiwDrXEalCY8GcPxQCWKl6ERi2bC+UUKQcxtZPm3pU88SKyK3G Sh3UME3zH4ZXDtHKwm1uuUUFgknG0wWgKEvbvT6JIzrDNegSaXuaIqu/Mu5tWA8FetFmNN KsKSg1l16cN8nQk5r6c+cJyaZF+MllRsPeBwZsV2lH+0rLZb/HEUuU9fYqZJp5NRpouT8z wioXxhJOUiMvxg1Ja69kRiQ3Z1xxmtjBlKMx316UGbgPRwSFpedpOe7riizwgw== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r64Pw-0004hk-08; Thu, 23 Nov 2023 02:46:32 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r64Ps-0004hL-CP for guix-devel@gnu.org; Thu, 23 Nov 2023 02:46:29 -0500 Received: from tritonas.serveriai.lt ([194.135.87.87]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r64Pq-0003Xs-JM for guix-devel@gnu.org; Thu, 23 Nov 2023 02:46:28 -0500 Received: from [88.119.78.42] (helo=thorfin) by tritonas.serveriai.lt with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r64Pn-0003gL-5I for guix-devel@gnu.org; Thu, 23 Nov 2023 09:46:23 +0200 From: Ignas =?utf-8?Q?Lap=C4=97nas?= To: guix-devel@gnu.org Subject: Re: Segmentation fault Date: Thu, 23 Nov 2023 09:32:22 +0200 Message-ID: <87bkbk3ocv.fsf@lapenas.dev> References: <878r6p643k.fsf@lapenas.dev> <20231122211700.489c5dc9.koszko@koszko.org> <87sf4xbkgv.fsf@lapenas.dev> User-agent: mu4e 1.10.7; emacs 30.0.50 In-reply-to: <87sf4xbkgv.fsf@lapenas.dev> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Sender: ignas@lapenas.dev Received-SPF: pass client-ip=194.135.87.87; envelope-from=ignas@lapenas.dev; helo=tritonas.serveriai.lt X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: guix-devel-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -5.04 X-Spam-Score: -5.04 X-Migadu-Queue-Id: 3692756D24 X-Migadu-Scanner: mx13.migadu.com X-TUID: 3L2/QraorKq8 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi all, Apparently It=E2=80=99s my stupid mistake. Forgot to use =E2=80=9Csudo=E2= =80=9D when running guix system before time-machine. Works: sudo guix time-machine --commit=3Dv1.3.0 =E2=80=93-channels=3D./channels.sc= m -- system vm config.scm Segfaults: guix time-machine --commit=3Dv1.3.0 =E2=80=93-channels=3D./channels.scm -- = system vm config.scm My guess it=E2=80=99s a permission thing although not completely sure which= . The user was added kvm group for read/write access following the manual. I=E2=80=99ll try to look up what=E2=80=99s exactly wrong with my setup. Sorry for taking your time. Once again thank you guys for making GUIX happen!!! =E2=80=93 Best Regards, Ignas Lap=C4=97nas --=-=-=--