Intel X553 NICs (on C3758 SoC) not detected by pfSense 2.4/2.4.1
-
@stephenw10 I changed the system to 2.4.4 snapshots and received the following errors on first boot,
Crash report begins. Anonymous machine information: amd64 11.2-RELEASE FreeBSD 11.2-RELEASE #28 79c8a561b61(RELENG_2_4_4): Tue Jul 3 17:47:49 EDT 2018 root@buildbot3:/builder/ce-master/tmp/obj/builder/ce-master/tmp/FreeBSD-src/sys/pfSense Crash report details: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20131226/mbstring.so' - Shared object "libonig.so.4" not found, required by "mbstring.so" in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20131226/intl.so' - Shared object "libicui18n.so.60" not found, required by "intl.so" in Unknown on line 0
The zpool is missing some feature flags. Not sure whether this was the case with 2.4.3,
$zpool status pool: zroot state: ONLINE status: Some supported features are not enabled on the pool. The pool can still be used, but some features are unavailable. action: Enable all features using 'zpool upgrade'. Once this is done, the pool may no longer be accessible by software that does not support the features. See zpool-features(7) for details. scan: none requested config: NAME STATE READ WRITE CKSUM zroot ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 ada0p4 ONLINE 0 0 0 ada1p4 ONLINE 0 0 0 errors: No known data errors $zpool upgrade This system supports ZFS pool feature flags. All pools are formatted using feature flags. Some supported features are not enabled on the following pools. Once a feature is enabled the pool may become incompatible with software that does not support the feature. See zpool-features(7) for details. POOL FEATURE --------------- zroot device_removal obsolete_counts zpool_checkpoint
-
If you clear that and reboot do you see it again?
If not it was probably just temporary during the upgrade when those php libs are updated.Steve