From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id uBfyAedBZ2RwrQAASxT56A (envelope-from ) for ; Fri, 19 May 2023 11:31:19 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id 0AyLAedBZ2QGlwAAauVa8A (envelope-from ) for ; Fri, 19 May 2023 11:31:19 +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 D6871221BB for ; Fri, 19 May 2023 11:31:18 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pzwS5-0002Mm-4d; Fri, 19 May 2023 05:31:09 -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 1pzwRz-0002LR-Fn for guix-patches@gnu.org; Fri, 19 May 2023 05:31:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pzwRz-0005wK-5m for guix-patches@gnu.org; Fri, 19 May 2023 05:31:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pzwRy-00083V-CM for guix-patches@gnu.org; Fri, 19 May 2023 05:31:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#63527] [PATCH 0/3] Initial attempt at rumpdisk support for the Hurd. Resent-From: Janneke Nieuwenhuizen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 19 May 2023 09:31:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63527 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 63527@debbugs.gnu.org Received: via spool by 63527-submit@debbugs.gnu.org id=B63527.168448863630929 (code B ref 63527); Fri, 19 May 2023 09:31:02 +0000 Received: (at 63527) by debbugs.gnu.org; 19 May 2023 09:30:36 +0000 Received: from localhost ([127.0.0.1]:55454 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pzwRX-00082n-Nj for submit@debbugs.gnu.org; Fri, 19 May 2023 05:30:36 -0400 Received: from eggs.gnu.org ([209.51.188.92]:55066) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pzwRW-00082b-JL for 63527@debbugs.gnu.org; Fri, 19 May 2023 05:30:35 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pzwRR-0005tf-Ci; Fri, 19 May 2023 05:30:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=RUTBlNLZvQvzycNHSV6/bHeGRTS8f2o2Eim/AQr6shc=; b=oJlAzPOBKSw1Q7k6ga04 ubTIbDC+L5JuFMeWusepVQp46Vg89AC+Az08fgLnkRF43/lNvr6CCwVp1xnSsqmNokfCTYjfLNsRh v4fW30XYvd5orRDS9aVFTWlRbgwf1WlYBSh7iOShildetutMxETzAQW9GGgS3kaCyrhHDtFJWrKAr xI8Nz4LTjfO7PqJATmuIgYXB+qxns+FjP9QU/eecK7O5FyhEoCwLMZtkxLmqTsXCTq2PBRXkMM4yQ WWHz8jG+6eMdvzxUi53iCa7SCCtFtesVTfZejGM7gP4Vm7bICXExYXHvl1xiGcZ2Hfw6eVdigtc70 4SpVhGrV02+oWQ==; Received: from 2a02-a462-da03-1-2701-7f81-a736-4607.fixed6.kpn.net ([2a02:a462:da03:1:2701:7f81:a736:4607] helo=drakenpad.janneke.lilypond.org) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pzwRQ-0007ji-MQ; Fri, 19 May 2023 05:30:28 -0400 From: Janneke Nieuwenhuizen Organization: AvatarAcademy.nl References: <11e63f303ba42376ebc029c67f13b59bdb0af263.1684402361.git.janneke@gnu.org> <87o7mh36b5.fsf_-_@gnu.org> X-Url: http://AvatarAcademy.nl Date: Fri, 19 May 2023 11:30:24 +0200 In-Reply-To: <87o7mh36b5.fsf_-_@gnu.org> ("Ludovic =?UTF-8?Q?Court=C3=A8s?="'s message of "Thu, 18 May 2023 19:20:14 +0200") Message-ID: <87a5y0fz2n.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Seal: i=1; s=key1; d=yhetil.org; t=1684488678; a=rsa-sha256; cv=none; b=rVzNKviemmLBLue4Mg99iG5E94PBgSABFjEc3QszSnTFteE4D1Wf3Q+VCiDV73MFn8vFm2 rcuRwjzkhheGX8mJknjhc9r/xrf2baRStZLjsL/pVmYPviKI+qTMHYMmolN2EoVSgDFrsv kdTPQsjLZizpaj6rxCvEquzWLOGVo/27NGzZNHidsU1PMHSu6j9ePqhGWZeCsxaaZLUAVe r46eKRl6/T+WPSlyIViIBLz3w6RuAbDUMcElHUzuGkkIueMyfKsuPunyX6tBt7AUEcY84L 1xe52/5vV+Vuuku64ViSmQyESMBCJKiCxd1mrORlr7ryV3lfCUaYubrAHRV/vQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=oJlAzPOB; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1684488678; 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: content-transfer-encoding:content-transfer-encoding:resent-cc: 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=RUTBlNLZvQvzycNHSV6/bHeGRTS8f2o2Eim/AQr6shc=; b=Z58EemAZSEdrlmRVsw8s6QigzsxDPTuWqK57ciPn2MU7BhmEFERJpIBogihfst82Hnzz3b 9SrSxV3NcGPo7Ru+3f/j2ShO3q7XJgiXWJ9aVw7pn8YLxzE0Jmr3pvDk2RsHvDDc94NSQL VI2u8rVpzi8FKqRD6NxO4ck52j4GlKBLVAMuDYw6JTx94oVslKdtHgI16j+XBrcCQ10D9c 5rImAfm6umVDP9hJVk3BZFw+aboRkDLt9JEA4EQ2hucFX92LtbH2krSGvHs4n1r8OxDimZ yKKp4Q8dyvBMv0zlkUDls+CRAfAeyQJEFIAN5EkORzlpVrHuwz2lPHVwPhnc7g== X-Migadu-Spam-Score: -3.69 X-Spam-Score: -3.69 X-Migadu-Queue-Id: D6871221BB X-Migadu-Scanner: scn0.migadu.com Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=oJlAzPOB; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-TUID: UCaCPUrKzTPf Ludovic Court=C3=A8s writes: > Janneke Nieuwenhuizen skribis: > >> When booting with pci-arbiter and rumpdisk and using 1024MB of memory for >> qemu, booting hangs, or seems to hang, at the end of the rumpdisk boot >> messages. At least 1200MB is required, currently. >> >> * gnu/services/virtualization.scm ()[memory-size]= : Bump >> to 2048. >> * gnu/system/examples/bare-hurd.tmpl: Suggest using 2048 here too. Upda= te >> example `guix system image' and "qemu" command lines too. > > Sounds a bit fishy. :-) > > Does Debian resort to a similar workaround? Yes, Debian has the same problem, the latest debian image (https://cdimage.debian.org/cdimage/ports/latest/hurd-i386/debian-hurd-2022= 0824.img) hangs in an identical way. See https://logs.guix.gnu.org/hurd/2023-05-18.log#091300 youpi seid "rumpdisk is very eaty, we need to fix that" Greetings, Janneke --=20 Janneke Nieuwenhuizen | GNU LilyPond https://LilyPond.org Freelance IT https://www.JoyOfSource.com | Avatar=C2=AE https://AvatarAcade= my.com