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=4.5 required=5.0 tests=BULK_RE_SUSP_NTLD, DATE_IN_PAST_12_24,DKIM_INVALID,DKIM_SIGNED,FROM_SUSPICIOUS_NTLD, PDS_OTHER_BAD_TLD autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 20175 invoked from network); 5 Jul 2021 18:33:24 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 5 Jul 2021 18:33:24 -0000 Received: from out0.migadu.com ([94.23.1.103]) by 1ess; Sun Jul 4 19:53:45 -0400 2021 Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=a-b.xyz; s=key1; t=1625442817; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to; bh=0THdCeLl6Dtk6wKw5bLmjV2nghtm3lURKeSXI2T3Ogg=; b=nex13e+yXHWs/xKVPQja6t648DMlN6JJhbBPbYdcS13KWM2hTforWgRfJt//lP7YMsXl3g YybYgjJ3PX3fwS4GJdd1c/pcA8aR75XAkMLgc3ssOSvFd52MOQmcSFaV8OLq5HA4LWxCjT ygMaRR0YaKWtVl2ew3uOeXKjVzaf4mWVNieY88LmuVg1edIbtWJIuYc4/cNTlswIoqrp59 QlKy/zYvOEm5dZieVWM+27Bn2TrcRhJ2i9xZqrIMYNzUFooH1pE++Nmj5HBd6r+CTbNUgp W9AZjSoAEZvg28+Bxdp8HqKLcBnX+ccew3ceG97CeyhzYnISJoQFSWVSqI1Xpw== To: 9front@9front.org Date: Mon, 05 Jul 2021 01:53:34 +0200 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: kvik@a-b.xyz In-Reply-To: <874C070E5393B7D02BE9121F6E10F268@eigenstate.org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kvik@a-b.xyz List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: virtual replication SSL over SVG component-scale NoSQL table Subject: Re: [9front] inconsistencies after a sysupdate Reply-To: 9front@9front.org Precedence: bulk > For anyone else that runs into permission > errors when sysupdating: > > chmod g+w /path/to/files > git/revert /path/to/files > > and make sure you update git: > > cd /sys/src/cmd/git && mk install Got hit by this issue as well. Make doubly sure that you have an actually updated git before trying git/revert following the above instructions: git/revert /sys/src/cmd/git mk install To help find the files that need fixing you can use the following: fn fucked {walk -fexp $1 | grep '^..rw.r-' | awk '{print $2}'}