Major issues after upgrade from 25.1.10 to 25.1.11

Started by AG_2023, July 17, 2025, 05:03:21 PM

Previous topic - Next topic
Guys, this makes little sense without enough information as previously stated.

I included a file in my bug report. Note that I just found that this file is neither flagged as being too big nor is imported correctly. I cannot make claims as to if that breaks a subsequent configuration load.
Intel N100, 4* I226-V, 2* 82559, 16 GByte, 500 GByte NVME, ZTE F6005

1100 down / 800 up, Bufferbloat A+

Quote from: Monviech (Cedrik) on July 18, 2025, 04:31:09 PMits a unix timestamp

root@opn03:/usr/local/etc # date -j -f "%s" 1752053171
Wed Jul  9 11:26:11 CEST 2025


On OPNsense and other BSD systems (including macOS) it is much simpler to use like this:

 % date -r 1752053171
Wed Jul  9 11:26:11 CEST 2025

As far as I know this does not work on Linux systems.

Quote from: Fabian Wenk on July 22, 2025, 05:18:10 PMOn OPNsense and other BSD systems (including macOS) it is much simpler to use like this:

 % date -r 1752053171
Wed Jul  9 11:26:11 CEST 2025

As far as I know this does not work on Linux systems.

On Linux, it is this:

$ date -d @1752053171
Wed Jul  9 04:26:11 AM CDT 2025