freebsd / poudriere

Port/Package build and test system
https://github.com/freebsd/poudriere/wiki
BSD 2-Clause "Simplified" License
388 stars 161 forks source link

running in a jail: Cannot identify running kernel #1152

Open dlangille opened 4 months ago

dlangille commented 4 months ago

Prerequisites

Running in a FreeBSD jail, I see this:

[0:34 pkg01 dvl ~] % sudo poudriere jail -u -j 140amd64
[00:00:00] Upgrading using http
Cannot identify running kernel
14.0-RELEASE-p1
[00:00:00] Recording filesystem state for clean... done

Host is running: FreeBSD 14.0-RELEASE-p6

[0:42 pkg01 dvl ~] % poudriere version  
poudriere-git-3.4.1_1
[0:43 pkg01 dvl ~] % freebsd-version -ur
14.0-RELEASE-p6
14.0-RELEASE-p6
dlangille commented 2 months ago

To be clear, pkg01 is a jail.

[18:47 pkg01 dvl ~] % sudo poudriere jail -u -j 141amd64
[00:00:00] Upgrading using http
Cannot identify running kernel
14.1-RELEASE
[00:00:00] Recording filesystem state for clean... done
[18:47 pkg01 dvl ~] % freebsd-version -ur
14.1-RELEASE
14.1-RELEASE-p2
[18:47 pkg01 dvl ~] %