From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <9front-bounces@9front.inri.net> X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from 9front.inri.net (9front.inri.net [168.235.81.73]) by inbox.vuxu.org (Postfix) with ESMTP id 0403D2387E for ; Wed, 29 May 2024 19:43:09 +0200 (CEST) Received: from cc-smtpout1.netcologne.de ([89.1.8.211]) by 9front; Wed May 29 13:40:43 -0400 2024 Received: from cc-app3.netcologne.de (cc-app3.netcologne.de [89.1.9.192]) by cc-smtpout1.netcologne.de (Postfix) with ESMTP id 2C97412683 for <9front@9front.org>; Wed, 29 May 2024 19:40:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=netcologne.de; s=nc1116a; t=1717004441; bh=Rwa3QQaIsJh1Z5wJgO742Osp2X2KI73xr788WyR2ufM=; h=Date:From:To:Message-ID:In-Reply-To:References:Subject:From; b=RqEKh81M/Kj+mlKff3a9LzGz0plM3gLZbbY/OV/NGbxar9BBU6aInQdTndlsUAjg7 65IwXq0niZmnOvTKFrx1XG4xl660D5DABHFq8wBOGWYABDMQmqaoTfaKW5XXlTcCQc 0cwr0ksQkGoGk1zYW4ecMEsQ83Xz9V17BnVpW61A7qDYY2Zfv2S9zmbei5+nF2nqp4 mHBfyz8H2dtGnF5DZpNfm5vcOHWaMpVsxuG2y1RNqfQSV7H+z4ygtN4P8ChWwAlPdM qi23ZC6HbPROA5UFKSPvPBe2ZD9vn9CEUic1vL7lXG/uwE64e+kLjqztLUHr4o7OIg WZkfmgSy/GrQA== Received: from cc-app3.netcologne.de (localhost [127.0.0.1]) by cc-app3.netcologne.de (Postfix) with ESMTPA id 0F5D911E1F for <9front@9front.org>; Wed, 29 May 2024 19:40:41 +0200 (CEST) Date: Wed, 29 May 2024 19:40:41 +0200 (CEST) From: Arne Meyer To: 9front@9front.org Message-ID: <1399903548.2602343.1717004441015@comcenter.netcologne.de> In-Reply-To: <0494b8d62a600ea98e6eaf9f01c16eff@posteo.de> References: <0494b8d62a600ea98e6eaf9f01c16eff@posteo.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Priority: 3 Importance: Normal X-Mailer: Open-Xchange Mailer v7.10.6-Rev59 X-Originating-IP: 2001:4dd6:a9a9:0:e64a:928b:957b:c9b X-Originating-Client: open-xchange-appsuite X-NetCologne-Spam: L X-Rspamd-Queue-Id: 0F5D911E1F X-Spamd-Bar: -- X-Rspamd-Action: no action List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: firewall proxy information manager Subject: Re: [9front] System not up to date / in sync with repo after "sysupdate" Reply-To: 9front@9front.org Precedence: bulk Hi Alex, this has happened to me. Try the following first: bind -ac /dist/plan9front / git/revert / If that fails you may have to get a working /dist/plan9front/.git from somewhere else, like the last *.iso. Do the bind - git/revert dance again and follow that up with a sysupdate. Greetings, Arne > alex-ml@posteo.de hat am 28.05.2024 11:24 CEST geschrieben: > > > Hello, > > since I'm still not running "do not install", I followed these steps > (from the fqa): > > % sysupdate > > % cd / > % /sys/lib/rootstub > > % cd /sys/src > % mk install > % mk clean > > % cd /sys/src/9/imx8 > % mk install > > After these steps and rebooting, another sysupdate states: "up to date". > To double check, whether all worked as expected, I wanted to have a look > at the last commit from Ori, regarding gefs in /sys/src/cmd/gefs/blk.c. > But there is not even a directory "gefs" in /sys/src/cmd on my machine. > What am I doing wrong? I am using a MNT Reform with a nightly build from > a few weeks ago. > > Thank you very much in advance! > > Best regards, > Alex