Project

General

Profile

Actions

Regression #14086

closed

Current snapshot builds missing most kernel modules that were on previous builds/releases

Added by Jim Pingle about 1 year ago. Updated 11 months ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Build / Release
Target version:
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

Related to Bug #14035: PHP error when attempting to create a GIF interface when ``if_gif`` kernel module is not loadedResolvedReid Linnemann

Actions
Actions #1

Updated by Jim Pingle about 1 year ago

  • Release Notes changed from Default to Force Exclusion
Actions #2

Updated by Jim Pingle 12 months ago

  • Related to Bug #14035: PHP error when attempting to create a GIF interface when ``if_gif`` kernel module is not loaded added
Actions #3

Updated by Jim Pingle 12 months 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.

Actions #4

Updated by Jim Pingle 11 months 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

Also available in: Atom PDF