Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

aglyons

Members
  • Joined

  • Last visited

Everything posted by aglyons

  1. @trurl Came up again, here's diagnostics knoxx-diagnostics-20230119-1227.zip
  2. **I searched the forums for this log entry and while there were a few, they mostly were in regards to a corrupt docker.img file. This is not the case here. While troubleshooting (and trying to figure out how Docker networks work) I have run into this multiple times. Every time I need to stop Docker to make a change to network settings, it will not start back up again and the log file says that the docker image is in use still. docker.img' is in-use, cannot mount. The only way I have found to fix this is to stop the array (or reboot the whole server but that's dramatic). It seems that something is not unmounting the docker image when you initially stop the docker service. I think this could be a bug.
  3. I've been playing around with this trying to figure out what's going on and it doesn't make sense to me....yet. I turned off bridging on both nic's and reassigned containers to networks. Either the default bridge or host. As before, all containers on the host network (eth0) can still be accessed from the IP address assigned to eth1 using their mapped port numbers. I then enabled bridging on eth1 (only) and again, assigned networks to containers. STILL, all host (eth0) containers can be access by the eth1 IP address. sidenote: Why is the br1 listed in the Docker networks using the IPVLan driver when it is supposed to be a bridge network? root@KNOXX:~# docker network ls NETWORK ID NAME DRIVER SCOPE a84669bab87f br1 ipvlan local 11f039ac639f bridge bridge local f41bc922a522 host host local e540bdf2755b none null local
  4. I have my main NIC eth0 for Unraid, SMB stuff like that. That NIC runs on the primary network, 200.x. I also have a second NIC eth1 in the server that I had purposed for Docker containers which runs on a different network, 202.x I have been fighting with my Unifi controller reporting multiple clients with the same IP and other nonsense and have a ticket open with them but I happened across something, just now. Docker containers that are on the bridge network are accessible from both NIC's! But in the network settings eth0 is the only member of br0. And eth1 is not bridged at all.
  5. This was happening months ago. I posted about it and was advised to switch to IPVLan. But, so far I am seeing really odd things happening with my network which I suspect is due to IPVLan. I've read up on how the two methods operate and with MACVlan, each container gets a virtualized MAC address that the host network can see. With IPVLan, they don't. They share the MAC address of the host NIC. Some NICs don't play nice as they cannot operate in promiscuous mode (which allows for multiple IP addresses associated with the same NIC). Not only does the NIC need to support that mode but also all the other hardware on your network. While I am using Ubiquiti throughout my network. I suspect that they are currently having issues with how they are handling that. All that being said, switching over to IPVLan did stop the kernel panic issues with Unraid.
  6. I run a lot of Unifi hardware in my network. Pretty much the whole sha-bang. Running Unraid using IPVLan is confusing Unifi to no ends as clients listed will flip from one DNS name to another under the same IP address. So, I started digging around. It was originally suggested to move to IPVLan as the MACVlan implementation was causing Kernel Panic freezes with Unraid. This would lock up the system. As such, apparently MACVlan was going to be removed from future versions of Unraid. But, I see that even in v6.11.5, both IPVLan and MACVlan are still an option. There are also links to descriptions as to which situations to use each one. Has the issues with Kernel Panic been resolved using MACVlan on Unraid? Reading the Docker docs on both networks it reads to me that MACVLan is the more appropriate choice given the need to have a container on the hosts physical network. With one caveat which I am still trying to figure out regarding Unifi hardware. "Your networking equipment needs to be able to handle “promiscuous mode”, where one physical interface can be assigned multiple MAC addresses". I have confirmed that the NIC in the Unraid server (AQC107 NBase-T/IEEE 802.3bz Ethernet Controller) does support promiscuous and it is enabled in the driver. This one part stood out to me that would solve the Unifi network confusion is that apparently is states that "you can use the macvlan network driver to assign a MAC address to each container’s virtual network interface". Does this happen automatically in Unraid? Is this something that needs to be added as a variable to the Docker containers templates? In summary, some answers I'm hoping someone can answer, 1. Has the issues with Kernel Panic been resolved using MACVlan on Unraid? 2. Does MACVLan mode assign a virtual MAC address to the containers? 2b. If not, is this a variable that we need to add to containers templates? 3. If using MACVlan, do you 'have' to use the internal DOcker DHCP or can you use the host network DHCP (with reserved IP's) to assign addresses on the containers? Could this implementation be the root cause of the Kernel Panic issues? (because that's how I had it set up originally) Thanks all in advance. Looking forward to the discussion. A.
  7. Odd that I had to add '1' to the eth0 network yet eth1 I had to leave blank. Both networks are showing default gateways as config in the network settings. Thx
  8. v6.11.5 I was using a vlan for a custom Docker network but since I have multiple NICs in the server, I decided to add one to Docker and use that as the dedicated Docker network. I managed to add the new NIC to the Docker config but in doing so, my br0 NIC (the primary Unraid NIC) now has no default gateway listed in the Docker networks list. It is configured on eth0 with the default gateway IP. I think this issue is what is causing Docker to fail starting.
  9. I've been using .local as my lan domain for services on Unraid and other things. But I ran into some issues with my Unifi network controller getting confused with clients. I went to add the local DNS record in unifi to the Unraid server and was shown an error message; "knoxx.local" is not allowed since it is reserved for Multicast DNS functionality. That lead me to start thinking that maybe me using .local could be causing problems. My Unraid server has a fixed IP of 200.88 I have a docker network, defined in Unraid and in Unifi (202.x). I have a Bitwarden server running on the Docker network with a fixed IP, 202.6. Unifi shows the KNOXX Unraid server listed under the Docker network, with the fixed IP of the Bitwarden server. The fixed IP config on Unifi is set to reserve the 200.88 IP (not the Docker network). But it is totally confused. Technically, both IP's are correct. Could it just be the Unifi system is not smart enough yet to understand that one MAC can have multiple IP's across multiple networks? I'm looking to see if anyone can suggest any tutorials on home lan networking and how I can incorporate best practices using Unifi, Unraid, PiHole etc. The closer to "for dummies" the better. Thx all !
  10. Nope. Got nowhere with them. I'm a little surprised that either a Docker app or UnRaid plugin hasn't been created already that does this easily.
  11. It gets cut in half at least. That's a significant hit IMO. Why is it that it's buggy in Unraid, causing crashes and lock-ups when I don't see any issues anywhere else? Prior to Unraid, I've had Jumbo Frames running on my network without issues.
  12. Yes, I have Jumbo Frames enabled at 9014, same as my desktop NIC and switches. If I drop it down to default 1500 my 10Gb network does not run at full speed. It looks like it is doing the same thing as when I had MACVLAN enabled. I switched to IPVLAN prior to this update and now that option is no longer available in the network dialog page. But nothing in the log file is jumping out at me. Oct 7 19:34:33 KNOXX kernel: microcode: microcode updated early to revision 0x1d, date = 2018-05-11 Oct 7 19:34:33 KNOXX kernel: Linux version 5.19.14-Unraid (root@Develop) (gcc (GCC) 12.2.0, GNU ld version 2.39-slack151) #1 SMP PREEMPT_DYNAMIC Thu Oct 6 09:15:00 PDT 2022 Oct 7 19:34:33 KNOXX kernel: Command line: BOOT_IMAGE=/bzimage initrd=/bzroot Oct 7 19:34:33 KNOXX kernel: x86/fpu: x87 FPU will use FXSAVE Oct 7 19:34:33 KNOXX kernel: signal: max sigframe size: 1440 Oct 7 19:34:33 KNOXX kernel: BIOS-provided physical RAM map: Oct 7 19:34:33 KNOXX kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable Oct 7 19:34:33 KNOXX kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000bd368fff] usable Oct 7 19:34:33 KNOXX kernel: BIOS-e820: [mem 0x00000000bd369000-0x00000000bf38efff] reserved Oct 7 19:34:33 KNOXX kernel: BIOS-e820: [mem 0x00000000bf38f000-0x00000000bf3cdfff] ACPI data Oct 7 19:34:33 KNOXX kernel: BIOS-e820: [mem 0x00000000bf3ce000-0x00000000bfffffff] reserved Oct 7 19:34:33 KNOXX kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved Oct 7 19:34:33 KNOXX kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000ffffffff] reserved Oct 7 19:34:33 KNOXX kernel: BIOS-e820: [mem 0x0000000100000000-0x000000183fffffff] usable Oct 7 19:34:33 KNOXX kernel: NX (Execute Disable) protection: active Oct 7 19:34:33 KNOXX kernel: SMBIOS 2.6 present. Oct 7 19:34:33 KNOXX kernel: DMI: Dell Inc. PowerEdge R510/084YMW, BIOS 1.12.0 07/26/2013 Oct 7 19:34:33 KNOXX kernel: tsc: Fast TSC calibration using PIT Oct 7 19:34:33 KNOXX kernel: tsc: Detected 2933.261 MHz processor Oct 7 19:34:33 KNOXX kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved Oct 7 19:34:33 KNOXX kernel: e820: remove [mem 0x000a0000-0x000fffff] usable Oct 7 19:34:33 KNOXX kernel: last_pfn = 0x1840000 max_arch_pfn = 0x400000000 Oct 7 19:34:33 KNOXX kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT Oct 7 19:34:33 KNOXX kernel: e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved Oct 7 19:34:33 KNOXX kernel: last_pfn = 0xbd369 max_arch_pfn = 0x400000000 Oct 7 19:34:33 KNOXX kernel: found SMP MP-table at [mem 0x000fe710-0x000fe71f] Oct 7 19:34:33 KNOXX kernel: RAMDISK: [mem 0x76a3b000-0x7fffffff] Oct 7 19:34:33 KNOXX kernel: ACPI: Early table checksum verification disabled Oct 7 19:34:33 KNOXX kernel: ACPI: RSDP 0x00000000000F1530 000024 (v02 DELL ) Oct 7 19:34:33 KNOXX kernel: ACPI: XSDT 0x00000000000F1634 00009C (v01 DELL PE_SC3 00000001 DELL 00000001) Oct 7 19:34:33 KNOXX kernel: ACPI: FACP 0x00000000BF3B3C28 0000F4 (v03 DELL PE_SC3 00000001 DELL 00000001) Oct 7 19:34:33 KNOXX kernel: ACPI: DSDT 0x00000000BF38F000 003B44 (v01 DELL PE_SC3 00000001 INTL 20050624) Oct 7 19:34:33 KNOXX kernel: ACPI: FACS 0x00000000BF3B6000 000040 Oct 7 19:34:33 KNOXX kernel: ACPI: FACS 0x00000000BF3B6000 000040 Oct 7 19:34:33 KNOXX kernel: ACPI: APIC 0x00000000BF3B3478 00015E (v01 DELL PE_SC3 00000001 DELL 00000001) Oct 7 19:34:33 KNOXX kernel: ACPI: SPCR 0x00000000BF3B35D8 000050 (v01 DELL PE_SC3 00000001 DELL 00000001) Oct 7 19:34:33 KNOXX kernel: ACPI: HPET 0x00000000BF3B362C 000038 (v01 DELL PE_SC3 00000001 DELL 00000001) Oct 7 19:34:33 KNOXX kernel: ACPI: DM__ 0x00000000BF3B3668 0001D0 (v01 DELL PE_SC3 00000001 DELL 00000001) Oct 7 19:34:33 KNOXX kernel: ACPI: MCFG 0x00000000BF3B38C4 00003C (v01 DELL PE_SC3 00000001 DELL 00000001) Oct 7 19:34:33 KNOXX kernel: ACPI: WD__ 0x00000000BF3B3904 000134 (v01 DELL PE_SC3 00000001 DELL 00000001) Oct 7 19:34:33 KNOXX kernel: ACPI: SLIC 0x00000000BF3B3A3C 000024 (v01 DELL PE_SC3 00000001 DELL 00000001) Oct 7 19:34:33 KNOXX kernel: ACPI: ERST 0x00000000BF392CE4 000270 (v01 DELL PE_SC3 00000001 DELL 00000001) Oct 7 19:34:33 KNOXX kernel: ACPI: HEST 0x00000000BF392F54 0003A8 (v01 DELL PE_SC3 00000001 DELL 00000001) Oct 7 19:34:33 KNOXX kernel: ACPI: BERT 0x00000000BF392B44 000030 (v01 DELL PE_SC3 00000001 DELL 00000001) Oct 7 19:34:33 KNOXX kernel: ACPI: EINJ 0x00000000BF392B74 000170 (v01 DELL PE_SC3 00000001 DELL 00000001) Oct 7 19:34:33 KNOXX kernel: ACPI: TCPA 0x00000000BF3B3BC0 000064 (v02 DELL PE_SC3 00000001 DELL 00000001) Oct 7 19:34:33 KNOXX kernel: ACPI: SSDT 0x00000000BF3B7000 004C34 (v01 INTEL PPM RCM 80000001 INTL 20061109) Oct 7 19:34:33 KNOXX kernel: ACPI: Reserving FACP table memory at [mem 0xbf3b3c28-0xbf3b3d1b] Oct 7 19:34:33 KNOXX kernel: ACPI: Reserving DSDT table memory at [mem 0xbf38f000-0xbf392b43] Oct 7 19:34:33 KNOXX kernel: ACPI: Reserving FACS table memory at [mem 0xbf3b6000-0xbf3b603f] Oct 7 19:34:33 KNOXX kernel: ACPI: Reserving FACS table memory at [mem 0xbf3b6000-0xbf3b603f] Oct 7 19:34:33 KNOXX kernel: ACPI: Reserving APIC table memory at [mem 0xbf3b3478-0xbf3b35d5] Oct 7 19:34:33 KNOXX kernel: ACPI: Reserving SPCR table memory at [mem 0xbf3b35d8-0xbf3b3627] Oct 7 19:34:33 KNOXX kernel: ACPI: Reserving HPET table memory at [mem 0xbf3b362c-0xbf3b3663] Oct 7 19:34:33 KNOXX kernel: ACPI: Reserving DM__ table memory at [mem 0xbf3b3668-0xbf3b3837] Oct 7 19:34:33 KNOXX kernel: ACPI: Reserving MCFG table memory at [mem 0xbf3b38c4-0xbf3b38ff] Oct 7 19:34:33 KNOXX kernel: ACPI: Reserving WD__ table memory at [mem 0xbf3b3904-0xbf3b3a37] Oct 7 19:34:33 KNOXX kernel: ACPI: Reserving SLIC table memory at [mem 0xbf3b3a3c-0xbf3b3a5f] Oct 7 19:34:33 KNOXX kernel: ACPI: Reserving ERST table memory at [mem 0xbf392ce4-0xbf392f53] Oct 7 19:34:33 KNOXX kernel: ACPI: Reserving HEST table memory at [mem 0xbf392f54-0xbf3932fb] Oct 7 19:34:33 KNOXX kernel: ACPI: Reserving BERT table memory at [mem 0xbf392b44-0xbf392b73] Oct 7 19:34:33 KNOXX kernel: ACPI: Reserving EINJ table memory at [mem 0xbf392b74-0xbf392ce3] Oct 7 19:34:33 KNOXX kernel: ACPI: Reserving TCPA table memory at [mem 0xbf3b3bc0-0xbf3b3c23] Oct 7 19:34:33 KNOXX kernel: ACPI: Reserving SSDT table memory at [mem 0xbf3b7000-0xbf3bbc33] Oct 7 19:34:33 KNOXX kernel: No NUMA configuration found Oct 7 19:34:33 KNOXX kernel: Faking a node at [mem 0x0000000000000000-0x000000183fffffff] Oct 7 19:34:33 KNOXX kernel: NODE_DATA(0) allocated [mem 0x183ff9f000-0x183ffa2fff] Oct 7 19:34:33 KNOXX kernel: Zone ranges: Oct 7 19:34:33 KNOXX kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff] Oct 7 19:34:33 KNOXX kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff] Oct 7 19:34:33 KNOXX kernel: Normal [mem 0x0000000100000000-0x000000183fffffff] Oct 7 19:34:33 KNOXX kernel: Movable zone start for each node Oct 7 19:34:33 KNOXX kernel: Early memory node ranges Oct 7 19:34:33 KNOXX kernel: node 0: [mem 0x0000000000001000-0x000000000009dfff] Oct 7 19:34:33 KNOXX kernel: node 0: [mem 0x0000000000100000-0x00000000bd368fff] Oct 7 19:34:33 KNOXX kernel: node 0: [mem 0x0000000100000000-0x000000183fffffff] Oct 7 19:34:33 KNOXX kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000183fffffff] Oct 7 19:34:33 KNOXX kernel: On node 0, zone DMA: 1 pages in unavailable ranges Oct 7 19:34:33 KNOXX kernel: On node 0, zone DMA: 98 pages in unavailable ranges Oct 7 19:34:33 KNOXX kernel: On node 0, zone Normal: 11415 pages in unavailable ranges Oct 7 19:34:33 KNOXX kernel: ACPI: PM-Timer IO Port: 0x808 Oct 7 19:34:33 KNOXX kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) Oct 7 19:34:33 KNOXX kernel: IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23 Oct 7 19:34:33 KNOXX kernel: IOAPIC[1]: apic_id 1, version 32, address 0xfec80000, GSI 32-55 Oct 7 19:34:33 KNOXX kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) Oct 7 19:34:33 KNOXX kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) Oct 7 19:34:33 KNOXX kernel: ACPI: Using ACPI (MADT) for SMP configuration information Oct 7 19:34:33 KNOXX kernel: ACPI: HPET id: 0x8086a301 base: 0xfed00000 Oct 7 19:34:33 KNOXX kernel: ACPI: SPCR: SPCR table version 1 Oct 7 19:34:33 KNOXX kernel: ACPI: SPCR: Unexpected SPCR Access Width. Defaulting to byte size Oct 7 19:34:33 KNOXX kernel: ACPI: SPCR: console: uart,mmio,0x0 Oct 7 19:34:33 KNOXX kernel: smpboot: Allowing 16 CPUs, 0 hotplug CPUs Oct 7 19:34:33 KNOXX kernel: [mem 0xc0000000-0xdfffffff] available for PCI devices Oct 7 19:34:33 KNOXX kernel: Booting paravirtualized kernel on bare hardware Oct 7 19:34:33 KNOXX kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns Oct 7 19:34:33 KNOXX kernel: setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:16 nr_node_ids:1 Oct 7 19:34:33 KNOXX kernel: percpu: Embedded 55 pages/cpu s185576 r8192 d31512 u262144 Oct 7 19:34:33 KNOXX kernel: pcpu-alloc: s185576 r8192 d31512 u262144 alloc=1*2097152 Oct 7 19:34:33 KNOXX kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 Oct 7 19:34:33 KNOXX kernel: Fallback order for Node 0: 0 Oct 7 19:34:33 KNOXX kernel: Built 1 zonelists, mobility grouping on. Total pages: 24761115 Oct 7 19:34:33 KNOXX kernel: Policy zone: Normal Oct 7 19:34:33 KNOXX kernel: Kernel command line: BOOT_IMAGE=/bzimage initrd=/bzroot Oct 7 19:34:33 KNOXX kernel: Unknown kernel command line parameters "BOOT_IMAGE=/bzimage", will be passed to user space. Oct 7 19:34:33 KNOXX kernel: Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear) Oct 7 19:34:33 KNOXX kernel: Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear) Oct 7 19:34:33 KNOXX kernel: mem auto-init: stack:off, heap alloc:off, heap free:off Oct 7 19:34:33 KNOXX kernel: Memory: 98696908K/100617240K available (10247K kernel code, 1669K rwdata, 3848K rodata, 1812K init, 1956K bss, 1920076K reserved, 0K cma-reserved) Oct 7 19:34:33 KNOXX kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1 Oct 7 19:34:33 KNOXX kernel: Kernel/User page tables isolation: enabled Oct 7 19:34:33 KNOXX kernel: ftrace: allocating 40829 entries in 160 pages Oct 7 19:34:33 KNOXX kernel: ftrace: allocated 160 pages with 2 groups Oct 7 19:34:33 KNOXX kernel: Dynamic Preempt: voluntary Oct 7 19:34:33 KNOXX kernel: rcu: Preemptible hierarchical RCU implementation. Oct 7 19:34:33 KNOXX kernel: rcu: RCU event tracing is enabled. Oct 7 19:34:33 KNOXX kernel: rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=16. Oct 7 19:34:33 KNOXX kernel: Trampoline variant of Tasks RCU enabled. Oct 7 19:34:33 KNOXX kernel: Rude variant of Tasks RCU enabled. Oct 7 19:34:33 KNOXX kernel: Tracing variant of Tasks RCU enabled. Oct 7 19:34:33 KNOXX kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies. Oct 7 19:34:33 KNOXX kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16 Oct 7 19:34:33 KNOXX kernel: NR_IRQS: 16640, nr_irqs: 1096, preallocated irqs: 16 Oct 7 19:34:33 KNOXX kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention. Oct 7 19:34:33 KNOXX kernel: Console: colour VGA+ 80x25 Oct 7 19:34:33 KNOXX kernel: printk: console [tty0] enabled Oct 7 19:34:33 KNOXX kernel: ACPI: Core revision 20220331 Oct 7 19:34:33 KNOXX kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns Oct 7 19:34:33 KNOXX kernel: APIC: Switch to symmetric I/O mode setup Oct 7 19:34:33 KNOXX kernel: DMAR-IR: This system BIOS has enabled interrupt remapping Oct 7 19:34:33 KNOXX kernel: on a chipset that contains an erratum making that Oct 7 19:34:33 KNOXX kernel: feature unstable. To maintain system stability Oct 7 19:34:33 KNOXX kernel: interrupt remapping is being disabled. Please Oct 7 19:34:33 KNOXX kernel: contact your BIOS vendor for an update Oct 7 19:34:33 KNOXX kernel: Switched APIC routing to physical flat. Oct 7 19:34:33 KNOXX kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 Oct 7 19:34:33 KNOXX kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2a47ff96612, max_idle_ns: 440795211487 ns Oct 7 19:34:33 KNOXX kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5866.52 BogoMIPS (lpj=2933261) Oct 7 19:34:33 KNOXX kernel: pid_max: default: 32768 minimum: 301 Oct 7 19:34:33 KNOXX kernel: Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) Oct 7 19:34:33 KNOXX kernel: Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) Oct 7 19:34:33 KNOXX kernel: x86/cpu: VMX (outside TXT) disabled by BIOS Oct 7 19:34:33 KNOXX kernel: CPU0: Thermal monitoring enabled (TM1) Oct 7 19:34:33 KNOXX kernel: process: using mwait in idle threads Oct 7 19:34:33 KNOXX kernel: Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7 Oct 7 19:34:33 KNOXX kernel: Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 Oct 7 19:34:33 KNOXX kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization Oct 7 19:34:33 KNOXX kernel: Spectre V2 : Mitigation: Retpolines Oct 7 19:34:33 KNOXX kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch Oct 7 19:34:33 KNOXX kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT Oct 7 19:34:33 KNOXX kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls Oct 7 19:34:33 KNOXX kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier Oct 7 19:34:33 KNOXX kernel: Spectre V2 : User space: Mitigation: STIBP via prctl Oct 7 19:34:33 KNOXX kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl Oct 7 19:34:33 KNOXX kernel: MDS: Vulnerable: Clear CPU buffers attempted, no microcode Oct 7 19:34:33 KNOXX kernel: MMIO Stale Data: Unknown: No mitigations Oct 7 19:34:33 KNOXX kernel: Freeing SMP alternatives memory: 24K Oct 7 19:34:33 KNOXX kernel: smpboot: CPU 0 Converting physical 1 to logical package 0 Oct 7 19:34:33 KNOXX kernel: smpboot: CPU0: Intel(R) Xeon(R) CPU X5570 @ 2.93GHz (family: 0x6, model: 0x1a, stepping: 0x5) Oct 7 19:34:33 KNOXX kernel: cblist_init_generic: Setting adjustable number of callback queues. Oct 7 19:34:33 KNOXX kernel: cblist_init_generic: Setting shift to 4 and lim to 1. Oct 7 19:34:33 KNOXX kernel: cblist_init_generic: Setting shift to 4 and lim to 1. Oct 7 19:34:33 KNOXX kernel: cblist_init_generic: Setting shift to 4 and lim to 1. Oct 7 19:34:33 KNOXX kernel: Performance Events: PEBS fmt1+, Nehalem events, 16-deep LBR, Intel PMU driver. Oct 7 19:34:33 KNOXX kernel: core: CPU erratum AAJ80 worked around Oct 7 19:34:33 KNOXX kernel: core: CPUID marked event: 'bus cycles' unavailable Oct 7 19:34:33 KNOXX kernel: ... version: 3 Oct 7 19:34:33 KNOXX kernel: ... bit width: 48 Oct 7 19:34:33 KNOXX kernel: ... generic registers: 4 Oct 7 19:34:33 KNOXX kernel: ... value mask: 0000ffffffffffff Oct 7 19:34:33 KNOXX kernel: ... max period: 000000007fffffff Oct 7 19:34:33 KNOXX kernel: ... fixed-purpose events: 3 Oct 7 19:34:33 KNOXX kernel: ... event mask: 000000070000000f Oct 7 19:34:33 KNOXX kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1117 Oct 7 19:34:33 KNOXX kernel: rcu: Hierarchical SRCU implementation. Oct 7 19:34:33 KNOXX kernel: rcu: Max phase no-delay instances is 400. Oct 7 19:34:33 KNOXX kernel: smp: Bringing up secondary CPUs ... Oct 7 19:34:33 KNOXX kernel: x86: Booting SMP configuration: Oct 7 19:34:33 KNOXX kernel: .... node #0, CPUs: #1 Oct 7 19:34:33 KNOXX kernel: smpboot: CPU 1 Converting physical 0 to logical package 1 Oct 7 19:34:33 KNOXX kernel: smpboot: CPU 1 Converting physical 0 to logical die 1 Oct 7 19:34:33 KNOXX kernel: #2 #3 #4 #5 #6 #7 #8 Oct 7 19:34:33 KNOXX kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details. Oct 7 19:34:33 KNOXX kernel: #9 #10 #11 #12 #13 #14 #15 Oct 7 19:34:33 KNOXX kernel: smp: Brought up 1 node, 16 CPUs Oct 7 19:34:33 KNOXX kernel: smpboot: Max logical packages: 2 Oct 7 19:34:33 KNOXX kernel: smpboot: Total of 16 processors activated (93858.67 BogoMIPS) Oct 7 19:34:33 KNOXX kernel: devtmpfs: initialized Oct 7 19:34:33 KNOXX kernel: x86/mm: Memory block size: 2048MB Oct 7 19:34:33 KNOXX kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns Oct 7 19:34:33 KNOXX kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear) Oct 7 19:34:33 KNOXX kernel: pinctrl core: initialized pinctrl subsystem Oct 7 19:34:33 KNOXX kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family Oct 7 19:34:33 KNOXX kernel: thermal_sys: Registered thermal governor 'fair_share' Oct 7 19:34:33 KNOXX kernel: thermal_sys: Registered thermal governor 'bang_bang' Oct 7 19:34:33 KNOXX kernel: thermal_sys: Registered thermal governor 'step_wise' Oct 7 19:34:33 KNOXX kernel: thermal_sys: Registered thermal governor 'user_space' Oct 7 19:34:33 KNOXX kernel: cpuidle: using governor ladder Oct 7 19:34:33 KNOXX kernel: cpuidle: using governor menu Oct 7 19:34:33 KNOXX kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it Oct 7 19:34:33 KNOXX kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) Oct 7 19:34:33 KNOXX kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820 Oct 7 19:34:33 KNOXX kernel: pmd_set_huge: Cannot satisfy [mem 0xe0000000-0xe0200000] with a huge-page mapping due to MTRR override. Oct 7 19:34:33 KNOXX kernel: PCI: Using configuration type 1 for base access Oct 7 19:34:33 KNOXX kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. Oct 7 19:34:33 KNOXX kernel: HugeTLB: can optimize 7 vmemmap pages for hugepages-2048kB Oct 7 19:34:33 KNOXX kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages Oct 7 19:34:33 KNOXX kernel: raid6: sse2x4 gen() 10630 MB/s Oct 7 19:34:33 KNOXX kernel: raid6: sse2x2 gen() 11427 MB/s Oct 7 19:34:33 KNOXX kernel: raid6: sse2x1 gen() 9476 MB/s Oct 7 19:34:33 KNOXX kernel: raid6: using algorithm sse2x2 gen() 11427 MB/s Oct 7 19:34:33 KNOXX rsyslogd: [origin software="rsyslogd" swVersion="8.2102.0" x-pid="1091" x-info="https://www.rsyslog.com"] start Oct 7 19:34:33 KNOXX kernel: raid6: .... xor() 7640 MB/s, rmw enabled Oct 7 19:34:33 KNOXX kernel: raid6: using ssse3x2 recovery algorithm Oct 7 19:34:33 KNOXX kernel: ACPI: Added _OSI(Module Device) Oct 7 19:34:33 KNOXX kernel: ACPI: Added _OSI(Processor Device) Oct 7 19:34:33 KNOXX kernel: ACPI: Added _OSI(3.0 _SCP Extensions) Oct 7 19:34:33 KNOXX kernel: ACPI: Added _OSI(Processor Aggregator Device) Oct 7 19:34:33 KNOXX kernel: ACPI: Added _OSI(Linux-Dell-Video) Oct 7 19:34:33 KNOXX rsyslogd: omfwd/udp: socket 5: sendto() error: Network is unreachable [v8.2102.0 try https://www.rsyslog.com/e/2354 ] Oct 7 19:34:33 KNOXX kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) Oct 7 19:34:33 KNOXX kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics) Oct 7 19:34:33 KNOXX kernel: ACPI: 2 ACPI AML tables successfully acquired and loaded Oct 7 19:34:33 KNOXX kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored Oct 7 19:34:33 KNOXX kernel: ACPI: Interpreter enabled Oct 7 19:34:33 KNOXX kernel: ACPI: PM: (supports S0 S5) Oct 7 19:34:33 KNOXX kernel: ACPI: Using IOAPIC for interrupt routing Oct 7 19:34:33 KNOXX kernel: HEST: Table parsing has been initialized. Oct 7 19:34:33 KNOXX kernel: GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC. Oct 7 19:34:33 KNOXX kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug Oct 7 19:34:33 KNOXX kernel: PCI: Using E820 reservations for host bridge windows Oct 7 19:34:33 KNOXX kernel: ACPI: Enabled 2 GPEs in block 00 to 3F Oct 7 19:34:33 KNOXX kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) Oct 7 19:34:33 KNOXX kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3] Oct 7 19:34:33 KNOXX kernel: acpi PNP0A08:00: _OSC: OS now controls [PME AER PCIeCapability LTR] Oct 7 19:34:33 KNOXX kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration Oct 7 19:34:33 KNOXX kernel: PCI host bridge to bus 0000:00 Oct 7 19:34:33 KNOXX kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] Oct 7 19:34:33 KNOXX kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] Oct 7 19:34:33 KNOXX kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] Oct 7 19:34:33 KNOXX kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfdffffff window] Oct 7 19:34:33 KNOXX kernel: pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window] Oct 7 19:34:33 KNOXX kernel: pci_bus 0000:00: root bus resource [bus 00-ff] Oct 7 19:34:33 KNOXX kernel: pci 0000:00:00.0: [8086:3403] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:00:00.0: enabling Extended Tags Oct 7 19:34:33 KNOXX kernel: pci 0000:00:00.0: PME# supported from D0 D3hot D3cold Oct 7 19:34:33 KNOXX kernel: pci 0000:00:01.0: [8086:3408] type 01 class 0x060400 Oct 7 19:34:33 KNOXX kernel: pci 0000:00:01.0: enabling Extended Tags Oct 7 19:34:33 KNOXX kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold Oct 7 19:34:33 KNOXX kernel: pci 0000:00:03.0: [8086:340a] type 01 class 0x060400 Oct 7 19:34:33 KNOXX kernel: pci 0000:00:03.0: enabling Extended Tags Oct 7 19:34:33 KNOXX kernel: pci 0000:00:03.0: PME# supported from D0 D3hot D3cold Oct 7 19:34:33 KNOXX kernel: pci 0000:00:07.0: [8086:340e] type 01 class 0x060400 Oct 7 19:34:33 KNOXX kernel: pci 0000:00:07.0: enabling Extended Tags Oct 7 19:34:33 KNOXX kernel: pci 0000:00:07.0: PME# supported from D0 D3hot D3cold Oct 7 19:34:33 KNOXX kernel: pci 0000:00:09.0: [8086:3410] type 01 class 0x060400 Oct 7 19:34:33 KNOXX kernel: pci 0000:00:09.0: enabling Extended Tags Oct 7 19:34:33 KNOXX kernel: pci 0000:00:09.0: PME# supported from D0 D3hot D3cold Oct 7 19:34:33 KNOXX kernel: pci 0000:00:0a.0: [8086:3411] type 01 class 0x060400 Oct 7 19:34:33 KNOXX kernel: pci 0000:00:0a.0: enabling Extended Tags Oct 7 19:34:33 KNOXX kernel: pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold Oct 7 19:34:33 KNOXX kernel: pci 0000:00:14.0: [8086:342e] type 00 class 0x080000 Oct 7 19:34:33 KNOXX kernel: pci 0000:00:14.1: [8086:3422] type 00 class 0x080000 Oct 7 19:34:33 KNOXX kernel: pci 0000:00:14.2: [8086:3423] type 00 class 0x080000 Oct 7 19:34:33 KNOXX kernel: pci 0000:00:16.0: [8086:3430] type 00 class 0x088000 Oct 7 19:34:33 KNOXX kernel: pci 0000:00:16.0: reg 0x10: [mem 0xdf8e0000-0xdf8e3fff 64bit] Oct 7 19:34:33 KNOXX kernel: pci 0000:00:16.1: [8086:3431] type 00 class 0x088000 Oct 7 19:34:33 KNOXX kernel: pci 0000:00:16.1: reg 0x10: [mem 0xdf8e4000-0xdf8e7fff 64bit] Oct 7 19:34:33 KNOXX kernel: pci 0000:00:16.2: [8086:3432] type 00 class 0x088000 Oct 7 19:34:33 KNOXX kernel: pci 0000:00:16.2: reg 0x10: [mem 0xdf8e8000-0xdf8ebfff 64bit] Oct 7 19:34:33 KNOXX kernel: pci 0000:00:16.3: [8086:3433] type 00 class 0x088000 Oct 7 19:34:33 KNOXX kernel: pci 0000:00:16.3: reg 0x10: [mem 0xdf8ec000-0xdf8effff 64bit] Oct 7 19:34:33 KNOXX kernel: pci 0000:00:16.4: [8086:3429] type 00 class 0x088000 Oct 7 19:34:33 KNOXX kernel: pci 0000:00:16.4: reg 0x10: [mem 0xdf8f0000-0xdf8f3fff 64bit] Oct 7 19:34:33 KNOXX kernel: pci 0000:00:16.5: [8086:342a] type 00 class 0x088000 Oct 7 19:34:33 KNOXX kernel: pci 0000:00:16.5: reg 0x10: [mem 0xdf8f4000-0xdf8f7fff 64bit] Oct 7 19:34:33 KNOXX kernel: pci 0000:00:16.6: [8086:342b] type 00 class 0x088000 Oct 7 19:34:33 KNOXX kernel: pci 0000:00:16.6: reg 0x10: [mem 0xdf8f8000-0xdf8fbfff 64bit] Oct 7 19:34:33 KNOXX kernel: pci 0000:00:16.7: [8086:342c] type 00 class 0x088000 Oct 7 19:34:33 KNOXX kernel: pci 0000:00:16.7: reg 0x10: [mem 0xdf8fc000-0xdf8fffff 64bit] Oct 7 19:34:33 KNOXX kernel: pci 0000:00:1a.0: [8086:3a37] type 00 class 0x0c0300 Oct 7 19:34:33 KNOXX kernel: pci 0000:00:1a.0: reg 0x20: [io 0xec40-0xec5f] Oct 7 19:34:33 KNOXX kernel: pci 0000:00:1a.1: [8086:3a38] type 00 class 0x0c0300 Oct 7 19:34:33 KNOXX kernel: pci 0000:00:1a.1: reg 0x20: [io 0xec60-0xec7f] Oct 7 19:34:33 KNOXX kernel: pci 0000:00:1a.7: [8086:3a3c] type 00 class 0x0c0320 Oct 7 19:34:33 KNOXX kernel: pci 0000:00:1a.7: reg 0x10: [mem 0xdf8de000-0xdf8de3ff] Oct 7 19:34:33 KNOXX kernel: pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold Oct 7 19:34:33 KNOXX kernel: pci 0000:00:1d.0: [8086:3a34] type 00 class 0x0c0300 Oct 7 19:34:33 KNOXX kernel: pci 0000:00:1d.0: reg 0x20: [io 0xec80-0xec9f] Oct 7 19:34:33 KNOXX kernel: pci 0000:00:1d.1: [8086:3a35] type 00 class 0x0c0300 Oct 7 19:34:33 KNOXX kernel: pci 0000:00:1d.1: reg 0x20: [io 0xeca0-0xecbf] Oct 7 19:34:33 KNOXX kernel: pci 0000:00:1d.2: [8086:3a36] type 00 class 0x0c0300 Oct 7 19:34:33 KNOXX kernel: pci 0000:00:1d.2: reg 0x20: [io 0xecc0-0xecdf] Oct 7 19:34:33 KNOXX kernel: pci 0000:00:1d.3: [8086:3a39] type 00 class 0x0c0300 Oct 7 19:34:33 KNOXX kernel: pci 0000:00:1d.3: reg 0x20: [io 0xece0-0xecff] Oct 7 19:34:33 KNOXX kernel: pci 0000:00:1d.7: [8086:3a3a] type 00 class 0x0c0320 Oct 7 19:34:33 KNOXX kernel: pci 0000:00:1d.7: reg 0x10: [mem 0xdf8df000-0xdf8df3ff] Oct 7 19:34:33 KNOXX kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold Oct 7 19:34:33 KNOXX kernel: pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401 Oct 7 19:34:33 KNOXX kernel: pci 0000:00:1f.0: [8086:3a16] type 00 class 0x060100 Oct 7 19:34:33 KNOXX kernel: pci 0000:00:1f.0: quirk: [io 0x0800-0x087f] claimed by ICH6 ACPI/GPIO/TCO Oct 7 19:34:33 KNOXX kernel: pci 0000:00:1f.0: quirk: [io 0x0880-0x08bf] claimed by ICH6 GPIO Oct 7 19:34:33 KNOXX kernel: pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0c00 (mask 007f) Oct 7 19:34:33 KNOXX kernel: pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0ca0 (mask 000f) Oct 7 19:34:33 KNOXX kernel: pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 00e0 (mask 000f) Oct 7 19:34:33 KNOXX kernel: pci 0000:01:00.0: [14e4:163b] type 00 class 0x020000 Oct 7 19:34:33 KNOXX kernel: pci 0000:01:00.0: reg 0x10: [mem 0xda000000-0xdbffffff 64bit] Oct 7 19:34:33 KNOXX kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold Oct 7 19:34:33 KNOXX kernel: pci 0000:01:00.1: [14e4:163b] type 00 class 0x020000 Oct 7 19:34:33 KNOXX kernel: pci 0000:01:00.1: reg 0x10: [mem 0xdc000000-0xddffffff 64bit] Oct 7 19:34:33 KNOXX kernel: pci 0000:01:00.1: PME# supported from D0 D3hot D3cold Oct 7 19:34:33 KNOXX kernel: pci 0000:00:01.0: PCI bridge to [bus 01] Oct 7 19:34:33 KNOXX kernel: pci 0000:00:01.0: bridge window [mem 0xda000000-0xddffffff] Oct 7 19:34:33 KNOXX kernel: pci 0000:00:03.0: PCI bridge to [bus 02] Oct 7 19:34:33 KNOXX kernel: pci 0000:03:00.0: [1d6a:07b1] type 00 class 0x020000 Oct 7 19:34:33 KNOXX kernel: pci 0000:03:00.0: reg 0x10: [mem 0xdf3f0000-0xdf3fffff 64bit] Oct 7 19:34:33 KNOXX kernel: pci 0000:03:00.0: reg 0x18: [mem 0xdf3ef000-0xdf3effff 64bit] Oct 7 19:34:33 KNOXX kernel: pci 0000:03:00.0: reg 0x20: [mem 0xdf400000-0xdf7fffff 64bit] Oct 7 19:34:33 KNOXX kernel: pci 0000:03:00.0: reg 0x30: [mem 0xdf000000-0xdf03ffff pref] Oct 7 19:34:33 KNOXX kernel: pci 0000:03:00.0: enabling Extended Tags Oct 7 19:34:33 KNOXX kernel: pci 0000:03:00.0: supports D1 D2 Oct 7 19:34:33 KNOXX kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold Oct 7 19:34:33 KNOXX kernel: pci 0000:03:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x4 link at 0000:00:07.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link) Oct 7 19:34:33 KNOXX kernel: pci 0000:00:07.0: PCI bridge to [bus 03] Oct 7 19:34:33 KNOXX kernel: pci 0000:00:07.0: bridge window [mem 0xdf000000-0xdf7fffff] Oct 7 19:34:33 KNOXX kernel: pci 0000:00:09.0: PCI bridge to [bus 04] Oct 7 19:34:33 KNOXX kernel: pci 0000:05:00.0: [1000:0073] type 00 class 0x010400 Oct 7 19:34:33 KNOXX kernel: pci 0000:05:00.0: reg 0x10: [io 0xfc00-0xfcff] Oct 7 19:34:33 KNOXX kernel: pci 0000:05:00.0: reg 0x14: [mem 0xdf9bc000-0xdf9bffff 64bit] Oct 7 19:34:33 KNOXX kernel: pci 0000:05:00.0: reg 0x1c: [mem 0xdf9c0000-0xdf9fffff 64bit] Oct 7 19:34:33 KNOXX kernel: pci 0000:05:00.0: reg 0x30: [mem 0xdf900000-0xdf91ffff pref] Oct 7 19:34:33 KNOXX kernel: pci 0000:05:00.0: enabling Extended Tags Oct 7 19:34:33 KNOXX kernel: pci 0000:05:00.0: [Firmware Bug]: disabling VPD access (can't determine size of non-standard VPD format) Oct 7 19:34:33 KNOXX kernel: pci 0000:05:00.0: supports D1 D2 Oct 7 19:34:33 KNOXX kernel: pci 0000:05:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x4 link at 0000:00:0a.0 (capable of 32.000 Gb/s with 5.0 GT/s PCIe x8 link) Oct 7 19:34:33 KNOXX kernel: pci 0000:00:0a.0: PCI bridge to [bus 05] Oct 7 19:34:33 KNOXX kernel: pci 0000:00:0a.0: bridge window [io 0xf000-0xffff] Oct 7 19:34:33 KNOXX kernel: pci 0000:00:0a.0: bridge window [mem 0xdf900000-0xdf9fffff] Oct 7 19:34:33 KNOXX kernel: pci_bus 0000:06: extended config space not accessible Oct 7 19:34:33 KNOXX kernel: pci 0000:06:03.0: [102b:0532] type 00 class 0x030000 Oct 7 19:34:33 KNOXX kernel: pci 0000:06:03.0: reg 0x10: [mem 0xd9800000-0xd9ffffff pref] Oct 7 19:34:33 KNOXX kernel: pci 0000:06:03.0: reg 0x14: [mem 0xde7fc000-0xde7fffff] Oct 7 19:34:33 KNOXX kernel: pci 0000:06:03.0: reg 0x18: [mem 0xde800000-0xdeffffff] Oct 7 19:34:33 KNOXX kernel: pci 0000:06:03.0: reg 0x30: [mem 0x00000000-0x0000ffff pref] Oct 7 19:34:33 KNOXX kernel: pci 0000:06:03.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] Oct 7 19:34:33 KNOXX kernel: pci 0000:00:1e.0: PCI bridge to [bus 06] (subtractive decode) Oct 7 19:34:33 KNOXX kernel: pci 0000:00:1e.0: bridge window [mem 0xde000000-0xdeffffff] Oct 7 19:34:33 KNOXX kernel: pci 0000:00:1e.0: bridge window [mem 0xd9800000-0xd9ffffff 64bit pref] Oct 7 19:34:33 KNOXX kernel: pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7 window] (subtractive decode) Oct 7 19:34:33 KNOXX kernel: pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff window] (subtractive decode) Oct 7 19:34:33 KNOXX kernel: pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode) Oct 7 19:34:33 KNOXX kernel: pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xfdffffff window] (subtractive decode) Oct 7 19:34:33 KNOXX kernel: pci 0000:00:1e.0: bridge window [mem 0xfed40000-0xfed44fff window] (subtractive decode) Oct 7 19:34:33 KNOXX kernel: ACPI: PCI: Interrupt link LK00 configured for IRQ 15 Oct 7 19:34:33 KNOXX kernel: ACPI: PCI: Interrupt link LK01 configured for IRQ 14 Oct 7 19:34:33 KNOXX kernel: ACPI: PCI: Interrupt link LK02 configured for IRQ 11 Oct 7 19:34:33 KNOXX kernel: ACPI: PCI: Interrupt link LK03 configured for IRQ 10 Oct 7 19:34:33 KNOXX kernel: ACPI: PCI: Interrupt link LK04 configured for IRQ 5 Oct 7 19:34:33 KNOXX kernel: ACPI: PCI: Interrupt link LK05 configured for IRQ 6 Oct 7 19:34:33 KNOXX kernel: ACPI: PCI: Interrupt link LK06 configured for IRQ 11 Oct 7 19:34:33 KNOXX kernel: ACPI: PCI: Interrupt link LK07 configured for IRQ 14 Oct 7 19:34:33 KNOXX kernel: iommu: Default domain type: Passthrough Oct 7 19:34:33 KNOXX kernel: SCSI subsystem initialized Oct 7 19:34:33 KNOXX kernel: libata version 3.00 loaded. Oct 7 19:34:33 KNOXX kernel: ACPI: bus type USB registered Oct 7 19:34:33 KNOXX kernel: usbcore: registered new interface driver usbfs Oct 7 19:34:33 KNOXX kernel: usbcore: registered new interface driver hub Oct 7 19:34:33 KNOXX kernel: usbcore: registered new device driver usb Oct 7 19:34:33 KNOXX kernel: pps_core: LinuxPPS API ver. 1 registered Oct 7 19:34:33 KNOXX kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]> Oct 7 19:34:33 KNOXX kernel: PTP clock support registered Oct 7 19:34:33 KNOXX kernel: PCI: Using ACPI for IRQ routing Oct 7 19:34:33 KNOXX kernel: PCI: Discovered peer bus fe Oct 7 19:34:33 KNOXX kernel: PCI: root bus fe: using default resources Oct 7 19:34:33 KNOXX kernel: PCI: Probing PCI hardware (bus fe) Oct 7 19:34:33 KNOXX kernel: PCI host bridge to bus 0000:fe Oct 7 19:34:33 KNOXX kernel: pci_bus 0000:fe: root bus resource [io 0x0000-0xffff] Oct 7 19:34:33 KNOXX kernel: pci_bus 0000:fe: root bus resource [mem 0x00000000-0xffffffffff] Oct 7 19:34:33 KNOXX kernel: pci_bus 0000:fe: No busn resource found for root bus, will use [bus fe-ff] Oct 7 19:34:33 KNOXX kernel: pci_bus 0000:fe: busn_res: can not insert [bus fe-ff] under domain [bus 00-ff] (conflicts with (null) [bus 00-ff]) Oct 7 19:34:33 KNOXX kernel: pci 0000:fe:00.0: [8086:2c40] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:fe:00.1: [8086:2c01] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:fe:02.0: [8086:2c10] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:fe:02.1: [8086:2c11] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:fe:02.4: [8086:2c14] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:fe:02.5: [8086:2c15] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:fe:03.0: [8086:2c18] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:fe:03.1: [8086:2c19] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:fe:03.2: [8086:2c1a] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:fe:03.4: [8086:2c1c] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:fe:04.0: [8086:2c20] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:fe:04.1: [8086:2c21] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:fe:04.2: [8086:2c22] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:fe:04.3: [8086:2c23] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:fe:05.0: [8086:2c28] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:fe:05.1: [8086:2c29] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:fe:05.2: [8086:2c2a] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:fe:05.3: [8086:2c2b] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:fe:06.0: [8086:2c30] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:fe:06.1: [8086:2c31] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:fe:06.2: [8086:2c32] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:fe:06.3: [8086:2c33] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci_bus 0000:fe: busn_res: [bus fe-ff] end is updated to fe Oct 7 19:34:33 KNOXX kernel: pci_bus 0000:fe: busn_res: can not insert [bus fe] under domain [bus 00-ff] (conflicts with (null) [bus 00-ff]) Oct 7 19:34:33 KNOXX kernel: PCI: Discovered peer bus ff Oct 7 19:34:33 KNOXX kernel: PCI: root bus ff: using default resources Oct 7 19:34:33 KNOXX kernel: PCI: Probing PCI hardware (bus ff) Oct 7 19:34:33 KNOXX kernel: PCI host bridge to bus 0000:ff Oct 7 19:34:33 KNOXX kernel: pci_bus 0000:ff: root bus resource [io 0x0000-0xffff] Oct 7 19:34:33 KNOXX kernel: pci_bus 0000:ff: root bus resource [mem 0x00000000-0xffffffffff] Oct 7 19:34:33 KNOXX kernel: pci_bus 0000:ff: No busn resource found for root bus, will use [bus ff-ff] Oct 7 19:34:33 KNOXX kernel: pci_bus 0000:ff: busn_res: can not insert [bus ff] under domain [bus 00-ff] (conflicts with (null) [bus 00-ff]) Oct 7 19:34:33 KNOXX kernel: pci 0000:ff:00.0: [8086:2c40] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:ff:00.1: [8086:2c01] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:ff:02.0: [8086:2c10] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:ff:02.1: [8086:2c11] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:ff:02.4: [8086:2c14] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:ff:02.5: [8086:2c15] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:ff:03.0: [8086:2c18] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:ff:03.1: [8086:2c19] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:ff:03.2: [8086:2c1a] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:ff:03.4: [8086:2c1c] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:ff:04.0: [8086:2c20] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:ff:04.1: [8086:2c21] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:ff:04.2: [8086:2c22] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:ff:04.3: [8086:2c23] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:ff:05.0: [8086:2c28] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:ff:05.1: [8086:2c29] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:ff:05.2: [8086:2c2a] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:ff:05.3: [8086:2c2b] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:ff:06.0: [8086:2c30] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:ff:06.1: [8086:2c31] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:ff:06.2: [8086:2c32] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci 0000:ff:06.3: [8086:2c33] type 00 class 0x060000 Oct 7 19:34:33 KNOXX kernel: pci_bus 0000:ff: busn_res: [bus ff] end is updated to ff Oct 7 19:34:33 KNOXX kernel: pci_bus 0000:ff: busn_res: can not insert [bus ff] under domain [bus 00-ff] (conflicts with (null) [bus 00-ff]) Oct 7 19:34:33 KNOXX kernel: PCI: pci_cache_line_size set to 64 bytes Oct 7 19:34:33 KNOXX kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff] Oct 7 19:34:33 KNOXX kernel: e820: reserve RAM buffer [mem 0xbd369000-0xbfffffff] Oct 7 19:34:33 KNOXX kernel: pci 0000:06:03.0: vgaarb: setting as boot VGA device Oct 7 19:34:33 KNOXX kernel: pci 0000:06:03.0: vgaarb: bridge control possible Oct 7 19:34:33 KNOXX kernel: pci 0000:06:03.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none Oct 7 19:34:33 KNOXX kernel: vgaarb: loaded Oct 7 19:34:33 KNOXX kernel: hpet: 4 channels of 0 reserved for per-cpu timers Oct 7 19:34:33 KNOXX kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0 Oct 7 19:34:33 KNOXX kernel: hpet0: 4 comparators, 64-bit 14.318180 MHz counter Oct 7 19:34:33 KNOXX kernel: clocksource: Switched to clocksource tsc-early Oct 7 19:34:33 KNOXX kernel: FS-Cache: Loaded Oct 7 19:34:33 KNOXX kernel: pnp: PnP ACPI init Oct 7 19:34:33 KNOXX kernel: system 00:04: [io 0x0800-0x087f] has been reserved Oct 7 19:34:33 KNOXX kernel: system 00:04: [io 0x0880-0x08ff] could not be reserved Oct 7 19:34:33 KNOXX kernel: system 00:04: [io 0x0900-0x091f] has been reserved Oct 7 19:34:33 KNOXX kernel: system 00:04: [io 0x0920-0x0923] has been reserved Oct 7 19:34:33 KNOXX kernel: system 00:04: [io 0x0924] has been reserved Oct 7 19:34:33 KNOXX kernel: system 00:04: [io 0x0c00-0x0c7f] has been reserved Oct 7 19:34:33 KNOXX kernel: system 00:04: [io 0x0ca0-0x0ca7] has been reserved Oct 7 19:34:33 KNOXX kernel: system 00:04: [io 0x0ca9-0x0cab] has been reserved Oct 7 19:34:33 KNOXX kernel: system 00:04: [io 0x0cad-0x0caf] has been reserved Oct 7 19:34:33 KNOXX kernel: system 00:05: [io 0x0ca8] has been reserved Oct 7 19:34:33 KNOXX kernel: system 00:05: [io 0x0cac] has been reserved Oct 7 19:34:33 KNOXX kernel: system 00:06: [mem 0xe0000000-0xefffffff] has been reserved Oct 7 19:34:33 KNOXX kernel: system 00:07: [mem 0xfed90000-0xfed91fff] has been reserved Oct 7 19:34:33 KNOXX kernel: pnp: PnP ACPI: found 8 devices Oct 7 19:34:33 KNOXX kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns Oct 7 19:34:33 KNOXX kernel: NET: Registered PF_INET protocol family Oct 7 19:34:33 KNOXX kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) Oct 7 19:34:33 KNOXX kernel: tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, linear) Oct 7 19:34:33 KNOXX kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) Oct 7 19:34:33 KNOXX kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear) Oct 7 19:34:33 KNOXX kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear) Oct 7 19:34:33 KNOXX kernel: TCP: Hash tables configured (established 524288 bind 65536) Oct 7 19:34:33 KNOXX kernel: UDP hash table entries: 65536 (order: 9, 2097152 bytes, linear) Oct 7 19:34:33 KNOXX kernel: UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, linear) Oct 7 19:34:33 KNOXX kernel: pci 0000:00:01.0: PCI bridge to [bus 01] Oct 7 19:34:33 KNOXX kernel: pci 0000:00:01.0: bridge window [mem 0xda000000-0xddffffff] Oct 7 19:34:33 KNOXX kernel: pci 0000:00:03.0: PCI bridge to [bus 02] Oct 7 19:34:33 KNOXX kernel: pci 0000:00:07.0: PCI bridge to [bus 03] Oct 7 19:34:33 KNOXX kernel: pci 0000:00:07.0: bridge window [mem 0xdf000000-0xdf7fffff] Oct 7 19:34:33 KNOXX kernel: pci 0000:00:09.0: PCI bridge to [bus 04] Oct 7 19:34:33 KNOXX kernel: pci 0000:00:0a.0: PCI bridge to [bus 05] Oct 7 19:34:33 KNOXX kernel: pci 0000:00:0a.0: bridge window [io 0xf000-0xffff] Oct 7 19:34:33 KNOXX kernel: pci 0000:00:0a.0: bridge window [mem 0xdf900000-0xdf9fffff] Oct 7 19:34:33 KNOXX kernel: pci 0000:00:1e.0: PCI bridge to [bus 06] Oct 7 19:34:33 KNOXX kernel: pci 0000:00:1e.0: bridge window [mem 0xde000000-0xdeffffff] Oct 7 19:34:33 KNOXX kernel: pci 0000:00:1e.0: bridge window [mem 0xd9800000-0xd9ffffff 64bit pref] Oct 7 19:34:33 KNOXX kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] Oct 7 19:34:33 KNOXX kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] Oct 7 19:34:33 KNOXX kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] Oct 7 19:34:33 KNOXX kernel: pci_bus 0000:00: resource 7 [mem 0xc0000000-0xfdffffff window] Oct 7 19:34:33 KNOXX kernel: pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff window] Oct 7 19:34:33 KNOXX kernel: pci_bus 0000:01: resource 1 [mem 0xda000000-0xddffffff] Oct 7 19:34:33 KNOXX kernel: pci_bus 0000:03: resource 1 [mem 0xdf000000-0xdf7fffff] Oct 7 19:34:33 KNOXX kernel: pci_bus 0000:05: resource 0 [io 0xf000-0xffff] Oct 7 19:34:33 KNOXX kernel: pci_bus 0000:05: resource 1 [mem 0xdf900000-0xdf9fffff] Oct 7 19:34:33 KNOXX rsyslogd: omfwd: socket 5: error 101 sending via udp: Network is unreachable [v8.2102.0 try https://www.rsyslog.com/e/2354 ] Oct 7 19:34:33 KNOXX rsyslogd: action 'action-2-builtin:omfwd' suspended (module 'builtin:omfwd'), retry 0. There should be messages before this one giving the reason for suspension. [v8.2102.0 try https://www.rsyslog.com/e/2007 ] Oct 7 19:34:33 KNOXX kernel: pci_bus 0000:06: resource 1 [mem 0xde000000-0xdeffffff] Oct 7 19:34:33 KNOXX rsyslogd: action 'action-2-builtin:omfwd' resumed (module 'builtin:omfwd') [v8.2102.0 try https://www.rsyslog.com/e/2359 ] Oct 7 19:34:33 KNOXX kernel: pci_bus 0000:06: resource 2 [mem 0xd9800000-0xd9ffffff 64bit pref] Oct 7 19:34:33 KNOXX kernel: pci_bus 0000:06: resource 4 [io 0x0000-0x0cf7 window] Oct 7 19:34:33 KNOXX kernel: pci_bus 0000:06: resource 5 [io 0x0d00-0xffff window] Oct 7 19:34:33 KNOXX kernel: pci_bus 0000:06: resource 6 [mem 0x000a0000-0x000bffff window] Oct 7 19:34:33 KNOXX kernel: pci_bus 0000:06: resource 7 [mem 0xc0000000-0xfdffffff window] Oct 7 19:34:33 KNOXX rsyslogd: omfwd/udp: socket 2: sendto() error: Network is unreachable [v8.2102.0 try https://www.rsyslog.com/e/2354 ] Oct 7 19:34:33 KNOXX kernel: pci_bus 0000:06: resource 8 [mem 0xfed40000-0xfed44fff window] Oct 7 19:34:33 KNOXX kernel: pci_bus 0000:fe: resource 4 [io 0x0000-0xffff] Oct 7 19:34:33 KNOXX kernel: pci_bus 0000:fe: resource 5 [mem 0x00000000-0xffffffffff] Oct 7 19:34:33 KNOXX kernel: pci_bus 0000:ff: resource 4 [io 0x0000-0xffff] Oct 7 19:34:33 KNOXX kernel: pci_bus 0000:ff: resource 5 [mem 0x00000000-0xffffffffff] Oct 7 19:34:33 KNOXX kernel: pci 0000:00:1a.7: quirk_usb_early_handoff+0x0/0x63b took 11579 usecs Oct 7 19:34:33 KNOXX rsyslogd: omfwd: socket 2: error 101 sending via udp: Network is unreachable [v8.2102.0 try https://www.rsyslog.com/e/2354 ] Oct 7 19:34:33 KNOXX rsyslogd: action 'action-2-builtin:omfwd' suspended (module 'builtin:omfwd'), retry 0. There should be messages before this one giving the reason for suspension. [v8.2102.0 try https://www.rsyslog.com/e/2007 ] Oct 7 19:34:33 KNOXX kernel: PCI: CLS 64 bytes, default 64 Oct 7 19:34:33 KNOXX kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB) Oct 7 19:34:33 KNOXX kernel: Unpacking initramfs... Oct 7 19:34:33 KNOXX kernel: software IO TLB: mapped [mem 0x00000000b9369000-0x00000000bd369000] (64MB) Oct 7 19:34:33 KNOXX kernel: workingset: timestamp_bits=40 max_order=25 bucket_order=0 Oct 7 19:34:33 KNOXX kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher Oct 7 19:34:33 KNOXX kernel: fuse: init (API version 7.36) Oct 7 19:34:33 KNOXX rsyslogd: action 'action-2-builtin:omfwd' resumed (module 'builtin:omfwd') [v8.2102.0 try https://www.rsyslog.com/e/2359 ] Oct 7 19:34:33 KNOXX rsyslogd: omfwd/udp: socket 2: sendto() error: Network is unreachable [v8.2102.0 try https://www.rsyslog.com/e/2354 ] Oct 7 19:34:33 KNOXX kernel: xor: measuring software checksum speed Oct 7 19:34:33 KNOXX kernel: prefetch64-sse : 17107 MB/sec Oct 7 19:34:33 KNOXX kernel: generic_sse : 14641 MB/sec Oct 7 19:34:33 KNOXX rsyslogd: omfwd: socket 2: error 101 sending via udp: Network is unreachable [v8.2102.0 try https://www.rsyslog.com/e/2354 ] Oct 7 19:34:33 KNOXX kernel: xor: using function: prefetch64-sse (17107 MB/sec) Oct 7 19:34:33 KNOXX kernel: Key type asymmetric registered Oct 7 19:34:33 KNOXX kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250) Oct 7 19:34:33 KNOXX kernel: io scheduler mq-deadline registered Oct 7 19:34:33 KNOXX rsyslogd: action 'action-2-builtin:omfwd' suspended (module 'builtin:omfwd'), retry 0. There should be messages before this one giving the reason for suspension. [v8.2102.0 try https://www.rsyslog.com/e/2007 ] Oct 7 19:34:33 KNOXX kernel: io scheduler kyber registered Oct 7 19:34:33 KNOXX kernel: io scheduler bfq registered Oct 7 19:34:33 KNOXX kernel: pcieport 0000:00:01.0: PME: Signaling with IRQ 25 Oct 7 19:34:33 KNOXX kernel: pcieport 0000:00:01.0: AER: enabled with IRQ 25 Oct 7 19:34:33 KNOXX rsyslogd: action 'action-2-builtin:omfwd' resumed (module 'builtin:omfwd') [v8.2102.0 try https://www.rsyslog.com/e/2359 ] Oct 7 19:34:33 KNOXX kernel: pcieport 0000:00:03.0: PME: Signaling with IRQ 26 Oct 7 19:34:33 KNOXX rsyslogd: omfwd/udp: socket 2: sendto() error: Network is unreachable [v8.2102.0 try https://www.rsyslog.com/e/2354 ] Oct 7 19:34:33 KNOXX rsyslogd: omfwd: socket 2: error 101 sending via udp: Network is unreachable [v8.2102.0 try https://www.rsyslog.com/e/2354 ] Oct 7 19:34:33 KNOXX kernel: pcieport 0000:00:03.0: AER: enabled with IRQ 26 Oct 7 19:34:33 KNOXX kernel: pcieport 0000:00:07.0: PME: Signaling with IRQ 27 Oct 7 19:34:33 KNOXX kernel: pcieport 0000:00:07.0: AER: enabled with IRQ 27 Oct 7 19:34:33 KNOXX kernel: pcieport 0000:00:09.0: PME: Signaling with IRQ 28 Oct 7 19:34:33 KNOXX kernel: pcieport 0000:00:09.0: AER: enabled with IRQ 28 Oct 7 19:34:33 KNOXX kernel: pcieport 0000:00:0a.0: PME: Signaling with IRQ 29 Oct 7 19:34:33 KNOXX kernel: pcieport 0000:00:0a.0: AER: enabled with IRQ 29 Oct 7 19:34:33 KNOXX rsyslogd: action 'action-2-builtin:omfwd' suspended (module 'builtin:omfwd'), retry 0. There should be messages before this one giving the reason for suspension. [v8.2102.0 try https://www.rsyslog.com/e/2007 ] Oct 7 19:34:33 KNOXX kernel: Monitor-Mwait will be used to enter C-1 state Oct 7 19:34:33 KNOXX kernel: Monitor-Mwait will be used to enter C-3 state Oct 7 19:34:33 KNOXX kernel: ACPI: \_PR_.CPU1: Found 2 idle states Oct 7 19:34:33 KNOXX kernel: IPMI message handler: version 39.2 Oct 7 19:34:33 KNOXX rsyslogd: action 'action-2-builtin:omfwd' resumed (module 'builtin:omfwd') [v8.2102.0 try https://www.rsyslog.com/e/2359 ] Oct 7 19:34:33 KNOXX kernel: ERST: Error Record Serialization Table (ERST) support is initialized. Oct 7 19:34:33 KNOXX rsyslogd: omfwd/udp: socket 2: sendto() error: Network is unreachable [v8.2102.0 try https://www.rsyslog.com/e/2354 ] Oct 7 19:34:33 KNOXX kernel: pstore: Registered erst as persistent store backend Oct 7 19:34:33 KNOXX kernel: Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled Oct 7 19:34:33 KNOXX kernel: serial 00:02: [io 0x03f8-0x03ff] Oct 7 19:34:33 KNOXX kernel: serial 00:02: activated Oct 7 19:34:33 KNOXX kernel: 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A Oct 7 19:34:33 KNOXX kernel: serial 00:03: [io 0x02f8-0x02ff] Oct 7 19:34:33 KNOXX kernel: serial 00:03: activated Oct 7 19:34:33 KNOXX kernel: tsc: Refined TSC clocksource calibration: 2933.445 MHz Oct 7 19:34:33 KNOXX rsyslogd: omfwd: socket 2: error 101 sending via udp: Network is unreachable [v8.2102.0 try https://www.rsyslog.com/e/2354 ] Oct 7 19:34:33 KNOXX kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2a48ad4e4b2, max_idle_ns: 440795308227 ns Oct 7 19:34:33 KNOXX kernel: clocksource: Switched to clocksource tsc Oct 7 19:34:33 KNOXX kernel: Freeing initrd memory: 153364K Oct 7 19:34:33 KNOXX kernel: lp: driver loaded but no devices found Oct 7 19:34:33 KNOXX kernel: Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds, margin is 60 seconds). Oct 7 19:34:33 KNOXX kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug. Oct 7 19:34:33 KNOXX rsyslogd: action 'action-2-builtin:omfwd' suspended (module 'builtin:omfwd'), retry 0. There should be messages before this one giving the reason for suspension. [v8.2102.0 try https://www.rsyslog.com/e/2007 ] Oct 7 19:34:33 KNOXX kernel: loop: module loaded Oct 7 19:34:33 KNOXX kernel: Rounding down aligned max_sectors from 4294967295 to 4294967288 Oct 7 19:34:33 KNOXX kernel: db_root: cannot open: /etc/target Oct 7 19:34:33 KNOXX rsyslogd: action 'action-2-builtin:omfwd' resumed (module 'builtin:omfwd') [v8.2102.0 try https://www.rsyslog.com/e/2359 ] Oct 7 19:34:33 KNOXX rsyslogd: omfwd/udp: socket 2: sendto() error: Network is unreachable [v8.2102.0 try https://www.rsyslog.com/e/2354 ] Oct 7 19:34:33 KNOXX rsyslogd: omfwd: socket 2: error 101 sending via udp: Network is unreachable [v8.2102.0 try https://www.rsyslog.com/e/2354 ] Oct 7 19:34:33 KNOXX rsyslogd: action 'action-2-builtin:omfwd' suspended (module 'builtin:omfwd'), retry 0. There should be messages before this one giving the reason for suspension. [v8.2102.0 try https://www.rsyslog.com/e/2007 ] Oct 7 19:34:33 KNOXX rsyslogd: action 'action-2-builtin:omfwd' resumed (module 'builtin:omfwd') [v8.2102.0 try https://www.rsyslog.com/e/2359 ] Oct 7 19:34:33 KNOXX kernel: VFIO - User Level meta-driver version: 0.3 Oct 7 19:34:33 KNOXX kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver Oct 7 19:34:33 KNOXX kernel: ehci-pci: EHCI PCI platform driver Oct 7 19:34:33 KNOXX kernel: ehci-pci 0000:00:1a.7: EHCI Host Controller Oct 7 19:34:33 KNOXX kernel: ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1 Oct 7 19:34:33 KNOXX rsyslogd: omfwd/udp: socket 2: sendto() error: Network is unreachable [v8.2102.0 try https://www.rsyslog.com/e/2354 ] Oct 7 19:34:33 KNOXX kernel: ehci-pci 0000:00:1a.7: debug port 1 Oct 7 19:34:33 KNOXX kernel: ehci-pci 0000:00:1a.7: irq 19, io mem 0xdf8de000 Oct 7 19:34:33 KNOXX kernel: ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00 Oct 7 19:34:33 KNOXX kernel: hub 1-0:1.0: USB hub found Oct 7 19:34:33 KNOXX kernel: hub 1-0:1.0: 4 ports detected Oct 7 19:34:33 KNOXX rsyslogd: omfwd: socket 2: error 101 sending via udp: Network is unreachable [v8.2102.0 try https://www.rsyslog.com/e/2354 ] Oct 7 19:34:33 KNOXX kernel: ehci-pci 0000:00:1d.7: EHCI Host Controller Oct 7 19:34:33 KNOXX rsyslogd: action 'action-2-builtin:omfwd' suspended (module 'builtin:omfwd'), retry 0. There should be messages before this one giving the reason for suspension. [v8.2102.0 try https://www.rsyslog.com/e/2007 ] Oct 7 19:34:33 KNOXX kernel: ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2 Oct 7 19:34:33 KNOXX kernel: ehci-pci 0000:00:1d.7: debug port 1 Oct 7 19:34:33 KNOXX kernel: ehci-pci 0000:00:1d.7: irq 21, io mem 0xdf8df000 Oct 7 19:34:33 KNOXX rsyslogd: action 'action-2-builtin:omfwd' resumed (module 'builtin:omfwd') [v8.2102.0 try https://www.rsyslog.com/e/2359 ] Oct 7 19:34:33 KNOXX kernel: ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00 Oct 7 19:34:33 KNOXX kernel: hub 2-0:1.0: USB hub found Oct 7 19:34:33 KNOXX rsyslogd: omfwd/udp: socket 2: sendto() error: Network is unreachable [v8.2102.0 try https://www.rsyslog.com/e/2354 ] Oct 7 19:34:33 KNOXX rsyslogd: omfwd: socket 2: error 101 sending via udp: Network is unreachable [v8.2102.0 try https://www.rsyslog.com/e/2354 ] Oct 7 19:34:33 KNOXX kernel: hub 2-0:1.0: 4 ports detected Oct 7 19:34:33 KNOXX kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver Oct 7 19:34:33 KNOXX kernel: ohci-pci: OHCI PCI platform driver Oct 7 19:34:33 KNOXX kernel: uhci_hcd: USB Universal Host Controller Interface driver Oct 7 19:34:33 KNOXX kernel: uhci_hcd 0000:00:1a.0: UHCI Host Controller Oct 7 19:34:33 KNOXX kernel: uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3 Oct 7 19:34:33 KNOXX kernel: uhci_hcd 0000:00:1a.0: irq 17, io port 0x0000ec40 Oct 7 19:34:33 KNOXX rsyslogd: action 'action-2-builtin:omfwd' suspended (module 'builtin:omfwd'), retry 0. There should be messages before this one giving the reason for suspension. [v8.2102.0 try https://www.rsyslog.com/e/2007 ] Oct 7 19:34:33 KNOXX kernel: hub 3-0:1.0: USB hub found Oct 7 19:34:33 KNOXX kernel: hub 3-0:1.0: 2 ports detected Oct 7 19:34:33 KNOXX rsyslogd: action 'action-2-builtin:omfwd' resumed (module 'builtin:omfwd') [v8.2102.0 try https://www.rsyslog.com/e/2359 ] Oct 7 19:34:33 KNOXX kernel: uhci_hcd 0000:00:1a.1: UHCI Host Controller Oct 7 19:34:33 KNOXX rsyslogd: omfwd/udp: socket 2: sendto() error: Network is unreachable [v8.2102.0 try https://www.rsyslog.com/e/2354 ] Oct 7 19:34:33 KNOXX kernel: uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4 Oct 7 19:34:33 KNOXX kernel: uhci_hcd 0000:00:1a.1: irq 18, io port 0x0000ec60 Oct 7 19:34:33 KNOXX kernel: hub 4-0:1.0: USB hub found Oct 7 19:34:33 KNOXX rsyslogd: omfwd: socket 2: error 101 sending via udp: Network is unreachable [v8.2102.0 try https://www.rsyslog.com/e/2354 ] Oct 7 19:34:33 KNOXX kernel: hub 4-0:1.0: 2 ports detected Oct 7 19:34:33 KNOXX kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller Oct 7 19:34:33 KNOXX kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5 Oct 7 19:34:33 KNOXX kernel: uhci_hcd 0000:00:1d.0: irq 21, io port 0x0000ec80 Oct 7 19:34:33 KNOXX kernel: hub 5-0:1.0: USB hub found Oct 7 19:34:33 KNOXX rsyslogd: action 'action-2-builtin:omfwd' suspended (module 'builtin:omfwd'), retry 0. There should be messages before this one giving the reason for suspension. [v8.2102.0 try https://www.rsyslog.com/e/2007 ] Oct 7 19:34:33 KNOXX kernel: hub 5-0:1.0: 2 ports detected Oct 7 19:34:33 KNOXX kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller Oct 7 19:34:33 KNOXX kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6 Oct 7 19:34:33 KNOXX rsyslogd: action 'action-2-builtin:omfwd' resumed (module 'builtin:omfwd') [v8.2102.0 try https://www.rsyslog.com/e/2359 ] Oct 7 19:34:33 KNOXX kernel: uhci_hcd 0000:00:1d.1: irq 20, io port 0x0000eca0 Oct 7 19:34:33 KNOXX rsyslogd: omfwd/udp: socket 2: sendto() error: Network is unreachable [v8.2102.0 try https://www.rsyslog.com/e/2354 ] Oct 7 19:34:33 KNOXX kernel: hub 6-0:1.0: USB hub found Oct 7 19:34:33 KNOXX kernel: hub 6-0:1.0: 2 ports detected Oct 7 19:34:33 KNOXX kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller Oct 7 19:34:33 KNOXX kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7 Oct 7 19:34:33 KNOXX rsyslogd: omfwd: socket 2: error 101 sending via udp: Network is unreachable [v8.2102.0 try https://www.rsyslog.com/e/2354 ] Oct 7 19:34:33 KNOXX kernel: uhci_hcd 0000:00:1d.2: irq 21, io port 0x0000ecc0 Oct 7 19:34:33 KNOXX kernel: hub 7-0:1.0: USB hub found Oct 7 19:34:33 KNOXX rsyslogd: action 'action-2-builtin:omfwd' suspended (module 'builtin:omfwd'), retry 0. There should be messages before this one giving the reason for suspension. [v8.2102.0 try https://www.rsyslog.com/e/2007 ] Oct 7 19:34:33 KNOXX kernel: hub 7-0:1.0: 2 ports detected Oct 7 19:34:33 KNOXX rsyslogd: action 'action-2-builtin:omfwd' suspended (module 'builtin:omfwd'), next retry is Fri Oct 7 19:35:03 2022, retry nbr 0. There should be messages before this one giving the reason for suspension. [v8.2102.0 try https://www.rsyslog.com/e/2007 ] Oct 7 19:34:33 KNOXX kernel: uhci_hcd 0000:00:1d.3: UHCI Host Controller Oct 7 19:34:33 KNOXX kernel: uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 8 Oct 7 19:34:33 KNOXX kernel: uhci_hcd 0000:00:1d.3: irq 20, io port 0x0000ece0 Oct 7 19:34:33 KNOXX kernel: hub 8-0:1.0: USB hub found Oct 7 19:34:33 KNOXX kernel: hub 8-0:1.0: 2 ports detected Oct 7 19:34:33 KNOXX kernel: usbcore: registered new interface driver usb-storage Oct 7 19:34:33 KNOXX kernel: i8042: PNP: No PS/2 controller found. Oct 7 19:34:33 KNOXX kernel: i8042: Probing ports directly. Oct 7 19:34:33 KNOXX kernel: serio: i8042 KBD port at 0x60,0x64 irq 1 Oct 7 19:34:33 KNOXX kernel: serio: i8042 AUX port at 0x60,0x64 irq 12 Oct 7 19:34:33 KNOXX kernel: mousedev: PS/2 mouse device common for all mice Oct 7 19:34:33 KNOXX kernel: usbcore: registered new interface driver synaptics_usb Oct 7 19:34:33 KNOXX kernel: input: PC Speaker as /devices/platform/pcspkr/input/input1 Oct 7 19:34:33 KNOXX kernel: rtc_cmos 00:01: RTC can wake from S4 Oct 7 19:34:33 KNOXX kernel: rtc_cmos 00:01: registered as rtc0 Oct 7 19:34:33 KNOXX kernel: rtc_cmos 00:01: setting system clock to 2022-10-07T23:34:07 UTC (1665185647) Oct 7 19:34:33 KNOXX kernel: rtc_cmos 00:01: alarms up to one day, y3k, 242 bytes nvram, hpet irqs Oct 7 19:34:33 KNOXX kernel: intel_pstate: CPU model not supported Oct 7 19:34:33 KNOXX kernel: hid: raw HID events driver (C) Jiri Kosina Oct 7 19:34:33 KNOXX kernel: usbcore: registered new interface driver usbhid Oct 7 19:34:33 KNOXX kernel: usbhid: USB HID core driver Oct 7 19:34:33 KNOXX kernel: ipip: IPv4 and MPLS over IPv4 tunneling driver Oct 7 19:34:33 KNOXX kernel: 9pnet: Installing 9P2000 support Oct 7 19:34:33 KNOXX kernel: microcode: sig=0x106a5, pf=0x1, revision=0x1d Oct 7 19:34:33 KNOXX kernel: microcode: Microcode Update Driver: v2.2. Oct 7 19:34:33 KNOXX kernel: IPI shorthand broadcast: enabled Oct 7 19:34:33 KNOXX kernel: sched_clock: Marking stable (17111346473, 14335539)->(17177338369, -51656357) Oct 7 19:34:33 KNOXX kernel: registered taskstats version 1 Oct 7 19:34:33 KNOXX kernel: Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no Oct 7 19:34:33 KNOXX kernel: pstore: Using crash dump compression: deflate Oct 7 19:34:33 KNOXX kernel: usb 3-1: new full-speed USB device number 2 using uhci_hcd Oct 7 19:34:33 KNOXX kernel: usb 5-1: new full-speed USB device number 2 using uhci_hcd Oct 7 19:34:33 KNOXX kernel: input: Multimedia Air Mouse Keyboard as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.0/0003:1997:7B03.0001/input/input4 Oct 7 19:34:33 KNOXX kernel: hid-generic 0003:1997:7B03.0001: input,hidraw0: USB HID v1.10 Keyboard [ Multimedia Air Mouse Keyboard] on usb-0000:00:1a.0-1/input0 Oct 7 19:34:33 KNOXX kernel: input: Multimedia Air Mouse Keyboard Mouse as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.1/0003:1997:7B03.0002/input/input6 Oct 7 19:34:33 KNOXX kernel: input: Multimedia Air Mouse Keyboard Consumer Control as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.1/0003:1997:7B03.0002/input/input7 Oct 7 19:34:33 KNOXX kernel: input: Multimedia Air Mouse Keyboard System Control as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.1/0003:1997:7B03.0002/input/input8 Oct 7 19:34:33 KNOXX kernel: hid-generic 0003:1997:7B03.0002: input,hiddev96,hidraw1: USB HID v1.10 Mouse [ Multimedia Air Mouse Keyboard] on usb-0000:00:1a.0-1/input1 Oct 7 19:34:33 KNOXX kernel: hid-generic 0003:051D:0002.0003: hiddev97,hidraw2: USB HID v1.00 Device [American Power Conversion Back-UPS RS 1500MS2 FW:969.e2 .D USB FW:e2 ] on usb-0000:00:1d.0-1/input0 Oct 7 19:34:33 KNOXX kernel: usb 1-3: new high-speed USB device number 3 using ehci-pci Oct 7 19:34:33 KNOXX kernel: hub 1-3:1.0: USB hub found Oct 7 19:34:33 KNOXX kernel: hub 1-3:1.0: 4 ports detected Oct 7 19:34:33 KNOXX kernel: usb 5-2: new full-speed USB device number 3 using uhci_hcd Oct 7 19:34:33 KNOXX kernel: usb 1-3.3: new high-speed USB device number 4 using ehci-pci Oct 7 19:34:33 KNOXX kernel: input: Avocent USB Composite Device-0 as /devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.0/0003:0624:0248.0004/input/input9 Oct 7 19:34:33 KNOXX kernel: hid-generic 0003:0624:0248.0004: input,hidraw3: USB HID v1.00 Keyboard [Avocent USB Composite Device-0] on usb-0000:00:1d.0-2/input0 Oct 7 19:34:33 KNOXX kernel: input: Avocent USB Composite Device-0 as /devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.1/0003:0624:0248.0005/input/input10 Oct 7 19:34:33 KNOXX kernel: hid-generic 0003:0624:0248.0005: input,hidraw4: USB HID v1.00 Mouse [Avocent USB Composite Device-0] on usb-0000:00:1d.0-2/input1 Oct 7 19:34:33 KNOXX kernel: usb-storage 1-3.3:1.0: USB Mass Storage device detected Oct 7 19:34:33 KNOXX kernel: usb-storage 1-3.3:1.0: Quirks match for vid 090c pid 1000: 400 Oct 7 19:34:33 KNOXX kernel: scsi host0: usb-storage 1-3.3:1.0 Oct 7 19:34:33 KNOXX kernel: floppy0: no floppy controllers found Oct 7 19:34:33 KNOXX kernel: Freeing unused kernel image (initmem) memory: 1812K Oct 7 19:34:33 KNOXX kernel: Write protecting the kernel read-only data: 16384k Oct 7 19:34:33 KNOXX kernel: Freeing unused kernel image (text/rodata gap) memory: 2040K Oct 7 19:34:33 KNOXX kernel: Freeing unused kernel image (rodata/data gap) memory: 248K Oct 7 19:34:33 KNOXX kernel: rodata_test: all tests were successful Oct 7 19:34:33 KNOXX kernel: Run /init as init process Oct 7 19:34:33 KNOXX kernel: with arguments: Oct 7 19:34:33 KNOXX kernel: /init Oct 7 19:34:33 KNOXX kernel: with environment: Oct 7 19:34:33 KNOXX kernel: HOME=/ Oct 7 19:34:33 KNOXX kernel: TERM=linux Oct 7 19:34:33 KNOXX kernel: BOOT_IMAGE=/bzimage Oct 7 19:34:33 KNOXX kernel: scsi 0:0:0:0: Direct-Access Samsung Flash Drive FIT 1100 PQ: 0 ANSI: 6 Oct 7 19:34:33 KNOXX kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0 Oct 7 19:34:33 KNOXX kernel: sd 0:0:0:0: [sda] 62656641 512-byte logical blocks: (32.1 GB/29.9 GiB) Oct 7 19:34:33 KNOXX kernel: sd 0:0:0:0: [sda] Write Protect is off Oct 7 19:34:33 KNOXX kernel: sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00 Oct 7 19:34:33 KNOXX kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Oct 7 19:34:33 KNOXX kernel: sda: sda1 Oct 7 19:34:33 KNOXX kernel: sd 0:0:0:0: [sda] Attached SCSI removable disk Oct 7 19:34:33 KNOXX kernel: random: crng init done Oct 7 19:34:33 KNOXX kernel: loop0: detected capacity change from 0 to 239240 Oct 7 19:34:33 KNOXX kernel: loop1: detected capacity change from 0 to 39992 Oct 7 19:34:33 KNOXX kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family Oct 7 19:34:33 KNOXX kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input11 Oct 7 19:34:33 KNOXX kernel: ACPI Error: No handler for Region [IPMI] (000000001e264a19) [IPMI] (20220331/evregion-130) Oct 7 19:34:33 KNOXX kernel: ACPI Error: Region IPMI (ID=7) has no handler (20220331/exfldio-261) Oct 7 19:34:33 KNOXX kernel: ACPI Error: Aborting method \_SB.PMI0._GHL due to previous error (AE_NOT_EXIST) (20220331/psparse-529) Oct 7 19:34:33 KNOXX kernel: ACPI Error: Aborting method \_SB.PMI0._PMC due to previous error (AE_NOT_EXIST) (20220331/psparse-529) Oct 7 19:34:33 KNOXX kernel: ACPI: \_SB_.PMI0: _PMC evaluation failed: AE_NOT_EXIST Oct 7 19:34:33 KNOXX kernel: ACPI: button: Power Button [PWRF] Oct 7 19:34:33 KNOXX kernel: ipmi_si: IPMI System Interface driver Oct 7 19:34:33 KNOXX kernel: ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS Oct 7 19:34:33 KNOXX kernel: ipmi_platform: ipmi_si: SMBIOS: io 0xca8 regsize 1 spacing 4 irq 0 Oct 7 19:34:33 KNOXX kernel: ipmi_si: Adding SMBIOS-specified kcs state machine Oct 7 19:34:33 KNOXX kernel: ipmi_si: Trying SMBIOS-specified kcs state machine at i/o address 0xca8, slave address 0x20, irq 0 Oct 7 19:34:33 KNOXX kernel: bnx2 0000:01:00.0 eth0: Broadcom NetXtreme II BCM5716 1000Base-T (C0) PCI Express found at mem da000000, IRQ 30, node addr 78:2b:cb:47:8f:86 Oct 7 19:34:33 KNOXX kernel: bnx2 0000:01:00.1 eth1: Broadcom NetXtreme II BCM5716 1000Base-T (C0) PCI Express found at mem dc000000, IRQ 31, node addr 78:2b:cb:47:8f:87 Oct 7 19:34:33 KNOXX kernel: megasas: 07.719.03.00-rc1 Oct 7 19:34:33 KNOXX kernel: megaraid_sas 0000:05:00.0: BAR:0x1 BAR's base_addr(phys):0x00000000df9bc000 mapped virt_addr:0x0000000046f0bb89 Oct 7 19:34:33 KNOXX kernel: megaraid_sas 0000:05:00.0: FW now in Ready state Oct 7 19:34:33 KNOXX kernel: megaraid_sas 0000:05:00.0: 63 bit DMA mask and 32 bit consistent mask Oct 7 19:34:33 KNOXX kernel: megaraid_sas 0000:05:00.0: requested/available msix 1/1 poll_queue 0 Oct 7 19:34:33 KNOXX kernel: megaraid_sas 0000:05:00.0: current msix/online cpus : (1/16) Oct 7 19:34:33 KNOXX kernel: megaraid_sas 0000:05:00.0: RDPQ mode : (disabled) Oct 7 19:34:33 KNOXX kernel: ACPI: bus type drm_connector registered Oct 7 19:34:33 KNOXX kernel: ipmi_si dmi-ipmi-si.0: IPMI message handler: Found new BMC (man_id: 0x0002a2, prod_id: 0x0100, dev_id: 0x20) Oct 7 19:34:33 KNOXX kernel: mgag200 0000:06:03.0: vgaarb: deactivate vga console Oct 7 19:34:33 KNOXX kernel: Console: switching to colour dummy device 80x25 Oct 7 19:34:33 KNOXX kernel: [drm] Initialized mgag200 1.0.0 20110418 for 0000:06:03.0 on minor 0 Oct 7 19:34:33 KNOXX kernel: fbcon: mgag200drmfb (fb0) is primary device Oct 7 19:34:33 KNOXX kernel: mgag200 0000:06:03.0: [drm] drm_plane_enable_fb_damage_clips() not called Oct 7 19:34:33 KNOXX kernel: megaraid_sas 0000:05:00.0: controller type : iMR(0MB) Oct 7 19:34:33 KNOXX kernel: megaraid_sas 0000:05:00.0: Online Controller Reset(OCR) : Enabled Oct 7 19:34:33 KNOXX kernel: megaraid_sas 0000:05:00.0: Secure JBOD support : No Oct 7 19:34:33 KNOXX kernel: megaraid_sas 0000:05:00.0: NVMe passthru support : No Oct 7 19:34:33 KNOXX kernel: megaraid_sas 0000:05:00.0: FW provided TM TaskAbort/Reset timeout : 0 secs/0 secs Oct 7 19:34:33 KNOXX kernel: megaraid_sas 0000:05:00.0: JBOD sequence map support : No Oct 7 19:34:33 KNOXX kernel: megaraid_sas 0000:05:00.0: PCI Lane Margining support : No Oct 7 19:34:33 KNOXX kernel: megaraid_sas 0000:05:00.0: megasas_init_mfi: fw_support_ieee=67108864 Oct 7 19:34:33 KNOXX kernel: megaraid_sas 0000:05:00.0: INIT adapter done Oct 7 19:34:33 KNOXX kernel: megaraid_sas 0000:05:00.0: JBOD sequence map is disabled megasas_setup_jbod_map 5804 Oct 7 19:34:33 KNOXX kernel: ipmi_si dmi-ipmi-si.0: IPMI kcs interface initialized Oct 7 19:34:33 KNOXX kernel: ipmi_ssif: IPMI SSIF Interface driver Oct 7 19:34:33 KNOXX kernel: megaraid_sas 0000:05:00.0: pci id : (0x1000)/(0x0073)/(0x1028)/(0x1f78) Oct 7 19:34:33 KNOXX kernel: megaraid_sas 0000:05:00.0: unevenspan support : no Oct 7 19:34:33 KNOXX kernel: megaraid_sas 0000:05:00.0: firmware crash dump : no Oct 7 19:34:33 KNOXX kernel: megaraid_sas 0000:05:00.0: JBOD sequence map : disabled Oct 7 19:34:33 KNOXX kernel: megaraid_sas 0000:05:00.0: Max firmware commands: 30 shared with default hw_queues = 1 poll_queues 0 Oct 7 19:34:33 KNOXX kernel: scsi host1: Avago SAS based MegaRAID driver Oct 7 19:34:33 KNOXX kernel: Console: switching to colour frame buffer device 160x64 Oct 7 19:34:33 KNOXX kernel: mgag200 0000:06:03.0: [drm] fb0: mgag200drmfb frame buffer device Oct 7 19:34:33 KNOXX kernel: scsi 1:0:0:0: Direct-Access ATA ST6000VN001-2BB1 SC60 PQ: 0 ANSI: 5 Oct 7 19:34:33 KNOXX kernel: sd 1:0:0:0: Attached scsi generic sg1 type 0 Oct 7 19:34:33 KNOXX kernel: sd 1:0:0:0: [sdb] physical block alignment offset: 4096 Oct 7 19:34:33 KNOXX kernel: sd 1:0:0:0: [sdb] 11721045168 512-byte logical blocks: (6.00 TB/5.46 TiB) Oct 7 19:34:33 KNOXX kernel: sd 1:0:0:0: [sdb] 4096-byte physical blocks Oct 7 19:34:33 KNOXX kernel: scsi 1:0:1:0: Direct-Access ATA ST6000VN001-2BB1 SC60 PQ: 0 ANSI: 5 Oct 7 19:34:33 KNOXX kernel: sd 1:0:0:0: [sdb] Write Protect is off Oct 7 19:34:33 KNOXX kernel: sd 1:0:0:0: [sdb] Mode Sense: 73 00 00 08 Oct 7 19:34:33 KNOXX kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Oct 7 19:34:33 KNOXX kernel: sd 1:0:1:0: Attached scsi generic sg2 type 0 Oct 7 19:34:33 KNOXX kernel: sd 1:0:1:0: [sdc] physical block alignment offset: 4096 Oct 7 19:34:33 KNOXX kernel: sd 1:0:1:0: [sdc] 11721045168 512-byte logical blocks: (6.00 TB/5.46 TiB) Oct 7 19:34:33 KNOXX kernel: sd 1:0:1:0: [sdc] 4096-byte physical blocks Oct 7 19:34:33 KNOXX kernel: scsi 1:0:2:0: Direct-Access ATA ST6000VN001-2BB1 SC60 PQ: 0 ANSI: 5 Oct 7 19:34:33 KNOXX kernel: sdb: sdb1 Oct 7 19:34:33 KNOXX kernel: sd 1:0:0:0: [sdb] Attached SCSI disk Oct 7 19:34:33 KNOXX kernel: sd 1:0:1:0: [sdc] Write Protect is off Oct 7 19:34:33 KNOXX kernel: sd 1:0:1:0: [sdc] Mode Sense: 73 00 00 08 Oct 7 19:34:33 KNOXX kernel: sd 1:0:1:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Oct 7 19:34:33 KNOXX kernel: sd 1:0:2:0: Attached scsi generic sg3 type 0 Oct 7 19:34:33 KNOXX kernel: sd 1:0:2:0: [sdd] physical block alignment offset: 4096 Oct 7 19:34:33 KNOXX kernel: sd 1:0:2:0: [sdd] 11721045168 512-byte logical blocks: (6.00 TB/5.46 TiB) Oct 7 19:34:33 KNOXX kernel: sd 1:0:2:0: [sdd] 4096-byte physical blocks Oct 7 19:34:33 KNOXX kernel: scsi 1:0:3:0: Direct-Access ATA ST6000VN001-2BB1 SC60 PQ: 0 ANSI: 5 Oct 7 19:34:33 KNOXX kernel: sd 1:0:2:0: [sdd] Write Protect is off Oct 7 19:34:33 KNOXX kernel: sd 1:0:2:0: [sdd] Mode Sense: 73 00 00 08 Oct 7 19:34:33 KNOXX kernel: sd 1:0:2:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Oct 7 19:34:33 KNOXX kernel: sdc: sdc1 Oct 7 19:34:33 KNOXX kernel: sd 1:0:1:0: [sdc] Attached SCSI disk Oct 7 19:34:33 KNOXX kernel: sd 1:0:3:0: Attached scsi generic sg4 type 0 Oct 7 19:34:33 KNOXX kernel: sd 1:0:3:0: [sde] physical block alignment offset: 4096 Oct 7 19:34:33 KNOXX kernel: sd 1:0:3:0: [sde] 11721045168 512-byte logical blocks: (6.00 TB/5.46 TiB) Oct 7 19:34:33 KNOXX kernel: sd 1:0:3:0: [sde] 4096-byte physical blocks Oct 7 19:34:33 KNOXX kernel: sdd: sdd1 Oct 7 19:34:33 KNOXX kernel: sd 1:0:2:0: [sdd] Attached SCSI disk Oct 7 19:34:33 KNOXX kernel: sd 1:0:3:0: [sde] Write Protect is off Oct 7 19:34:33 KNOXX kernel: sd 1:0:3:0: [sde] Mode Sense: 73 00 00 08 Oct 7 19:34:33 KNOXX kernel: sd 1:0:3:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Oct 7 19:34:33 KNOXX kernel: scsi 1:0:4:0: Direct-Access ATA ST6000VN001-2BB1 SC60 PQ: 0 ANSI: 5 Oct 7 19:34:33 KNOXX kernel: sde: sde1 Oct 7 19:34:33 KNOXX kernel: sd 1:0:3:0: [sde] Attached SCSI disk Oct 7 19:34:33 KNOXX kernel: scsi 1:0:4:0: Attached scsi generic sg5 type 0 Oct 7 19:34:33 KNOXX kernel: sd 1:0:4:0: [sdf] physical block alignment offset: 4096 Oct 7 19:34:33 KNOXX kernel: sd 1:0:4:0: [sdf] 11721045168 512-byte logical blocks: (6.00 TB/5.46 TiB) Oct 7 19:34:33 KNOXX kernel: sd 1:0:4:0: [sdf] 4096-byte physical blocks Oct 7 19:34:33 KNOXX kernel: sd 1:0:4:0: [sdf] Write Protect is off Oct 7 19:34:33 KNOXX kernel: sd 1:0:4:0: [sdf] Mode Sense: 73 00 00 08 Oct 7 19:34:33 KNOXX kernel: sd 1:0:4:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Oct 7 19:34:33 KNOXX kernel: CE: hpet increased min_delta_ns to 20115 nsec Oct 7 19:34:33 KNOXX kernel: scsi 1:0:5:0: Direct-Access ATA ST8000VN0022-2EL SC61 PQ: 0 ANSI: 5 Oct 7 19:34:33 KNOXX kernel: sd 1:0:5:0: Attached scsi generic sg6 type 0 Oct 7 19:34:33 KNOXX kernel: sd 1:0:5:0: [sdg] physical block alignment offset: 4096 Oct 7 19:34:33 KNOXX kernel: sd 1:0:5:0: [sdg] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB) Oct 7 19:34:33 KNOXX kernel: sd 1:0:5:0: [sdg] 4096-byte physical blocks Oct 7 19:34:33 KNOXX kernel: sdf: sdf1 Oct 7 19:34:33 KNOXX kernel: sd 1:0:4:0: [sdf] Attached SCSI disk Oct 7 19:34:33 KNOXX kernel: scsi 1:0:6:0: Direct-Access ATA ST8000VN004-2M21 SC60 PQ: 0 ANSI: 5 Oct 7 19:34:33 KNOXX kernel: sd 1:0:6:0: Attached scsi generic sg7 type 0 Oct 7 19:34:33 KNOXX kernel: sd 1:0:6:0: [sdh] physical block alignment offset: 4096 Oct 7 19:34:33 KNOXX kernel: sd 1:0:6:0: [sdh] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB) Oct 7 19:34:33 KNOXX kernel: sd 1:0:6:0: [sdh] 4096-byte physical blocks Oct 7 19:34:33 KNOXX kernel: sd 1:0:6:0: [sdh] Write Protect is off Oct 7 19:34:33 KNOXX kernel: sd 1:0:6:0: [sdh] Mode Sense: 73 00 00 08 Oct 7 19:34:33 KNOXX kernel: sd 1:0:6:0: [sdh] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Oct 7 19:34:33 KNOXX kernel: CE: hpet increased min_delta_ns to 30172 nsec Oct 7 19:34:33 KNOXX kernel: sd 1:0:5:0: [sdg] Write Protect is off Oct 7 19:34:33 KNOXX kernel: sd 1:0:5:0: [sdg] Mode Sense: 73 00 00 08 Oct 7 19:34:33 KNOXX kernel: scsi 1:0:7:0: Direct-Access ATA ST8000VN004-2M21 SC60 PQ: 0 ANSI: 5 Oct 7 19:34:33 KNOXX kernel: sd 1:0:5:0: [sdg] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Oct 7 19:34:33 KNOXX kernel: sd 1:0:7:0: Attached scsi generic sg8 type 0 Oct 7 19:34:33 KNOXX kernel: sd 1:0:7:0: [sdi] physical block alignment offset: 4096 Oct 7 19:34:33 KNOXX kernel: sd 1:0:7:0: [sdi] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB) Oct 7 19:34:33 KNOXX kernel: sd 1:0:7:0: [sdi] 4096-byte physical blocks Oct 7 19:34:33 KNOXX kernel: scsi 1:0:10:0: Direct-Access ATA ST12000NM001G-2M SN03 PQ: 0 ANSI: 5 Oct 7 19:34:33 KNOXX kernel: sd 1:0:7:0: [sdi] Write Protect is off Oct 7 19:34:33 KNOXX kernel: sd 1:0:7:0: [sdi] Mode Sense: 73 00 00 08 Oct 7 19:34:33 KNOXX kernel: sd 1:0:7:0: [sdi] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Oct 7 19:34:33 KNOXX kernel: sd 1:0:10:0: Attached scsi generic sg9 type 0 Oct 7 19:34:33 KNOXX kernel: sd 1:0:10:0: [sdj] physical block alignment offset: 4096 Oct 7 19:34:33 KNOXX kernel: sd 1:0:10:0: [sdj] 23437770752 512-byte logical blocks: (12.0 TB/10.9 TiB) Oct 7 19:34:33 KNOXX kernel: sd 1:0:10:0: [sdj] 4096-byte physical blocks Oct 7 19:34:33 KNOXX kernel: sd 1:0:10:0: [sdj] Write Protect is off Oct 7 19:34:33 KNOXX kernel: sd 1:0:10:0: [sdj] Mode Sense: 73 00 00 08 Oct 7 19:34:33 KNOXX kernel: sd 1:0:10:0: [sdj] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Oct 7 19:34:33 KNOXX kernel: scsi 1:0:11:0: Direct-Access ATA ST14000NM001G-2K SN03 PQ: 0 ANSI: 5 Oct 7 19:34:33 KNOXX kernel: sd 1:0:11:0: Attached scsi generic sg10 type 0 Oct 7 19:34:33 KNOXX kernel: sd 1:0:11:0: [sdk] physical block alignment offset: 4096 Oct 7 19:34:33 KNOXX kernel: sd 1:0:11:0: [sdk] 27344764928 512-byte logical blocks: (14.0 TB/12.7 TiB) Oct 7 19:34:33 KNOXX kernel: sd 1:0:11:0: [sdk] 4096-byte physical blocks Oct 7 19:34:33 KNOXX kernel: sd 1:0:11:0: [sdk] Write Protect is off Oct 7 19:34:33 KNOXX kernel: sd 1:0:11:0: [sdk] Mode Sense: 73 00 00 08 Oct 7 19:34:33 KNOXX kernel: sd 1:0:11:0: [sdk] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Oct 7 19:34:33 KNOXX kernel: sdg: sdg1 Oct 7 19:34:33 KNOXX kernel: sdh: sdh1 Oct 7 19:34:33 KNOXX kernel: sd 1:0:5:0: [sdg] Attached SCSI disk Oct 7 19:34:33 KNOXX kernel: sd 1:0:6:0: [sdh] Attached SCSI disk Oct 7 19:34:33 KNOXX kernel: scsi 1:0:12:0: Direct-Access ATA Samsung SSD 870 1B6Q PQ: 0 ANSI: 5 Oct 7 19:34:33 KNOXX kernel: sd 1:0:12:0: Attached scsi generic sg11 type 0 Oct 7 19:34:33 KNOXX kernel: sd 1:0:12:0: [sdl] 488397168 512-byte logical blocks: (250 GB/233 GiB) Oct 7 19:34:33 KNOXX kernel: sd 1:0:12:0: [sdl] Write Protect is off Oct 7 19:34:33 KNOXX kernel: sd 1:0:12:0: [sdl] Mode Sense: 73 00 00 08 Oct 7 19:34:33 KNOXX kernel: sd 1:0:12:0: [sdl] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Oct 7 19:34:33 KNOXX kernel: scsi 1:0:13:0: Direct-Access ATA Samsung SSD 870 1B6Q PQ: 0 ANSI: 5 Oct 7 19:34:33 KNOXX kernel: sdl: sdl1 Oct 7 19:34:33 KNOXX kernel: sd 1:0:12:0: [sdl] Attached SCSI disk Oct 7 19:34:33 KNOXX kernel: sd 1:0:13:0: Attached scsi generic sg12 type 0 Oct 7 19:34:33 KNOXX kernel: sd 1:0:13:0: [sdm] 488397168 512-byte logical blocks: (250 GB/233 GiB) Oct 7 19:34:33 KNOXX kernel: sd 1:0:13:0: [sdm] Write Protect is off Oct 7 19:34:33 KNOXX kernel: sd 1:0:13:0: [sdm] Mode Sense: 73 00 00 08 Oct 7 19:34:33 KNOXX kernel: sd 1:0:13:0: [sdm] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Oct 7 19:34:33 KNOXX kernel: sdi: sdi1 Oct 7 19:34:33 KNOXX kernel: sdj: sdj1 Oct 7 19:34:33 KNOXX kernel: sd 1:0:7:0: [sdi] Attached SCSI disk Oct 7 19:34:33 KNOXX kernel: sd 1:0:10:0: [sdj] Attached SCSI disk Oct 7 19:34:33 KNOXX kernel: sdm: sdm1 Oct 7 19:34:33 KNOXX kernel: sd 1:0:13:0: [sdm] Attached SCSI disk Oct 7 19:34:33 KNOXX kernel: sdk: sdk1 Oct 7 19:34:33 KNOXX kernel: sd 1:0:11:0: [sdk] Attached SCSI disk Oct 7 19:34:33 KNOXX kernel: BTRFS: device fsid 7eb43f8a-a200-4fb9-8081-0d9243baaf94 devid 1 transid 123295 /dev/sdm1 scanned by udevd (972) Oct 7 19:34:33 KNOXX kernel: BTRFS: device fsid 7eb43f8a-a200-4fb9-8081-0d9243baaf94 devid 2 transid 123295 /dev/sdl1 scanned by udevd (963) Oct 7 19:34:33 KNOXX kernel: bnx2 0000:01:00.0 eth0: Broadcom NetXtreme II BCM5716 1000Base-T (C0) PCI Express found at mem da000000, IRQ 30, node addr 78:2b:cb:47:8f:86 Oct 7 19:34:33 KNOXX kernel: bnx2 0000:01:00.0 eth122: renamed from eth0 Oct 7 19:34:33 KNOXX kernel: bnx2 0000:01:00.0 eth1: renamed from eth122 Oct 7 19:34:33 KNOXX kernel: bnx2 0000:01:00.1 eth0: Broadcom NetXtreme II BCM5716 1000Base-T (C0) PCI Express found at mem dc000000, IRQ 31, node addr 78:2b:cb:47:8f:87 Oct 7 19:34:33 KNOXX kernel: bnx2 0000:01:00.1 eth121: renamed from eth0 Oct 7 19:34:33 KNOXX kernel: bnx2 0000:01:00.1 eth2: renamed from eth121 Oct 7 19:34:35 KNOXX rc.inet1: ip -4 addr add 127.0.0.1/8 dev lo Oct 7 19:34:35 KNOXX rc.inet1: ip -6 addr add ::1/128 dev lo Oct 7 19:34:35 KNOXX rc.inet1: ip link set lo up Oct 7 19:34:35 KNOXX rc.inet1: ip link add link eth0 name eth0.2 type vlan id 2 Oct 7 19:34:35 KNOXX kernel: 8021q: 802.1Q VLAN Support v1.8 Oct 7 19:34:35 KNOXX rc.inet1: ip link set eth0.2 mtu 9014 Oct 7 19:34:35 KNOXX rc.inet1: ip link set eth0.2 up Oct 7 19:34:35 KNOXX rc.inet1: ip link add name br0 type bridge stp_state 0 forward_delay 0 Oct 7 19:34:35 KNOXX kernel: NET: Registered PF_INET6 protocol family Oct 7 19:34:35 KNOXX kernel: Segment Routing with IPv6 Oct 7 19:34:35 KNOXX kernel: RPL Segment Routing with IPv6 Oct 7 19:34:35 KNOXX kernel: In-situ OAM (IOAM) with IPv6 Oct 7 19:34:35 KNOXX kernel: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. Oct 7 19:34:35 KNOXX rc.inet1: ip link set br0 up Oct 7 19:34:35 KNOXX rc.inet1: ip link set eth0 mtu 9014 Oct 7 19:34:35 KNOXX rc.inet1: ip link set eth0 down Oct 7 19:34:35 KNOXX rc.inet1: ip -4 addr flush dev eth0 Oct 7 19:34:35 KNOXX rc.inet1: ip link set eth0 promisc on master br0 up Oct 7 19:34:35 KNOXX kernel: device eth0 entered promiscuous mode Oct 7 19:34:35 KNOXX kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Oct 7 19:34:35 KNOXX kernel: br0: port 1(eth0) entered blocking state Oct 7 19:34:35 KNOXX kernel: br0: port 1(eth0) entered disabled state Oct 7 19:34:35 KNOXX rc.inet1: ip link add name br0.2 type bridge stp_state 0 forward_delay 0 Oct 7 19:34:35 KNOXX rc.inet1: ip link set br0.2 up Oct 7 19:34:35 KNOXX rc.inet1: ip link set eth0.2 mtu 9014 Oct 7 19:34:35 KNOXX rc.inet1: ip link set eth0.2 down Oct 7 19:34:35 KNOXX rc.inet1: ip -4 addr flush dev eth0.2 Oct 7 19:34:35 KNOXX rc.inet1: ip link set eth0.2 promisc on master br0.2 up Oct 7 19:34:35 KNOXX kernel: device eth0.2 entered promiscuous mode Oct 7 19:34:35 KNOXX kernel: br0.2: port 1(eth0.2) entered blocking state Oct 7 19:34:35 KNOXX kernel: br0.2: port 1(eth0.2) entered disabled state Oct 7 19:34:35 KNOXX rc.inet1: ip link set br0 mtu 9014 Oct 7 19:34:36 KNOXX rc.inet1: ip -4 addr add 192.168.200.88/255.255.255.0 dev br0 Oct 7 19:34:36 KNOXX rc.inet1: ip link set br0 up Oct 7 19:34:37 KNOXX rc.inet1: ip -4 addr add 192.168.202.2/255.255.255.0 dev br0.2 Oct 7 19:34:37 KNOXX rc.inet1: ip link set br0.2 up Oct 7 19:34:38 KNOXX rc.inet1: ip -4 addr flush dev eth1 Oct 7 19:34:38 KNOXX rc.inet1: ip -4 route flush dev eth1 Oct 7 19:34:38 KNOXX rc.inet1: ip link set eth1 up Oct 7 19:34:38 KNOXX kernel: bnx2 0000:01:00.0 eth1: using MSIX Oct 7 19:34:39 KNOXX rc.inet1: ip -4 addr flush dev eth2 Oct 7 19:34:39 KNOXX rc.inet1: ip -4 route flush dev eth2 Oct 7 19:34:39 KNOXX rc.inet1: ip link set eth2 up Oct 7 19:34:39 KNOXX kernel: bnx2 0000:01:00.1 eth2: using MSIX Oct 7 19:34:39 KNOXX rc.inet1: ip -4 route add default via 192.168.200.1 dev br0 Oct 7 19:34:39 KNOXX rc.inet1: ip -4 route add default via 192.168.202.1 dev br0.2 Oct 7 19:34:39 KNOXX mcelog: Kernel does not support page offline interface Oct 7 19:34:39 KNOXX elogind-daemon[1374]: New seat seat0. Oct 7 19:34:39 KNOXX elogind-daemon[1374]: Watching system buttons on /dev/input/event7 (Power Button) Oct 7 19:34:39 KNOXX elogind-daemon[1374]: Watching system buttons on /dev/input/event1 ( Multimedia Air Mouse Keyboard) Oct 7 19:34:39 KNOXX elogind-daemon[1374]: Watching system buttons on /dev/input/event3 ( Multimedia Air Mouse Keyboard Consumer Control) Oct 7 19:34:39 KNOXX elogind-daemon[1374]: Watching system buttons on /dev/input/event4 ( Multimedia Air Mouse Keyboard System Control) Oct 7 19:34:39 KNOXX elogind-daemon[1374]: Watching system buttons on /dev/input/event5 (Avocent USB Composite Device-0) Oct 7 19:34:40 KNOXX sshd[1395]: Server listening on 0.0.0.0 port 22. Oct 7 19:34:40 KNOXX sshd[1395]: Server listening on :: port 22. Oct 7 19:34:40 KNOXX ntpd[1404]: ntpd [email protected] Fri Jun 3 04:17:10 UTC 2022 (1): Starting Oct 7 19:34:40 KNOXX ntpd[1404]: Command line: /usr/sbin/ntpd -g -u ntp:ntp Oct 7 19:34:40 KNOXX ntpd[1404]: ---------------------------------------------------- Oct 7 19:34:40 KNOXX ntpd[1404]: ntp-4 is maintained by Network Time Foundation, Oct 7 19:34:40 KNOXX ntpd[1404]: Inc. (NTF), a non-profit 501(c)(3) public-benefit Oct 7 19:34:40 KNOXX ntpd[1404]: corporation. Support and training for ntp-4 are Oct 7 19:34:40 KNOXX ntpd[1404]: available at https://www.nwtime.org/support Oct 7 19:34:40 KNOXX ntpd[1404]: ---------------------------------------------------- Oct 7 19:34:40 KNOXX ntpd[1406]: proto: precision = 0.064 usec (-24) Oct 7 19:34:40 KNOXX ntpd[1406]: basedate set to 2022-05-22 Oct 7 19:34:40 KNOXX ntpd[1406]: gps base set to 2022-05-22 (week 2211) Oct 7 19:34:40 KNOXX ntpd[1406]: Listen normally on 0 lo 127.0.0.1:123 Oct 7 19:34:40 KNOXX ntpd[1406]: Listen normally on 1 lo [::1]:123 Oct 7 19:34:40 KNOXX ntpd[1406]: Listening on routing socket on fd #18 for interface updates Oct 7 19:34:40 KNOXX ntpd[1406]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized Oct 7 19:34:40 KNOXX ntpd[1406]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized Oct 7 19:34:40 KNOXX crond[1426]: /usr/sbin/crond 4.5 dillon's cron daemon, started with loglevel notice Oct 7 19:34:40 KNOXX smbd[1437]: [2022/10/07 19:34:40.130290, 0] ../../source3/smbd/server.c:1741(main) Oct 7 19:34:40 KNOXX smbd[1437]: smbd version 4.17.0 started. Oct 7 19:34:40 KNOXX smbd[1437]: Copyright Andrew Tridgell and the Samba Team 1992-2022 Oct 7 19:34:40 KNOXX nmbd[1440]: [2022/10/07 19:34:40.155463, 0] ../../source3/nmbd/nmbd.c:901(main) Oct 7 19:34:40 KNOXX nmbd[1440]: nmbd version 4.17.0 started. Oct 7 19:34:40 KNOXX nmbd[1440]: Copyright Andrew Tridgell and the Samba Team 1992-2022 Oct 7 19:34:40 KNOXX acpid: starting up with netlink and the input layer Oct 7 19:34:40 KNOXX acpid: 1 rule loaded Oct 7 19:34:40 KNOXX acpid: waiting for events: event logging is off Oct 7 19:34:40 KNOXX wsdd2[1453]: starting. Oct 7 19:34:40 KNOXX winbindd[1454]: [2022/10/07 19:34:40.270891, 0] ../../source3/winbindd/winbindd.c:1440(main) Oct 7 19:34:40 KNOXX winbindd[1454]: winbindd version 4.17.0 started. Oct 7 19:34:40 KNOXX winbindd[1454]: Copyright Andrew Tridgell and the Samba Team 1992-2022 Oct 7 19:34:40 KNOXX winbindd[1456]: [2022/10/07 19:34:40.275068, 0] ../../source3/winbindd/winbindd_cache.c:3116(initialize_winbindd_cache) Oct 7 19:34:40 KNOXX winbindd[1456]: initialize_winbindd_cache: clearing cache and re-creating with version number 2 Oct 7 19:34:40 KNOXX kernel: atlantic 0000:03:00.0 eth0: atlantic: link change old 0 new 10000 Oct 7 19:34:40 KNOXX kernel: br0: port 1(eth0) entered blocking state Oct 7 19:34:40 KNOXX kernel: br0: port 1(eth0) entered forwarding state Oct 7 19:34:40 KNOXX kernel: br0.2: port 1(eth0.2) entered blocking state Oct 7 19:34:40 KNOXX kernel: br0.2: port 1(eth0.2) entered forwarding state Oct 7 19:34:41 KNOXX root: Installing plugins Oct 7 19:34:41 KNOXX root: plugin: installing: ca.backup2.plg Oct 7 19:34:41 KNOXX root: Executing hook script: pre_plugin_checks Oct 7 19:34:41 KNOXX root: plugin: running: anonymous Oct 7 19:34:41 KNOXX root: plugin: checking: /boot/config/plugins/ca.backup2/ca.backup2-2022.07.23-x86_64-1.txz - MD5 Oct 7 19:34:41 KNOXX root: plugin: skipping: /boot/config/plugins/ca.backup2/ca.backup2-2022.07.23-x86_64-1.txz already exists Oct 7 19:34:41 KNOXX root: plugin: running: /boot/config/plugins/ca.backup2/ca.backup2-2022.07.23-x86_64-1.txz Oct 7 19:34:41 KNOXX root: Oct 7 19:34:41 KNOXX root: +============================================================================== Oct 7 19:34:41 KNOXX root: | Installing new package /boot/config/plugins/ca.backup2/ca.backup2-2022.07.23-x86_64-1.txz Oct 7 19:34:41 KNOXX root: +============================================================================== Oct 7 19:34:41 KNOXX root: Oct 7 19:34:41 KNOXX root: Verifying package ca.backup2-2022.07.23-x86_64-1.txz. Oct 7 19:34:41 KNOXX root: Installing package ca.backup2-2022.07.23-x86_64-1.txz: Oct 7 19:34:41 KNOXX root: PACKAGE DESCRIPTION: Oct 7 19:34:41 KNOXX root: Package ca.backup2-2022.07.23-x86_64-1.txz installed. Oct 7 19:34:41 KNOXX root: plugin: running: anonymous Oct 7 19:34:41 KNOXX root: Oct 7 19:34:41 KNOXX root: Oct 7 19:34:41 KNOXX root: ---------------------------------------------------- Oct 7 19:34:41 KNOXX root: ca.backup2 has been installed. Oct 7 19:34:41 KNOXX root: Copyright 2015-2020, Andrew Zawadzki Oct 7 19:34:41 KNOXX root: Version: 2022.07.23 Oct 7 19:34:41 KNOXX root: ---------------------------------------------------- Oct 7 19:34:41 KNOXX root: Oct 7 19:34:41 KNOXX root: plugin: ca.backup2.plg installed Oct 7 19:34:41 KNOXX root: plugin: ca.backup2.plg installed Oct 7 19:34:41 KNOXX root: Executing hook script: post_plugin_checks Oct 7 19:34:41 KNOXX root: plugin: installing: ca.cleanup.appdata.plg Oct 7 19:34:41 KNOXX root: Executing hook script: pre_plugin_checks Oct 7 19:34:41 KNOXX root: plugin: running: anonymous Oct 7 19:34:41 KNOXX root: Oct 7 19:34:41 KNOXX root: plugin: running: anonymous Oct 7 19:34:41 KNOXX root: plugin: checking: /boot/config/plugins/ca.cleanup.appdata/ca.cleanup.appdata-2021.12.08-x86_64-1.txz - MD5 Oct 7 19:34:41 KNOXX root: plugin: skipping: /boot/config/plugins/ca.cleanup.appdata/ca.cleanup.appdata-2021.12.08-x86_64-1.txz already exists Oct 7 19:34:41 KNOXX root: plugin: running: /boot/config/plugins/ca.cleanup.appdata/ca.cleanup.appdata-2021.12.08-x86_64-1.txz Oct 7 19:34:41 KNOXX root: Oct 7 19:34:41 KNOXX root: +============================================================================== Oct 7 19:34:41 KNOXX root: | Installing new package /boot/config/plugins/ca.cleanup.appdata/ca.cleanup.appdata-2021.12.08-x86_64-1.txz Oct 7 19:34:41 KNOXX root: +============================================================================== Oct 7 19:34:41 KNOXX root: Oct 7 19:34:41 KNOXX root: Verifying package ca.cleanup.appdata-2021.12.08-x86_64-1.txz. Oct 7 19:34:41 KNOXX root: Installing package ca.cleanup.appdata-2021.12.08-x86_64-1.txz: Oct 7 19:34:41 KNOXX root: PACKAGE DESCRIPTION: Oct 7 19:34:41 KNOXX root: Package ca.cleanup.appdata-2021.12.08-x86_64-1.txz installed. Oct 7 19:34:41 KNOXX root: plugin: running: anonymous Oct 7 19:34:41 KNOXX root: Oct 7 19:34:41 KNOXX root: ---------------------------------------------------- Oct 7 19:34:41 KNOXX root: ca.cleanup.appdata has been installed. Oct 7 19:34:41 KNOXX root: Copyright 2015-2016, Andrew Zawadzki Oct 7 19:34:41 KNOXX root: Version: 2021.12.08 Oct 7 19:34:41 KNOXX root: ---------------------------------------------------- Oct 7 19:34:41 KNOXX root: Oct 7 19:34:41 KNOXX root: plugin: ca.cleanup.appdata.plg installed Oct 7 19:34:41 KNOXX root: plugin: ca.cleanup.appdata.plg installed Oct 7 19:34:41 KNOXX root: Executing hook script: post_plugin_checks Oct 7 19:34:41 KNOXX root: plugin: installing: ca.update.applications.plg Oct 7 19:34:41 KNOXX root: Executing hook script: pre_plugin_checks Oct 7 19:34:41 KNOXX root: plugin: running: anonymous Oct 7 19:34:41 KNOXX root: Oct 7 19:34:41 KNOXX root: plugin: running: anonymous Oct 7 19:34:41 KNOXX root: plugin: checking: /boot/config/plugins/ca.update.applications/ca.update.applications-2021.09.24-x86_64-1.txz - MD5 Oct 7 19:34:41 KNOXX root: plugin: skipping: /boot/config/plugins/ca.update.applications/ca.update.applications-2021.09.24-x86_64-1.txz already exists Oct 7 19:34:41 KNOXX root: plugin: running: /boot/config/plugins/ca.update.applications/ca.update.applications-2021.09.24-x86_64-1.txz Oct 7 19:34:41 KNOXX root: Oct 7 19:34:41 KNOXX root: +============================================================================== Oct 7 19:34:41 KNOXX root: | Installing new package /boot/config/plugins/ca.update.applications/ca.update.applications-2021.09.24-x86_64-1.txz Oct 7 19:34:41 KNOXX root: +============================================================================== Oct 7 19:34:41 KNOXX root: Oct 7 19:34:41 KNOXX root: Verifying package ca.update.applications-2021.09.24-x86_64-1.txz. Oct 7 19:34:41 KNOXX root: Installing package ca.update.applications-2021.09.24-x86_64-1.txz: Oct 7 19:34:41 KNOXX root: PACKAGE DESCRIPTION: Oct 7 19:34:41 KNOXX root: Package ca.update.applications-2021.09.24-x86_64-1.txz installed. Oct 7 19:34:41 KNOXX root: plugin: running: anonymous Oct 7 19:34:41 KNOXX root: Oct 7 19:34:41 KNOXX root: ---------------------------------------------------- Oct 7 19:34:41 KNOXX root: ca.update.applications has been installed. Oct 7 19:34:41 KNOXX root: Copyright 2015-2021, Andrew Zawadzki Oct 7 19:34:41 KNOXX root: Version: 2021.09.24 Oct 7 19:34:41 KNOXX root: ---------------------------------------------------- Oct 7 19:34:41 KNOXX root: Oct 7 19:34:41 KNOXX root: plugin: ca.update.applications.plg installed Oct 7 19:34:41 KNOXX root: plugin: ca.update.applications.plg installed Oct 7 19:34:41 KNOXX root: Executing hook script: post_plugin_checks Oct 7 19:34:41 KNOXX root: plugin: installing: community.applications.plg Oct 7 19:34:41 KNOXX root: Executing hook script: pre_plugin_checks Oct 7 19:34:41 KNOXX root: plugin: running: anonymous Oct 7 19:34:41 KNOXX kernel: bnx2 0000:01:00.0 eth1: NIC Copper Link is Up, 1000 Mbps full duplex Oct 7 19:34:41 KNOXX kernel: , receive & transmit flow control ON Oct 7 19:34:41 KNOXX root: Oct 7 19:34:41 KNOXX root: Oct 7 19:34:41 KNOXX root: Cleaning Up Old Versions Oct 7 19:34:41 KNOXX root: Fixing pinned apps Oct 7 19:34:42 KNOXX root: Setting up cron for background notifications Oct 7 19:34:42 KNOXX root: Oct 7 19:34:42 KNOXX root: plugin: running: anonymous Oct 7 19:34:42 KNOXX root: plugin: checking: /boot/config/plugins/community.applications/community.applications-2022.09.30-x86_64-1.txz - MD5 Oct 7 19:34:42 KNOXX root: plugin: skipping: /boot/config/plugins/community.applications/community.applications-2022.09.30-x86_64-1.txz already exists Oct 7 19:34:42 KNOXX root: plugin: running: /boot/config/plugins/community.applications/community.applications-2022.09.30-x86_64-1.txz Oct 7 19:34:42 KNOXX root: Oct 7 19:34:42 KNOXX root: +============================================================================== Oct 7 19:34:42 KNOXX root: | Installing new package /boot/config/plugins/community.applications/community.applications-2022.09.30-x86_64-1.txz Oct 7 19:34:42 KNOXX root: +============================================================================== Oct 7 19:34:42 KNOXX root: Oct 7 19:34:42 KNOXX root: Verifying package community.applications-2022.09.30-x86_64-1.txz. Oct 7 19:34:42 KNOXX root: Installing package community.applications-2022.09.30-x86_64-1.txz: Oct 7 19:34:42 KNOXX root: PACKAGE DESCRIPTION: Oct 7 19:34:42 KNOXX root: Package community.applications-2022.09.30-x86_64-1.txz installed. Oct 7 19:34:42 KNOXX root: plugin: running: anonymous Oct 7 19:34:42 KNOXX root: Creating Directories Oct 7 19:34:42 KNOXX root: Oct 7 19:34:42 KNOXX root: Adjusting icon for unRaid version Oct 7 19:34:42 KNOXX root: Oct 7 19:34:42 KNOXX root: ---------------------------------------------------- Oct 7 19:34:42 KNOXX root: community.applications has been installed. Oct 7 19:34:42 KNOXX root: Copyright 2015-2022, Andrew Zawadzki Oct 7 19:34:42 KNOXX root: Version: 2022.09.30 Oct 7 19:34:42 KNOXX root: ---------------------------------------------------- Oct 7 19:34:42 KNOXX root: Oct 7 19:34:42 KNOXX root: plugin: community.applications.plg installed Oct 7 19:34:42 KNOXX root: plugin: community.applications.plg installed Oct 7 19:34:42 KNOXX root: Executing hook script: post_plugin_checks Oct 7 19:34:42 KNOXX root: plugin: installing: disklocation-master.plg Oct 7 19:34:42 KNOXX root: Executing hook script: pre_plugin_checks Oct 7 19:34:42 KNOXX root: plugin: creating: /tmp/disklocation-install - from INLINE content Oct 7 19:34:42 KNOXX root: plugin: running: /tmp/disklocation-install Oct 7 19:34:42 KNOXX root: Oct 7 19:34:42 KNOXX root: Installing plugin... Oct 7 19:34:42 KNOXX root: Oct 7 19:34:42 KNOXX root: Plugin folder /boot/config/plugins/disklocation already exists Oct 7 19:34:42 KNOXX root: Oct 7 19:34:42 KNOXX root: Checking existing package /boot/config/plugins/disklocation/disklocation.2022.06.10.zip... Oct 7 19:34:42 KNOXX root: Oct 7 19:34:42 KNOXX root: Extracting plugin package... Oct 7 19:34:42 KNOXX root: Archive: /boot/config/plugins/disklocation/disklocation.2022.06.10.zip Oct 7 19:34:42 KNOXX root: 0125d1997d1ff64918fb1a8ea3f6cee4601d66c6 Oct 7 19:34:42 KNOXX root: creating: /tmp/disklocation-packages/disklocation-master/ Oct 7 19:34:42 KNOXX root: inflating: /tmp/disklocation-packages/disklocation-master/COPYING Oct 7 19:34:42 KNOXX root: inflating: /tmp/disklocation-packages/disklocation-master/README.md Oct 7 19:34:42 KNOXX root: inflating: /tmp/disklocation-packages/disklocation-master/disklocation-devel.plg Oct 7 19:34:42 KNOXX root: inflating: /tmp/disklocation-packages/disklocation-master/disklocation-master.plg Oct 7 19:34:42 KNOXX root: inflating: /tmp/disklocation-packages/disklocation-master/disklocation.png Oct 7 19:34:42 KNOXX root: creating: /tmp/disklocation-packages/disklocation-master/disklocation/ Oct 7 19:34:42 KNOXX root: inflating: /tmp/disklocation-packages/disklocation-master/disklocation/disklocation.cron Oct 7 19:34:42 KNOXX root: inflating: /tmp/disklocation-packages/disklocation-master/disklocation/disklocation.page Oct 7 19:34:42 KNOXX root: inflating: /tmp/disklocation-packages/disklocation-master/disklocation/disklocationConfig.page Oct 7 19:34:42 KNOXX root: inflating: /tmp/disklocation-packages/disklocation-master/disklocation/disklocationConfig_allocations.page Oct 7 19:34:42 KNOXX root: inflating: /tmp/disklocation-packages/disklocation-master/disklocation/disklocationConfig_drives.page Oct 7 19:34:42 KNOXX root: inflating: /tmp/disklocation-packages/disklocation-master/disklocation/disklocationConfig_main.page Oct 7 19:34:42 KNOXX root: inflating: /tmp/disklocation-packages/disklocation-master/disklocation/disklocationConfig_system.page Oct 7 19:34:42 KNOXX root: inflating: /tmp/disklocation-packages/disklocation-master/disklocation/disklocation_dashboard.page Oct 7 19:34:42 KNOXX root: inflating: /tmp/disklocation-packages/disklocation-master/disklocation/disklocation_devices.page Oct 7 19:34:42 KNOXX root: inflating: /tmp/disklocation-packages/disklocation-master/disklocation/disklocation_info.page Oct 7 19:34:42 KNOXX root: creating: /tmp/disklocation-packages/disklocation-master/disklocation/pages/ Oct 7 19:34:42 KNOXX root: inflating: /tmp/disklocation-packages/disklocation-master/disklocation/pages/config.php Oct 7 19:34:42 KNOXX root: inflating: /tmp/disklocation-packages/disklocation-master/disklocation/pages/config_drives.php Oct 7 19:34:42 KNOXX root: inflating: /tmp/disklocation-packages/disklocation-master/disklocation/pages/config_system.php Oct 7 19:34:42 KNOXX root: inflating: /tmp/disklocation-packages/disklocation-master/disklocation/pages/config_trayalloc.php Oct 7 19:34:42 KNOXX root: inflating: /tmp/disklocation-packages/disklocation-master/disklocation/pages/devices.php Oct 7 19:34:42 KNOXX root: inflating: /tmp/disklocation-packages/disklocation-master/disklocation/pages/info.php Oct 7 19:34:42 KNOXX root: inflating: /tmp/disklocation-packages/disklocation-master/disklocation/pages/locate.php Oct 7 19:34:42 KNOXX root: creating: /tmp/disklocation-packages/disklocation-master/disklocation/pages/script/ Oct 7 19:34:42 KNOXX root: inflating: /tmp/disklocation-packages/disklocation-master/disklocation/pages/script/locate_script_bottom.js Oct 7 19:34:42 KNOXX root: inflating: /tmp/disklocation-packages/disklocation-master/disklocation/pages/script/locate_script_top.js.php Oct 7 19:34:42 KNOXX root: inflating: /tmp/disklocation-packages/disklocation-master/disklocation/pages/sqlite_tables.php Oct 7 19:34:42 KNOXX root: creating: /tmp/disklocation-packages/disklocation-master/disklocation/pages/styles/ Oct 7 19:34:42 KNOXX root: inflating: /tmp/disklocation-packages/disklocation-master/disklocation/pages/styles/disk.css.php Oct 7 19:34:42 KNOXX root: inflating: /tmp/disklocation-packages/disklocation-master/disklocation/pages/styles/help.css Oct 7 19:34:42 KNOXX root: inflating: /tmp/disklocation-packages/disklocation-master/disklocation/pages/styles/signals.css Oct 7 19:34:42 KNOXX root: inflating: /tmp/disklocation-packages/disklocation-master/disklocation/pages/system.php Oct 7 19:34:42 KNOXX root: Oct 7 19:34:42 KNOXX root: Extraction done. Oct 7 19:34:42 KNOXX root: Oct 7 19:34:42 KNOXX root: Package file disklocation.2022.06.10.zip extracted. Oct 7 19:34:42 KNOXX root: Oct 7 19:34:42 KNOXX root: Adding disks into database, please wait... this might take a while... Oct 7 19:34:42 KNOXX root: [193442] system.php:92 @ functions: Debug function active. Oct 7 19:34:42 KNOXX root: [193442] system.php:1140 @ array: LSSCSI:14 Oct 7 19:34:42 KNOXX root: [193442] system.php:1157 @ loop: Scanning: 0:0:0:0 Node: /dev/sg0 Oct 7 19:34:42 KNOXX root: [193442] system.php:1157 @ loop: Scanning: 1:0:0:0 Node: /dev/sg1 Oct 7 19:34:42 KNOXX root: [193442] system.php:1157 @ loop: Scanning: 1:0:1:0 Node: /dev/sg2 Oct 7 19:34:42 KNOXX root: [193442] system.php:1157 @ loop: Scanning: 1:0:2:0 Node: /dev/sg3 Oct 7 19:34:42 KNOXX root: [193442] system.php:1157 @ loop: Scanning: 1:0:3:0 Node: /dev/sg4 Oct 7 19:34:42 KNOXX root: [193442] system.php:1157 @ loop: Scanning: 1:0:4:0 Node: /dev/sg5 Oct 7 19:34:42 KNOXX root: [193442] system.php:1157 @ loop: Scanning: 1:0:5:0 Node: /dev/sg6 Oct 7 19:34:42 KNOXX root: [193442] system.php:1157 @ loop: Scanning: 1:0:6:0 Node: /dev/sg7 Oct 7 19:34:42 KNOXX root: [193442] system.php:1157 @ loop: Scanning: 1:0:7:0 Node: /dev/sg8 Oct 7 19:34:43 KNOXX root: [193443] system.php:1157 @ loop: Scanning: 1:0:10:0 Node: /dev/sg9 Oct 7 19:34:43 KNOXX ntpd[1406]: Listen normally on 2 br0 192.168.200.88:123 Oct 7 19:34:43 KNOXX ntpd[1406]: new interface(s) found: waking up resolver Oct 7 19:34:43 KNOXX root: [193443] system.php:1157 @ loop: Scanning: 1:0:11:0 Node: /dev/sg10 Oct 7 19:34:43 KNOXX kernel: bnx2 0000:01:00.1 eth2: NIC Copper Link is Up, 1000 Mbps full duplex Oct 7 19:34:43 KNOXX kernel: , receive & transmit flow control ON Oct 7 19:34:43 KNOXX root: [193443] system.php:1157 @ loop: Scanning: 1:0:12:0 Node: /dev/sg11 Oct 7 19:34:43 KNOXX root: [193443] system.php:1157 @ loop: Scanning: 1:0:13:0 Node: /dev/sg12 Oct 7 19:34:43 KNOXX root: Oct 7 19:34:43 KNOXX root: Plugin installed successfully! Oct 7 19:34:43 KNOXX root: plugin: disklocation-master.plg installed Oct 7 19:34:43 KNOXX root: plugin: disklocation-master.plg installed Oct 7 19:34:43 KNOXX root: Executing hook script: post_plugin_checks Oct 7 19:34:43 KNOXX root: plugin: installing: dynamix.active.streams.plg Oct 7 19:34:43 KNOXX root: Executing hook script: pre_plugin_checks Oct 7 19:34:43 KNOXX root: plugin: running: anonymous Oct 7 19:34:43 KNOXX root: plugin: checking: /boot/config/plugins/dynamix.active.streams/dynamix.active.streams.txz - MD5 Oct 7 19:34:43 KNOXX root: plugin: skipping: /boot/config/plugins/dynamix.active.streams/dynamix.active.streams.txz already exists Oct 7 19:34:43 KNOXX root: plugin: running: /boot/config/plugins/dynamix.active.streams/dynamix.active.streams.txz Oct 7 19:34:43 KNOXX root: Oct 7 19:34:43 KNOXX root: +============================================================================== Oct 7 19:34:43 KNOXX root: | Installing new package /boot/config/plugins/dynamix.active.streams/dynamix.active.streams.txz Oct 7 19:34:43 KNOXX root: +============================================================================== Oct 7 19:34:43 KNOXX root: Oct 7 19:34:43 KNOXX root: Verifying package dynamix.active.streams.txz. Oct 7 19:34:43 KNOXX root: Installing package dynamix.active.streams.txz: Oct 7 19:34:43 KNOXX root: PACKAGE DESCRIPTION: Oct 7 19:34:43 KNOXX root: Package dynamix.active.streams.txz installed. Oct 7 19:34:43 KNOXX root: plugin: running: anonymous Oct 7 19:34:43 KNOXX root: Oct 7 19:34:43 KNOXX root: ----------------------------------------------------------- Oct 7 19:34:43 KNOXX root: Plugin dynamix.active.streams is installed. Oct 7 19:34:43 KNOXX root: This plugin requires Dynamix webGui to operate Oct 7 19:34:43 KNOXX root: Copyright 2020, Bergware International Oct 7 19:34:43 KNOXX root: Version: 2020.06.17 Oct 7 19:34:43 KNOXX root: ----------------------------------------------------------- Oct 7 19:34:43 KNOXX root: Oct 7 19:34:43 KNOXX root: plugin: dynamix.active.streams.plg installed Oct 7 19:34:43 KNOXX root: plugin: dynamix.active.streams.plg installed Oct 7 19:34:43 KNOXX root: Executing hook script: post_plugin_checks Oct 7 19:34:43 KNOXX root: plugin: installing: dynamix.cache.dirs.plg Oct 7 19:34:43 KNOXX root: Executing hook script: pre_plugin_checks Oct 7 19:34:43 KNOXX root: plugin: running: anonymous Oct 7 19:34:43 KNOXX root: plugin: checking: /boot/config/plugins/dynamix.cache.dirs/dynamix.cache.dirs.txz - MD5 Oct 7 19:34:43 KNOXX root: plugin: skipping: /boot/config/plugins/dynamix.cache.dirs/dynamix.cache.dirs.txz already exists Oct 7 19:34:43 KNOXX root: plugin: running: /boot/config/plugins/dynamix.cache.dirs/dynamix.cache.dirs.txz Oct 7 19:34:43 KNOXX root: Oct 7 19:34:43 KNOXX root: +============================================================================== Oct 7 19:34:43 KNOXX root: | Installing new package /boot/config/plugins/dynamix.cache.dirs/dynamix.cache.dirs.txz Oct 7 19:34:43 KNOXX root: +============================================================================== Oct 7 19:34:43 KNOXX root: Oct 7 19:34:43 KNOXX root: Verifying package dynamix.cache.dirs.txz. Oct 7 19:34:43 KNOXX root: Installing package dynamix.cache.dirs.txz: Oct 7 19:34:43 KNOXX root: PACKAGE DESCRIPTION: Oct 7 19:34:43 KNOXX root: Package dynamix.cache.dirs.txz installed. Oct 7 19:34:43 KNOXX root: plugin: creating: /tmp/start_service - from INLINE content Oct 7 19:34:43 KNOXX root: plugin: setting: /tmp/start_service - mode to 0770 Oct 7 19:34:43 KNOXX root: plugin: running: anonymous Oct 7 19:34:43 KNOXX root: Oct 7 19:34:43 KNOXX root: ----------------------------------------------------------- Oct 7 19:34:43 KNOXX root: Plugin dynamix.cache.dirs is installed. Oct 7 19:34:43 KNOXX root: This plugin requires Dynamix webGui to operate Oct 7 19:34:43 KNOXX root: Copyright 2020, Bergware International Oct 7 19:34:43 KNOXX root: Version: 2020.08.03 Oct 7 19:34:43 KNOXX root: ----------------------------------------------------------- Oct 7 19:34:43 KNOXX root: The included cache_dirs script is a third party script Oct 7 19:34:43 KNOXX root: Copyright by the respective owner and maintainers Oct 7 19:34:43 KNOXX root: ----------------------------------------------------------- Oct 7 19:34:43 KNOXX root: Oct 7 19:34:43 KNOXX root: plugin: dynamix.cache.dirs.plg installed Oct 7 19:34:43 KNOXX root: plugin: dynamix.cache.dirs.plg installed Oct 7 19:34:43 KNOXX root: Executing hook script: post_plugin_checks Oct 7 19:34:43 KNOXX root: plugin: installing: dynamix.file.integrity.plg Oct 7 19:34:43 KNOXX root: Executing hook script: pre_plugin_checks Oct 7 19:34:43 KNOXX root: plugin: running: anonymous Oct 7 19:34:43 KNOXX root: plugin: creating: /etc/cron.daily/exportrotate - from INLINE content Oct 7 19:34:43 KNOXX root: plugin: setting: /etc/cron.daily/exportrotate - mode to 0755 Oct 7 19:34:43 KNOXX root: plugin: creating: /tmp/start_service - from INLINE content Oct 7 19:34:43 KNOXX root: plugin: setting: /tmp/start_service - mode to 0770 Oct 7 19:34:43 KNOXX root: plugin: skipping: inotify-tools-3.14-x86_64-1.txz - Unraid version too high, requires at most version 6.2.9 Oct 7 19:34:43 KNOXX root: plugin: skipping: b2sum-20130305-x86_64-1.txz - Unraid version too high, requires at most version 6.3.9 Oct 7 19:34:43 KNOXX root: plugin: skipping: /boot/packages/b3sum-1.0.0-x86_64-1.txz already exists Oct 7 19:34:43 KNOXX root: plugin: running: /boot/packages/b3sum-1.0.0-x86_64-1.txz Oct 7 19:34:43 KNOXX root: Oct 7 19:34:43 KNOXX root: +============================================================================== Oct 7 19:34:43 KNOXX root: | Installing new package /boot/packages/b3sum-1.0.0-x86_64-1.txz Oct 7 19:34:43 KNOXX root: +============================================================================== Oct 7 19:34:43 KNOXX root: Oct 7 19:34:43 KNOXX root: Verifying package b3sum-1.0.0-x86_64-1.txz. Oct 7 19:34:44 KNOXX root: Installing package b3sum-1.0.0-x86_64-1.txz: Oct 7 19:34:44 KNOXX root: PACKAGE DESCRIPTION: Oct 7 19:34:44 KNOXX root: Package b3sum-1.0.0-x86_64-1.txz installed. Oct 7 19:34:44 KNOXX root: plugin: checking: /boot/config/plugins/dynamix.file.integrity/dynamix.file.integrity.txz - MD5 Oct 7 19:34:44 KNOXX root: plugin: skipping: /boot/config/plugins/dynamix.file.integrity/dynamix.file.integrity.txz already exists Oct 7 19:34:44 KNOXX root: plugin: running: /boot/config/plugins/dynamix.file.integrity/dynamix.file.integrity.txz Oct 7 19:34:44 KNOXX root: Oct 7 19:34:44 KNOXX root: +============================================================================== Oct 7 19:34:44 KNOXX root: | Installing new package /boot/config/plugins/dynamix.file.integrity/dynamix.file.integrity.txz Oct 7 19:34:44 KNOXX root: +============================================================================== Oct 7 19:34:44 KNOXX root: Oct 7 19:34:44 KNOXX root: Verifying package dynamix.file.integrity.txz. Oct 7 19:34:44 KNOXX root: Installing package dynamix.file.integrity.txz: Oct 7 19:34:44 KNOXX root: PACKAGE DESCRIPTION: Oct 7 19:34:44 KNOXX root: Package dynamix.file.integrity.txz installed. Oct 7 19:34:44 KNOXX root: plugin: running: anonymous Oct 7 19:34:44 KNOXX root: Oct 7 19:34:44 KNOXX root: ----------------------------------------------------------- Oct 7 19:34:44 KNOXX root: Plugin dynamix.file.integrity is installed. Oct 7 19:34:44 KNOXX root: This plugin requires Dynamix webGui to operate Oct 7 19:34:44 KNOXX root: Copyright 2021, Bergware International Oct 7 19:34:44 KNOXX root: Version: 2021.08.24e Oct 7 19:34:44 KNOXX root: ----------------------------------------------------------- Oct 7 19:34:44 KNOXX root: Oct 7 19:34:44 KNOXX root: plugin: dynamix.file.integrity.plg installed Oct 7 19:34:44 KNOXX root: plugin: dynamix.file.integrity.plg installed Oct 7 19:34:44 KNOXX root: Executing hook script: post_plugin_checks Oct 7 19:34:44 KNOXX root: plugin: installing: dynamix.file.manager.plg Oct 7 19:34:44 KNOXX root: Executing hook script: pre_plugin_checks Oct 7 19:34:44 KNOXX root: plugin: running: anonymous Oct 7 19:34:44 KNOXX root: plugin: checking: /boot/config/plugins/dynamix.file.manager/dynamix.file.manager.txz - MD5 Oct 7 19:34:44 KNOXX root: plugin: skipping: /boot/config/plugins/dynamix.file.manager/dynamix.file.manager.txz already exists Oct 7 19:34:44 KNOXX root: plugin: running: /boot/config/plugins/dynamix.file.manager/dynamix.file.manager.txz Oct 7 19:34:44 KNOXX root: Oct 7 19:34:44 KNOXX root: +============================================================================== Oct 7 19:34:44 KNOXX root: | Installing new package /boot/config/plugins/dynamix.file.manager/dynamix.file.manager.txz Oct 7 19:34:44 KNOXX root: +============================================================================== Oct 7 19:34:44 KNOXX root: Oct 7 19:34:44 KNOXX root: Verifying package dynamix.file.manager.txz. Oct 7 19:34:44 KNOXX root: Installing package dynamix.file.manager.txz: Oct 7 19:34:44 KNOXX root: PACKAGE DESCRIPTION: Oct 7 19:34:44 KNOXX root: Package dynamix.file.manager.txz installed. Oct 7 19:34:44 KNOXX root: plugin: running: anonymous Oct 7 19:34:44 KNOXX root: Oct 7 19:34:44 KNOXX root: ----------------------------------------------------------- Oct 7 19:34:44 KNOXX root: Plugin dynamix.file.manager is installed. Oct 7 19:34:44 KNOXX root: This plugin requires Dynamix webGui to operate Oct 7 19:34:44 KNOXX root: Copyright 2022, Bergware International Oct 7 19:34:44 KNOXX root: Version: 2022.09.07 Oct 7 19:34:44 KNOXX root: ----------------------------------------------------------- Oct 7 19:34:44 KNOXX root: Oct 7 19:34:44 KNOXX root: plugin: dynamix.file.manager.plg installed Oct 7 19:34:44 KNOXX root: plugin: dynamix.file.manager.plg installed Oct 7 19:34:44 KNOXX root: Executing hook script: post_plugin_checks Oct 7 19:34:44 KNOXX root: plugin: installing: dynamix.system.temp.plg Oct 7 19:34:44 KNOXX root: Executing hook script: pre_plugin_checks Oct 7 19:34:44 KNOXX root: plugin: running: anonymous Oct 7 19:34:44 KNOXX root: plugin: checking: /boot/config/plugins/dynamix.system.temp/dynamix.system.temp.txz - MD5 Oct 7 19:34:44 KNOXX root: plugin: skipping: /boot/config/plugins/dynamix.system.temp/dynamix.system.temp.txz already exists Oct 7 19:34:44 KNOXX root: plugin: running: /boot/config/plugins/dynamix.system.temp/dynamix.system.temp.txz Oct 7 19:34:44 KNOXX root: Oct 7 19:34:44 KNOXX root: +============================================================================== Oct 7 19:34:44 KNOXX root: | Installing new package /boot/config/plugins/dynamix.system.temp/dynamix.system.temp.txz Oct 7 19:34:44 KNOXX root: +============================================================================== Oct 7 19:34:44 KNOXX root: Oct 7 19:34:45 KNOXX root: Verifying package dynamix.system.temp.txz. Oct 7 19:34:45 KNOXX root: Installing package dynamix.system.temp.txz: Oct 7 19:34:45 KNOXX root: PACKAGE DESCRIPTION: Oct 7 19:34:45 KNOXX root: Package dynamix.system.temp.txz installed. Oct 7 19:34:45 KNOXX root: plugin: skipping: sensors-detect - Unraid version too high, requires at most version 6.7.2 Oct 7 19:34:45 KNOXX root: plugin: skipping: sensors-detect - Unraid version too high, requires at most version 6.7.2 Oct 7 19:34:45 KNOXX root: plugin: running: anonymous Oct 7 19:34:45 KNOXX root: Oct 7 19:34:45 KNOXX root: ----------------------------------------------------------- Oct 7 19:34:45 KNOXX root: Plugin dynamix.system.temp is installed. Oct 7 19:34:45 KNOXX root: This plugin requires Dynamix webGui to operate Oct 7 19:34:45 KNOXX root: Copyright 2021, Bergware International Oct 7 19:34:45 KNOXX root: Version: 2022.09.16b Oct 7 19:34:45 KNOXX root: ----------------------------------------------------------- Oct 7 19:34:45 KNOXX root: Oct 7 19:34:45 KNOXX root: plugin: dynamix.system.temp.plg installed Oct 7 19:34:45 KNOXX root: plugin: dynamix.system.temp.plg installed Oct 7 19:34:45 KNOXX root: Executing hook script: post_plugin_checks Oct 7 19:34:45 KNOXX root: plugin: installing: dynamix.unraid.net.plg Oct 7 19:34:45 KNOXX root: Executing hook script: pre_plugin_checks Oct 7 19:34:45 KNOXX root: plugin: running: anonymous Oct 7 19:34:45 KNOXX root: Installing dynamix.unraid.net.plg 2022.09.28.1258 with Unraid API 2.52.1 Oct 7 19:34:45 KNOXX root: plugin: running: anonymous Oct 7 19:34:45 KNOXX root: Checking DNS... Oct 7 19:34:45 KNOXX root: Validating /boot/config/plugins/dynamix.my.servers/dynamix.unraid.net.txz... ok. Oct 7 19:34:47 KNOXX root: Validating /boot/config/plugins/dynamix.my.servers/unraid-api.tgz... ok. Oct 7 19:34:47 KNOXX root: plugin: checking: /boot/config/plugins/dynamix.my.servers/dynamix.unraid.net.txz - SHA256 Oct 7 19:34:47 KNOXX root: plugin: skipping: /boot/config/plugins/dynamix.my.servers/dynamix.unraid.net.txz already exists Oct 7 19:34:47 KNOXX root: plugin: checking: /boot/config/plugins/dynamix.my.servers/unraid-api.tgz - SHA256 Oct 7 19:34:47 KNOXX root: plugin: skipping: /boot/config/plugins/dynamix.my.servers/unraid-api.tgz already exists Oct 7 19:34:47 KNOXX root: plugin: running: anonymous Oct 7 19:34:47 KNOXX root: plugin: running: anonymous Oct 7 19:34:47 KNOXX root: 🕹️ Installing JavaScript web components Oct 7 19:34:47 KNOXX root: ✅ Finished installing web components Oct 7 19:34:47 KNOXX root: plugin: running: anonymous Oct 7 19:34:47 KNOXX root: plugin: running: anonymous Oct 7 19:34:47 KNOXX root: Oct 7 19:34:47 KNOXX root: +============================================================================== Oct 7 19:34:47 KNOXX root: | Installing new package /boot/config/plugins/dynamix.my.servers/dynamix.unraid.net.txz Oct 7 19:34:47 KNOXX root: +============================================================================== Oct 7 19:34:47 KNOXX root: Oct 7 19:34:47 KNOXX root: Verifying package dynamix.unraid.net.txz. Oct 7 19:34:47 KNOXX root: Installing package dynamix.unraid.net.txz: Oct 7 19:34:47 KNOXX root: PACKAGE DESCRIPTION: Oct 7 19:34:48 KNOXX root: Package dynamix.unraid.net.txz installed. Oct 7 19:34:48 KNOXX root: Oct 7 19:34:48 KNOXX root: ✅ Installation is complete Oct 7 19:34:48 KNOXX root: Oct 7 19:34:48 KNOXX root: plugin: dynamix.unraid.net.plg installed Oct 7 19:34:48 KNOXX root: plugin: dynamix.unraid.net.plg installed Oct 7 19:34:48 KNOXX root: Executing hook script: post_plugin_checks Oct 7 19:34:48 KNOXX root: plugin: installing: fix.common.problems.plg Oct 7 19:34:48 KNOXX root: Executing hook script: pre_plugin_checks Oct 7 19:34:48 KNOXX root: plugin: checking: /boot/config/plugins/fix.common.problems/fix.common.problems-2022.09.26-x86_64-1.txz - MD5 Oct 7 19:34:48 KNOXX root: plugin: skipping: /boot/config/plugins/fix.common.problems/fix.common.problems-2022.09.26-x86_64-1.txz already exists Oct 7 19:34:48 KNOXX root: plugin: running: /boot/config/plugins/fix.common.problems/fix.common.problems-2022.09.26-x86_64-1.txz Oct 7 19:34:48 KNOXX root: Oct 7 19:34:48 KNOXX root: +============================================================================== Oct 7 19:34:48 KNOXX root: | Installing new package /boot/config/plugins/fix.common.problems/fix.common.problems-2022.09.26-x86_64-1.txz Oct 7 19:34:48 KNOXX root: +============================================================================== Oct 7 19:34:48 KNOXX root: Oct 7 19:34:48 KNOXX root: Verifying package fix.common.problems-2022.09.26-x86_64-1.txz. Oct 7 19:34:48 KNOXX root: Installing package fix.common.problems-2022.09.26-x86_64-1.txz: Oct 7 19:34:48 KNOXX root: PACKAGE DESCRIPTION: Oct 7 19:34:48 KNOXX root: Package fix.common.problems-2022.09.26-x86_64-1.txz installed. Oct 7 19:34:48 KNOXX root: plugin: running: anonymous Oct 7 19:34:48 KNOXX root: Oct 7 19:34:48 KNOXX root: Oct 7 19:34:48 KNOXX root: ---------------------------------------------------- Oct 7 19:34:48 KNOXX root: fix.common.problems has been installed. Oct 7 19:34:48 KNOXX root: Copyright 2016-2022, Andrew Zawadzki Oct 7 19:34:48 KNOXX root: Version: 2022.09.26 Oct 7 19:34:48 KNOXX root: ---------------------------------------------------- Oct 7 19:34:48 KNOXX root: Oct 7 19:34:48 KNOXX root: plugin: fix.common.problems.plg installed Oct 7 19:34:48 KNOXX root: plugin: fix.common.problems.plg installed Oct 7 19:34:48 KNOXX root: Executing hook script: post_plugin_checks Oct 7 19:34:48 KNOXX root: plugin: installing: unassigned.devices-plus.plg Oct 7 19:34:48 KNOXX root: Executing hook script: pre_plugin_checks Oct 7 19:34:48 KNOXX root: plugin: running: anonymous Oct 7 19:34:48 KNOXX root: plugin: checking: /boot/config/plugins/unassigned.devices-plus/packages/parted-3.3-x86_64-1.txz - MD5 Oct 7 19:34:48 KNOXX root: plugin: skipping: /boot/config/plugins/unassigned.devices-plus/packages/parted-3.3-x86_64-1.txz already exists Oct 7 19:34:48 KNOXX root: plugin: running: /boot/config/plugins/unassigned.devices-plus/packages/parted-3.3-x86_64-1.txz Oct 7 19:34:48 KNOXX root: Oct 7 19:34:48 KNOXX root: +============================================================================== Oct 7 19:34:48 KNOXX root: | Installing new package /boot/config/plugins/unassigned.devices-plus/packages/parted-3.3-x86_64-1.txz Oct 7 19:34:48 KNOXX root: +============================================================================== Oct 7 19:34:48 KNOXX root: Oct 7 19:34:48 KNOXX root: Verifying package parted-3.3-x86_64-1.txz. Oct 7 19:34:48 KNOXX root: Installing package parted-3.3-x86_64-1.txz: Oct 7 19:34:48 KNOXX root: PACKAGE DESCRIPTION: Oct 7 19:34:48 KNOXX root: # parted (GNU disk partitioning tool) Oct 7 19:34:48 KNOXX root: # Oct 7 19:34:48 KNOXX root: # GNU Parted is a program for creating, destroying, resizing, checking Oct 7 19:34:48 KNOXX root: # and copying partitions, and the filesystems on them. This is useful Oct 7 19:34:48 KNOXX root: # for creating space for new operating systems, reorganizing disk Oct 7 19:34:48 KNOXX root: # usage, copying data between hard disks, and disk imaging. Oct 7 19:34:48 KNOXX root: # Oct 7 19:34:48 KNOXX root: Executing install script for parted-3.3-x86_64-1.txz. Oct 7 19:34:48 KNOXX root: Package parted-3.3-x86_64-1.txz installed. Oct 7 19:34:48 KNOXX root: plugin: checking: /boot/config/plugins/unassigned.devices-plus/packages/exfat-utils-1.3.0-x86_64-1_slonly.txz - MD5 Oct 7 19:34:48 KNOXX root: plugin: skipping: /boot/config/plugins/unassigned.devices-plus/packages/exfat-utils-1.3.0-x86_64-1_slonly.txz already exists Oct 7 19:34:48 KNOXX root: plugin: running: /boot/config/plugins/unassigned.devices-plus/packages/exfat-utils-1.3.0-x86_64-1_slonly.txz Oct 7 19:34:48 KNOXX root: Oct 7 19:34:48 KNOXX root: +============================================================================== Oct 7 19:34:48 KNOXX root: | Installing new package /boot/config/plugins/unassigned.devices-plus/packages/exfat-utils-1.3.0-x86_64-1_slonly.txz Oct 7 19:34:48 KNOXX root: +============================================================================== Oct 7 19:34:48 KNOXX root: Oct 7 19:34:48 KNOXX root: Verifying package exfat-utils-1.3.0-x86_64-1_slonly.txz. Oct 7 19:34:48 KNOXX root: Installing package exfat-utils-1.3.0-x86_64-1_slonly.txz: Oct 7 19:34:48 KNOXX root: PACKAGE DESCRIPTION: Oct 7 19:34:48 KNOXX root: # exfat-utils (exFAT system utilities) Oct 7 19:34:48 KNOXX root: # Oct 7 19:34:48 KNOXX root: # This project aims to provide a full-featured exFAT file system Oct 7 19:34:48 KNOXX root: # implementation for GNU/Linux and other Unix-like systems as a FUSE Oct 7 19:34:48 KNOXX root: # module and a set of utilities. Oct 7 19:34:48 KNOXX root: # module. Oct 7 19:34:48 KNOXX root: # Oct 7 19:34:48 KNOXX root: # This package contains the utilities. Oct 7 19:34:48 KNOXX root: # Oct 7 19:34:48 KNOXX root: # Homepage: https://github.com/relan/exfat Oct 7 19:34:48 KNOXX root: # Oct 7 19:34:48 KNOXX root: Executing install script for exfat-utils-1.3.0-x86_64-1_slonly.txz. Oct 7 19:34:48 KNOXX root: Package exfat-utils-1.3.0-x86_64-1_slonly.txz installed. Oct 7 19:34:48 KNOXX root: plugin: checking: /boot/config/plugins/unassigned.devices-plus/packages/fuse-exfat-1.3.0-x86_64-1_slonly.txz - MD5 Oct 7 19:34:48 KNOXX root: plugin: skipping: /boot/config/plugins/unassigned.devices-plus/packages/fuse-exfat-1.3.0-x86_64-1_slonly.txz already exists Oct 7 19:34:48 KNOXX root: plugin: running: /boot/config/plugins/unassigned.devices-plus/packages/fuse-exfat-1.3.0-x86_64-1_slonly.txz Oct 7 19:34:48 KNOXX root: Oct 7 19:34:48 KNOXX root: +============================================================================== Oct 7 19:34:48 KNOXX root: | Installing new package /boot/config/plugins/unassigned.devices-plus/packages/fuse-exfat-1.3.0-x86_64-1_slonly.txz Oct 7 19:34:48 KNOXX root: +============================================================================== Oct 7 19:34:48 KNOXX root: Oct 7 19:34:48 KNOXX root: Verifying package fuse-exfat-1.3.0-x86_64-1_slonly.txz. Oct 7 19:34:49 KNOXX root: Installing package fuse-exfat-1.3.0-x86_64-1_slonly.txz: Oct 7 19:34:49 KNOXX root: PACKAGE DESCRIPTION: Oct 7 19:34:49 KNOXX root: # fuse-exfat (exFAT FUSE module) Oct 7 19:34:49 KNOXX root: # Oct 7 19:34:49 KNOXX root: # This project aims to provide a full-featured exFAT file system Oct 7 19:34:49 KNOXX root: # implementation for GNU/Linux and other Unix-like systems as a FUSE Oct 7 19:34:49 KNOXX root: # module and a set of utilities. Oct 7 19:34:49 KNOXX root: # module. Oct 7 19:34:49 KNOXX root: # Oct 7 19:34:49 KNOXX root: # This package contains the FUSE module. Oct 7 19:34:49 KNOXX root: # Oct 7 19:34:49 KNOXX root: # Homepage: https://github.com/relan/exfat Oct 7 19:34:49 KNOXX root: # Oct 7 19:34:49 KNOXX root: Executing install script for fuse-exfat-1.3.0-x86_64-1_slonly.txz. Oct 7 19:34:49 KNOXX root: Package fuse-exfat-1.3.0-x86_64-1_slonly.txz installed. Oct 7 19:34:49 KNOXX root: plugin: checking: /boot/config/plugins/unassigned.devices-plus/packages/hfsprogs-332.25-x86_64-2sl.txz - MD5 Oct 7 19:34:49 KNOXX root: plugin: skipping: /boot/config/plugins/unassigned.devices-plus/packages/hfsprogs-332.25-x86_64-2sl.txz already exists Oct 7 19:34:49 KNOXX root: plugin: running: /boot/config/plugins/unassigned.devices-plus/packages/hfsprogs-332.25-x86_64-2sl.txz Oct 7 19:34:49 KNOXX root: Oct 7 19:34:49 KNOXX root: +============================================================================== Oct 7 19:34:49 KNOXX root: | Installing new package /boot/config/plugins/unassigned.devices-plus/packages/hfsprogs-332.25-x86_64-2sl.txz Oct 7 19:34:49 KNOXX root: +============================================================================== Oct 7 19:34:49 KNOXX root: Oct 7 19:34:49 KNOXX root: Verifying package hfsprogs-332.25-x86_64-2sl.txz. Oct 7 19:34:49 KNOXX root: Installing package hfsprogs-332.25-x86_64-2sl.txz: Oct 7 19:34:49 KNOXX root: PACKAGE DESCRIPTION: Oct 7 19:34:49 KNOXX root: # hfsprogs - hfs+ user space utils Oct 7 19:34:49 KNOXX root: # Oct 7 19:34:49 KNOXX root: # The HFS+ file system used by Apple Computer for their Mac OS is Oct 7 19:34:49 KNOXX root: # supported by the Linux kernel. Apple provides mkfs and fsck for Oct 7 19:34:49 KNOXX root: # HFS+ with the Unix core of their operating system, Darwin. Oct 7 19:34:49 KNOXX root: # Oct 7 19:34:49 KNOXX root: # This package is a port of Apple's tools for HFS+ filesystems. Oct 7 19:34:49 KNOXX root: # Oct 7 19:34:49 KNOXX root: # http://www.opensource.apple.com Oct 7 19:34:49 KNOXX root: Package hfsprogs-332.25-x86_64-2sl.txz installed. Oct 7 19:34:49 KNOXX root: plugin: checking: /boot/config/plugins/unassigned.devices-plus/packages/libbsd-0.10.0-x86_64-2_slonly.txz - MD5 Oct 7 19:34:49 KNOXX root: plugin: skipping: /boot/config/plugins/unassigned.devices-plus/packages/libbsd-0.10.0-x86_64-2_slonly.txz already exists Oct 7 19:34:49 KNOXX root: plugin: running: /boot/config/plugins/unassigned.devices-plus/packages/libbsd-0.10.0-x86_64-2_slonly.txz Oct 7 19:34:49 KNOXX root: Oct 7 19:34:49 KNOXX root: +============================================================================== Oct 7 19:34:49 KNOXX root: | Installing new package /boot/config/plugins/unassigned.devices-plus/packages/libbsd-0.10.0-x86_64-2_slonly.txz Oct 7 19:34:49 KNOXX root: +============================================================================== Oct 7 19:34:49 KNOXX root: Oct 7 19:34:49 KNOXX root: Verifying package libbsd-0.10.0-x86_64-2_slonly.txz. Oct 7 19:34:49 KNOXX root: Installing package libbsd-0.10.0-x86_64-2_slonly.txz: Oct 7 19:34:49 KNOXX root: PACKAGE DESCRIPTION: Oct 7 19:34:49 KNOXX root: # libbsd (library of BSD functions) Oct 7 19:34:49 KNOXX root: # Oct 7 19:34:49 KNOXX root: # This library provides useful functions commonly found on BSD systems, Oct 7 19:34:49 KNOXX root: # and lacking on others like GNU systems, thus making it easier to port Oct 7 19:34:49 KNOXX root: # projects with strong BSD origins, without needing to embed the same Oct 7 19:34:49 KNOXX root: # code over and over again on each project. Oct 7 19:34:49 KNOXX root: # Oct 7 19:34:49 KNOXX root: # Homepage: http://libbsd.freedesktop.org/wiki/ Oct 7 19:34:49 KNOXX root: # Oct 7 19:34:49 KNOXX root: Executing install script for libbsd-0.10.0-x86_64-2_slonly.txz. Oct 7 19:34:49 KNOXX root: Package libbsd-0.10.0-x86_64-2_slonly.txz installed. Oct 7 19:34:49 KNOXX root: plugin: checking: /boot/config/plugins/unassigned.devices-plus/packages/apfsfuse-v20200708-x86_64-1.txz - MD5 Oct 7 19:34:49 KNOXX root: plugin: skipping: /boot/config/plugins/unassigned.devices-plus/packages/apfsfuse-v20200708-x86_64-1.txz already exists Oct 7 19:34:49 KNOXX root: plugin: running: /boot/config/plugins/unassigned.devices-plus/packages/apfsfuse-v20200708-x86_64-1.txz Oct 7 19:34:49 KNOXX root: Oct 7 19:34:49 KNOXX root: +============================================================================== Oct 7 19:34:49 KNOXX root: | Installing new package /boot/config/plugins/unassigned.devices-plus/packages/apfsfuse-v20200708-x86_64-1.txz Oct 7 19:34:49 KNOXX root: +============================================================================== Oct 7 19:34:49 KNOXX root: Oct 7 19:34:49 KNOXX root: Verifying package apfsfuse-v20200708-x86_64-1.txz. Oct 7 19:34:49 KNOXX root: Installing package apfsfuse-v20200708-x86_64-1.txz: Oct 7 19:34:49 KNOXX root: PACKAGE DESCRIPTION: Oct 7 19:34:49 KNOXX root: # apfs-fuse v20200708 Oct 7 19:34:49 KNOXX root: # Oct 7 19:34:49 KNOXX root: # Custom apfs-fuse v20200708 package for Unraid by ich777 Oct 7 19:34:49 KNOXX root: # https://github.com/sgan81/apfs-fuse Oct 7 19:34:49 KNOXX root: Package apfsfuse-v20200708-x86_64-1.txz installed. Oct 7 19:34:49 KNOXX root: plugin: creating: /usr/local/emhttp/plugins/unassigned.devices-plus/README.md - from INLINE content Oct 7 19:34:49 KNOXX root: plugin: running: anonymous Oct 7 19:34:49 KNOXX root: Oct 7 19:34:49 KNOXX root: ----------------------------------------------------------- Oct 7 19:34:49 KNOXX root: unassigned.devices-plus has been installed. Oct 7 19:34:49 KNOXX root: Copyright 2015, gfjardim Oct 7 19:34:49 KNOXX root: Copyright 2016-2021, dlandon Oct 7 19:34:49 KNOXX root: Version: 2022.08.19 Oct 7 19:34:49 KNOXX root: ----------------------------------------------------------- Oct 7 19:34:49 KNOXX root: Oct 7 19:34:49 KNOXX root: plugin: unassigned.devices-plus.plg installed Oct 7 19:34:49 KNOXX root: plugin: unassigned.devices-plus.plg installed Oct 7 19:34:49 KNOXX root: Executing hook script: post_plugin_checks Oct 7 19:34:49 KNOXX root: plugin: installing: unassigned.devices.plg Oct 7 19:34:49 KNOXX root: Executing hook script: pre_plugin_checks Oct 7 19:34:49 KNOXX root: plugin: checking: /boot/config/plugins/unassigned.devices/unassigned.devices-2022.10.03.tgz - MD5 Oct 7 19:34:49 KNOXX root: plugin: skipping: /boot/config/plugins/unassigned.devices/unassigned.devices-2022.10.03.tgz already exists Oct 7 19:34:49 KNOXX root: plugin: running: anonymous Oct 7 19:34:49 KNOXX root: plugin: creating: /tmp/start_unassigned_devices - from INLINE content Oct 7 19:34:49 KNOXX root: plugin: setting: /tmp/start_unassigned_devices - mode to 0770 Oct 7 19:34:49 KNOXX root: plugin: skipping: /boot/config/plugins/unassigned.devices/unassigned.devices.cfg already exists Oct 7 19:34:49 KNOXX root: plugin: skipping: /boot/config/plugins/unassigned.devices/samba_mount.cfg already exists Oct 7 19:34:49 KNOXX root: plugin: skipping: /boot/config/plugins/unassigned.devices/iso_mount.cfg already exists Oct 7 19:34:49 KNOXX root: plugin: creating: /tmp/unassigned.devices/smb-settings.conf - from INLINE content Oct 7 19:34:49 KNOXX root: plugin: creating: /tmp/unassigned.devices/config/smb-extra.conf - from INLINE content Oct 7 19:34:49 KNOXX root: plugin: creating: /tmp/unassigned.devices/add-smb-extra - from INLINE content Oct 7 19:34:49 KNOXX root: plugin: setting: /tmp/unassigned.devices/add-smb-extra - mode to 0770 Oct 7 19:34:49 KNOXX root: plugin: creating: /tmp/unassigned.devices/remove-smb-extra - from INLINE content Oct 7 19:34:49 KNOXX root: plugin: setting: /tmp/unassigned.devices/remove-smb-extra - mode to 0770 Oct 7 19:34:49 KNOXX root: plugin: running: anonymous Oct 7 19:34:49 KNOXX root: Oct 7 19:34:49 KNOXX root: ----------------------------------------------------------- Oct 7 19:34:49 KNOXX root: unassigned.devices has been installed. Oct 7 19:34:49 KNOXX root: Copyright 2015, gfjardim Oct 7 19:34:49 KNOXX root: Copyright 2016-2022, dlandon Oct 7 19:34:49 KNOXX root: Version: 2022.10.03 Oct 7 19:34:49 KNOXX root: Oct 7 19:34:49 KNOXX root: Note: Oct 7 19:34:49 KNOXX root: Install the Unassigned Devices Plus plugin if you need to Oct 7 19:34:49 KNOXX root: mount exFAT, HFS+, apfs file formats or format disks. Oct 7 19:34:49 KNOXX root: ----------------------------------------------------------- Oct 7 19:34:49 KNOXX root: Oct 7 19:34:49 KNOXX root: plugin: unassigned.devices.plg installed Oct 7 19:34:49 KNOXX root: plugin: unassigned.devices.plg installed Oct 7 19:34:49 KNOXX root: Executing hook script: post_plugin_checks Oct 7 19:34:49 KNOXX root: plugin: installing: unassigned.devices.preclear.plg Oct 7 19:34:49 KNOXX root: Executing hook script: pre_plugin_checks Oct 7 19:34:49 KNOXX root: plugin: running: anonymous Oct 7 19:34:49 KNOXX root: plugin: checking: /boot/config/plugins/unassigned.devices.preclear/unassigned.devices.preclear-2022.09.02.tgz - MD5 Oct 7 19:34:49 KNOXX root: plugin: skipping: /boot/config/plugins/unassigned.devices.preclear/unassigned.devices.preclear-2022.09.02.tgz already exists Oct 7 19:34:49 KNOXX root: plugin: checking: /boot/config/plugins/unassigned.devices.preclear/tmux-3.1b-x86_64-1.txz - MD5 Oct 7 19:34:49 KNOXX root: plugin: skipping: /boot/config/plugins/unassigned.devices.preclear/tmux-3.1b-x86_64-1.txz already exists Oct 7 19:34:49 KNOXX root: plugin: running: /boot/config/plugins/unassigned.devices.preclear/tmux-3.1b-x86_64-1.txz Oct 7 19:34:49 KNOXX root: Oct 7 19:34:49 KNOXX root: +============================================================================== Oct 7 19:34:49 KNOXX root: | Installing new package /boot/config/plugins/unassigned.devices.preclear/tmux-3.1b-x86_64-1.txz Oct 7 19:34:49 KNOXX root: +============================================================================== Oct 7 19:34:49 KNOXX root: Oct 7 19:34:49 KNOXX root: Verifying package tmux-3.1b-x86_64-1.txz. Oct 7 19:34:49 KNOXX root: Installing package tmux-3.1b-x86_64-1.txz: Oct 7 19:34:49 KNOXX root: PACKAGE DESCRIPTION: Oct 7 19:34:49 KNOXX root: # tmux (terminal multiplexer) Oct 7 19:34:49 KNOXX root: # Oct 7 19:34:49 KNOXX root: # tmux is a terminal multiplexer. It enables a number of terminals Oct 7 19:34:49 KNOXX root: # (or windows) to be accessed and controlled from a single terminal. Oct 7 19:34:49 KNOXX root: # tmux is intended to be a simple, modern, BSD-licensed alternative to Oct 7 19:34:49 KNOXX root: # programs such as GNU screen. Oct 7 19:34:49 KNOXX root: # Oct 7 19:34:49 KNOXX root: # Homepage: https://github.com/tmux/tmux/wiki Oct 7 19:34:49 KNOXX root: # Oct 7 19:34:49 KNOXX root: Executing install script for tmux-3.1b-x86_64-1.txz. Oct 7 19:34:49 KNOXX root: Package tmux-3.1b-x86_64-1.txz installed. Oct 7 19:34:49 KNOXX root: plugin: checking: /boot/config/plugins/unassigned.devices.preclear/tmux-3.3a-x86_64-1.txz - MD5 Oct 7 19:34:49 KNOXX root: plugin: skipping: /boot/config/plugins/unassigned.devices.preclear/tmux-3.3a-x86_64-1.txz already exists Oct 7 19:34:49 KNOXX root: plugin: running: /boot/config/plugins/unassigned.devices.preclear/tmux-3.3a-x86_64-1.txz Oct 7 19:34:50 KNOXX root: Oct 7 19:34:50 KNOXX root: +============================================================================== Oct 7 19:34:50 KNOXX root: | Upgrading tmux-3.1b-x86_64-1 package using /boot/config/plugins/unassigned.devices.preclear/tmux-3.3a-x86_64-1.txz Oct 7 19:34:50 KNOXX root: +============================================================================== Oct 7 19:34:50 KNOXX root: Pre-installing package tmux-3.3a-x86_64-1... Oct 7 19:34:50 KNOXX root: Removing package: tmux-3.1b-x86_64-1-upgraded-2022-10-07,19:34:50 Oct 7 19:34:50 KNOXX root: --> Deleting /usr/doc/tmux-3.1b/CHANGES Oct 7 19:34:50 KNOXX root: --> Deleting /usr/doc/tmux-3.1b/README Oct 7 19:34:50 KNOXX root: --> Deleting /usr/doc/tmux-3.1b/example_tmux.conf Oct 7 19:34:50 KNOXX root: --> Deleting empty directory /usr/doc/tmux-3.1b/ Oct 7 19:34:50 KNOXX root: Verifying package tmux-3.3a-x86_64-1.txz. Oct 7 19:34:50 KNOXX root: Installing package tmux-3.3a-x86_64-1.txz: Oct 7 19:34:50 KNOXX root: PACKAGE DESCRIPTION: Oct 7 19:34:50 KNOXX root: # tmux (terminal multiplexer) Oct 7 19:34:50 KNOXX root: # Oct 7 19:34:50 KNOXX root: # tmux is a terminal multiplexer. It enables a number of terminals Oct 7 19:34:50 KNOXX root: # (or windows) to be accessed and controlled from a single terminal. Oct 7 19:34:50 KNOXX root: # tmux is intended to be a simple, modern, BSD-licensed alternative to Oct 7 19:34:50 KNOXX root: # programs such as GNU screen. Oct 7 19:34:50 KNOXX root: # Oct 7 19:34:50 KNOXX root: # Homepage: https://github.com/tmux/tmux/wiki Oct 7 19:34:50 KNOXX root: # Oct 7 19:34:50 KNOXX root: Executing install script for tmux-3.3a-x86_64-1.txz. Oct 7 19:34:50 KNOXX root: Package tmux-3.3a-x86_64-1.txz installed. Oct 7 19:34:50 KNOXX root: Package tmux-3.1b-x86_64-1 upgraded with new package /boot/config/plugins/unassigned.devices.preclear/tmux-3.3a-x86_64-1.txz. Oct 7 19:34:50 KNOXX root: plugin: checking: /boot/config/plugins/unassigned.devices.preclear/utempter-1.2.0-x86_64-3.txz - MD5 Oct 7 19:34:50 KNOXX root: plugin: skipping: /boot/config/plugins/unassigned.devices.preclear/utempter-1.2.0-x86_64-3.txz already exists Oct 7 19:34:50 KNOXX root: plugin: running: /boot/config/plugins/unassigned.devices.preclear/utempter-1.2.0-x86_64-3.txz Oct 7 19:34:50 KNOXX root: Oct 7 19:34:50 KNOXX root: +============================================================================== Oct 7 19:34:50 KNOXX root: | Skipping package utempter-1.2.0-x86_64-3 (already installed) Oct 7 19:34:50 KNOXX root: +============================================================================== Oct 7 19:34:50 KNOXX root: Oct 7 19:34:50 KNOXX root: plugin: running: anonymous Oct 7 19:34:50 KNOXX root: plugin: running: anonymous Oct 7 19:34:50 KNOXX root: Checking tmux operation... Oct 7 19:34:53 KNOXX root: Oct 7 19:34:53 KNOXX root: ----------------------------------------------------------- Oct 7 19:34:53 KNOXX root: unassigned.devices.preclear has been installed. Oct 7 19:34:53 KNOXX root: Copyright 2015-2020, gfjardim Oct 7 19:34:53 KNOXX root: Copyright 2022, dlandon Oct 7 19:34:53 KNOXX root: Version: 2022.09.02 Oct 7 19:34:53 KNOXX root: ----------------------------------------------------------- Oct 7 19:34:53 KNOXX root: Oct 7 19:34:53 KNOXX root: plugin: unassigned.devices.preclear.plg installed Oct 7 19:34:53 KNOXX root: plugin: unassigned.devices.preclear.plg installed Oct 7 19:34:53 KNOXX root: Executing hook script: post_plugin_checks Oct 7 19:34:53 KNOXX root: plugin: installing: user.scripts.plg Oct 7 19:34:53 KNOXX root: Executing hook script: pre_plugin_checks Oct 7 19:34:53 KNOXX root: plugin: checking: /boot/config/plugins/user.scripts/user.scripts-2022.08.01-x86_64-1.txz - MD5 Oct 7 19:34:53 KNOXX root: plugin: skipping: /boot/config/plugins/user.scripts/user.scripts-2022.08.01-x86_64-1.txz already exists Oct 7 19:34:53 KNOXX root: plugin: running: /boot/config/plugins/user.scripts/user.scripts-2022.08.01-x86_64-1.txz Oct 7 19:34:53 KNOXX root: Oct 7 19:34:53 KNOXX root: +============================================================================== Oct 7 19:34:53 KNOXX root: | Installing new package /boot/config/plugins/user.scripts/user.scripts-2022.08.01-x86_64-1.txz Oct 7 19:34:53 KNOXX root: +============================================================================== Oct 7 19:34:53 KNOXX root: Oct 7 19:34:53 KNOXX root: Verifying package user.scripts-2022.08.01-x86_64-1.txz. Oct 7 19:34:53 KNOXX root: Installing package user.scripts-2022.08.01-x86_64-1.txz: Oct 7 19:34:53 KNOXX root: PACKAGE DESCRIPTION: Oct 7 19:34:54 KNOXX root: Package user.scripts-2022.08.01-x86_64-1.txz installed. Oct 7 19:34:54 KNOXX root: plugin: running: anonymous Oct 7 19:34:54 KNOXX root: Oct 7 19:34:54 KNOXX root: plugin: running: anonymous Oct 7 19:34:54 KNOXX root: Oct 7 19:34:54 KNOXX root: ---------------------------------------------------- Oct 7 19:34:54 KNOXX root: user.scripts has been installed. Oct 7 19:34:54 KNOXX root: Copyright 2016-2021, Andrew Zawadzki Oct 7 19:34:54 KNOXX root: Version: 2022.08.01 Oct 7 19:34:54 KNOXX root: ---------------------------------------------------- Oct 7 19:34:54 KNOXX root: Oct 7 19:34:54 KNOXX root: plugin: user.scripts.plg installed Oct 7 19:34:54 KNOXX root: plugin: user.scripts.plg installed Oct 7 19:34:54 KNOXX root: Executing hook script: post_plugin_checks Oct 7 19:34:54 KNOXX root: Installing language packs Oct 7 19:34:54 KNOXX root: Starting go script Oct 7 19:34:54 KNOXX root: Starting emhttpd Oct 7 19:34:54 KNOXX emhttpd: Unraid(tm) System Management Utility version 6.11.1 Oct 7 19:34:54 KNOXX emhttpd: Copyright (C) 2005-2022, Lime Technology, Inc. Oct 7 19:34:54 KNOXX emhttpd: shcmd (3): /usr/local/emhttp/webGui/scripts/update_access Oct 7 19:34:54 KNOXX sshd[1395]: Received signal 15; terminating. Oct 7 19:34:55 KNOXX sshd[6173]: Server listening on 0.0.0.0 port 22. Oct 7 19:34:55 KNOXX sshd[6173]: Server listening on :: port 22. Oct 7 19:34:56 KNOXX emhttpd: shcmd (5): modprobe md-mod super=/boot/config/super.dat Oct 7 19:34:56 KNOXX kernel: md: unRAID driver 2.9.25 installed Oct 7 19:34:56 KNOXX emhttpd: Pro key detected, GUID: 090C-1000-0374-721090004332 FILE: /boot/config/Pro.key Oct 7 19:34:56 KNOXX emhttpd: Device inventory: Oct 7 19:34:56 KNOXX emhttpd: Samsung_SSD_870_S6PDNJ0R511324X_35002538f31509bd0 (sdm) 512 488397168 Oct 7 19:34:56 KNOXX emhttpd: ST12000NM001G-2M_ZLW2AX6Y_35000c500dbee9bad (sdj) 512 23437770752 Oct 7 19:34:56 KNOXX emhttpd: ST14000NM001G-2K_ZL21KJ8P_35000c500c3b2dc3c (sdk) 512 27344764928 Oct 7 19:34:56 KNOXX emhttpd: ST8000VN004-2M21_WKD0KZHA_35000c500c66e772a (sdh) 512 15628053168 Oct 7 19:34:56 KNOXX emhttpd: ST8000VN0022-2EL_ZA1ETXFD_35000c500b4f247f1 (sdg) 512 15628053168 Oct 7 19:34:56 KNOXX emhttpd: ST6000VN001-2BB1_ZSC053HS_35000c500e3b76962 (sdd) 512 11721045168 Oct 7 19:34:56 KNOXX emhttpd: ST6000VN001-2BB1_ZSC053R3_35000c500e3b76c15 (sde) 512 11721045168 Oct 7 19:34:56 KNOXX emhttpd: ST6000VN001-2BB1_ZR12XYE5_35000c500e39dc12a (sdb) 512 11721045168 Oct 7 19:34:56 KNOXX emhttpd: ST6000VN001-2BB1_ZSC0537T_35000c500e3b76e54 (sdf) 512 11721045168 Oct 7 19:34:56 KNOXX emhttpd: ST6000VN001-2BB1_ZR12XXYK_35000c500e39de1db (sdc) 512 11721045168 Oct 7 19:34:56 KNOXX emhttpd: Samsung_SSD_870_S6PDNJ0R511325Y_35002538f31509bd1 (sdl) 512 488397168 Oct 7 19:34:56 KNOXX emhttpd: ST8000VN004-2M21_WKD1AM39_35000c500c66e6b66 (sdi) 512 15628053168 Oct 7 19:34:56 KNOXX emhttpd: Samsung_Flash_Drive_FIT_0374721090004332-0:0 (sda) 512 62656641 Oct 7 19:34:56 KNOXX kernel: mdcmd (1): import 0 sdj 64 11718885324 0 ST12000NM001G-2M_ZLW2AX6Y_35000c500dbee9bad Oct 7 19:34:56 KNOXX kernel: md: import disk0: (sdj) ST12000NM001G-2M_ZLW2AX6Y_35000c500dbee9bad size: 11718885324 Oct 7 19:34:56 KNOXX kernel: mdcmd (2): import 1 sdb 64 5860522532 0 ST6000VN001-2BB1_ZR12XYE5_35000c500e39dc12a Oct 7 19:34:56 KNOXX kernel: md: import disk1: (sdb) ST6000VN001-2BB1_ZR12XYE5_35000c500e39dc12a size: 5860522532 Oct 7 19:34:56 KNOXX kernel: mdcmd (3): import 2 sdc 64 5860522532 0 ST6000VN001-2BB1_ZR12XXYK_35000c500e39de1db Oct 7 19:34:56 KNOXX kernel: md: import disk2: (sdc) ST6000VN001-2BB1_ZR12XXYK_35000c500e39de1db size: 5860522532 Oct 7 19:34:56 KNOXX kernel: mdcmd (4): import 3 sdd 64 5860522532 0 ST6000VN001-2BB1_ZSC053HS_35000c500e3b76962 Oct 7 19:34:56 KNOXX kernel: md: import disk3: (sdd) ST6000VN001-2BB1_ZSC053HS_35000c500e3b76962 size: 5860522532 Oct 7 19:34:56 KNOXX kernel: mdcmd (5): import 4 sde 64 5860522532 0 ST6000VN001-2BB1_ZSC053R3_35000c500e3b76c15 Oct 7 19:34:56 KNOXX kernel: md: import disk4: (sde) ST6000VN001-2BB1_ZSC053R3_35000c500e3b76c15 size: 5860522532 Oct 7 19:34:56 KNOXX kernel: mdcmd (6): import 5 sdf 64 5860522532 0 ST6000VN001-2BB1_ZSC0537T_35000c500e3b76e54 Oct 7 19:34:56 KNOXX kernel: md: import disk5: (sdf) ST6000VN001-2BB1_ZSC0537T_35000c500e3b76e54 size: 5860522532 Oct 7 19:34:56 KNOXX kernel: mdcmd (7): import 6 sdg 64 7814026532 0 ST8000VN0022-2EL_ZA1ETXFD_35000c500b4f247f1 Oct 7 19:34:56 KNOXX kernel: md: import disk6: (sdg) ST8000VN0022-2EL_ZA1ETXFD_35000c500b4f247f1 size: 7814026532 Oct 7 19:34:56 KNOXX kernel: mdcmd (8): import 7 sdh 64 7814026532 0 ST8000VN004-2M21_WKD0KZHA_35000c500c66e772a Oct 7 19:34:56 KNOXX kernel: md: import disk7: (sdh) ST8000VN004-2M21_WKD0KZHA_35000c500c66e772a size: 7814026532 Oct 7 19:34:56 KNOXX kernel: mdcmd (9): import 8 sdi 64 7814026532 0 ST8000VN004-2M21_WKD1AM39_35000c500c66e6b66 Oct 7 19:34:56 KNOXX kernel: md: import disk8: (sdi) ST8000VN004-2M21_WKD1AM39_35000c500c66e6b66 size: 7814026532 Oct 7 19:34:56 KNOXX kernel: mdcmd (10): import 9 Oct 7 19:34:56 KNOXX kernel: mdcmd (11): import 10 Oct 7 19:34:56 KNOXX kernel: mdcmd (12): import 11 Oct 7 19:34:56 KNOXX kernel: mdcmd (13): import 12 Oct 7 19:34:56 KNOXX kernel: mdcmd (14): import 13 Oct 7 19:34:56 KNOXX kernel: mdcmd (15): import 14 Oct 7 19:34:56 KNOXX kernel: mdcmd (16): import 15 Oct 7 19:34:56 KNOXX kernel: mdcmd (17): import 16 Oct 7 19:34:56 KNOXX kernel: mdcmd (18): import 17 Oct 7 19:34:56 KNOXX kernel: mdcmd (19): import 18 Oct 7 19:34:56 KNOXX kernel: mdcmd (20): import 19 Oct 7 19:34:56 KNOXX kernel: mdcmd (21): import 20 Oct 7 19:34:56 KNOXX kernel: mdcmd (22): import 21 Oct 7 19:34:56 KNOXX kernel: mdcmd (23): import 22 Oct 7 19:34:56 KNOXX kernel: mdcmd (24): import 23 Oct 7 19:34:56 KNOXX kernel: mdcmd (25): import 24 Oct 7 19:34:56 KNOXX kernel: mdcmd (26): import 25 Oct 7 19:34:56 KNOXX kernel: mdcmd (27): import 26 Oct 7 19:34:56 KNOXX kernel: mdcmd (28): import 27 Oct 7 19:34:56 KNOXX kernel: mdcmd (29): import 28 Oct 7 19:34:56 KNOXX kernel: mdcmd (30): import 29 sdk 64 13672382412 0 ST14000NM001G-2K_ZL21KJ8P_35000c500c3b2dc3c Oct 7 19:34:56 KNOXX kernel: md: import disk29: (sdk) ST14000NM001G-2K_ZL21KJ8P_35000c500c3b2dc3c size: 13672382412 Oct 7 19:34:56 KNOXX emhttpd: import 30 cache device: (sdm) Samsung_SSD_870_S6PDNJ0R511324X_35002538f31509bd0 Oct 7 19:34:56 KNOXX emhttpd: import 31 cache device: (sdl) Samsung_SSD_870_S6PDNJ0R511325Y_35002538f31509bd1 Oct 7 19:34:56 KNOXX emhttpd: import flash device: sda Oct 7 19:34:56 KNOXX root: Starting apcupsd power management: /sbin/apcupsd Oct 7 19:34:56 KNOXX apcupsd[6221]: apcupsd 3.14.14 (31 May 2016) slackware startup succeeded Oct 7 19:34:56 KNOXX apcupsd[6221]: NIS server startup succeeded Oct 7 19:34:57 KNOXX emhttpd: read SMART /dev/sdm Oct 7 19:34:57 KNOXX emhttpd: read SMART /dev/sdl Oct 7 19:34:57 KNOXX emhttpd: read SMART /dev/sda Oct 7 19:34:57 KNOXX emhttpd: Starting services... Oct 7 19:34:57 KNOXX emhttpd: shcmd (18): /etc/rc.d/rc.samba restart Oct 7 19:34:57 KNOXX wsdd2[1453]: 'Terminated' signal received. Oct 7 19:34:57 KNOXX nmbd[1443]: [2022/10/07 19:34:57.063997, 0] ../../source3/nmbd/nmbd.c:59(terminate) Oct 7 19:34:57 KNOXX nmbd[1443]: Got SIGTERM: going down... Oct 7 19:34:57 KNOXX winbindd[1456]: [2022/10/07 19:34:57.064038, 0] ../../source3/winbindd/winbindd_dual.c:1957(winbindd_sig_term_handler) Oct 7 19:34:57 KNOXX winbindd[1456]: Got sig[15] terminate (is_parent=1) Oct 7 19:34:57 KNOXX winbindd[1693]: [2022/10/07 19:34:57.064047, 0] ../../source3/winbindd/winbindd_dual.c:1957(winbindd_sig_term_handler) Oct 7 19:34:57 KNOXX winbindd[1693]: Got sig[15] terminate (is_parent=0) Oct 7 19:34:57 KNOXX winbindd[1458]: [2022/10/07 19:34:57.064062, 0] ../../source3/winbindd/winbindd_dual.c:1957(winbindd_sig_term_handler) Oct 7 19:34:57 KNOXX winbindd[1458]: Got sig[15] terminate (is_parent=0) Oct 7 19:34:57 KNOXX wsdd2[1453]: terminating. Oct 7 19:34:59 KNOXX root: Starting Samba: /usr/sbin/smbd -D Oct 7 19:34:59 KNOXX smbd[6273]: [2022/10/07 19:34:59.253382, 0] ../../source3/smbd/server.c:1741(main) Oct 7 19:34:59 KNOXX smbd[6273]: smbd version 4.17.0 started. Oct 7 19:34:59 KNOXX smbd[6273]: Copyright Andrew Tridgell and the Samba Team 1992-2022 Oct 7 19:34:59 KNOXX root: /usr/sbin/nmbd -D Oct 7 19:34:59 KNOXX nmbd[6275]: [2022/10/07 19:34:59.278643, 0] ../../source3/nmbd/nmbd.c:901(main) Oct 7 19:34:59 KNOXX nmbd[6275]: nmbd version 4.17.0 started. Oct 7 19:34:59 KNOXX nmbd[6275]: Copyright Andrew Tridgell and the Samba Team 1992-2022 Oct 7 19:34:59 KNOXX root: /usr/sbin/wsdd2 -d Oct 7 19:34:59 KNOXX root: /usr/sbin/winbindd -D Oct 7 19:34:59 KNOXX wsdd2[6289]: starting. Oct 7 19:34:59 KNOXX winbindd[6290]: [2022/10/07 19:34:59.389692, 0] ../../source3/winbindd/winbindd.c:1440(main) Oct 7 19:34:59 KNOXX winbindd[6290]: winbindd version 4.17.0 started. Oct 7 19:34:59 KNOXX winbindd[6290]: Copyright Andrew Tridgell and the Samba Team 1992-2022 Oct 7 19:34:59 KNOXX winbindd[6292]: [2022/10/07 19:34:59.393975, 0] ../../source3/winbindd/winbindd_cache.c:3116(initialize_winbindd_cache) Oct 7 19:34:59 KNOXX winbindd[6292]: initialize_winbindd_cache: clearing cache and re-creating with version number 2 Oct 7 19:34:59 KNOXX emhttpd: shcmd (22): /etc/rc.d/rc.avahidaemon start Oct 7 19:34:59 KNOXX root: Starting Avahi mDNS/DNS-SD Daemon: /usr/sbin/avahi-daemon -D Oct 7 19:34:59 KNOXX avahi-daemon[6309]: Found user 'avahi' (UID 61) and group 'avahi' (GID 214). Oct 7 19:34:59 KNOXX avahi-daemon[6309]: Successfully dropped root privileges. Oct 7 19:34:59 KNOXX avahi-daemon[6309]: avahi-daemon 0.8 starting up. Oct 7 19:34:59 KNOXX avahi-daemon[6309]: Successfully called chroot(). Oct 7 19:34:59 KNOXX avahi-daemon[6309]: Successfully dropped remaining capabilities. Oct 7 19:34:59 KNOXX avahi-daemon[6309]: Loading service file /services/sftp-ssh.service. Oct 7 19:34:59 KNOXX avahi-daemon[6309]: Loading service file /services/smb.service. Oct 7 19:34:59 KNOXX avahi-daemon[6309]: Loading service file /services/ssh.service. Oct 7 19:34:59 KNOXX avahi-daemon[6309]: Joining mDNS multicast group on interface br0.2.IPv4 with address 192.168.202.2. Oct 7 19:34:59 KNOXX avahi-daemon[6309]: New relevant interface br0.2.IPv4 for mDNS. Oct 7 19:34:59 KNOXX avahi-daemon[6309]: Joining mDNS multicast group on interface br0.IPv4 with address 192.168.200.88. Oct 7 19:34:59 KNOXX avahi-daemon[6309]: New relevant interface br0.IPv4 for mDNS. Oct 7 19:34:59 KNOXX avahi-daemon[6309]: Joining mDNS multicast group on interface lo.IPv6 with address ::1. Oct 7 19:34:59 KNOXX avahi-daemon[6309]: New relevant interface lo.IPv6 for mDNS. Oct 7 19:34:59 KNOXX avahi-daemon[6309]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1. Oct 7 19:34:59 KNOXX avahi-daemon[6309]: New relevant interface lo.IPv4 for mDNS. Oct 7 19:34:59 KNOXX avahi-daemon[6309]: Network interface enumeration completed. Oct 7 19:34:59 KNOXX avahi-daemon[6309]: Registering new address record for 192.168.202.2 on br0.2.IPv4. Oct 7 19:34:59 KNOXX avahi-daemon[6309]: Registering new address record for 192.168.200.88 on br0.IPv4. Oct 7 19:34:59 KNOXX avahi-daemon[6309]: Registering new address record for ::1 on lo.*. Oct 7 19:34:59 KNOXX avahi-daemon[6309]: Registering new address record for 127.0.0.1 on lo.IPv4. Oct 7 19:34:59 KNOXX emhttpd: shcmd (23): /etc/rc.d/rc.avahidnsconfd start Oct 7 19:34:59 KNOXX root: Starting Avahi mDNS/DNS-SD DNS Server Configuration Daemon: /usr/sbin/avahi-dnsconfd -D Oct 7 19:34:59 KNOXX avahi-dnsconfd[6318]: Successfully connected to Avahi daemon. Oct 7 19:34:59 KNOXX emhttpd: Autostart enabled Oct 7 19:35:00 KNOXX avahi-daemon[6309]: Server startup complete. Host name is KNOXX.local. Local service cookie is 3885364200. Oct 7 19:35:01 KNOXX avahi-daemon[6309]: Service "KNOXX" (/services/ssh.service) successfully established. Oct 7 19:35:01 KNOXX avahi-daemon[6309]: Service "KNOXX" (/services/smb.service) successfully established. Oct 7 19:35:01 KNOXX avahi-daemon[6309]: Service "KNOXX" (/services/sftp-ssh.service) successfully established. Oct 7 19:35:01 KNOXX emhttpd: shcmd (28): /etc/rc.d/rc.php-fpm start Oct 7 19:35:01 KNOXX root: Starting php-fpm done Oct 7 19:35:01 KNOXX emhttpd: shcmd (29): /etc/rc.d/rc.unraid-api install Oct 7 19:35:02 KNOXX root: Starting [email protected] Oct 7 19:35:04 KNOXX root: Nginx state file "/usr/local/emhttp/state/nginx.ini" is missing Oct 7 19:35:04 KNOXX rsyslogd: action 'action-2-builtin:omfwd' resumed (module 'builtin:omfwd') [v8.2102.0 try https://www.rsyslog.com/e/2359 ] Oct 7 19:35:04 KNOXX unraid-api[6411]: ✔️ UNRAID API started successfully! Oct 7 19:35:04 KNOXX root: API has been running for 850ms and is in "production" mode! Oct 7 19:35:04 KNOXX emhttpd: shcmd (30): /etc/rc.d/rc.nginx start Oct 7 19:35:04 KNOXX root: Starting Nginx server daemon... Oct 7 19:35:05 KNOXX root: Starting [email protected] Oct 7 19:35:06 KNOXX emhttpd: shcmd (31): /etc/rc.d/rc.flash_backup start Oct 7 19:35:06 KNOXX unraid-api[6612]: ✔️ UNRAID API started successfully! Oct 7 19:35:07 KNOXX flash_backup: adding task: /usr/local/emhttp/plugins/dynamix.my.servers/scripts/UpdateFlashBackup update Oct 7 19:35:08 KNOXX kernel: mdcmd (31): set md_num_stripes 1280 Oct 7 19:35:08 KNOXX kernel: mdcmd (32): set md_queue_limit 80 Oct 7 19:35:08 KNOXX kernel: mdcmd (33): set md_sync_limit 5 Oct 7 19:35:08 KNOXX kernel: mdcmd (34): set md_write_method 1 Oct 7 19:35:08 KNOXX kernel: mdcmd (35): start STOPPED Oct 7 19:35:08 KNOXX kernel: unraid: allocating 51590K for 1280 stripes (10 disks) Oct 7 19:35:08 KNOXX kernel: md1: running, size: 5860522532 blocks Oct 7 19:35:08 KNOXX kernel: md2: running, size: 5860522532 blocks Oct 7 19:35:08 KNOXX kernel: md3: running, size: 5860522532 blocks Oct 7 19:35:08 KNOXX kernel: md4: running, size: 5860522532 blocks Oct 7 19:35:08 KNOXX kernel: md5: running, size: 5860522532 blocks Oct 7 19:35:08 KNOXX kernel: md6: running, size: 7814026532 blocks Oct 7 19:35:08 KNOXX kernel: md7: running, size: 7814026532 blocks Oct 7 19:35:08 KNOXX kernel: md8: running, size: 7814026532 blocks Oct 7 19:35:08 KNOXX emhttpd: read SMART /dev/sdh Oct 7 19:35:08 KNOXX emhttpd: read SMART /dev/sdg Oct 7 19:35:08 KNOXX emhttpd: read SMART /dev/sdd Oct 7 19:35:08 KNOXX emhttpd: read SMART /dev/sde Oct 7 19:35:08 KNOXX emhttpd: read SMART /dev/sdb Oct 7 19:35:08 KNOXX emhttpd: read SMART /dev/sdf Oct 7 19:35:08 KNOXX emhttpd: read SMART /dev/sdc Oct 7 19:35:08 KNOXX emhttpd: read SMART /dev/sdi Oct 7 19:35:08 KNOXX emhttpd: shcmd (35): udevadm settle Oct 7 19:35:09 KNOXX emhttpd: Opening encrypted volumes... Oct 7 19:35:09 KNOXX emhttpd: shcmd (36): touch /boot/config/forcesync Oct 7 19:35:09 KNOXX emhttpd: Mounting disks... Oct 7 19:35:09 KNOXX emhttpd: shcmd (38): mkdir -p /mnt/disk1 Oct 7 19:35:09 KNOXX emhttpd: shcmd (39): mount -t xfs -o noatime,nouuid /dev/md1 /mnt/disk1 Oct 7 19:35:10 KNOXX kernel: SGI XFS with ACLs, security attributes, no debug enabled Oct 7 19:35:10 KNOXX kernel: XFS (md1): Mounting V5 Filesystem Oct 7 19:35:10 KNOXX kernel: XFS (md1): Ending clean mount Oct 7 19:35:10 KNOXX kernel: xfs filesystem being mounted at /mnt/disk1 supports timestamps until 2038 (0x7fffffff) Oct 7 19:35:10 KNOXX emhttpd: shcmd (40): xfs_growfs /mnt/disk1 Oct 7 19:35:10 KNOXX root: meta-data=/dev/md1 isize=512 agcount=6, agsize=268435455 blks Oct 7 19:35:10 KNOXX root: = sectsz=512 attr=2, projid32bit=1 Oct 7 19:35:10 KNOXX root: = crc=1 finobt=1, sparse=1, rmapbt=0 Oct 7 19:35:10 KNOXX root: = reflink=1 bigtime=0 inobtcount=0 Oct 7 19:35:10 KNOXX root: data = bsize=4096 blocks=1465130633, imaxpct=5 Oct 7 19:35:10 KNOXX root: = sunit=0 swidth=0 blks Oct 7 19:35:10 KNOXX root: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 Oct 7 19:35:10 KNOXX root: log =internal log bsize=4096 blocks=521728, version=2 Oct 7 19:35:10 KNOXX root: = sectsz=512 sunit=0 blks, lazy-count=1 Oct 7 19:35:10 KNOXX root: realtime =none extsz=4096 blocks=0, rtextents=0 Oct 7 19:35:10 KNOXX emhttpd: shcmd (41): mkdir -p /mnt/disk2 Oct 7 19:35:10 KNOXX emhttpd: shcmd (42): mount -t xfs -o noatime,nouuid /dev/md2 /mnt/disk2 Oct 7 19:35:10 KNOXX kernel: XFS (md2): Mounting V5 Filesystem Oct 7 19:35:10 KNOXX kernel: XFS (md2): Ending clean mount Oct 7 19:35:10 KNOXX kernel: xfs filesystem being mounted at /mnt/disk2 supports timestamps until 2038 (0x7fffffff) Oct 7 19:35:10 KNOXX emhttpd: shcmd (43): xfs_growfs /mnt/disk2 Oct 7 19:35:10 KNOXX root: meta-data=/dev/md2 isize=512 agcount=6, agsize=268435455 blks Oct 7 19:35:10 KNOXX root: = sectsz=512 attr=2, projid32bit=1 Oct 7 19:35:10 KNOXX root: = crc=1 finobt=1, sparse=1, rmapbt=0 Oct 7 19:35:10 KNOXX root: = reflink=1 bigtime=0 inobtcount=0 Oct 7 19:35:10 KNOXX root: data = bsize=4096 blocks=1465130633, imaxpct=5 Oct 7 19:35:10 KNOXX root: = sunit=0 swidth=0 blks Oct 7 19:35:10 KNOXX root: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 Oct 7 19:35:10 KNOXX root: log =internal log bsize=4096 blocks=521728, version=2 Oct 7 19:35:10 KNOXX root: = sectsz=512 sunit=0 blks, lazy-count=1 Oct 7 19:35:10 KNOXX root: realtime =none extsz=4096 blocks=0, rtextents=0 Oct 7 19:35:10 KNOXX emhttpd: shcmd (44): mkdir -p /mnt/disk3 Oct 7 19:35:10 KNOXX emhttpd: shcmd (45): mount -t xfs -o noatime,nouuid /dev/md3 /mnt/disk3 Oct 7 19:35:10 KNOXX kernel: XFS (md3): Mounting V5 Filesystem Oct 7 19:35:11 KNOXX kernel: XFS (md3): Ending clean mount Oct 7 19:35:11 KNOXX kernel: xfs filesystem being mounted at /mnt/disk3 supports timestamps until 2038 (0x7fffffff) Oct 7 19:35:11 KNOXX emhttpd: shcmd (46): xfs_growfs /mnt/disk3 Oct 7 19:35:11 KNOXX root: meta-data=/dev/md3 isize=512 agcount=6, agsize=268435455 blks Oct 7 19:35:11 KNOXX root: = sectsz=512 attr=2, projid32bit=1 Oct 7 19:35:11 KNOXX root: = crc=1 finobt=1, sparse=1, rmapbt=0 Oct 7 19:35:11 KNOXX root: = reflink=1 bigtime=0 inobtcount=0 Oct 7 19:35:11 KNOXX root: data = bsize=4096 blocks=1465130633, imaxpct=5 Oct 7 19:35:11 KNOXX root: = sunit=0 swidth=0 blks Oct 7 19:35:11 KNOXX root: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 Oct 7 19:35:11 KNOXX root: log =internal log bsize=4096 blocks=521728, version=2 Oct 7 19:35:11 KNOXX root: = sectsz=512 sunit=0 blks, lazy-count=1 Oct 7 19:35:11 KNOXX root: realtime =none extsz=4096 blocks=0, rtextents=0 Oct 7 19:35:11 KNOXX emhttpd: shcmd (47): mkdir -p /mnt/disk4 Oct 7 19:35:11 KNOXX emhttpd: shcmd (48): mount -t xfs -o noatime,nouuid /dev/md4 /mnt/disk4 Oct 7 19:35:11 KNOXX kernel: XFS (md4): Mounting V5 Filesystem Oct 7 19:35:11 KNOXX kernel: XFS (md4): Ending clean mount Oct 7 19:35:11 KNOXX kernel: xfs filesystem being mounted at /mnt/disk4 supports timestamps until 2038 (0x7fffffff) Oct 7 19:35:11 KNOXX emhttpd: shcmd (49): xfs_growfs /mnt/disk4 Oct 7 19:35:11 KNOXX root: meta-data=/dev/md4 isize=512 agcount=6, agsize=268435455 blks Oct 7 19:35:11 KNOXX root: = sectsz=512 attr=2, projid32bit=1 Oct 7 19:35:11 KNOXX root: = crc=1 finobt=1, sparse=1, rmapbt=0 Oct 7 19:35:11 KNOXX root: = reflink=1 bigtime=0 inobtcount=0 Oct 7 19:35:11 KNOXX root: data = bsize=4096 blocks=1465130633, imaxpct=5 Oct 7 19:35:11 KNOXX root: = sunit=0 swidth=0 blks Oct 7 19:35:11 KNOXX root: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 Oct 7 19:35:11 KNOXX root: log =internal log bsize=4096 blocks=521728, version=2 Oct 7 19:35:11 KNOXX root: = sectsz=512 sunit=0 blks, lazy-count=1 Oct 7 19:35:11 KNOXX root: realtime =none extsz=4096 blocks=0, rtextents=0 Oct 7 19:35:11 KNOXX emhttpd: shcmd (50): mkdir -p /mnt/disk5 Oct 7 19:35:11 KNOXX emhttpd: shcmd (51): mount -t xfs -o noatime,nouuid /dev/md5 /mnt/disk5 Oct 7 19:35:11 KNOXX kernel: XFS (md5): Mounting V5 Filesystem Oct 7 19:35:11 KNOXX kernel: XFS (md5): Ending clean mount Oct 7 19:35:11 KNOXX kernel: xfs filesystem being mounted at /mnt/disk5 supports timestamps until 2038 (0x7fffffff) Oct 7 19:35:11 KNOXX emhttpd: shcmd (52): xfs_growfs /mnt/disk5 Oct 7 19:35:11 KNOXX root: meta-data=/dev/md5 isize=512 agcount=6, agsize=268435455 blks Oct 7 19:35:11 KNOXX root: = sectsz=512 attr=2, projid32bit=1 Oct 7 19:35:11 KNOXX root: = crc=1 finobt=1, sparse=1, rmapbt=0 Oct 7 19:35:11 KNOXX root: = reflink=1 bigtime=0 inobtcount=0 Oct 7 19:35:11 KNOXX root: data = bsize=4096 blocks=1465130633, imaxpct=5 Oct 7 19:35:11 KNOXX root: = sunit=0 swidth=0 blks Oct 7 19:35:11 KNOXX root: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 Oct 7 19:35:11 KNOXX root: log =internal log bsize=4096 blocks=521728, version=2 Oct 7 19:35:11 KNOXX root: = sectsz=512 sunit=0 blks, lazy-count=1 Oct 7 19:35:11 KNOXX root: realtime =none extsz=4096 blocks=0, rtextents=0 Oct 7 19:35:11 KNOXX emhttpd: shcmd (53): mkdir -p /mnt/disk6 Oct 7 19:35:11 KNOXX emhttpd: shcmd (54): mount -t xfs -o noatime,nouuid /dev/md6 /mnt/disk6 Oct 7 19:35:11 KNOXX kernel: XFS (md6): Mounting V5 Filesystem Oct 7 19:35:12 KNOXX kernel: XFS (md6): Ending clean mount Oct 7 19:35:12 KNOXX kernel: xfs filesystem being mounted at /mnt/disk6 supports timestamps until 2038 (0x7fffffff) Oct 7 19:35:12 KNOXX emhttpd: shcmd (55): xfs_growfs /mnt/disk6 Oct 7 19:35:12 KNOXX root: meta-data=/dev/md6 isize=512 agcount=8, agsize=268435455 blks Oct 7 19:35:12 KNOXX root: = sectsz=512 attr=2, projid32bit=1 Oct 7 19:35:12 KNOXX root: = crc=1 finobt=1, sparse=1, rmapbt=0 Oct 7 19:35:12 KNOXX root: = reflink=1 bigtime=0 inobtcount=0 Oct 7 19:35:12 KNOXX root: data = bsize=4096 blocks=1953506633, imaxpct=5 Oct 7 19:35:12 KNOXX root: = sunit=0 swidth=0 blks Oct 7 19:35:12 KNOXX root: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 Oct 7 19:35:12 KNOXX root: log =internal log bsize=4096 blocks=521728, version=2 Oct 7 19:35:12 KNOXX root: = sectsz=512 sunit=0 blks, lazy-count=1 Oct 7 19:35:12 KNOXX root: realtime =none extsz=4096 blocks=0, rtextents=0 Oct 7 19:35:12 KNOXX emhttpd: shcmd (56): mkdir -p /mnt/disk7 Oct 7 19:35:12 KNOXX emhttpd: shcmd (57): mount -t xfs -o noatime,nouuid /dev/md7 /mnt/disk7 Oct 7 19:35:12 KNOXX kernel: XFS (md7): Mounting V5 Filesystem Oct 7 19:35:12 KNOXX kernel: XFS (md7): Ending clean mount Oct 7 19:35:12 KNOXX kernel: xfs filesystem being mounted at /mnt/disk7 supports timestamps until 2038 (0x7fffffff) Oct 7 19:35:12 KNOXX emhttpd: shcmd (58): xfs_growfs /mnt/disk7 Oct 7 19:35:12 KNOXX root: meta-data=/dev/md7 isize=512 agcount=8, agsize=268435455 blks Oct 7 19:35:12 KNOXX root: = sectsz=512 attr=2, projid32bit=1 Oct 7 19:35:12 KNOXX root: = crc=1 finobt=1, sparse=1, rmapbt=0 Oct 7 19:35:12 KNOXX root: = reflink=1 bigtime=0 inobtcount=0 Oct 7 19:35:12 KNOXX root: data = bsize=4096 blocks=1953506633, imaxpct=5 Oct 7 19:35:12 KNOXX root: = sunit=0 swidth=0 blks Oct 7 19:35:12 KNOXX root: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 Oct 7 19:35:12 KNOXX root: log =internal log bsize=4096 blocks=521728, version=2 Oct 7 19:35:12 KNOXX root: = sectsz=512 sunit=0 blks, lazy-count=1 Oct 7 19:35:12 KNOXX root: realtime =none extsz=4096 blocks=0, rtextents=0 Oct 7 19:35:12 KNOXX emhttpd: shcmd (59): mkdir -p /mnt/disk8 Oct 7 19:35:12 KNOXX emhttpd: shcmd (60): mount -t xfs -o noatime,nouuid /dev/md8 /mnt/disk8 Oct 7 19:35:12 KNOXX kernel: XFS (md8): Mounting V5 Filesystem Oct 7 19:35:12 KNOXX kernel: XFS (md8): Ending clean mount Oct 7 19:35:12 KNOXX kernel: xfs filesystem being mounted at /mnt/disk8 supports timestamps until 2038 (0x7fffffff) Oct 7 19:35:12 KNOXX emhttpd: shcmd (61): xfs_growfs /mnt/disk8 Oct 7 19:35:12 KNOXX root: meta-data=/dev/md8 isize=512 agcount=8, agsize=268435455 blks Oct 7 19:35:12 KNOXX root: = sectsz=512 attr=2, projid32bit=1 Oct 7 19:35:12 KNOXX root: = crc=1 finobt=1, sparse=1, rmapbt=0 Oct 7 19:35:12 KNOXX root: = reflink=1 bigtime=0 inobtcount=0 Oct 7 19:35:12 KNOXX root: data = bsize=4096 blocks=1953506633, imaxpct=5 Oct 7 19:35:12 KNOXX root: = sunit=0 swidth=0 blks Oct 7 19:35:12 KNOXX root: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 Oct 7 19:35:12 KNOXX root: log =internal log bsize=4096 blocks=521728, version=2 Oct 7 19:35:12 KNOXX root: = sectsz=512 sunit=0 blks, lazy-count=1 Oct 7 19:35:12 KNOXX root: realtime =none extsz=4096 blocks=0, rtextents=0 Oct 7 19:35:12 KNOXX emhttpd: shcmd (62): mkdir -p /mnt/cache Oct 7 19:35:12 KNOXX emhttpd: /mnt/cache uuid: 7eb43f8a-a200-4fb9-8081-0d9243baaf94 Oct 7 19:35:12 KNOXX emhttpd: /mnt/cache (null) Oct 7 19:35:12 KNOXX emhttpd: /mnt/cache (null) Oct 7 19:35:12 KNOXX emhttpd: /mnt/cache (null) Oct 7 19:35:12 KNOXX emhttpd: /mnt/cache (null) Oct 7 19:35:12 KNOXX emhttpd: /mnt/cache found: 2 Oct 7 19:35:12 KNOXX emhttpd: /mnt/cache extra: 0 Oct 7 19:35:12 KNOXX emhttpd: /mnt/cache missing: 0 Oct 7 19:35:12 KNOXX emhttpd: shcmd (63): mount -t btrfs -o noatime,space_cache=v2,discard=async -U 7eb43f8a-a200-4fb9-8081-0d9243baaf94 /mnt/cache Oct 7 19:35:12 KNOXX kernel: BTRFS info (device sdm1): turning on async discard Oct 7 19:35:12 KNOXX kernel: BTRFS info (device sdm1): using free space tree Oct 7 19:35:12 KNOXX kernel: BTRFS info (device sdm1): has skinny extents Oct 7 19:35:12 KNOXX kernel: BTRFS info (device sdm1): enabling ssd optimizations Oct 7 19:35:13 KNOXX emhttpd: shcmd (64): sync Oct 7 19:35:13 KNOXX emhttpd: shcmd (65): mkdir /mnt/user0 Oct 7 19:35:13 KNOXX emhttpd: shcmd (66): /usr/local/sbin/shfs /mnt/user0 -disks 510 -o default_permissions,allow_other,noatime |& logger Oct 7 19:35:13 KNOXX emhttpd: shcmd (67): mkdir /mnt/user Oct 7 19:35:13 KNOXX emhttpd: shcmd (68): /usr/local/sbin/shfs /mnt/user -disks 511 -o default_permissions,allow_other,noatime -o remember=0 |& logger Oct 7 19:35:13 KNOXX emhttpd: shcmd (70): /usr/local/sbin/update_cron Oct 7 19:35:13 KNOXX emhttpd: read SMART /dev/sdj Oct 7 19:35:13 KNOXX emhttpd: read SMART /dev/sdk Oct 7 19:35:13 KNOXX cache_dirs: Arguments=-i Applications -i OBS\ Cache -i Production\ Elements -l off Oct 7 19:35:13 KNOXX cache_dirs: Max Scan Secs=10, Min Scan Secs=1 Oct 7 19:35:13 KNOXX cache_dirs: Scan Type=adaptive Oct 7 19:35:13 KNOXX cache_dirs: Min Scan Depth=4 Oct 7 19:35:13 KNOXX cache_dirs: Max Scan Depth=none Oct 7 19:35:13 KNOXX cache_dirs: Use Command='find -noleaf' Oct 7 19:35:13 KNOXX cache_dirs: ---------- Caching Directories --------------- Oct 7 19:35:13 KNOXX cache_dirs: Applications Oct 7 19:35:13 KNOXX cache_dirs: ---------------------------------------------- Oct 7 19:35:13 KNOXX cache_dirs: Setting Included dirs: Applications,OBS\,Cache,Production\,Elements Oct 7 19:35:13 KNOXX cache_dirs: Setting Excluded dirs: Oct 7 19:35:13 KNOXX cache_dirs: min_disk_idle_before_restarting_scan_sec=60 Oct 7 19:35:13 KNOXX cache_dirs: scan_timeout_sec_idle=150 Oct 7 19:35:13 KNOXX cache_dirs: scan_timeout_sec_busy=30 Oct 7 19:35:13 KNOXX cache_dirs: scan_timeout_sec_stable=30 Oct 7 19:35:13 KNOXX cache_dirs: frequency_of_full_depth_scan_sec=604800 Oct 7 19:35:13 KNOXX cache_dirs: ERROR: included directory 'OBS\ Cache' does not exist. Oct 7 19:35:13 KNOXX cache_dirs: ERROR: included directory 'Production\ Elements' does not exist. Oct 7 19:35:13 KNOXX cache_dirs: cache_dirs service rc.cachedirs: Started: '/usr/local/emhttp/plugins/dynamix.cache.dirs/scripts/cache_dirs -i "Applications" -i "OBS\ Cache" -i "Production\ Elements" -l off 2>/dev/null' Oct 7 19:35:13 KNOXX root: Delaying execution of fix common problems scan for 10 minutes Oct 7 19:35:13 KNOXX unassigned.devices: Mounting 'Auto Mount' Devices... Oct 7 19:35:14 KNOXX emhttpd: /usr/local/emhttp/plugins/user.scripts/backgroundScript.sh "/tmp/user.scripts/tmpScripts/Docker Compose/script" >/dev/null 2>&1 Oct 7 19:35:14 KNOXX emhttpd: Starting services... Oct 7 19:35:14 KNOXX emhttpd: shcmd (72): /etc/rc.d/rc.samba restart Oct 7 19:35:14 KNOXX wsdd2[6289]: 'Terminated' signal received. Oct 7 19:35:14 KNOXX nmbd[6279]: [2022/10/07 19:35:14.058192, 0] ../../source3/nmbd/nmbd.c:59(terminate) Oct 7 19:35:14 KNOXX nmbd[6279]: Got SIGTERM: going down... Oct 7 19:35:14 KNOXX winbindd[6294]: [2022/10/07 19:35:14.058243, 0] ../../source3/winbindd/winbindd_dual.c:1957(winbindd_sig_term_handler) Oct 7 19:35:14 KNOXX winbindd[6292]: [2022/10/07 19:35:14.058250, 0] ../../source3/winbindd/winbindd_dual.c:1957(winbindd_sig_term_handler) Oct 7 19:35:14 KNOXX winbindd[6292]: Got sig[15] terminate (is_parent=1) Oct 7 19:35:14 KNOXX winbindd[6294]: Got sig[15] terminate (is_parent=0) Oct 7 19:35:14 KNOXX wsdd2[6289]: terminating. Oct 7 19:35:14 KNOXX winbindd[6336]: [2022/10/07 19:35:14.058391, 0] ../../source3/winbindd/winbindd_dual.c:1957(winbindd_sig_term_handler) Oct 7 19:35:14 KNOXX winbindd[6336]: Got sig[15] terminate (is_parent=0) Oct 7 19:35:15 KNOXX sudo: root : PWD=/usr/local/emhttp ; USER=root ; COMMAND=/usr/bin/chmod +x /usr/local/bin/docker-compose Oct 7 19:35:15 KNOXX sudo: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0) Oct 7 19:35:15 KNOXX sudo: pam_unix(sudo:session): session closed for user root Oct 7 19:35:16 KNOXX root: Starting Samba: /usr/sbin/smbd -D Oct 7 19:35:16 KNOXX smbd[7389]: [2022/10/07 19:35:16.229663, 0] ../../source3/smbd/server.c:1741(main) Oct 7 19:35:16 KNOXX smbd[7389]: smbd version 4.17.0 started. Oct 7 19:35:16 KNOXX smbd[7389]: Copyright Andrew Tridgell and the Samba Team 1992-2022 Oct 7 19:35:16 KNOXX root: /usr/sbin/nmbd -D Oct 7 19:35:16 KNOXX nmbd[7391]: [2022/10/07 19:35:16.256166, 0] ../../source3/nmbd/nmbd.c:901(main) Oct 7 19:35:16 KNOXX nmbd[7391]: nmbd version 4.17.0 started. Oct 7 19:35:16 KNOXX nmbd[7391]: Copyright Andrew Tridgell and the Samba Team 1992-2022 Oct 7 19:35:16 KNOXX root: /usr/sbin/wsdd2 -d Oct 7 19:35:16 KNOXX wsdd2[7405]: starting. Oct 7 19:35:16 KNOXX root: /usr/sbin/winbindd -D Oct 7 19:35:16 KNOXX winbindd[7406]: [2022/10/07 19:35:16.371755, 0] ../../source3/winbindd/winbindd.c:1440(main) Oct 7 19:35:16 KNOXX winbindd[7406]: winbindd version 4.17.0 started. Oct 7 19:35:16 KNOXX winbindd[7406]: Copyright Andrew Tridgell and the Samba Team 1992-2022 Oct 7 19:35:16 KNOXX winbindd[7408]: [2022/10/07 19:35:16.376506, 0] ../../source3/winbindd/winbindd_cache.c:3116(initialize_winbindd_cache) Oct 7 19:35:16 KNOXX winbindd[7408]: initialize_winbindd_cache: clearing cache and re-creating with version number 2 Oct 7 19:35:16 KNOXX emhttpd: shcmd (76): /etc/rc.d/rc.avahidaemon restart Oct 7 19:35:16 KNOXX root: Stopping Avahi mDNS/DNS-SD Daemon: stopped Oct 7 19:35:16 KNOXX avahi-daemon[6309]: Got SIGTERM, quitting. Oct 7 19:35:16 KNOXX avahi-dnsconfd[6318]: read(): EOF Oct 7 19:35:16 KNOXX avahi-daemon[6309]: Leaving mDNS multicast group on interface br0.2.IPv4 with address 192.168.202.2. Oct 7 19:35:16 KNOXX avahi-daemon[6309]: Leaving mDNS multicast group on interface br0.IPv4 with address 192.168.200.88. Oct 7 19:35:16 KNOXX avahi-daemon[6309]: Leaving mDNS multicast group on interface lo.IPv6 with address ::1. Oct 7 19:35:16 KNOXX avahi-daemon[6309]: Leaving mDNS multicast group on interface lo.IPv4 with address 127.0.0.1. Oct 7 19:35:16 KNOXX avahi-daemon[6309]: avahi-daemon 0.8 exiting. Oct 7 19:35:16 KNOXX root: Starting Avahi mDNS/DNS-SD Daemon: /usr/sbin/avahi-daemon -D Oct 7 19:35:16 KNOXX avahi-daemon[7425]: Found user 'avahi' (UID 61) and group 'avahi' (GID 214). Oct 7 19:35:16 KNOXX avahi-daemon[7425]: Successfully dropped root privileges. Oct 7 19:35:16 KNOXX avahi-daemon[7425]: avahi-daemon 0.8 starting up. Oct 7 19:35:16 KNOXX avahi-daemon[7425]: Successfully called chroot(). Oct 7 19:35:16 KNOXX avahi-daemon[7425]: Successfully dropped remaining capabilities. Oct 7 19:35:16 KNOXX avahi-daemon[7425]: Loading service file /services/sftp-ssh.service. Oct 7 19:35:16 KNOXX avahi-daemon[7425]: Loading service file /services/smb.service. Oct 7 19:35:16 KNOXX avahi-daemon[7425]: Loading service file /services/ssh.service. Oct 7 19:35:16 KNOXX avahi-daemon[7425]: Joining mDNS multicast group on interface br0.2.IPv4 with address 192.168.202.2. Oct 7 19:35:16 KNOXX avahi-daemon[7425]: New relevant interface br0.2.IPv4 for mDNS. Oct 7 19:35:16 KNOXX avahi-daemon[7425]: Joining mDNS multicast group on interface br0.IPv4 with address 192.168.200.88. Oct 7 19:35:16 KNOXX avahi-daemon[7425]: New relevant interface br0.IPv4 for mDNS. Oct 7 19:35:16 KNOXX avahi-daemon[7425]: Joining mDNS multicast group on interface lo.IPv6 with address ::1. Oct 7 19:35:16 KNOXX avahi-daemon[7425]: New relevant interface lo.IPv6 for mDNS. Oct 7 19:35:16 KNOXX avahi-daemon[7425]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1. Oct 7 19:35:16 KNOXX avahi-daemon[7425]: New relevant interface lo.IPv4 for mDNS. Oct 7 19:35:16 KNOXX avahi-daemon[7425]: Network interface enumeration completed. Oct 7 19:35:16 KNOXX avahi-daemon[7425]: Registering new address record for 192.168.202.2 on br0.2.IPv4. Oct 7 19:35:16 KNOXX avahi-daemon[7425]: Registering new address record for 192.168.200.88 on br0.IPv4. Oct 7 19:35:16 KNOXX avahi-daemon[7425]: Registering new address record for ::1 on lo.*. Oct 7 19:35:16 KNOXX avahi-daemon[7425]: Registering new address record for 127.0.0.1 on lo.IPv4. Oct 7 19:35:16 KNOXX emhttpd: shcmd (77): /etc/rc.d/rc.avahidnsconfd restart Oct 7 19:35:16 KNOXX root: Stopping Avahi mDNS/DNS-SD DNS Server Configuration Daemon: stopped Oct 7 19:35:16 KNOXX root: Starting Avahi mDNS/DNS-SD DNS Server Configuration Daemon: /usr/sbin/avahi-dnsconfd -D Oct 7 19:35:16 KNOXX avahi-dnsconfd[7434]: Successfully connected to Avahi daemon. Oct 7 19:35:16 KNOXX emhttpd: shcmd (87): /usr/local/sbin/mount_image '/mnt/user/system/docker/docker.img' /var/lib/docker 20 Oct 7 19:35:17 KNOXX kernel: loop2: detected capacity change from 0 to 41943040 Oct 7 19:35:17 KNOXX kernel: BTRFS: device fsid 6cac3309-63a8-4b16-bdec-a23f21b3b013 devid 1 transid 144180 /dev/loop2 scanned by mount (7468) Oct 7 19:35:17 KNOXX kernel: BTRFS info (device loop2): using free space tree Oct 7 19:35:17 KNOXX kernel: BTRFS info (device loop2): has skinny extents Oct 7 19:35:17 KNOXX avahi-daemon[7425]: Server startup complete. Host name is KNOXX.local. Local service cookie is 3436926103. Oct 7 19:35:17 KNOXX root: Resize device id 1 (/dev/loop2) from 20.00GiB to max Oct 7 19:35:17 KNOXX emhttpd: shcmd (89): /etc/rc.d/rc.docker start Oct 7 19:35:17 KNOXX root: starting dockerd ... Oct 7 19:35:18 KNOXX avahi-daemon[7425]: Service "KNOXX" (/services/ssh.service) successfully established. Oct 7 19:35:18 KNOXX avahi-daemon[7425]: Service "KNOXX" (/services/smb.service) successfully established. Oct 7 19:35:18 KNOXX avahi-daemon[7425]: Service "KNOXX" (/services/sftp-ssh.service) successfully established. Oct 7 19:35:19 KNOXX kernel: Bridge firewalling registered Oct 7 19:35:20 KNOXX kernel: Initializing XFRM netlink socket Oct 7 19:35:20 KNOXX avahi-daemon[7425]: Joining mDNS multicast group on interface br-8efd84f1e081.IPv4 with address 172.18.0.1. Oct 7 19:35:20 KNOXX avahi-daemon[7425]: New relevant interface br-8efd84f1e081.IPv4 for mDNS. Oct 7 19:35:20 KNOXX avahi-daemon[7425]: Registering new address record for 172.18.0.1 on br-8efd84f1e081.IPv4. Oct 7 19:35:20 KNOXX avahi-daemon[7425]: Joining mDNS multicast group on interface docker0.IPv4 with address 172.17.0.1. Oct 7 19:35:20 KNOXX avahi-daemon[7425]: New relevant interface docker0.IPv4 for mDNS. Oct 7 19:35:20 KNOXX avahi-daemon[7425]: Registering new address record for 172.17.0.1 on docker0.IPv4. Oct 7 19:35:23 KNOXX rc.docker: created network br0 with subnets: 192.168.200.0/24; Oct 7 19:35:24 KNOXX rc.docker: created network br0.2 with subnets: 192.168.202.0/24; Oct 7 19:35:24 KNOXX emhttpd: nothing to sync Oct 7 19:35:24 KNOXX unassigned.devices: Mounting 'Auto Mount' Remote Shares... Oct 7 19:35:26 KNOXX kernel: eth0: renamed from veth27c7e08 Oct 7 19:35:27 KNOXX rc.docker: pihole: started succesfully! Oct 7 19:35:27 KNOXX kernel: br-8efd84f1e081: port 1(vethf2ffe56) entered blocking state Oct 7 19:35:27 KNOXX kernel: br-8efd84f1e081: port 1(vethf2ffe56) entered disabled state Oct 7 19:35:27 KNOXX kernel: device vethf2ffe56 entered promiscuous mode Oct 7 19:35:27 KNOXX kernel: br-8efd84f1e081: port 1(vethf2ffe56) entered blocking state Oct 7 19:35:27 KNOXX kernel: br-8efd84f1e081: port 1(vethf2ffe56) entered forwarding state Oct 7 19:35:27 KNOXX kernel: br-8efd84f1e081: port 1(vethf2ffe56) entered disabled state Oct 7 19:35:31 KNOXX kernel: eth0: renamed from veth11e8697 Oct 7 19:35:31 KNOXX kernel: IPv6: ADDRCONF(NETDEV_CHANGE): vethf2ffe56: link becomes ready Oct 7 19:35:31 KNOXX kernel: br-8efd84f1e081: port 1(vethf2ffe56) entered blocking state Oct 7 19:35:31 KNOXX kernel: br-8efd84f1e081: port 1(vethf2ffe56) entered forwarding state Oct 7 19:35:31 KNOXX kernel: IPv6: ADDRCONF(NETDEV_CHANGE): br-8efd84f1e081: link becomes ready Oct 7 19:35:32 KNOXX rc.docker: Nginx-PM: started succesfully! Oct 7 19:35:32 KNOXX kernel: br-8efd84f1e081: port 2(veth3fb2feb) entered blocking state Oct 7 19:35:32 KNOXX kernel: br-8efd84f1e081: port 2(veth3fb2feb) entered disabled state Oct 7 19:35:32 KNOXX kernel: device veth3fb2feb entered promiscuous mode Oct 7 19:35:32 KNOXX kernel: br-8efd84f1e081: port 2(veth3fb2feb) entered blocking state Oct 7 19:35:32 KNOXX kernel: br-8efd84f1e081: port 2(veth3fb2feb) entered forwarding state Oct 7 19:35:32 KNOXX kernel: br-8efd84f1e081: port 2(veth3fb2feb) entered disabled state Oct 7 19:35:33 KNOXX avahi-daemon[7425]: Joining mDNS multicast group on interface vethf2ffe56.IPv6 with address fe80::84d2:f3ff:fe9a:acbf. Oct 7 19:35:33 KNOXX avahi-daemon[7425]: New relevant interface vethf2ffe56.IPv6 for mDNS. Oct 7 19:35:33 KNOXX avahi-daemon[7425]: Registering new address record for fe80::84d2:f3ff:fe9a:acbf on vethf2ffe56.*. Oct 7 19:35:33 KNOXX avahi-daemon[7425]: Joining mDNS multicast group on interface br-8efd84f1e081.IPv6 with address fe80::42:4cff:fea7:4f86. Oct 7 19:35:33 KNOXX avahi-daemon[7425]: New relevant interface br-8efd84f1e081.IPv6 for mDNS. Oct 7 19:35:33 KNOXX avahi-daemon[7425]: Registering new address record for fe80::42:4cff:fea7:4f86 on br-8efd84f1e081.*. Oct 7 19:35:35 KNOXX unassigned.devices: Mounting Remote Share '//DS1515/DVR'... Oct 7 19:35:35 KNOXX unassigned.devices: Mount SMB share '//DS1515/DVR' using SMB default protocol. Oct 7 19:35:35 KNOXX unassigned.devices: Mount SMB command: /sbin/mount -t 'cifs' -o rw,noserverino,nounix,iocharset=utf8,file_mode=0777,dir_mode=0777,uid=99,gid=100,credentials='/tmp/unassigned.devices/credentials_DVR' '//DS1515/DVR' '/mnt/remotes/DS1515_DVR' Oct 7 19:35:35 KNOXX kernel: Key type dns_resolver registered Oct 7 19:35:35 KNOXX kernel: Key type cifs.idmap registered Oct 7 19:35:35 KNOXX kernel: CIFS: No dialect specified on mount. Default has changed to a more secure dialect, SMB2.1 or later (e.g. SMB3.1.1), from CIFS (SMB1). To use the less secure SMB1 dialect to access old servers which do not support SMB3.1.1 (or even SMB3 or SMB2.1) specify vers=1.0 on mount. Oct 7 19:35:35 KNOXX kernel: CIFS: Attempting to mount \\DS1515\DVR Oct 7 19:35:35 KNOXX unassigned.devices: Successfully mounted '//DS1515/DVR' on '/mnt/remotes/DS1515_DVR'. Oct 7 19:35:35 KNOXX unassigned.devices: Adding SMB share 'DS1515_DVR'. Oct 7 19:35:38 KNOXX nmbd[7395]: [2022/10/07 19:35:38.363100, 0] ../../source3/nmbd/nmbd_become_lmb.c:398(become_local_master_stage2) Oct 7 19:35:38 KNOXX nmbd[7395]: ***** Oct 7 19:35:38 KNOXX nmbd[7395]: Oct 7 19:35:38 KNOXX nmbd[7395]: Samba name server KNOXX is now a local master browser for workgroup WORKGROUP on subnet 192.168.200.88 Oct 7 19:35:38 KNOXX nmbd[7395]: Oct 7 19:35:38 KNOXX nmbd[7395]: ***** Oct 7 19:35:38 KNOXX nmbd[7395]: [2022/10/07 19:35:38.363254, 0] ../../source3/nmbd/nmbd_become_lmb.c:398(become_local_master_stage2) Oct 7 19:35:38 KNOXX nmbd[7395]: ***** Oct 7 19:35:38 KNOXX nmbd[7395]: Oct 7 19:35:38 KNOXX nmbd[7395]: Samba name server KNOXX is now a local master browser for workgroup WORKGROUP on subnet 192.168.202.2 Oct 7 19:35:38 KNOXX nmbd[7395]: Oct 7 19:35:38 KNOXX nmbd[7395]: ***** Oct 7 19:35:38 KNOXX kernel: eth0: renamed from veth9628222 Oct 7 19:35:38 KNOXX kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth3fb2feb: link becomes ready Oct 7 19:35:38 KNOXX kernel: br-8efd84f1e081: port 2(veth3fb2feb) entered blocking state Oct 7 19:35:38 KNOXX kernel: br-8efd84f1e081: port 2(veth3fb2feb) entered forwarding state Oct 7 19:35:39 KNOXX rc.docker: mariadb: started succesfully! Oct 7 19:35:40 KNOXX avahi-daemon[7425]: Joining mDNS multicast group on interface veth3fb2feb.IPv6 with address fe80::d805:2dff:fec3:4435. Oct 7 19:35:40 KNOXX avahi-daemon[7425]: New relevant interface veth3fb2feb.IPv6 for mDNS. Oct 7 19:35:40 KNOXX avahi-daemon[7425]: Registering new address record for fe80::d805:2dff:fec3:4435 on veth3fb2feb.*. Oct 7 19:35:44 KNOXX rc.docker: homeassistant: started succesfully! Oct 7 19:35:44 KNOXX kernel: docker0: port 1(vethf1cea9b) entered blocking state Oct 7 19:35:44 KNOXX kernel: docker0: port 1(vethf1cea9b) entered disabled state Oct 7 19:35:44 KNOXX kernel: device vethf1cea9b entered promiscuous mode Oct 7 19:35:44 KNOXX kernel: docker0: port 1(vethf1cea9b) entered blocking state Oct 7 19:35:44 KNOXX kernel: docker0: port 1(vethf1cea9b) entered forwarding state Oct 7 19:35:44 KNOXX kernel: docker0: port 1(vethf1cea9b) entered disabled state Oct 7 19:35:52 KNOXX kernel: eth0: renamed from vethb267cfe Oct 7 19:35:52 KNOXX kernel: IPv6: ADDRCONF(NETDEV_CHANGE): vethf1cea9b: link becomes ready Oct 7 19:35:52 KNOXX kernel: docker0: port 1(vethf1cea9b) entered blocking state Oct 7 19:35:52 KNOXX kernel: docker0: port 1(vethf1cea9b) entered forwarding state Oct 7 19:35:52 KNOXX kernel: IPv6: ADDRCONF(NETDEV_CHANGE): docker0: link becomes ready Oct 7 19:35:53 KNOXX rc.docker: Seedsync: started succesfully! Oct 7 19:35:53 KNOXX rc.docker: Seedsync: wait 10 seconds Oct 7 19:35:53 KNOXX avahi-daemon[7425]: Joining mDNS multicast group on interface docker0.IPv6 with address fe80::42:f2ff:fed6:1753. Oct 7 19:35:53 KNOXX avahi-daemon[7425]: New relevant interface docker0.IPv6 for mDNS. Oct 7 19:35:53 KNOXX avahi-daemon[7425]: Registering new address record for fe80::42:f2ff:fed6:1753 on docker0.*. Oct 7 19:35:54 KNOXX avahi-daemon[7425]: Joining mDNS multicast group on interface vethf1cea9b.IPv6 with address fe80::bceb:2eff:feac:3c6b. Oct 7 19:35:54 KNOXX avahi-daemon[7425]: New relevant interface vethf1cea9b.IPv6 for mDNS. Oct 7 19:35:54 KNOXX avahi-daemon[7425]: Registering new address record for fe80::bceb:2eff:feac:3c6b on vethf1cea9b.*. Oct 7 19:36:03 KNOXX kernel: br-8efd84f1e081: port 3(veth23d82e7) entered blocking state Oct 7 19:36:03 KNOXX kernel: br-8efd84f1e081: port 3(veth23d82e7) entered disabled state Oct 7 19:36:03 KNOXX kernel: device veth23d82e7 entered promiscuous mode Oct 7 19:36:03 KNOXX kernel: br-8efd84f1e081: port 3(veth23d82e7) entered blocking state Oct 7 19:36:03 KNOXX kernel: br-8efd84f1e081: port 3(veth23d82e7) entered forwarding state Oct 7 19:36:03 KNOXX kernel: br-8efd84f1e081: port 3(veth23d82e7) entered disabled state Oct 7 19:36:06 KNOXX kernel: eth0: renamed from veth461375f Oct 7 19:36:06 KNOXX kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth23d82e7: link becomes ready Oct 7 19:36:06 KNOXX kernel: br-8efd84f1e081: port 3(veth23d82e7) entered blocking state Oct 7 19:36:06 KNOXX kernel: br-8efd84f1e081: port 3(veth23d82e7) entered forwarding state Oct 7 19:36:07 KNOXX rc.docker: GoAccess-NPM-Logs: started succesfully! Oct 7 19:36:07 KNOXX rc.docker: GoAccess-NPM-Logs: wait 10 seconds Oct 7 19:36:08 KNOXX avahi-daemon[7425]: Joining mDNS multicast group on interface veth23d82e7.IPv6 with address fe80::2c46:b1ff:fe76:1e0c. Oct 7 19:36:08 KNOXX avahi-daemon[7425]: New relevant interface veth23d82e7.IPv6 for mDNS. Oct 7 19:36:08 KNOXX avahi-daemon[7425]: Registering new address record for fe80::2c46:b1ff:fe76:1e0c on veth23d82e7.*. Oct 7 19:36:18 KNOXX kernel: br-8efd84f1e081: port 4(veth7e99c33) entered blocking state Oct 7 19:36:18 KNOXX kernel: br-8efd84f1e081: port 4(veth7e99c33) entered disabled state Oct 7 19:36:18 KNOXX kernel: device veth7e99c33 entered promiscuous mode Oct 7 19:36:18 KNOXX kernel: br-8efd84f1e081: port 4(veth7e99c33) entered blocking state Oct 7 19:36:18 KNOXX kernel: br-8efd84f1e081: port 4(veth7e99c33) entered forwarding state Oct 7 19:36:18 KNOXX kernel: br-8efd84f1e081: port 4(veth7e99c33) entered disabled state Oct 7 19:36:23 KNOXX kernel: eth0: renamed from veth39f7bba Oct 7 19:36:23 KNOXX kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth7e99c33: link becomes ready Oct 7 19:36:23 KNOXX kernel: br-8efd84f1e081: port 4(veth7e99c33) entered blocking state Oct 7 19:36:23 KNOXX kernel: br-8efd84f1e081: port 4(veth7e99c33) entered forwarding state Oct 7 19:36:24 KNOXX rc.docker: nextcloud: started succesfully! Oct 7 19:36:24 KNOXX rc.docker: nextcloud: wait 10 seconds Oct 7 19:36:24 KNOXX avahi-daemon[7425]: Joining mDNS multicast group on interface veth7e99c33.IPv6 with address fe80::b4eb:b8ff:fe40:d0e2. Oct 7 19:36:24 KNOXX avahi-daemon[7425]: New relevant interface veth7e99c33.IPv6 for mDNS. Oct 7 19:36:24 KNOXX avahi-daemon[7425]: Registering new address record for fe80::b4eb:b8ff:fe40:d0e2 on veth7e99c33.*. Oct 7 19:36:43 KNOXX kernel: NET: Registered PF_PACKET protocol family Oct 7 19:39:18 KNOXX webGUI: Successful login user root from 192.168.200.129 Oct 7 19:40:24 KNOXX ntpd[1406]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized Oct 7 19:40:39 KNOXX nmbd[7395]: [2022/10/07 19:40:39.175648, 0] ../../source3/nmbd/nmbd_become_lmb.c:398(become_local_master_stage2) Oct 7 19:40:39 KNOXX nmbd[7395]: ***** Oct 7 19:40:39 KNOXX nmbd[7395]: Oct 7 19:40:39 KNOXX nmbd[7395]: Samba name server KNOXX is now a local master browser for workgroup WORKGROUP on subnet 172.18.0.1 Oct 7 19:40:39 KNOXX nmbd[7395]: Oct 7 19:40:39 KNOXX nmbd[7395]: ***** Oct 7 19:40:39 KNOXX nmbd[7395]: [2022/10/07 19:40:39.175736, 0] ../../source3/nmbd/nmbd_become_lmb.c:398(become_local_master_stage2) Oct 7 19:40:39 KNOXX nmbd[7395]: ***** Oct 7 19:40:39 KNOXX nmbd[7395]: Oct 7 19:40:39 KNOXX nmbd[7395]: Samba name server KNOXX is now a local master browser for workgroup WORKGROUP on subnet 172.17.0.1 Oct 7 19:40:39 KNOXX nmbd[7395]: Oct 7 19:40:39 KNOXX nmbd[7395]: ***** Oct 7 19:43:41 KNOXX ool www[25259]: /usr/local/emhttp/plugins/dynamix/scripts/rsyslog_config Oct 7 19:43:44 KNOXX rsyslogd: [origin software="rsyslogd" swVersion="8.2102.0" x-pid="28768" x-info="https://www.rsyslog.com"] start Oct 7 19:44:07 KNOXX flash_backup: adding task: /usr/local/emhttp/plugins/dynamix.my.servers/scripts/UpdateFlashBackup update Oct 7 19:45:00 KNOXX root: Fix Common Problems Version 2022.09.26 Oct 7 19:45:05 KNOXX root: Fix Common Problems: Warning: Jumbo Frames detected on eth0 ** Ignored
  13. Yes and No, I am getting the idea that you want to create some kind of redundancy. The only way to accomplish this, as far as I am aware, is to setup some kind of load balancer that can be configured to redirect traffic when one source is down. I am not aware of how PFSense works, I'm a Unifi guy. But, there may be something built into PFSense that can provide this functionality (https://www.howtoforge.com/how-to-use-pfsense-to-load-balance-your-web-servers). If you are going for redundancy, you then get into the challenges of making sure that box1 and box2 containers/VM's are sync'd in real-time in some way. If they are not then you won't have redundancy. If the two servers don't have the exact same services configured then it won't matter about having a redundant NPM as the services on the server that is down won't respond anyway. Also, in a load balance situation, each NPM is going to have different domain/IP mappings so you can't just duplicate the second NPM with the settings on the first NPM. Getting load balancing running os not a simple feat and requires a lot of planning. Why do you need this kind of set up?
  14. You can't forward the same port to two different IP's on your LAN. I'm surprised your router allowed you to even enter this config. Just do all the NPM forwarding on box1 to all the services that are on box2 with the appropriate IP's/ports. So what I read from this is you are double NAT'ed. That's a nightmare. There should be a way you can configure your providers modem/router to operate in bridge mode. That essentially disables the built in router and allows your PFSense to act as the primary (and only) firewall/router. This should simplify managing the system and clear up a lot of port forward/conflict issues.
  15. On a side note, and maybe this might help diagnose the cause. I have Homeassistant installed and under the port mapping, it's always been blank. I have tried to run HA on different network configs but it will only respond when set to use 'host'. All the other settings and I get an odd blank URL. The only way I've been able to access the UI is by opening the WebUI from the container menu. PS. I stopped the HA container via SSH when the UI problem kicked up. That's why it's stopped.
  16. Managed to get the UI back up again by restarting NGINX and PHP /etc/rc.d/rc.nginx restart /etc/rc.d/rc.nginx reload /etc/rc.d/rc.php-fpm restart /etc/rc.d/rc.php-fpm reload I still don't know why this happened though. Would like to get to the bottom of it.
  17. knoxx-diagnostics-20220906-1334.zip
  18. here is the network details from the CLI. Is it just me or is there a lot of IPv6 in here? I thought I had all that disabled in the UI. root@KNOXX:~# ip addr show 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: tunl0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN group default qlen 1000 link/ipip 0.0.0.0 brd 0.0.0.0 3: gre0@NONE: <NOARP> mtu 1476 qdisc noop state DOWN group default qlen 1000 link/gre 0.0.0.0 brd 0.0.0.0 4: gretap0@NONE: <BROADCAST,MULTICAST> mtu 1462 qdisc noop state DOWN group default qlen 1000 link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff 5: erspan0@NONE: <BROADCAST,MULTICAST> mtu 1450 qdisc noop state DOWN group default qlen 1000 link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff 6: ip_vti0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN group default qlen 1000 link/ipip 0.0.0.0 brd 0.0.0.0 7: sit0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN group default qlen 1000 link/sit 0.0.0.0 brd 0.0.0.0 11: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000 link/ether 78:2b:cb:47:8f:86 brd ff:ff:ff:ff:ff:ff 12: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000 link/ether 78:2b:cb:47:8f:87 brd ff:ff:ff:ff:ff:ff 13: eth0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 9000 qdisc mq master br0 state UP group default qlen 1000 link/ether 3c:8c:f8:ee:59:84 brd ff:ff:ff:ff:ff:ff 18: br-8efd84f1e081: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default link/ether 02:42:d5:9c:d6:00 brd ff:ff:ff:ff:ff:ff inet 172.18.0.1/16 brd 172.18.255.255 scope global br-8efd84f1e081 valid_lft forever preferred_lft forever inet6 fe80::42:d5ff:fe9c:d600/64 scope link valid_lft forever preferred_lft forever 80: eth0.2@eth0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 9000 qdisc noqueue master br0.2 state UP group default qlen 1000 link/ether 3c:8c:f8:ee:59:84 brd ff:ff:ff:ff:ff:ff 81: br0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9000 qdisc noqueue state UP group default qlen 1000 link/ether 3c:8c:f8:ee:59:84 brd ff:ff:ff:ff:ff:ff inet 192.168.200.88/24 scope global br0 valid_lft forever preferred_lft forever 82: br0.2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9000 qdisc noqueue state UP group default qlen 1000 link/ether 3c:8c:f8:ee:59:84 brd ff:ff:ff:ff:ff:ff inet 192.168.202.2/24 scope global br0.2 valid_lft forever preferred_lft forever 83: docker0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9000 qdisc noqueue state UP group default link/ether 02:42:5f:04:cb:c3 brd ff:ff:ff:ff:ff:ff inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0 valid_lft forever preferred_lft forever inet6 fe80::42:5fff:fe04:cbc3/64 scope link valid_lft forever preferred_lft forever 129: vethafee979@if128: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-8efd84f1e081 state UP group default link/ether c2:2a:88:7f:90:eb brd ff:ff:ff:ff:ff:ff link-netnsid 1 inet6 fe80::c02a:88ff:fe7f:90eb/64 scope link valid_lft forever preferred_lft forever 131: veth5397ea1@if130: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-8efd84f1e081 state UP group default link/ether de:be:88:6a:51:81 brd ff:ff:ff:ff:ff:ff link-netnsid 2 inet6 fe80::dcbe:88ff:fe6a:5181/64 scope link valid_lft forever preferred_lft forever 133: veth70709e0@if132: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9000 qdisc noqueue master docker0 state UP group default link/ether da:1e:bf:55:72:32 brd ff:ff:ff:ff:ff:ff link-netnsid 3 inet6 fe80::d81e:bfff:fe55:7232/64 scope link valid_lft forever preferred_lft forever 135: veth520e30b@if134: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-8efd84f1e081 state UP group default link/ether 26:54:d0:c5:b8:9a brd ff:ff:ff:ff:ff:ff link-netnsid 4 inet6 fe80::2454:d0ff:fec5:b89a/64 scope link valid_lft forever preferred_lft forever 137: vethc7c592a@if136: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-8efd84f1e081 state UP group default link/ether 92:4e:9a:41:87:88 brd ff:ff:ff:ff:ff:ff link-netnsid 5 inet6 fe80::904e:9aff:fe41:8788/64 scope link valid_lft forever preferred_lft forever 142: veth3e9feaf@if141: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-8efd84f1e081 state UP group default link/ether 42:ca:2f:7a:1d:d6 brd ff:ff:ff:ff:ff:ff link-netnsid 8 inet6 fe80::40ca:2fff:fe7a:1dd6/64 scope link valid_lft forever preferred_lft forever
  19. Can't pull up the UI of the admin nor any docker containers. I can still ping the IP and the docker PiHole is still responding to requests!?!? I have syslog messages going to my Synology. I saw this in the log at the end. Lot's of network renaming going on here. Not sure if this is contributing to the problem. I've never seen this before. Just to be clear, I did nothing to the server prior to this happening. I was logged into the admin to check things over. Closed out and did some work for a couple hours. Went back to the admin and nothing was responding. 2022-09-06,09:41:30,Info,KNOXX,kern,kernel,veth16a34ee: renamed from eth0 2022-09-06,09:39:14,Info,KNOXX,kern,kernel,eth0: renamed from veth16a34ee 2022-09-06,09:39:10,Info,KNOXX,kern,kernel,veth41e373e: renamed from eth0 2022-09-06,09:37:42,Info,KNOXX,kern,kernel,eth0: renamed from veth9606116 2022-09-06,09:37:35,Info,KNOXX,kern,kernel,veth7d00851: renamed from eth0 2022-09-06,09:37:07,Info,KNOXX,daemon,avahi-daemon,Registering new address record for fe80::40ca:2fff:fe7a:1dd6 on veth3e9feaf.*. 2022-09-06,09:37:07,Info,KNOXX,daemon,avahi-daemon,New relevant interface veth3e9feaf.IPv6 for mDNS. 2022-09-06,09:37:07,Info,KNOXX,daemon,avahi-daemon,Joining mDNS multicast group on interface veth3e9feaf.IPv6 with address fe80::40ca:2fff:fe7a:1dd6. 2022-09-06,09:37:05,Info,KNOXX,kern,kernel,br-8efd84f1e081: port 5(veth3e9feaf) entered forwarding state 2022-09-06,09:37:05,Info,KNOXX,kern,kernel,br-8efd84f1e081: port 5(veth3e9feaf) entered blocking state 2022-09-06,09:37:05,Info,KNOXX,kern,kernel,IPv6: ADDRCONF(NETDEV_CHANGE): veth3e9feaf: link becomes ready 2022-09-06,09:37:05,Info,KNOXX,kern,kernel,eth0: renamed from veth04df8e5 2022-09-06,09:37:04,Info,KNOXX,kern,kernel,device veth3e9feaf entered promiscuous mode 2022-09-06,09:37:04,Info,KNOXX,kern,kernel,br-8efd84f1e081: port 5(veth3e9feaf) entered disabled state 2022-09-06,09:37:04,Info,KNOXX,kern,kernel,br-8efd84f1e081: port 5(veth3e9feaf) entered blocking state 2022-09-06,09:37:01,Info,KNOXX,daemon,avahi-daemon,Withdrawing address record for fe80::88d7:b5ff:fe84:e71b on veth3edcb58. 2022-09-06,09:37:01,Info,KNOXX,kern,kernel,br-8efd84f1e081: port 5(veth3edcb58) entered disabled state 2022-09-06,09:37:01,Info,KNOXX,kern,kernel,device veth3edcb58 left promiscuous mode 2022-09-06,09:37:01,Info,KNOXX,kern,kernel,br-8efd84f1e081: port 5(veth3edcb58) entered disabled state 2022-09-06,09:37:01,Info,KNOXX,daemon,avahi-daemon,Leaving mDNS multicast group on interface veth3edcb58.IPv6 with address fe80::88d7:b5ff:fe84:e71b. 2022-09-06,09:37:01,Info,KNOXX,daemon,avahi-daemon,Interface veth3edcb58.IPv6 no longer relevant for mDNS. 2022-09-06,09:37:01,Info,KNOXX,kern,kernel,vethe59ebd6: renamed from eth0 2022-09-06,09:37:01,Info,KNOXX,kern,kernel,br-8efd84f1e081: port 5(veth3edcb58) entered disabled state
  20. I understand what you're talking about, but, I'm curious if the Docker containers will be assigned an IP from the routers DHCP server. They are all exposed to that network. I can't see why the router couldn't look after assignment. Yes, keep the Docker DHCP server off. Then there's no duplicate IPs. I'll have to do some tests myself
  21. So let me get this straight. Do Docker networks operate differently than VM networks? I am coming from using an ESXi server where each VM gets its own IP on the same network as the host. My UDM DHCP server sees them and assigns an IP. I then go to that device in the UDM and set it to always get that same IP. It' just simplified things IMO. I can see all the devices and their respective IP in the UDM UI. As well, if I choose to, I can change the IP of that virtual device/container from the UDM UI. If I understand correctly, Docker containers won't get assigned an IP from the UDM at all? I would have to manually assign IP's to containers even though they are on the same network as the host? Or, using DHCP, it would only respond to the Docker networks internal DHCP server?
  22. I've posted other threads about issues and have been given some advice which I appreciate. But I still can't seem to figure out a solution. Docker MACVLAN was causing kernel panic crashes so I was advised to switch to IPVLAN, great. I noticed that IPVLAN, how it operates, assigns the containers set static IP address to the host MAC address. While this may be kosher, I have noticed that my router, Unifi UDMProSE, has issues with this approach. It appears that the UDM tracks clients by MAC address. So, the host MAC address in Unifi will have it's IP address flip amongst the various IP's set as static in the container's config. If the host IP ends with 88 and a containers ends with 249 and another at 250. The router will show the host MAC associated with each of those IP's, at random, and only one at a time. If you query the UDM client list for one of the IP's that is not showing, it will not know anything about it. It's still ping-able from other clients, UDM just has no knowledge of it on the LAN. This can cause a problem as the router 'could' assign a used IP via DHCP to a new client on the network at any time causing an IP conflict. Being that IPVLAN is being used, I can't set a DHCP reservation as there is no unique MAC address associated with the container. I switched back to MACVLAN in Docker and went the route of assigning a fixed IP in the UDM for the different containers. I understood that the kernel panic issues were caused by static IP's on the container settings. But then ran into another issue. When you update a container, the MAC address changes. So setting a reserved IP on the DHCP is useless. I have tried going the VLAN route but following all the guides am not getting the same results as expected. I added a VLAN to the network config for docker use. But that VLAN is not shown in the container settings. Just the default br0. So, to wrap things up, we can't used MACVLAN without static IP's or services will break. Set a static IP with MACVLAN and it crashes the box at random. We can't use IPVLAN as it confuses routers and can cause DHCP lease conflicts. Call me frustrated! EDIT: If anyone would be so gracious, I would be more than willing to have a Skype or Zoom call and I can share my screen. That might help speed up both my explanation and a possible resolution to what I am seeing.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.