From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id AJorOkLp7WRTbQAA9RJhRA:P1 (envelope-from ) for ; Tue, 29 Aug 2023 14:49:07 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id AJorOkLp7WRTbQAA9RJhRA (envelope-from ) for ; Tue, 29 Aug 2023 14:49:07 +0200 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 DDBCD45B14 for ; Tue, 29 Aug 2023 14:49:06 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=LRjCbUUc; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1693313346; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=EW4TdgHZW7BcsAMmFIZxY0IYP/YdNuq7bnzKYmCwXdo=; b=ReGxm00oG1n0wxQGBFh2YARx0MJFQAv4hFW8KcCBBBzYQc7IDr7Z85teHTraXvuWf0HZlF M6Fp/Li7yE7e8pENW3O4D/zD8X3EjLmhAhpNbyGZXLr/ktxr4y4RA3J/DhA5CAt1mv274c rmPSjnqWoj70ueVLxMzx70AFPf9Zon/I3TS0dngn1vUo2zHNvCYc+tn3r7cn49Rb+bvZQy Wkvy1VTYXXKmmo8ta5nRMeaved9cKTXwvf6VtmhYSrzjbyQSSOq59NvssLadla0FRDfNmA 6V7SIwF8dabp05pxOp6ImVPPexVoh12K6T0Q8tOaI7h3/ogx78BbnlYdwMxuNQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=LRjCbUUc; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1693313346; a=rsa-sha256; cv=none; b=s30aSmkwi9FuRfzsTalsimGFbB/ySxTAdW+mLagWnIpmlexa0elA+cSbItt/Q51V3Y1409 HQaTRArqAZpS3WxyOcM5bOSFMMaCFpEPsMcUKqd/OhHZpd/+Djpx35Lq7WguzjOc3QZoaX dCGJopCc9Wf2EtdeU27ttoo1nfKRND5Sm3FGsT1gnCtCH0N6OJgytqxOD/wvHVeezX73A1 VF6S0ONtok05i9mTFpAHS02+Jn6oPJlMeUlQZwwkGl7svkbr1/DblpxtaGI06qxEVo9cvD 1XWUAH2Mm7nSOZ4mUJGqY51cy2us7MItsA+z1j3QxQ1WrX3CmlwqFru2+zFuPA== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qay9T-0005Y1-OT; Tue, 29 Aug 2023 08:48:59 -0400 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 1qay9Q-0005Xc-Iq for bug-guix@gnu.org; Tue, 29 Aug 2023 08:48:57 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qay9P-0005jF-TZ for bug-guix@gnu.org; Tue, 29 Aug 2023 08:48:56 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qay9W-0000ja-I1 for bug-guix@gnu.org; Tue, 29 Aug 2023 08:49:02 -0400 Subject: bug#32310: Not having much luck with running guix of phone and limbo emulator. Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Date: Tue, 29 Aug 2023 12:49:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 32310 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Efraim Flashner Cc: 32310-done@debbugs.gnu.org, Nils Gillmann Mail-Followup-To: 32310@debbugs.gnu.org, maxim.cournoyer@gmail.com, penofsteak@gmail.com Received: via spool by 32310-done@debbugs.gnu.org id=D32310.16933133082690 (code D ref 32310); Tue, 29 Aug 2023 12:49:02 +0000 Received: (at 32310-done) by debbugs.gnu.org; 29 Aug 2023 12:48:28 +0000 Received: from localhost ([127.0.0.1]:49723 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qay8y-0000hJ-4o for submit@debbugs.gnu.org; Tue, 29 Aug 2023 08:48:28 -0400 Received: from mail-qk1-x72e.google.com ([2607:f8b0:4864:20::72e]:49306) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qay8v-0000gP-4O for 32310-done@debbugs.gnu.org; Tue, 29 Aug 2023 08:48:27 -0400 Received: by mail-qk1-x72e.google.com with SMTP id af79cd13be357-76d7224c5bcso237289585a.2 for <32310-done@debbugs.gnu.org>; Tue, 29 Aug 2023 05:48:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1693313292; x=1693918092; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=EW4TdgHZW7BcsAMmFIZxY0IYP/YdNuq7bnzKYmCwXdo=; b=LRjCbUUcNboGuEJnLoHNcG/sMMjSG6D3YOlGmZ0vcvVuKrJTXMJREgC8bdo9d0Vjro uACnLYvejpscGeGcy0HxpgdC0dv45xAGTiQXD8q5A5d0rIRMcOnBp761UVIpISy9BNtm Kq0oiLVWnz8867jfX9xbV0K+O3/25lnq1ID8Ui/5vweVU3ytkMhj6j9SBh7v7ltakkZ5 H64f4nthRrrCVgLUBy9rtEBOBSpTZnbtB0gFayvPP+GM4rOwcf0hEROVcBRcvISZo3ES OCRWDW3LLk5F9qX9WzYvbd5xv6tUKfwe17ilpD5ABUlOuVVUjf8N/Sz4+QUnJnWGs3ez AzFA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693313292; x=1693918092; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=EW4TdgHZW7BcsAMmFIZxY0IYP/YdNuq7bnzKYmCwXdo=; b=lwQjdbVfu3HgTDlbPeKyKtMDea/h5C/5dyf2Pttp4A+7BgN2mSxRMZ91j+mFcPjK9M 4wO/pHgEzvPhUVKR61oJxFitOHHtCRK6ZBNUjg05pX6yzkxVx7jGNie6K7Q5Grx9euHK e4UVm3NbnlyMarqvW9O4RIQYK5QZDo++idZppG/VD7j5/9NZWZtvufnmRUlHz/JxrXF1 E4Ja4GWv8PemX3ScGNRGoWMe3Jd5RD3gbvJinKuO6THhaxNxCXVrPGW5D1X3jXlM4KgN UoFM7i9EmvSnO5FazZj0yFK11qe10VlpEt/Sn4WS32jkX7Bb5EzbPMohiGH9NzpGSK9m u0nw== X-Gm-Message-State: AOJu0YxinU/EN5r7/dbdB2sqkc5JSW8vPkCjr8J3LEpTcubslKoWShs+ QyNAk4fy44UztksEQ1gb+QugkmShomTduA== X-Google-Smtp-Source: AGHT+IEMWrNLC1282Iqpj+ghDAjPCykIpXzyNT22RC95DVkC4yNQhmkgLXN4zkBgIK9Z5w/0ZWc+mw== X-Received: by 2002:a05:620a:4481:b0:76f:189e:e3e1 with SMTP id x1-20020a05620a448100b0076f189ee3e1mr5404035qkp.54.1693313292360; Tue, 29 Aug 2023 05:48:12 -0700 (PDT) Received: from hurd (dsl-10-132-204.b2b2c.ca. [72.10.132.204]) by smtp.gmail.com with ESMTPSA id ow30-20020a05620a821e00b0076c701c3e71sm3052590qkn.121.2023.08.29.05.48.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 29 Aug 2023 05:48:11 -0700 (PDT) From: Maxim Cournoyer References: <20180731064740.dweqaqypvuh3ec5n@abyayala> <20180801103410.GC31156@macbook41> Date: Tue, 29 Aug 2023 08:48:10 -0400 In-Reply-To: <20180801103410.GC31156@macbook41> (Efraim Flashner's message of "Wed, 1 Aug 2018 13:34:10 +0300") Message-ID: <87cyz6c8vp.fsf_-_@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: bug-guix-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Scanner: mx2.migadu.com X-Migadu-Spam-Score: 2.78 X-Spam-Score: 2.78 X-Migadu-Queue-Id: DDBCD45B14 X-TUID: L6jkRVcxYlLM Hi all, Efraim Flashner writes: > On Tue, Jul 31, 2018 at 06:47:40AM +0000, Nils Gillmann wrote: >> ----- Forwarded message from Gary Hayes ----- >> >> > Date: Tue, 31 Jul 2018 12:11:11 +1000 >> > From: Gary Hayes >> > To: Nils Gillmann >> > Subject: Re: bug#32310: Not having much luck with running guix of phone and limbo emulator. >> > >> > Had issues getting the vm file working in a qemu program limbo. >> > Decided to give up at moment and deleted the vm files. Have been >> > experementing with damn small linux now. Which kind of works but not quite >> > well enough yet, but i still need to practice more. >> > I am only running qemu on a 1.3ghz 4 core samsung phone so i dont expect >> > much to run quickly. >> > Best to simulate low end pentiums and 486 machines i think. Not sure. >> > Maybe incompatibilities between programs. Also tried to find your help >> > files on vm files being run and had difficulties geting enough info. >> > >> > On 30 Jul 2018 7:49 pm, "Nils Gillmann" wrote: >> > >> > Gary Hayes transcribed 509 bytes: >> > > Tried to run vm of guix in limbo but did not work. Now deleted. May have >> > > to stick with iso image live boots in future. >> > >> > Hi Gary, >> > >> > I'm sorry for your bad experiences. Can you tell us a bit more about >> > your problems? >> > >> > Thanks >> >> ----- End forwarded message ----- >> > > Is limbo the name of a program? Also I never thought of running qemu on > my phone. In my mind Guix-on-Android is more of a 'if it breaks you get > to keep both halves' kind of project. I'm closing this old bug because it's not clear what the problem is and haven't heard back from the Gary. -- Thanks, Maxim