nia <n...@netbsd.org> writes: > greetz, > > Here's the latest version with all required changes
This is on a -current vm... $ uname -a NetBSD beasty.blahblah.com 10.99.10 NetBSD 10.99.10 (GENERIC64) #0: Fri May 3 09:00:59 UTC 2024 mkre...@mkrepro.netbsd.org:/usr/src/sys/arch/evbarm/compile/GENERIC64 evbarm I am stuck in a loop updating kernel again and again after the reboot with '-r head'... # nbupgrade -r head ....updates kernel sets... # shutdown -r now # nbupgrade -r head Now, it checks to see if /netbsd is newer than /lib/libc.so and re-installs kernel sets again (expected userspace sets to be installed at this point). # ls -la /netbsd /lib/libc.so lrwxr-xr-x 1 root wheel 14 May 3 14:30 /lib/libc.so -> libc.so.12.221 -rwxr-xr-x 1 root wheel 19159368 May 3 14:30 /netbsd If I touch(1) /netbsd it then proceeds to upgrading userspace as expected. Am I doing something wrong?