Actions
Regression #14086
closedCurrent snapshot builds missing most kernel modules that were on previous builds/releases
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
23.05
Release Notes:
Force Exclusion
Affected Version:
Affected Architecture:
Description
At some point between March 1 and March 8 dev snapshot builds of CE 2.7.0 the kernel package lost 90% of its modules.
March 1:
: ls -l /boot/kernel/*.ko | wc -l 825 : pkg info -l pfSense-kernel-pfSense-2.7.0.a.20230301.0600 | grep -c '\.ko$' 825
March 8:
: ls -l /boot/kernel/*.ko | wc -l 83 : pkg info -l pfSense-kernel-pfSense-2.7.0.a.20230308.0600 | grep -c '\.ko$' 72
Related issues
Updated by Jim Pingle over 1 year ago
- Release Notes changed from Default to Force Exclusion
Updated by Jim Pingle over 1 year ago
- Related to Bug #14035: PHP error when attempting to create a GIF interface when ``if_gif`` kernel module is not loaded added
Updated by Jim Pingle over 1 year ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Brad changed this back in crossbuild commit 02433536277d0174f62118ac2255676c88ee4f09
on the RELENG_23_05 branch so once we start using that branch the changes are already in place for this.
So they are not in snapshots yet, but will be after branching.
Updated by Jim Pingle over 1 year ago
- Status changed from Feedback to Resolved
The additional modules are back on RC snapshots as expected.
: ls -l /boot/kernel/*.ko | wc -l 822 : pkg info -l pfSense-kernel-pfSense-23.05.r.20230508.0600 | grep -c '\.ko$' 822
Actions