* [9front] ACHTUNG! Manual steps required when updating
@ 2025-03-04 23:50 Jacob Moody
2025-03-19 14:58 ` Alexander Kapshuk
0 siblings, 1 reply; 4+ messages in thread
From: Jacob Moody @ 2025-03-04 23:50 UTC (permalink / raw)
To: 9front
All,
An issue has been discovered that will prevent machines from rebuilding
if they are updated with the following commits:
1038f18f7e3101a7fa6b709774df1789434f4262
5c89ac1ce32bb5e1050ff6397bdfadad58ad3ffc
The issue is specific to machines which were initially installed using
one of the previous two releases:
"DO NOT INSTALL"
“THIS TIME DEFINITELY”
Or any nightly iso between DO NOT INSTALL and now.
The issue is that /lib/ucd has an incorrect group permission which
causes sysupdate(1) to fail to write a new file there, which causes
an issue for rebuilding the system.
If you have not updated past the two commits listed above, the fix is the following:
; chmod g+w /lib/ucd /lib/ktrans
If you have updated past those two commits, the fix is the following:
; chmod g+w /lib/ucd /lib/ktrans
; git/revert /lib/ucd
Apologies,
moody
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [9front] ACHTUNG! Manual steps required when updating
2025-03-04 23:50 [9front] ACHTUNG! Manual steps required when updating Jacob Moody
@ 2025-03-19 14:58 ` Alexander Kapshuk
2025-03-19 15:09 ` ori
0 siblings, 1 reply; 4+ messages in thread
From: Alexander Kapshuk @ 2025-03-19 14:58 UTC (permalink / raw)
To: 9front
On Wed, 5 Mar 2025 at 01:57, Jacob Moody <moody@posixcafe.org> wrote:
>
> All,
>
> An issue has been discovered that will prevent machines from rebuilding
> if they are updated with the following commits:
>
> 1038f18f7e3101a7fa6b709774df1789434f4262
> 5c89ac1ce32bb5e1050ff6397bdfadad58ad3ffc
>
> The issue is specific to machines which were initially installed using
> one of the previous two releases:
>
> "DO NOT INSTALL"
> “THIS TIME DEFINITELY”
>
> Or any nightly iso between DO NOT INSTALL and now.
>
> The issue is that /lib/ucd has an incorrect group permission which
> causes sysupdate(1) to fail to write a new file there, which causes
> an issue for rebuilding the system.
>
> If you have not updated past the two commits listed above, the fix is the following:
>
> ; chmod g+w /lib/ucd /lib/ktrans
>
> If you have updated past those two commits, the fix is the following:
>
> ; chmod g+w /lib/ucd /lib/ktrans
> ; git/revert /lib/ucd
>
>
> Apologies,
> moody
>
I overlooked to modify the group permissions on /lib/ucd as instructed
in the email above.
sysupdate(1) failed to write /lib/ucd/DerivedNormalizationProps.txt.
Based on the output of 'git/diff -s /', a number of other files that
got pulled by sysupdate(1) failed to merge. For instance, the new
netstat rewrite in awk, /rc/bin/netstat, isn't there when queried with
ls(1).
Running sysupdate(1) again returns 'up to date'.
How do I resolve this?
Thanks.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [9front] ACHTUNG! Manual steps required when updating
2025-03-19 14:58 ` Alexander Kapshuk
@ 2025-03-19 15:09 ` ori
2025-03-19 18:10 ` Alexander Kapshuk
0 siblings, 1 reply; 4+ messages in thread
From: ori @ 2025-03-19 15:09 UTC (permalink / raw)
To: 9front
Quoth Alexander Kapshuk <alexander.kapshuk@gmail.com>:
> On Wed, 5 Mar 2025 at 01:57, Jacob Moody <moody@posixcafe.org> wrote:
> >
> > All,
> >
> > An issue has been discovered that will prevent machines from rebuilding
> > if they are updated with the following commits:
> >
> > 1038f18f7e3101a7fa6b709774df1789434f4262
> > 5c89ac1ce32bb5e1050ff6397bdfadad58ad3ffc
> >
> > The issue is specific to machines which were initially installed using
> > one of the previous two releases:
> >
> > "DO NOT INSTALL"
> > “THIS TIME DEFINITELY”
> >
> > Or any nightly iso between DO NOT INSTALL and now.
> >
> > The issue is that /lib/ucd has an incorrect group permission which
> > causes sysupdate(1) to fail to write a new file there, which causes
> > an issue for rebuilding the system.
> >
> > If you have not updated past the two commits listed above, the fix is the following:
> >
> > ; chmod g+w /lib/ucd /lib/ktrans
> >
> > If you have updated past those two commits, the fix is the following:
> >
> > ; chmod g+w /lib/ucd /lib/ktrans
> > ; git/revert /lib/ucd
> >
> >
> > Apologies,
> > moody
> >
> I overlooked to modify the group permissions on /lib/ucd as instructed
> in the email above.
> sysupdate(1) failed to write /lib/ucd/DerivedNormalizationProps.txt.
> Based on the output of 'git/diff -s /', a number of other files that
> got pulled by sysupdate(1) failed to merge. For instance, the new
> netstat rewrite in awk, /rc/bin/netstat, isn't there when queried with
> ls(1).
> Running sysupdate(1) again returns 'up to date'.
> How do I resolve this?
> Thanks.
git/revert will bring things in line.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [9front] ACHTUNG! Manual steps required when updating
2025-03-19 15:09 ` ori
@ 2025-03-19 18:10 ` Alexander Kapshuk
0 siblings, 0 replies; 4+ messages in thread
From: Alexander Kapshuk @ 2025-03-19 18:10 UTC (permalink / raw)
To: 9front
On Wed, 19 Mar 2025 at 18:18, <ori@eigenstate.org> wrote:
>
> Quoth Alexander Kapshuk <alexander.kapshuk@gmail.com>:
> > On Wed, 5 Mar 2025 at 01:57, Jacob Moody <moody@posixcafe.org> wrote:
> > >
> > > All,
> > >
> > > An issue has been discovered that will prevent machines from rebuilding
> > > if they are updated with the following commits:
> > >
> > > 1038f18f7e3101a7fa6b709774df1789434f4262
> > > 5c89ac1ce32bb5e1050ff6397bdfadad58ad3ffc
> > >
> > > The issue is specific to machines which were initially installed using
> > > one of the previous two releases:
> > >
> > > "DO NOT INSTALL"
> > > “THIS TIME DEFINITELY”
> > >
> > > Or any nightly iso between DO NOT INSTALL and now.
> > >
> > > The issue is that /lib/ucd has an incorrect group permission which
> > > causes sysupdate(1) to fail to write a new file there, which causes
> > > an issue for rebuilding the system.
> > >
> > > If you have not updated past the two commits listed above, the fix is the following:
> > >
> > > ; chmod g+w /lib/ucd /lib/ktrans
> > >
> > > If you have updated past those two commits, the fix is the following:
> > >
> > > ; chmod g+w /lib/ucd /lib/ktrans
> > > ; git/revert /lib/ucd
> > >
> > >
> > > Apologies,
> > > moody
> > >
> > I overlooked to modify the group permissions on /lib/ucd as instructed
> > in the email above.
> > sysupdate(1) failed to write /lib/ucd/DerivedNormalizationProps.txt.
> > Based on the output of 'git/diff -s /', a number of other files that
> > got pulled by sysupdate(1) failed to merge. For instance, the new
> > netstat rewrite in awk, /rc/bin/netstat, isn't there when queried with
> > ls(1).
> > Running sysupdate(1) again returns 'up to date'.
> > How do I resolve this?
> > Thanks.
>
> git/revert will bring things in line.
>
>
'git/revert .' did the trick.
Thanks.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-03-19 18:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-04 23:50 [9front] ACHTUNG! Manual steps required when updating Jacob Moody
2025-03-19 14:58 ` Alexander Kapshuk
2025-03-19 15:09 ` ori
2025-03-19 18:10 ` Alexander Kapshuk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).