As one former guy confirmed - even in actual Business Edition [BE 24.10_7-amd64] when using bare metal installation.
Can the scope of that issue be reduced to IPv6 configuration on these interfaces?Does the issue happen if IPv6 Configuration Type is set to "None"?
Date Severity Process Line 2024-11-18T12:06:48 Notice lighttpd (/usr/obj/usr/ports/www/lighttpd/work/lighttpd-1.4.76/src/server.c.1939) server started (lighttpd/1.4.76) 2024-11-18T12:06:48 Notice lighttpd (/usr/obj/usr/ports/www/lighttpd/work/lighttpd-1.4.76/src/server.c.2350) server stopped by UID = 0 PID = 83587 2024-11-18T12:06:48 Error lighttpd (/usr/obj/usr/ports/www/lighttpd/work/lighttpd-1.4.76/src/mod_openssl.c.3674) SSL (error): 5 -1: Operation timed out 2024-11-18T12:01:40 Notice lighttpd (/usr/obj/usr/ports/www/lighttpd/work/lighttpd-1.4.76/src/server.c.1230) [note] graceful shutdown started 2024-11-18T11:55:47 Notice lighttpd (/usr/obj/usr/ports/www/lighttpd/work/lighttpd-1.4.76/src/server.c.1939) server started (lighttpd/1.4.76) 2024-11-18T11:55:47 Notice lighttpd (/usr/obj/usr/ports/www/lighttpd/work/lighttpd-1.4.76/src/server.c.2350) server stopped by UID = 0 PID = 906 2024-11-18T11:55:47 Error lighttpd (/usr/obj/usr/ports/www/lighttpd/work/lighttpd-1.4.76/src/mod_openssl.c.3674) SSL (error): 5 -1: Operation timed out 2024-11-18T11:50:37 Notice lighttpd (/usr/obj/usr/ports/www/lighttpd/work/lighttpd-1.4.76/src/server.c.1230) [note] graceful shutdown started 2024-11-18T11:49:23 Notice lighttpd (/usr/obj/usr/ports/www/lighttpd/work/lighttpd-1.4.76/src/server.c.1939) server started (lighttpd/1.4.76) 2024-11-18T11:49:23 Notice lighttpd (/usr/obj/usr/ports/www/lighttpd/work/lighttpd-1.4.76/src/server.c.2350) server stopped by UID = 0 PID = 87441 2024-11-18T11:49:23 Error lighttpd (/usr/obj/usr/ports/www/lighttpd/work/lighttpd-1.4.76/src/mod_openssl.c.3674) SSL (error): 5 -1: Operation timed out 2024-11-18T11:43:55 Notice lighttpd (/usr/obj/usr/ports/www/lighttpd/work/lighttpd-1.4.76/src/server.c.1230) [note] graceful shutdown started 2024-11-18T11:43:12 Notice lighttpd (/usr/obj/usr/ports/www/lighttpd/work/lighttpd-1.4.76/src/server.c.1939) server started (lighttpd/1.4.76) 2024-11-18T11:41:06 Notice lighttpd (/usr/obj/usr/ports/www/lighttpd/work/lighttpd-1.4.76/src/server.c.1939) server started (lighttpd/1.4.76) 2024-11-18T11:41:06 Notice lighttpd (/usr/obj/usr/ports/www/lighttpd/work/lighttpd-1.4.76/src/server.c.2350) server stopped by UID = 0 PID = 41340 2024-11-18T11:41:05 Notice lighttpd (/usr/obj/usr/ports/www/lighttpd/work/lighttpd-1.4.76/src/server.c.1230) [note] graceful shutdown started 2024-11-18T11:02:03 Notice lighttpd (/usr/obj/usr/ports/www/lighttpd/work/lighttpd-1.4.76/src/server.c.1939) server started (lighttpd/1.4.76) 2024-11-18T10:02:02 Notice lighttpd (/usr/obj/usr/ports/www/lighttpd/work/lighttpd-1.4.76/src/server.c.2350) server stopped by UID = 0 PID = 22138 2024-11-18T10:02:02 Error lighttpd (/usr/obj/usr/ports/www/lighttpd/work/lighttpd-1.4.76/src/mod_openssl.c.3674) SSL (error): 5 -1: Operation timed out 2024-11-18T09:57:46 Notice lighttpd (/usr/obj/usr/ports/www/lighttpd/work/lighttpd-1.4.76/src/server.c.1230) [note] graceful shutdown started
Does the issue happen if IPv6 Configuration Type is set to "None"?
I’ve had the same delay or page come up that says page can’t be displayed on the latest business releaseI just refresh the page and it all comes back
Enter an option: 11Writing firmware settings: FreeBSD OPNsenseWriting trust files...done.Scanning /usr/share/certs/untrusted for certificates...Scanning /usr/share/certs/trusted for certificates...Scanning /usr/local/share/certs for certificates...certctl: No changes to trust store were made.Writing trust bundles...done.Configuring login behaviour...done.Configuring CRON...done.Setting timezone: Europe/BerlinSetting hostname: OPNsense.localdomainGenerating /etc/resolv.conf...done.Generating /etc/hosts...done.Configuring loopback interface...done.Configuring LAGG interfaces...done.Configuring VLAN interfaces...done.Configuring LAN interface...done.Configuring WAN interface...done.Setting up routes...done.Setting up gateway monitor...done.Configuring firewall.......done.Starting DHCPv4 service...done.Starting NTP service...done.Configuring OpenSSH...done.Starting Unbound DNS...done.Starting web GUI...locked.Syncing OpenVPN settings...done.
root@OPNsense:/home/udo # ps -aux | grep lighttpdroot 41003 0.0 0.3 22756 9740 - S 15:25 0:00.21 /usr/local/sbin/lighttpd -f /usr/local/etc/lighttpd_webroot 20369 0.0 0.1 12716 2280 0 S+ 15:32 0:00.00 grep lighttpd#former state - system "hangs now"root@OPNsense:/home/udo # kill 41003#WebGui comes up instantlyroot@OPNsense:/home/udo # ps -aux | grep lighttpdroot 31146 0.4 0.3 22756 9712 - S 15:32 0:00.06 /usr/local/sbin/lighttpd -f /usr/local/etc/lighttpd_webroot 89160 0.0 0.1 12716 2284 0 S+ 15:32 0:00.00 grep lighttpdroot@OPNsense:/home/udo #
root@OPNsense:/home/udo # dmidecode# dmidecode 3.6Scanning /dev/mem for entry point.SMBIOS 2.8 present.55 structures occupying 2363 bytes.Table at 0xACEC8018.Handle 0x0000, DMI type 0, 24 bytesBIOS Information Vendor: FUJITSU // American Megatrends Inc. Version: V4.6.5.4 R1.14.0 for D3313-G1x Release Date: 09/21/2017 Address: 0xF0000 Runtime Size: 64 kB ROM Size: 8 MB Characteristics: PCI is supported BIOS is upgradeable BIOS shadowing is allowed Boot from CD is supported Selectable boot is supported EDD is supported Print screen service is supported (int 5h) 8042 keyboard services are supported (int 9h) Serial services are supported (int 14h) Printer services are supported (int 17h) ACPI is supported USB legacy is supported BIOS boot specification is supported Targeted content distribution is supported UEFI is supported BIOS Revision: 1.14Handle 0x0001, DMI type 1, 27 bytesSystem Information Manufacturer: FUJITSU Product Name: FUTRO S920 Version: Serial Number: YLUE126808 UUID: f22e28e4-69b8-11e8-b1e0-4c52620cf994 Wake-up Type: Power Switch SKU Number: S26361-Kxxx-Vyyy Family: FUTRO-FTSHandle 0x0002, DMI type 2, 15 bytesBase Board Information Manufacturer: FUJITSU Product Name: D3313-G1 Version: S26361-D3313-G1 Serial Number: 56511213 Asset Tag: Features: Board is a hosting board Board is replaceable Location In Chassis: Chassis Handle: 0x0003 Type: Motherboard Contained Object Handles: 0Handle 0x0003, DMI type 3, 25 bytesChassis Information Manufacturer: FUJITSU Type: Desktop Lock: Not Present Version: Serial Number: YLUE126808 Asset Tag: Boot-up State: Safe Power Supply State: Safe Thermal State: Safe Security Status: None OEM Information: 0x00000000 Height: Unspecified Number Of Power Cords: 1 Contained Elements: 1 <OUT OF SPEC> (0) SKU Number: To be filled by O.E.M.Handle 0x0004, DMI type 8, 9 bytesPort Connector Information Internal Reference Designator: Nuvoton Internal Connector Type: None External Reference Designator: PS/2 Mouse External Connector Type: PS/2 Port Type: Mouse PortHandle 0x0005, DMI type 8, 9 bytesPort Connector Information Internal Reference Designator: Nuvoton Internal Connector Type: None External Reference Designator: PS/2 Keyboard External Connector Type: PS/2 Port Type: Keyboard PortHandle 0x0006, DMI type 8, 9 bytesPort Connector Information Internal Reference Designator: SMsC Internal Connector Type: None External Reference Designator: Serial-1 External Connector Type: DB-9 male Port Type: Serial Port 16550 CompatibleHandle 0x0007, DMI type 8, 9 bytesPort Connector Information Internal Reference Designator: SMsC Internal Connector Type: None External Reference Designator: Serial-2 External Connector Type: DB-9 male Port Type: Serial Port 16550 CompatibleHandle 0x0008, DMI type 8, 9 bytesPort Connector Information Internal Reference Designator: SMsC Internal Connector Type: 9 Pin Dual Inline (pin 10 cut) External Reference Designator: Serial-3 External Connector Type: None Port Type: Serial Port 16550 CompatibleHandle 0x0009, DMI type 8, 9 bytesPort Connector Information Internal Reference Designator: SMsC Internal Connector Type: 25 Pin Dual Inline (pin 26 cut) External Reference Designator: Parallel External Connector Type: None Port Type: Parallel Port ECP/EPPHandle 0x000A, DMI type 8, 9 bytesPort Connector Information Internal Reference Designator: Realtek Internal Connector Type: None External Reference Designator: LAN External Connector Type: RJ-45 Port Type: Network PortHandle 0x000B, DMI type 8, 9 bytesPort Connector Information Internal Reference Designator: HD8330E Internal Connector Type: None External Reference Designator: DVI-I External Connector Type: Other Port Type: Video PortHandle 0x000C, DMI type 8, 9 bytesPort Connector Information Internal Reference Designator: HD8330E Internal Connector Type: None External Reference Designator: Display Port External Connector Type: Other Port Type: Video PortHandle 0x000D, DMI type 8, 9 bytesPort Connector Information Internal Reference Designator: ALC671 Internal Connector Type: None External Reference Designator: Rear: Line-Out External Connector Type: Mini Jack (headphones) Port Type: Audio PortHandle 0x000E, DMI type 8, 9 bytesPort Connector Information Internal Reference Designator: ALC671 Internal Connector Type: None External Reference Designator: Rear: Line-In External Connector Type: Mini Jack (headphones) Port Type: Audio PortHandle 0x000F, DMI type 8, 9 bytesPort Connector Information Internal Reference Designator: ALC671 Internal Connector Type: None External Reference Designator: Front: Line-Out External Connector Type: Mini Jack (headphones) Port Type: Audio PortHandle 0x0010, DMI type 8, 9 bytesPort Connector Information Internal Reference Designator: ALC671 Internal Connector Type: None External Reference Designator: Front: Mic-In External Connector Type: Mini Jack (headphones) Port Type: Audio PortHandle 0x0011, DMI type 8, 9 bytesPort Connector Information Internal Reference Designator: GX-415GA Internal Connector Type: None External Reference Designator: Rear: USB-1 External Connector Type: Access Bus (USB) Port Type: USBHandle 0x0012, DMI type 8, 9 bytesPort Connector Information Internal Reference Designator: GX-415GA Internal Connector Type: None External Reference Designator: Rear: USB-2 External Connector Type: Access Bus (USB) Port Type: USBHandle 0x0013, DMI type 8, 9 bytesPort Connector Information Internal Reference Designator: GX-415GA Internal Connector Type: None External Reference Designator: Rear: USB-3 External Connector Type: Access Bus (USB) Port Type: USBHandle 0x0014, DMI type 8, 9 bytesPort Connector Information Internal Reference Designator: GX-415GA Internal Connector Type: None External Reference Designator: Rear: USB-4 External Connector Type: Access Bus (USB) Port Type: USBHandle 0x0015, DMI type 8, 9 bytesPort Connector Information Internal Reference Designator: GX-415GA Internal Connector Type: None External Reference Designator: Front: USB-1 External Connector Type: Access Bus (USB) Port Type: USBHandle 0x0016, DMI type 8, 9 bytesPort Connector Information Internal Reference Designator: GX-415GA Internal Connector Type: None External Reference Designator: Front: USB-2 External Connector Type: Access Bus (USB) Port Type: USBHandle 0x0017, DMI type 8, 9 bytesPort Connector Information Internal Reference Designator: GX-415GA Internal Connector Type: 9 Pin Dual Inline (pin 10 cut) External Reference Designator: Intern: USB-1 External Connector Type: None Port Type: USBHandle 0x0018, DMI type 8, 9 bytesPort Connector Information Internal Reference Designator: GX-415GA Internal Connector Type: SAS/SATA Plug Receptacle External Reference Designator: SATA-0 External Connector Type: None Port Type: NoneHandle 0x0019, DMI type 8, 9 bytesPort Connector Information Internal Reference Designator: GX-415GA Internal Connector Type: Other External Reference Designator: mSATA External Connector Type: None Port Type: NoneHandle 0x001A, DMI type 8, 9 bytesPort Connector Information Internal Reference Designator: GX-415GA Internal Connector Type: Other External Reference Designator: mPCIe External Connector Type: None Port Type: NoneHandle 0x001B, DMI type 8, 9 bytesPort Connector Information Internal Reference Designator: GX-415GA Internal Connector Type: Other External Reference Designator: TPM HDR External Connector Type: None Port Type: NoneHandle 0x001C, DMI type 9, 17 bytesSystem Slot Information Designation: PCIe Type: PCI Express 2 x16 Data Bus Width: 4x or x4 Current Usage: Unknown Length: Short ID: 0 Characteristics: 3.3 V is provided PME signal is supported Bus Address: 0000:00:00.0Handle 0x001D, DMI type 10, 16 bytesOn Board Device 1 Information Type: Other Status: Enabled Description: SMsC SCH5627 Super I/OOn Board Device 2 Information Type: Other Status: Enabled Description: Nuvoton NCT5571D Super I/OOn Board Device 3 Information Type: Sound Status: Enabled Description: Realtek ALC671On Board Device 4 Information Type: Video Status: Enabled Description: HD8330EOn Board Device 5 Information Type: Other Status: Enabled Description: AntiopeOn Board Device 6 Information Type: Ethernet Status: Enabled Description: Realtek RTL8111GHandle 0x001E, DMI type 11, 5 bytesOEM Strings String 1: FUJITSU String 2: FUJITSU String 3: FUJITSU TECHNOLOGY SOLUTIONSHandle 0x001F, DMI type 12, 5 bytesSystem Configuration Options Option 1: J3-5: Default position Option 2: J1-2: Reserved Option 3: J5-6: Recovery BIOS activeHandle 0x0026, DMI type 24, 5 bytesHardware Security Power-On Password Status: Disabled Keyboard Password Status: Not Implemented Administrator Password Status: Disabled Front Panel Reset Status: Not ImplementedHandle 0x0027, DMI type 32, 20 bytesSystem Boot Information Status: No errors detectedHandle 0x0028, DMI type 41, 11 bytesOnboard Device Reference Designation: SMsC SCH5627 Super I/O Type: Other Status: Enabled Type Instance: 1 Bus Address: 00ff:ff:1f.7Handle 0x0029, DMI type 41, 11 bytesOnboard Device Reference Designation: Nuvoton NCT5571D Super I/O Type: Other Status: Enabled Type Instance: 1 Bus Address: 00ff:ff:1f.7Handle 0x002A, DMI type 41, 11 bytesOnboard Device Reference Designation: Realtek ALC671 Type: Sound Status: Enabled Type Instance: 1 Bus Address: 00ff:ff:1f.7Handle 0x002B, DMI type 41, 11 bytesOnboard Device Reference Designation: HD8330E Type: Video Status: Enabled Type Instance: 1 Bus Address: 0000:00:00.0Handle 0x002C, DMI type 41, 11 bytesOnboard Device Reference Designation: Antiope Type: Other Status: Enabled Type Instance: 1 Bus Address: 00ff:ff:1f.7Handle 0x002D, DMI type 41, 11 bytesOnboard Device Reference Designation: Realtek RTL8111G Type: Ethernet Status: Enabled Type Instance: 1 Bus Address: 0000:00:00.0Handle 0x002E, DMI type 15, 77 bytesSystem Event Log Area Length: 16383 bytes Header Start Offset: 0x0000 Header Length: 16 bytes Data Start Offset: 0x0010 Access Method: Memory-mapped physical 32-bit address Access Address: 0xFFC46000 Status: Valid, Not Full Change Token: 0x00000001 Header Format: Type 1 Supported Log Type Descriptors: 27 Descriptor 1: Single-bit ECC memory error Data Format 1: Multiple-event handle Descriptor 2: Multi-bit ECC memory error Data Format 2: Multiple-event handle Descriptor 3: Parity memory error Data Format 3: None Descriptor 4: Bus timeout Data Format 4: None Descriptor 5: I/O channel block Data Format 5: None Descriptor 6: Software NMI Data Format 6: None Descriptor 7: POST memory resize Data Format 7: None Descriptor 8: POST error Data Format 8: POST results bitmap Descriptor 9: PCI parity error Data Format 9: Multiple-event handle Descriptor 10: PCI system error Data Format 10: Multiple-event handle Descriptor 11: CPU failure Data Format 11: None Descriptor 12: EISA failsafe timer timeout Data Format 12: None Descriptor 13: Correctable memory log disabled Data Format 13: None Descriptor 14: Logging disabled Data Format 14: None Descriptor 15: System limit exceeded Data Format 15: None Descriptor 16: Asynchronous hardware timer expired Data Format 16: None Descriptor 17: System configuration information Data Format 17: None Descriptor 18: Hard disk information Data Format 18: None Descriptor 19: System reconfigured Data Format 19: None Descriptor 20: Uncorrectable CPU-complex error Data Format 20: None Descriptor 21: Log area reset/cleared Data Format 21: None Descriptor 22: System boot Data Format 22: None Descriptor 23: End of log Data Format 23: None Descriptor 24: OEM-specific Data Format 24: OEM-specific Descriptor 25: OEM-specific Data Format 25: OEM-specific Descriptor 26: OEM-specific Data Format 26: OEM-specific Descriptor 27: OEM-specific Data Format 27: OEM-specificHandle 0x0031, DMI type 176, 36 bytesOEM-specific Type Header and Data: B0 24 31 00 00 00 13 33 00 39 03 00 03 31 FF FF F9 83 15 E3 68 FA 2D 4C A4 80 C2 04 A0 7F 70 C4 02 00 02 00Handle 0x0032, DMI type 177, 42 bytesOEM-specific Type Header and Data: B1 2A 32 00 12 00 00 00 12 00 00 00 12 04 06 05 04 01 0E 00 00 00 00 00 00 00 00 12 00 00 00 00 00 00 00 00 00 00 00 00 00 00Handle 0x0033, DMI type 188, 8 bytesOEM-specific Type Header and Data: BC 08 33 00 30 39 31 24Handle 0x003C, DMI type 16, 23 bytesPhysical Memory Array Location: System Board Or Motherboard Use: System Memory Error Correction Type: None Maximum Capacity: 4 GB Error Information Handle: Not Provided Number Of Devices: 2Handle 0x003D, DMI type 19, 31 bytesMemory Array Mapped Address Starting Address: 0x00000000000 Ending Address: 0x000FFFFFFFF Range Size: 4 GB Physical Array Handle: 0x003C Partition Width: 255Handle 0x003E, DMI type 17, 40 bytesMemory Device Array Handle: 0x003C Error Information Handle: Not Provided Total Width: 64 bits Data Width: 64 bits Size: No Module Installed Form Factor: SODIMM Set: None Locator: DIMM 2 Bank Locator: CHANNEL A Type: DDR3 Type Detail: NoneHandle 0x003F, DMI type 17, 40 bytesMemory Device Array Handle: 0x003C Error Information Handle: Not Provided Total Width: 64 bits Data Width: 64 bits Size: 4 GB Form Factor: SODIMM Set: None Locator: DIMM 1 Bank Locator: CHANNEL A Type: DDR3 Type Detail: Synchronous Unbuffered (Unregistered) Speed: 1600 MT/s Manufacturer: Hynix/Hyundai Serial Number: 0356C745 Asset Tag: A1_AssetTagNum1 Part Number: HMT451S6BFR8A-PB Rank: 1 Configured Memory Speed: 1600 MT/s Minimum Voltage: 1.35 V Maximum Voltage: 1.5 V Configured Voltage: 1.5 VHandle 0x0040, DMI type 20, 35 bytesMemory Device Mapped Address Starting Address: 0x00000000000 Ending Address: 0x000000003FF Range Size: 1 kB Physical Device Handle: 0x0000 Memory Array Mapped Address Handle: 0x0000 Partition Row Position: <OUT OF SPEC>Handle 0x0041, DMI type 20, 35 bytesMemory Device Mapped Address Starting Address: 0x00000000000 Ending Address: 0x000FFFFFFFF Range Size: 4 GB Physical Device Handle: 0x003F Memory Array Mapped Address Handle: 0x003D Partition Row Position: Unknown Interleave Position: Unknown Interleaved Data Depth: UnknownHandle 0x0043, DMI type 7, 19 bytesCache Information Socket Designation: L1 CACHE Configuration: Enabled, Not Socketed, Level 1 Operational Mode: Write Back Location: Internal Installed Size: 128 kB Maximum Size: 128 kB Supported SRAM Types: Pipeline Burst Installed SRAM Type: Pipeline Burst Speed: 1 ns Error Correction Type: Multi-bit ECC System Type: Unified Associativity: 2-way Set-associativeHandle 0x0044, DMI type 7, 19 bytesCache Information Socket Designation: L2 CACHE Configuration: Enabled, Not Socketed, Level 2 Operational Mode: Write Back Location: Internal Installed Size: 1 MB Maximum Size: 1 MB Supported SRAM Types: Pipeline Burst Installed SRAM Type: Pipeline Burst Speed: 1 ns Error Correction Type: Multi-bit ECC System Type: Unified Associativity: 16-way Set-associativeHandle 0x0045, DMI type 4, 42 bytesProcessor Information Socket Designation: P0 Type: Central Processor Family: G-Series Manufacturer: AuthenticAMD ID: FF FB 8B 17 01 0F 73 00 Signature: Family 11, Model 15, Stepping 15 Flags: FPU (Floating-point unit on-chip) CX8 (CMPXCHG8 instruction supported) APIC (On-chip APIC hardware supported) SEP (Fast system call) PAT (Page attribute table) PSE-36 (36-bit page size extension) DS (Debug store) ACPI (ACPI supported) Version: AMD GX-222GC SOC with Radeon(TM) R5E Graphics Voltage: 1.4 V External Clock: 100 MHz Max Speed: 2200 MHz Current Speed: 2200 MHz Status: Populated, Enabled Upgrade: None L1 Cache Handle: 0x0043 L2 Cache Handle: 0x0044 L3 Cache Handle: Not Provided Serial Number: Not Specified Asset Tag: Not Specified Part Number: Not Specified Core Count: 2 Core Enabled: 2 Thread Count: 2 Characteristics: 64-bit capableHandle 0x0046, DMI type 13, 22 bytesBIOS Language Information Language Description Format: Long Installable Languages: 2 en|US|iso8859-1 ja|JP|unicode Currently Installed Language: en|US|iso8859-1Handle 0x0049, DMI type 127, 4 bytesEnd Of Table