Project

General

Profile

Actions

Regression #14086

closed
JP BD

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

Regression #14086: Current snapshot builds missing most kernel modules that were on previous builds/releases

Added by Jim Pingle over 3 years ago. Updated over 3 years 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 1 (0 open1 closed)

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

Actions

JP Updated by Jim Pingle over 3 years ago Actions #1

  • Release Notes changed from Default to Force Exclusion

JP Updated by Jim Pingle over 3 years ago Actions #2

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

JP Updated by Jim Pingle over 3 years ago Actions #3

  • 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.

JP Updated by Jim Pingle over 3 years ago Actions #4

  • 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