On Sat, 1 Jun 2024 at 20:08, Martin Husemann <mar...@duskware.de> wrote: > > On Sat, Jun 01, 2024 at 06:41:19PM +0100, Chavdar Ivanov wrote: > > ptyfsoldnodes fix: > > [1] Bad system call ${HOST_SH} "${MAKEDEV_DIR}/MAKEDEV" -s > > You need to run a new kernel before you install new userland. > In this case you hit the new version of dup3(2) which crashes on the > old kernel.
Yes, indeed, that was the recommended sequence; I've been using sysutils/sysupgrade for ages, obviously it installs the kernel and the userland at the same time. Anyway, such situations are rare and are not that hard to resolve. The easiest would be to boot the new kernel and then go through the sysupgrade sequence. But then wouldn't be there a chance that the old userland disagrees with the new kernel? > > Martin -- ----