Re: Where is 1600018?
- In reply to: Kevin Oberman : "Where is 1600018?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 May 2026 19:47:14 UTC
On Fri, 1 May 2026 11:04:57 -0700 Kevin Oberman <rkoberman@gmail.com> wrote: > With the late security notices I decided to update my CURRENT system. > Updated /ust/src with 'git pull' and rebuilt everything. The kernel version > still shows as 1600017. > FreeBSD ptavv 16.0-CURRENT FreeBSD 16.0-CURRENT #99 > main-n285595-0ed292531e04: Fri May 1 07:28:07 PDT 2026 > root@ptavv:/usr/obj/usr/src/amd64.amd64/sys/GENERIC > amd64 1600017 > > Why am I not getting 1600018? Do I need to turn off meta-mode and build > the kernel again? > > Any ideas appreciated? > -- > Kevin Oberman, Part time kid herder and retired Network Engineer > E-mail: rkoberman@gmail.com > PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 Found the bump was done at commit 1569e2334ab5 https://github.com/freebsd/freebsd-src/commit/1569e2334ab5b2ee1e2b7893cb05c17a27d3eca8 while yours (0ed292531e04) looks prior to it https://github.com/freebsd/freebsd-src/commit/0ed292531e0457f271b838dd9dc99a86534d3a99 according to the commit history. https://github.com/freebsd/freebsd-src/commits/main/ Possibly the mirror your src tree is pulled from still didn't have anything newer than 0ed292531e04? Or you've forgotten to installkernel? Regards. -- Tomoaki AOKI <junchoon@dec.sakura.ne.jp>