From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 23158 invoked from network); 10 Jan 2022 08:54:08 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 10 Jan 2022 08:54:08 -0000 Received: from mail-ot1-f49.google.com ([209.85.210.49]) by 4ess; Mon Jan 10 03:47:23 -0500 2022 Received: by mail-ot1-f49.google.com with SMTP id s21-20020a05683004d500b0058f585672efso14369453otd.3 for <9front@9front.org>; Mon, 10 Jan 2022 00:47:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:message-id:to:subject:date:mime-version :content-transfer-encoding; bh=et3IkvJNnp99oWsN0TMLWKU3jJFs7beo3D1PAkz8Wfo=; b=LwC2iMeaam6ZDSCiSRxZSEOvjMy4nquIKs+t7Rt5ASxXf4/QS8vND9JeuHBePNkcv4 OxXAa+o6LYTl2+y79VfmaTjhHeJ84Ed2md8I4Xi4x5bjIR3WTzRp4lYyrPF4hBlk/ZSL mdEokBLuvo02U+kbAUbqB3s16TenkehVSaI3NaqJVrnQ4AUzPJf/YduObZIniWlJrlS4 WCUYMkqIJYmD0W+JBVOiHP1HHvLLTV0TJbw9ZApn012XBzAWXT9IP51zbSZ+lUPgOPId /xrOVlRFqmoPsQdqLMC7BYA1PVxgI4AfAv2+zS2Vl5z9mMLcFpoi9OFb7qlxWdPea9H4 5Bew== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:message-id:to:subject:date:mime-version :content-transfer-encoding; bh=et3IkvJNnp99oWsN0TMLWKU3jJFs7beo3D1PAkz8Wfo=; b=D0+ZIbM7+n0BPJkjL0HSTroTuQVAfbkv/0BL4t1dQWGbodbaJI4bLaMLGU91vLapkH tfQuAV50Xl29Sv9n4nhEEffg2D3JZIAg1QpIJDlOak9OyU6FJHanD4lFcQIiD/hDRyKt oZ8CqhG7cBSeGghf2xjDZIwqgMxF1RxMlzx3x+xORMtJI9+9Y76v1vSC5lY30qHpgfv2 uq+hTjdJvzlW7cvLvbxgpY0p2osKZz4HhooSFjZN0zw8oZl+OZzaOHuKuo0HR/LXaB+T AMFVSkw0KAbtH8ceWPBb7R3gNWqrAgbKEb/MvrLw5xBZMRnij1/B9RBTRe0eQjXicYbf Iz9A== X-Gm-Message-State: AOAM531dtOBwmOpcAzdDuZnCleEOY2Z3LFpWJ77Cajs20MPZmpsHrtWW ZA8tDXB+BpD6aGUjOSNZR3iD46pJ++zjhQ== X-Google-Smtp-Source: ABdhPJzqn8qDWeU5KloWhPbZuYXDIB+lgR6Z6dHIOW/U+NgNhmbcWDG5eoDi6tegmopZLjkmu3hCjg== X-Received: by 2002:a9d:674a:: with SMTP id w10mr16311822otm.49.1641804439299; Mon, 10 Jan 2022 00:47:19 -0800 (PST) Return-Path: Received: from cirno.thinktank (107-200-43-169.lightspeed.sntcca.sbcglobal.net. [107.200.43.169]) by smtp.gmail.com with ESMTPSA id o145sm1213278ooo.1.2022.01.10.00.47.18 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Mon, 10 Jan 2022 00:47:19 -0800 (PST) From: thinktankworkspaces@gmail.com X-Google-Original-From: glenda@gmail.com Message-ID: To: thinktankworkspaces@gmail.com, 9front@9front.org Date: Mon, 10 Jan 2022 00:47:17 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: webscale RESTful module just-in-time base Subject: [9front] 9front command line install Reply-To: 9front@9front.org Precedence: bulk Trying to do an install on a remote server via ssh that has qemu. I suppose i'm doing this with -nographic kind of like qemu-system-x86_64 -serial stdio 9front.img -boot d 9front-xxxx-i386.iso -m 1024 With pipes such as /tmp/guest.in /tmp/guest.out I'm receiving data. Booting from DVD/CD... *e820 ..... ... ... cdboot=yes mouseport=ask monitor=ask vgasize=ask bootfile=/386/9pc But it stops at that last line and nothing. Any thoughts or recommendations? Is it possible? Or do I have to build the image local then copy the 9front.img to remote system. I worry that I will run into same situation where it gets stuck.